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 JAXBElement<SgDerivedTypeC> createSg04DerivedElementC(SgDerivedTypeC value)
public JAXBElement<SgDerivedTypeC> createSg02DerivedElementC(SgDerivedTypeC value)
public JAXBElement<SgBaseTypeA> createSg03AbstractBaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeB> createSg04DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgDerivedTypeB> createSg02DerivedElementB(SgDerivedTypeB value)
public JAXBElement<RecInnerType> createRecInner(RecInnerType value)
public JAXBElement<SgBaseTypeA> createSg02BaseElementA(SgBaseTypeA value)
public JAXBElement<RecOuterNextType> createRecOuterNext(RecOuterNextType value)
public JAXBElement<RecOuterType> createRecOuter(RecOuterType value)
public JAXBElement<RecElType> createRecEl(RecElType value)
public JAXBElement<RecMostInnerNextType> createRecMostInnerNext(RecMostInnerNextType value)
public JAXBElement<RecMostInnerType> createRecMostInner(RecMostInnerType value)
public JAXBElement<SgBaseTypeA> createSg04NillableBaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeB> createSg03DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgBaseTypeA> createSg01BaseElementA(SgBaseTypeA value)
public JAXBElement<SgDerivedTypeC> createSg03DerivedElementC(SgDerivedTypeC value)
public JAXBElement<RecInnerNextType> createRecInnerNext(RecInnerNextType value)
public JAXBElement<SgDerivedTypeB> createSg01DerivedElementB(SgDerivedTypeB value)
public JAXBElement<SgDerivedTypeC> createSg01DerivedElementC(SgDerivedTypeC value)
public JAXBElement<RecElNextType> createRecElNext(RecElNextType value)
public JAXBElement<BigInteger> createChoiceWithSubstitutionGroupNilVarInt(BigInteger value)
Apache CXF