@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") 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)
value - Java instance representing xml element's value.JAXBElement<SgBaseTypeA>public JAXBElement<SgDerivedTypeB> createSg01DerivedElementB(SgDerivedTypeB value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeB>public JAXBElement<SgDerivedTypeC> createSg01DerivedElementC(SgDerivedTypeC value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeC>public JAXBElement<SgBaseTypeA> createSg02BaseElementA(SgBaseTypeA value)
value - Java instance representing xml element's value.JAXBElement<SgBaseTypeA>public JAXBElement<SgDerivedTypeB> createSg02DerivedElementB(SgDerivedTypeB value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeB>public JAXBElement<SgDerivedTypeC> createSg02DerivedElementC(SgDerivedTypeC value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeC>public JAXBElement<SgBaseTypeA> createSg03AbstractBaseElementA(SgBaseTypeA value)
value - Java instance representing xml element's value.JAXBElement<SgBaseTypeA>public JAXBElement<SgDerivedTypeB> createSg03DerivedElementB(SgDerivedTypeB value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeB>public JAXBElement<SgDerivedTypeC> createSg03DerivedElementC(SgDerivedTypeC value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeC>public JAXBElement<SgBaseTypeA> createSg04NillableBaseElementA(SgBaseTypeA value)
value - Java instance representing xml element's value.JAXBElement<SgBaseTypeA>public JAXBElement<SgDerivedTypeB> createSg04DerivedElementB(SgDerivedTypeB value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeB>public JAXBElement<SgDerivedTypeC> createSg04DerivedElementC(SgDerivedTypeC value)
value - Java instance representing xml element's value.JAXBElement<SgDerivedTypeC>public JAXBElement<RecElType> createRecEl(RecElType value)
value - Java instance representing xml element's value.JAXBElement<RecElType>public JAXBElement<RecElNextType> createRecElNext(RecElNextType value)
value - Java instance representing xml element's value.JAXBElement<RecElNextType>public JAXBElement<RecOuterType> createRecOuter(RecOuterType value)
value - Java instance representing xml element's value.JAXBElement<RecOuterType>public JAXBElement<RecOuterNextType> createRecOuterNext(RecOuterNextType value)
value - Java instance representing xml element's value.JAXBElement<RecOuterNextType>public JAXBElement<RecInnerType> createRecInner(RecInnerType value)
value - Java instance representing xml element's value.JAXBElement<RecInnerType>public JAXBElement<RecInnerNextType> createRecInnerNext(RecInnerNextType value)
value - Java instance representing xml element's value.JAXBElement<RecInnerNextType>public JAXBElement<RecMostInnerType> createRecMostInner(RecMostInnerType value)
value - Java instance representing xml element's value.JAXBElement<RecMostInnerType>public JAXBElement<RecMostInnerNextType> createRecMostInnerNext(RecMostInnerNextType value)
value - Java instance representing xml element's value.JAXBElement<RecMostInnerNextType>public JAXBElement<BigInteger> createChoiceWithSubstitutionGroupNilVarInt(BigInteger value)
value - Java instance representing xml element's value.JAXBElement<BigInteger>Apache CXF