org.apache.type_test.types1
Class ObjectFactory

java.lang.Object
  extended by org.apache.type_test.types1.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.type_test.types1 package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.type_test.types1
 
Method Summary
 AnonTypeElement createAnonTypeElement()
          Create an instance of AnonTypeElement
 AnonTypeElementQualified createAnonTypeElementQualified()
          Create an instance of AnonTypeElementQualified
 AnonymousStruct createAnonymousStruct()
          Create an instance of AnonymousStruct
 AnonymousType createAnonymousType()
          Create an instance of AnonymousType
 AnonymousType.Foo createAnonymousTypeFoo()
          Create an instance of AnonymousType.Foo
 BoundedArray createBoundedArray()
          Create an instance of BoundedArray
 ChoiceArray createChoiceArray()
          Create an instance of ChoiceArray
 ComplexRestriction createComplexRestriction()
          Create an instance of ComplexRestriction
 ComplexRestriction2 createComplexRestriction2()
          Create an instance of ComplexRestriction2
 ComplexRestriction3 createComplexRestriction3()
          Create an instance of ComplexRestriction3
 ComplexRestriction4 createComplexRestriction4()
          Create an instance of ComplexRestriction4
 ComplexRestriction5 createComplexRestriction5()
          Create an instance of ComplexRestriction5
 CompoundArray createCompoundArray()
          Create an instance of CompoundArray
 DerivedChoiceBaseArray createDerivedChoiceBaseArray()
          Create an instance of DerivedChoiceBaseArray
 DerivedChoiceBaseChoice createDerivedChoiceBaseChoice()
          Create an instance of DerivedChoiceBaseChoice
 DerivedChoiceBaseStruct createDerivedChoiceBaseStruct()
          Create an instance of DerivedChoiceBaseStruct
 DerivedEmptyBaseEmptyAll createDerivedEmptyBaseEmptyAll()
          Create an instance of DerivedEmptyBaseEmptyAll
 DerivedEmptyBaseEmptyChoice createDerivedEmptyBaseEmptyChoice()
          Create an instance of DerivedEmptyBaseEmptyChoice
 DerivedNoContent createDerivedNoContent()
          Create an instance of DerivedNoContent
 DerivedStructBaseChoice createDerivedStructBaseChoice()
          Create an instance of DerivedStructBaseChoice
 DerivedStructBaseEmpty createDerivedStructBaseEmpty()
          Create an instance of DerivedStructBaseEmpty
 DerivedStructBaseStruct createDerivedStructBaseStruct()
          Create an instance of DerivedStructBaseStruct
 Document createDocument()
          Create an instance of Document
 EmptyAll createEmptyAll()
          Create an instance of EmptyAll
 EmptyChoice createEmptyChoice()
          Create an instance of EmptyChoice
 EmptyStruct createEmptyStruct()
          Create an instance of EmptyStruct
 ExtColourEnum createExtColourEnum()
          Create an instance of ExtColourEnum
 ExtendsAnyURIType createExtendsAnyURIType()
          Create an instance of ExtendsAnyURIType
 ExtendsSimpleContent createExtendsSimpleContent()
          Create an instance of ExtendsSimpleContent
 ExtendsSimpleType createExtendsSimpleType()
          Create an instance of ExtendsSimpleType
 FixedArray createFixedArray()
          Create an instance of FixedArray
 NestedArray createNestedArray()
          Create an instance of NestedArray
 NestedStruct createNestedStruct()
          Create an instance of NestedStruct
 javax.xml.bind.JAXBElement<java.lang.String> createNillableString(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<SimpleStruct> createNillableStruct(SimpleStruct value)
          Create an instance of JAXBElement<SimpleStruct>}
 OccuringAll createOccuringAll()
          Create an instance of OccuringAll
 RecSeqB6918 createRecSeqB6918()
          Create an instance of RecSeqB6918
 RecursiveStruct createRecursiveStruct()
          Create an instance of RecursiveStruct
 RecursiveStructArray createRecursiveStructArray()
          Create an instance of RecursiveStructArray
 RecursiveUnion createRecursiveUnion()
          Create an instance of RecursiveUnion
 RecursiveUnionData createRecursiveUnionData()
          Create an instance of RecursiveUnionData
 RestrictedAllBaseAll createRestrictedAllBaseAll()
          Create an instance of RestrictedAllBaseAll
 RestrictedChoiceBaseChoice createRestrictedChoiceBaseChoice()
          Create an instance of RestrictedChoiceBaseChoice
 RestrictedStructBaseStruct createRestrictedStructBaseStruct()
          Create an instance of RestrictedStructBaseStruct
 SimpleAll createSimpleAll()
          Create an instance of SimpleAll
 SimpleChoice createSimpleChoice()
          Create an instance of SimpleChoice
 SimpleContent1 createSimpleContent1()
          Create an instance of SimpleContent1
 SimpleContent2 createSimpleContent2()
          Create an instance of SimpleContent2
 SimpleContent3 createSimpleContent3()
          Create an instance of SimpleContent3
 SimpleStruct createSimpleStruct()
          Create an instance of SimpleStruct
 javax.xml.bind.JAXBElement<java.lang.String> createStringElementQualified(java.lang.String value)
          Create an instance of JAXBElement<String>}
 StructWithList createStructWithList()
          Create an instance of StructWithList
 StructWithNillables createStructWithNillables()
          Create an instance of StructWithNillables
 StructWithOptionals createStructWithOptionals()
          Create an instance of StructWithOptionals
 StructWithUnion createStructWithUnion()
          Create an instance of StructWithUnion
 UnboundedArray createUnboundedArray()
          Create an instance of UnboundedArray
 UnionSimpleContent createUnionSimpleContent()
          Create an instance of UnionSimpleContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.type_test.types1

