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