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 RecInnerNextType createRecInnerNextType()
RecInnerNextTypepublic SgDerivedTypeB createSgDerivedTypeB()
SgDerivedTypeBpublic SgBaseTypeA createSgBaseTypeA()
SgBaseTypeApublic SgDerivedTypeC createSgDerivedTypeC()
SgDerivedTypeCpublic RecElNextType createRecElNextType()
RecElNextTypepublic RecOuterType createRecOuterType()
RecOuterTypepublic RecOuterNextType createRecOuterNextType()
RecOuterNextTypepublic RecInnerType createRecInnerType()
RecInnerTypepublic RecMostInnerType createRecMostInnerType()
RecMostInnerTypepublic RecMostInnerNextType createRecMostInnerNextType()
RecMostInnerNextTypepublic ArrayOfMRecSeqD createArrayOfMRecSeqD()
ArrayOfMRecSeqDpublic ChoiceWithSubstitutionGroupAbstract createChoiceWithSubstitutionGroupAbstract()
ChoiceWithSubstitutionGroupAbstractpublic StructWithSubstitutionGroupNil createStructWithSubstitutionGroupNil()
StructWithSubstitutionGroupNilpublic OccuringStruct createOccuringStruct()
OccuringStructpublic StructWithNillableStruct createStructWithNillableStruct()
StructWithNillableStructpublic StructWithSubstitutionGroup createStructWithSubstitutionGroup()
StructWithSubstitutionGrouppublic StructWithMultipleSubstitutionGroups createStructWithMultipleSubstitutionGroups()
StructWithMultipleSubstitutionGroupspublic OccuringStruct2 createOccuringStruct2()
OccuringStruct2public OccuringStruct1 createOccuringStruct1()
OccuringStruct1public OccuringChoice1 createOccuringChoice1()
OccuringChoice1public OccuringChoice2 createOccuringChoice2()
OccuringChoice2public StructWithOccuringStruct createStructWithOccuringStruct()
StructWithOccuringStructpublic StructWithOccuringChoice createStructWithOccuringChoice()
StructWithOccuringChoicepublic StructWithSubstitutionGroupAbstract createStructWithSubstitutionGroupAbstract()
StructWithSubstitutionGroupAbstractpublic OccuringChoice createOccuringChoice()
OccuringChoicepublic ChoiceWithSubstitutionGroup createChoiceWithSubstitutionGroup()
ChoiceWithSubstitutionGrouppublic StructWithNillableChoice createStructWithNillableChoice()
StructWithNillableChoicepublic ChoiceWithSubstitutionGroupNil createChoiceWithSubstitutionGroupNil()
ChoiceWithSubstitutionGroupNilpublic javax.xml.bind.JAXBElement<SgDerivedTypeC> createSg04DerivedElementC(SgDerivedTypeC value)
public javax.xml.bind.JAXBElement<SgDerivedTypeC> createSg02DerivedElementC(SgDerivedTypeC value)
public javax.xml.bind.JAXBElement<SgBaseTypeA> createSg03AbstractBaseElementA(SgBaseTypeA value)
public javax.xml.bind.JAXBElement<SgDerivedTypeB> createSg04DerivedElementB(SgDerivedTypeB value)
public javax.xml.bind.JAXBElement<SgDerivedTypeB> createSg02DerivedElementB(SgDerivedTypeB value)
public javax.xml.bind.JAXBElement<RecInnerType> createRecInner(RecInnerType value)
public javax.xml.bind.JAXBElement<RecOuterNextType> createRecOuterNext(RecOuterNextType value)
public javax.xml.bind.JAXBElement<SgBaseTypeA> createSg02BaseElementA(SgBaseTypeA value)
public javax.xml.bind.JAXBElement<RecOuterType> createRecOuter(RecOuterType value)
public javax.xml.bind.JAXBElement<RecElType> createRecEl(RecElType value)
public javax.xml.bind.JAXBElement<RecMostInnerNextType> createRecMostInnerNext(RecMostInnerNextType value)
public javax.xml.bind.JAXBElement<RecMostInnerType> createRecMostInner(RecMostInnerType value)
public javax.xml.bind.JAXBElement<SgBaseTypeA> createSg04NillableBaseElementA(SgBaseTypeA value)
public javax.xml.bind.JAXBElement<SgDerivedTypeB> createSg03DerivedElementB(SgDerivedTypeB value)
public javax.xml.bind.JAXBElement<SgBaseTypeA> createSg01BaseElementA(SgBaseTypeA value)
public javax.xml.bind.JAXBElement<SgDerivedTypeC> createSg03DerivedElementC(SgDerivedTypeC value)
public javax.xml.bind.JAXBElement<RecInnerNextType> createRecInnerNext(RecInnerNextType value)
public javax.xml.bind.JAXBElement<SgDerivedTypeB> createSg01DerivedElementB(SgDerivedTypeB value)
public javax.xml.bind.JAXBElement<SgDerivedTypeC> createSg01DerivedElementC(SgDerivedTypeC value)
public javax.xml.bind.JAXBElement<RecElNextType> createRecElNext(RecElNextType value)
public javax.xml.bind.JAXBElement<BigInteger> createChoiceWithSubstitutionGroupNilVarInt(BigInteger value)
Apache CXF