Method Detail

createEmptyAll

public EmptyAll createEmptyAll()
Create an instance of EmptyAll


createAnonTypeElementQualified

public AnonTypeElementQualified createAnonTypeElementQualified()
Create an instance of AnonTypeElementQualified


createSimpleContent3

public SimpleContent3 createSimpleContent3()
Create an instance of SimpleContent3


createBoundedArray

public BoundedArray createBoundedArray()
Create an instance of BoundedArray


createNestedArray

public NestedArray createNestedArray()
Create an instance of NestedArray


createDerivedStructBaseStruct

public DerivedStructBaseStruct createDerivedStructBaseStruct()
Create an instance of DerivedStructBaseStruct


createAnonymousStruct

public AnonymousStruct createAnonymousStruct()
Create an instance of AnonymousStruct


createSimpleContent1

public SimpleContent1 createSimpleContent1()
Create an instance of SimpleContent1


createExtendsSimpleType

public ExtendsSimpleType createExtendsSimpleType()
Create an instance of ExtendsSimpleType


createEmptyStruct

public EmptyStruct createEmptyStruct()
Create an instance of EmptyStruct


createRecSeqB6918

public RecSeqB6918 createRecSeqB6918()
Create an instance of RecSeqB6918


createAnonymousType

public AnonymousType createAnonymousType()
Create an instance of AnonymousType


createSimpleAll

public SimpleAll createSimpleAll()
Create an instance of SimpleAll


createDerivedEmptyBaseEmptyChoice

public DerivedEmptyBaseEmptyChoice createDerivedEmptyBaseEmptyChoice()
Create an instance of DerivedEmptyBaseEmptyChoice


createRecursiveStruct

public RecursiveStruct createRecursiveStruct()
Create an instance of RecursiveStruct


createComplexRestriction4

public ComplexRestriction4 createComplexRestriction4()
Create an instance of ComplexRestriction4


createRecursiveStructArray

public RecursiveStructArray createRecursiveStructArray()
Create an instance of RecursiveStructArray


createNestedStruct

public NestedStruct createNestedStruct()
Create an instance of NestedStruct


createCompoundArray

public CompoundArray createCompoundArray()
Create an instance of CompoundArray


createChoiceArray

public ChoiceArray createChoiceArray()
Create an instance of ChoiceArray


createRestrictedChoiceBaseChoice

public RestrictedChoiceBaseChoice createRestrictedChoiceBaseChoice()
Create an instance of RestrictedChoiceBaseChoice


createSimpleStruct

public SimpleStruct createSimpleStruct()
Create an instance of SimpleStruct


createExtendsSimpleContent

public ExtendsSimpleContent createExtendsSimpleContent()
Create an instance of ExtendsSimpleContent


createAnonymousTypeFoo

