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.types1
|
public ObjectFactory()
public AnonymousType createAnonymousType()
AnonymousTypepublic MixedArray createMixedArray()
MixedArraypublic AnonTypeElementQualified createAnonTypeElementQualified()
AnonTypeElementQualifiedpublic SimpleStruct createSimpleStruct()
SimpleStructpublic AnonTypeElement createAnonTypeElement()
AnonTypeElementpublic DerivedNoContent createDerivedNoContent()
DerivedNoContentpublic RestrictedChoiceBaseChoice createRestrictedChoiceBaseChoice()
RestrictedChoiceBaseChoicepublic NestedStruct createNestedStruct()
NestedStructpublic OccuringAll createOccuringAll()
OccuringAllpublic DerivedChoiceBaseChoice createDerivedChoiceBaseChoice()
DerivedChoiceBaseChoicepublic ExtendsAnyURIType createExtendsAnyURIType()
ExtendsAnyURITypepublic RecursiveStruct createRecursiveStruct()
RecursiveStructpublic RecursiveStructArray createRecursiveStructArray()
RecursiveStructArraypublic StructWithUnion createStructWithUnion()
StructWithUnionpublic RecursiveUnion createRecursiveUnion()
RecursiveUnionpublic ComplexRestriction4 createComplexRestriction4()
ComplexRestriction4public ComplexRestriction5 createComplexRestriction5()
ComplexRestriction5public ComplexRestriction2 createComplexRestriction2()
ComplexRestriction2public ComplexRestriction3 createComplexRestriction3()
ComplexRestriction3public ExtendsSimpleContent createExtendsSimpleContent()
ExtendsSimpleContentpublic StructWithList createStructWithList()
StructWithListpublic DerivedStructBaseChoice createDerivedStructBaseChoice()
DerivedStructBaseChoicepublic DerivedStructBaseStruct createDerivedStructBaseStruct()
DerivedStructBaseStructpublic BoundedArray createBoundedArray()
BoundedArraypublic FixedArray createFixedArray()
FixedArraypublic ChoiceArray createChoiceArray()
ChoiceArraypublic EmptyChoice createEmptyChoice()
EmptyChoicepublic RestrictedAllBaseAll createRestrictedAllBaseAll()
RestrictedAllBaseAllpublic RecSeqB6918 createRecSeqB6918()
RecSeqB6918public ComplexRestriction createComplexRestriction()
ComplexRestrictionpublic DerivedChoiceBaseStruct createDerivedChoiceBaseStruct()
DerivedChoiceBaseStructpublic UnboundedArray createUnboundedArray()
UnboundedArraypublic StructWithOptionals createStructWithOptionals()
StructWithOptionalspublic DerivedStructBaseEmpty createDerivedStructBaseEmpty()
DerivedStructBaseEmptypublic EmptyStruct createEmptyStruct()
EmptyStructpublic StructWithNillables createStructWithNillables()
StructWithNillablespublic SimpleChoice createSimpleChoice()
SimpleChoicepublic ExtendsSimpleType createExtendsSimpleType()
ExtendsSimpleTypepublic DerivedChoiceBaseArray createDerivedChoiceBaseArray()
DerivedChoiceBaseArraypublic SimpleContent2 createSimpleContent2()
SimpleContent2public SimpleContent1 createSimpleContent1()
SimpleContent1public SimpleContent3 createSimpleContent3()
SimpleContent3public CompoundArray createCompoundArray()
CompoundArraypublic DerivedEmptyBaseEmptyAll createDerivedEmptyBaseEmptyAll()
DerivedEmptyBaseEmptyAllpublic UnionSimpleContent createUnionSimpleContent()
UnionSimpleContentpublic AnonymousStruct createAnonymousStruct()
AnonymousStructpublic RestrictedStructBaseStruct createRestrictedStructBaseStruct()
RestrictedStructBaseStructpublic DerivedEmptyBaseEmptyChoice createDerivedEmptyBaseEmptyChoice()
DerivedEmptyBaseEmptyChoicepublic NestedArray createNestedArray()
NestedArraypublic RecursiveUnionData createRecursiveUnionData()
RecursiveUnionDatapublic ExtColourEnum createExtColourEnum()
ExtColourEnumpublic AnonymousType.Foo createAnonymousTypeFoo()
AnonymousType.Foopublic MixedArray.Array6 createMixedArrayArray6()
MixedArray.Array6public MixedArray.Array8 createMixedArrayArray8()
MixedArray.Array8public MixedArray.Array9 createMixedArrayArray9()
MixedArray.Array9public MixedArray.Array10 createMixedArrayArray10()
MixedArray.Array10public JAXBElement<String> createStringElementQualified(String value)
public JAXBElement<SimpleStruct> createNillableStruct(SimpleStruct value)
public JAXBElement<String> createNillableString(String value)
Apache CXF