public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.type_test.types3
|
public ObjectFactory()
public SgBaseTypeA createSgBaseTypeA()
SgBaseTypeApublic SgDerivedTypeB createSgDerivedTypeB()
SgDerivedTypeBpublic SgDerivedTypeC createSgDerivedTypeC()
SgDerivedTypeCpublic RecElNextType createRecElNextType()
RecElNextTypepublic RecOuterType createRecOuterType()
RecOuterTypepublic RecOuterNextType createRecOuterNextType()
RecOuterNextTypepublic RecInnerType createRecInnerType()
RecInnerTypepublic RecInnerNextType createRecInnerNextType()
RecInnerNextTypepublic RecMostInnerType createRecMostInnerType()
RecMostInnerTypepublic RecMostInnerNextType createRecMostInnerNextType()
RecMostInnerNextTypepublic OccuringStruct createOccuringStruct()
OccuringStructpublic OccuringStruct1 createOccuringStruct1()
OccuringStruct1public OccuringStruct2 createOccuringStruct2()
OccuringStruct2public StructWithNillableStruct createStructWithNillableStruct()
StructWithNillableStructpublic StructWithOccuringStruct createStructWithOccuringStruct()
StructWithOccuringStructpublic OccuringChoice createOccuringChoice()
OccuringChoicepublic OccuringChoice1 createOccuringChoice1()
OccuringChoice1public OccuringChoice2 createOccuringChoice2()
OccuringChoice2public StructWithNillableChoice createStructWithNillableChoice()
StructWithNillableChoicepublic StructWithOccuringChoice createStructWithOccuringChoice()
StructWithOccuringChoicepublic StructWithSubstitutionGroup createStructWithSubstitutionGroup()
StructWithSubstitutionGrouppublic StructWithSubstitutionGroupAbstract createStructWithSubstitutionGroupAbstract()
StructWithSubstitutionGroupAbstractpublic StructWithSubstitutionGroupNil createStructWithSubstitutionGroupNil()
StructWithSubstitutionGroupNilpublic StructWithMultipleSubstitutionGroups createStructWithMultipleSubstitutionGroups()
StructWithMultipleSubstitutionGroupspublic ChoiceWithSubstitutionGroup createChoiceWithSubstitutionGroup()
ChoiceWithSubstitutionGrouppublic ChoiceWithSubstitutionGroupAbstract createChoiceWithSubstitutionGroupAbstract()
ChoiceWithSubstitutionGroupAbstractpublic ChoiceWithSubstitutionGroupNil createChoiceWithSubstitutionGroupNil()
ChoiceWithSubstitutionGroupNilpublic ArrayOfMRecSeqD createArrayOfMRecSeqD()
ArrayOfMRecSeqDpublic JAXBElement<SgBaseTypeA> createSg01BaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeB> createSg01DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgDerivedTypeC> createSg01DerivedElementC(SgDerivedTypeC value)
public JAXBElement<SgBaseTypeA> createSg02BaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeB> createSg02DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgDerivedTypeC> createSg02DerivedElementC(SgDerivedTypeC value)
public JAXBElement<SgBaseTypeA> createSg03AbstractBaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeB> createSg03DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgDerivedTypeC> createSg03DerivedElementC(SgDerivedTypeC value)
public JAXBElement<SgBaseTypeA> createSg04NillableBaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeB> createSg04DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgDerivedTypeC> createSg04DerivedElementC(SgDerivedTypeC value)
public JAXBElement<RecElType> createRecEl(RecElType value)
public JAXBElement<RecElNextType> createRecElNext(RecElNextType value)
public JAXBElement<RecOuterType> createRecOuter(RecOuterType value)
public JAXBElement<RecOuterNextType> createRecOuterNext(RecOuterNextType value)
public JAXBElement<RecInnerType> createRecInner(RecInnerType value)
public JAXBElement<RecInnerNextType> createRecInnerNext(RecInnerNextType value)
public JAXBElement<RecMostInnerType> createRecMostInner(RecMostInnerType value)
public JAXBElement<RecMostInnerNextType> createRecMostInnerNext(RecMostInnerNextType value)
public JAXBElement<BigInteger> createChoiceWithSubstitutionGroupNilVarInt(BigInteger value)
Apache CXF