public AnonymousType.Foo createAnonymousTypeFoo()
Create an instance of AnonymousType.Foo


createExtendsAnyURIType

public ExtendsAnyURIType createExtendsAnyURIType()
Create an instance of ExtendsAnyURIType


createDerivedEmptyBaseEmptyAll

public DerivedEmptyBaseEmptyAll createDerivedEmptyBaseEmptyAll()
Create an instance of DerivedEmptyBaseEmptyAll


createStructWithList

public StructWithList createStructWithList()
Create an instance of StructWithList


createDerivedNoContent

public DerivedNoContent createDerivedNoContent()
Create an instance of DerivedNoContent


createStructWithUnion

public StructWithUnion createStructWithUnion()
Create an instance of StructWithUnion


createDerivedChoiceBaseArray

public DerivedChoiceBaseArray createDerivedChoiceBaseArray()
Create an instance of DerivedChoiceBaseArray


createRecursiveUnionData

public RecursiveUnionData createRecursiveUnionData()
Create an instance of RecursiveUnionData


createUnboundedArray

public UnboundedArray createUnboundedArray()
Create an instance of UnboundedArray


createDocument

public Document createDocument()
Create an instance of Document


createStructWithOptionals

public StructWithOptionals createStructWithOptionals()
Create an instance of StructWithOptionals


createRestrictedStructBaseStruct

public RestrictedStructBaseStruct createRestrictedStructBaseStruct()
Create an instance of RestrictedStructBaseStruct


createExtColourEnum

public ExtColourEnum createExtColourEnum()
Create an instance of ExtColourEnum


createRestrictedAllBaseAll

public RestrictedAllBaseAll createRestrictedAllBaseAll()
Create an instance of RestrictedAllBaseAll


createOccuringAll

public OccuringAll createOccuringAll()
Create an instance of OccuringAll


createComplexRestriction3

public ComplexRestriction3 createComplexRestriction3()
Create an instance of ComplexRestriction3


createStructWithNillables

public StructWithNillables createStructWithNillables()
Create an instance of StructWithNillables


createUnionSimpleContent

public UnionSimpleContent createUnionSimpleContent()
Create an instance of UnionSimpleContent


createDerivedStructBaseEmpty

public DerivedStructBaseEmpty createDerivedStructBaseEmpty()
Create an instance of DerivedStructBaseEmpty


createComplexRestriction

public ComplexRestriction createComplexRestriction()
Create an instance of ComplexRestriction


createFixedArray

public FixedArray createFixedArray()
Create an instance of FixedArray


createSimpleContent2

public SimpleContent2 createSimpleContent2()
Create an instance of SimpleContent2


createComplexRestriction5

public ComplexRestriction5 createComplexRestriction5()
Create an instance of ComplexRestriction5


createAnonTypeElement

public AnonTypeElement createAnonTypeElement()
Create an instance of AnonTypeElement


createDerivedChoiceBaseChoice

public DerivedChoiceBaseChoice createDerivedChoiceBaseChoice()
Create an instance of DerivedChoiceBaseChoice


createSimpleChoice

public SimpleChoice createSimpleChoice()
Create an instance of SimpleChoice


createEmptyChoice

public EmptyChoice createEmptyChoice()
Create an instance of EmptyChoice


createRecursiveUnion

public RecursiveUnion createRecursiveUnion()
Create an instance of RecursiveUnion


createComplexRestriction2

public ComplexRestriction2 createComplexRestriction2()
Create an instance of ComplexRestriction2


createDerivedStructBaseChoice

public DerivedStructBaseChoice createDerivedStructBaseChoice()
Create an instance of DerivedStructBaseChoice


createDerivedChoiceBaseStruct

public DerivedChoiceBaseStruct createDerivedChoiceBaseStruct()
Create an instance of DerivedChoiceBaseStruct


createNillableStruct

public javax.xml.bind.JAXBElement<SimpleStruct> createNillableStruct(SimpleStruct value)
Create an instance of JAXBElement<SimpleStruct>}


createStringElementQualified

public javax.xml.bind.JAXBElement<java.lang.String> createStringElementQualified(java.lang.String value)
Create an instance of JAXBElement<String>}


createNillableString

public javax.xml.bind.JAXBElement<java.lang.String> createNillableString(java.lang.String value)
Create an instance of JAXBElement<String>}



Apache CXF