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

createExtendsSimpleType

public ExtendsSimpleType createExtendsSimpleType()
Create an instance of ExtendsSimpleType


createCompoundArray

public CompoundArray createCompoundArray()
Create an instance of CompoundArray


createNestedStruct

public NestedStruct createNestedStruct()
Create an instance of NestedStruct


createComplexRestriction

public ComplexRestriction createComplexRestriction()
Create an instance of ComplexRestriction


createAnonymousType

public AnonymousType createAnonymousType()
Create an instance of AnonymousType


createSimpleChoice

public SimpleChoice createSimpleChoice()
Create an instance of SimpleChoice


createEmptyChoice

public EmptyChoice createEmptyChoice()
Create an instance of EmptyChoice


createFixedArray

public FixedArray createFixedArray()
Create an instance of FixedArray


createSimpleContent1

public SimpleContent1 createSimpleContent1()
Create an instance of SimpleContent1


createAnonymousStruct

public AnonymousStruct createAnonymousStruct()
Create an instance of AnonymousStruct


createEmptyAll

public EmptyAll createEmptyAll()
Create an instance of EmptyAll


createSimpleStruct

public SimpleStruct createSimpleStruct()
Create an instance of SimpleStruct


createStructWithOptionals

public StructWithOptionals createStructWithOptionals()
Create an instance of StructWithOptionals


createRestrictedChoiceBaseChoice

public RestrictedChoiceBaseChoice createRestrictedChoiceBaseChoice()
Create an instance of RestrictedChoiceBaseChoice


createStructWithNillables

public StructWithNillables createStructWithNillables()
Create an instance of StructWithNillables


createAnonTypeElement

public AnonTypeElement createAnonTypeElement()
Create an instance of AnonTypeElement


createComplexRestriction2

public ComplexRestriction2 createComplexRestriction2()
Create an instance of ComplexRestriction2


createDerivedChoiceBaseStruct

public DerivedChoiceBaseStruct createDerivedChoiceBaseStruct()
Create an instance of DerivedChoiceBaseStruct


createDerivedEmptyBaseEmptyAll

public DerivedEmptyBaseEmptyAll createDerivedEmptyBaseEmptyAll()
Create an instance of DerivedEmptyBaseEmptyAll


createDerivedChoiceBaseChoice

public DerivedChoiceBaseChoice createDerivedChoiceBaseChoice()
Create an instance of DerivedChoiceBaseChoice


createComplexRestriction3

public ComplexRestriction3 createComplexRestriction3()
Create an instance of ComplexRestriction3


createSimpleAll

public SimpleAll createSimpleAll()
Create an instance of SimpleAll


createRecursiveUnion

public RecursiveUnion createRecursiveUnion()
Create an instance of RecursiveUnion


createNestedArray

public NestedArray createNestedArray()
Create an instance of NestedArray


createAnonTypeElementQualified

public AnonTypeElementQualified createAnonTypeElementQualified()
Create an instance of AnonTypeElementQualified


createExtColourEnum

public ExtColourEnum createExtColourEnum()
Create an instance of ExtColourEnum


createEmptyStruct

public EmptyStruct createEmptyStruct()
Create an instance of EmptyStruct


createDerivedStructBaseChoice

public DerivedStructBaseChoice createDerivedStructBaseChoice()
Create an instance of DerivedStructBaseChoice


createBoundedArray

public BoundedArray createBoundedArray()
Create an instance of BoundedArray


createOccuringAll

public OccuringAll createOccuringAll()
Create an instance of OccuringAll


createRecSeqB6918

public RecSeqB6918 createRecSeqB6918()
Create an instance of RecSeqB6918


createStructWithUnion

public StructWithUnion createStructWithUnion()
Create an instance of StructWithUnion


createSimpleContent2

public SimpleContent2 createSimpleContent2()
Create an instance of SimpleContent2


createComplexRestriction4

public ComplexRestriction4 createComplexRestriction4()
Create an instance of ComplexRestriction4


createDerivedChoiceBaseArray

public DerivedChoiceBaseArray createDerivedChoiceBaseArray()
Create an instance of DerivedChoiceBaseArray


createDerivedEmptyBaseEmptyChoice

public DerivedEmptyBaseEmptyChoice createDerivedEmptyBaseEmptyChoice()
Create an instance of DerivedEmptyBaseEmptyChoice


createSimpleContent3

public SimpleContent3 createSimpleContent3()
Create an instance of SimpleContent3


createExtendsAnyURIType

public ExtendsAnyURIType createExtendsAnyURIType()
Create an instance of ExtendsAnyURIType


createChoiceArray

public ChoiceArray createChoiceArray()
Create an instance of ChoiceArray


createStructWithList

public StructWithList createStructWithList()
Create an instance of StructWithList


createRecursiveStruct

public RecursiveStruct createRecursiveStruct()
Create an instance of RecursiveStruct


createComplexRestriction5

public ComplexRestriction5 createComplexRestriction5()
Create an instance of ComplexRestriction5


createDerivedNoContent

public DerivedNoContent createDerivedNoContent()
Create an instance of DerivedNoContent


createDerivedStructBaseStruct

public DerivedStructBaseStruct createDerivedStructBaseStruct()
Create an instance of DerivedStructBaseStruct


createRecursiveUnionData

public RecursiveUnionData createRecursiveUnionData()
Create an instance of RecursiveUnionData


createExtendsSimpleContent

public ExtendsSimpleContent createExtendsSimpleContent()
Create an instance of ExtendsSimpleContent


createRecursiveStructArray

public RecursiveStructArray createRecursiveStructArray()
Create an instance of RecursiveStructArray


createRestrictedStructBaseStruct

public RestrictedStructBaseStruct createRestrictedStructBaseStruct()
Create an instance of RestrictedStructBaseStruct


createUnionSimpleContent

public UnionSimpleContent createUnionSimpleContent()
Create an instance of UnionSimpleContent


createAnonymousTypeFoo

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


createUnboundedArray

public UnboundedArray createUnboundedArray()
Create an instance of UnboundedArray


createRestrictedAllBaseAll

public RestrictedAllBaseAll createRestrictedAllBaseAll()
Create an instance of RestrictedAllBaseAll


createDerivedStructBaseEmpty

public DerivedStructBaseEmpty createDerivedStructBaseEmpty()
Create an instance of DerivedStructBaseEmpty


createDocument

public Document createDocument()
Create an instance of Document


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