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

Packages that use SgBaseTypeA
org.apache.type_test.types3   
 

Uses of SgBaseTypeA in org.apache.type_test.types3
 

Subclasses of SgBaseTypeA in org.apache.type_test.types3
 class SgDerivedTypeB
          Java class for sgDerivedType_B complex type.
 class SgDerivedTypeC
          Java class for sgDerivedType_C complex type.
 

Fields in org.apache.type_test.types3 with type parameters of type SgBaseTypeA
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> ChoiceWithSubstitutionGroup.sg01BaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithSubstitutionGroup.sg01BaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithMultipleSubstitutionGroups.sg01BaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithMultipleSubstitutionGroups.sg02BaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithSubstitutionGroupAbstract.sg03AbstractBaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> ChoiceWithSubstitutionGroupAbstract.sg03AbstractBaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithSubstitutionGroupNil.sg04NillableBaseElementA
           
protected  javax.xml.bind.JAXBElement<? extends SgBaseTypeA> ChoiceWithSubstitutionGroupNil.sg04NillableBaseElementA
           
 

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

Methods in org.apache.type_test.types3 that return types with arguments of type SgBaseTypeA
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg01BaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg02BaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg03AbstractBaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg04NillableBaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> ChoiceWithSubstitutionGroup.getSg01BaseElementA()
          Gets the value of the sg01BaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithSubstitutionGroup.getSg01BaseElementA()
          Gets the value of the sg01BaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithMultipleSubstitutionGroups.getSg01BaseElementA()
          Gets the value of the sg01BaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithMultipleSubstitutionGroups.getSg02BaseElementA()
          Gets the value of the sg02BaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithSubstitutionGroupAbstract.getSg03AbstractBaseElementA()
          Gets the value of the sg03AbstractBaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> ChoiceWithSubstitutionGroupAbstract.getSg03AbstractBaseElementA()
          Gets the value of the sg03AbstractBaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> StructWithSubstitutionGroupNil.getSg04NillableBaseElementA()
          Gets the value of the sg04NillableBaseElementA property.
 javax.xml.bind.JAXBElement<? extends SgBaseTypeA> ChoiceWithSubstitutionGroupNil.getSg04NillableBaseElementA()
          Gets the value of the sg04NillableBaseElementA property.
 

Methods in org.apache.type_test.types3 with parameters of type SgBaseTypeA
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg01BaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg02BaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg03AbstractBaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 javax.xml.bind.JAXBElement<SgBaseTypeA> ObjectFactory.createSg04NillableBaseElementA(SgBaseTypeA value)
          Create an instance of JAXBElement<SgBaseTypeA>}
 

Method parameters in org.apache.type_test.types3 with type arguments of type SgBaseTypeA
 void ChoiceWithSubstitutionGroup.setSg01BaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg01BaseElementA property.
 void StructWithSubstitutionGroup.setSg01BaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg01BaseElementA property.
 void StructWithMultipleSubstitutionGroups.setSg01BaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg01BaseElementA property.
 void StructWithMultipleSubstitutionGroups.setSg02BaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg02BaseElementA property.
 void StructWithSubstitutionGroupAbstract.setSg03AbstractBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg03AbstractBaseElementA property.
 void ChoiceWithSubstitutionGroupAbstract.setSg03AbstractBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg03AbstractBaseElementA property.
 void StructWithSubstitutionGroupNil.setSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg04NillableBaseElementA property.
 void ChoiceWithSubstitutionGroupNil.setSg04NillableBaseElementA(javax.xml.bind.JAXBElement<? extends SgBaseTypeA> value)
          Sets the value of the sg04NillableBaseElementA property.
 



Apache CXF