Uses of Class
org.apache.type_test.types3.RecInnerType

Packages that use RecInnerType
org.apache.type_test.types3   
 

Uses of RecInnerType in org.apache.type_test.types3
 

Fields in org.apache.type_test.types3 with type parameters of type RecInnerType
protected  java.util.List<RecInnerType> RecInnerNextType.recInner
           
protected  java.util.List<RecInnerType> RecOuterType.recInner
           
 

Methods in org.apache.type_test.types3 that return RecInnerType
 RecInnerType ObjectFactory.createRecInnerType()
          Create an instance of RecInnerType
 

Methods in org.apache.type_test.types3 that return types with arguments of type RecInnerType
 javax.xml.bind.JAXBElement<RecInnerType> ObjectFactory.createRecInner(RecInnerType value)
          Create an instance of JAXBElement<RecInnerType>}
 java.util.List<RecInnerType> RecInnerNextType.getRecInner()
          Gets the value of the recInner property.
 java.util.List<RecInnerType> RecOuterType.getRecInner()
          Gets the value of the recInner property.
 

Methods in org.apache.type_test.types3 with parameters of type RecInnerType
 javax.xml.bind.JAXBElement<RecInnerType> ObjectFactory.createRecInner(RecInnerType value)
          Create an instance of JAXBElement<RecInnerType>}
 



Apache CXF