org.apache.type_test.types2
Class ObjectFactory

java.lang.Object
  extended by org.apache.type_test.types2.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.types2 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.types2
 
Method Summary
 ChoiceOfChoice createChoiceOfChoice()
          Create an instance of ChoiceOfChoice
 ChoiceOfSeq createChoiceOfSeq()
          Create an instance of ChoiceOfSeq
 ChoiceWithAnyAttribute createChoiceWithAnyAttribute()
          Create an instance of ChoiceWithAnyAttribute
 ChoiceWithBinary createChoiceWithBinary()
          Create an instance of ChoiceWithBinary
 ChoiceWithGroupChoice createChoiceWithGroupChoice()
          Create an instance of ChoiceWithGroupChoice
 ChoiceWithGroups createChoiceWithGroups()
          Create an instance of ChoiceWithGroups
 ChoiceWithGroupSeq createChoiceWithGroupSeq()
          Create an instance of ChoiceWithGroupSeq
 ComplexTypeWithAttributeGroup createComplexTypeWithAttributeGroup()
          Create an instance of ComplexTypeWithAttributeGroup
 ComplexTypeWithAttributeGroup1 createComplexTypeWithAttributeGroup1()
          Create an instance of ComplexTypeWithAttributeGroup1
 ComplexTypeWithAttributes createComplexTypeWithAttributes()
          Create an instance of ComplexTypeWithAttributes
 ExtBase64Binary createExtBase64Binary()
          Create an instance of ExtBase64Binary
 GroupDirectlyInComplexType createGroupDirectlyInComplexType()
          Create an instance of GroupDirectlyInComplexType
 IDTypeAttribute createIDTypeAttribute()
          Create an instance of IDTypeAttribute
 MultipleOccursSequenceInSequence createMultipleOccursSequenceInSequence()
          Create an instance of MultipleOccursSequenceInSequence
 OccuringChoiceWithAnyAttribute createOccuringChoiceWithAnyAttribute()
          Create an instance of OccuringChoiceWithAnyAttribute
 OccuringStructWithAnyAttribute createOccuringStructWithAnyAttribute()
          Create an instance of OccuringStructWithAnyAttribute
 SequenceWithGroupChoice createSequenceWithGroupChoice()
          Create an instance of SequenceWithGroupChoice
 SequenceWithGroups createSequenceWithGroups()
          Create an instance of SequenceWithGroups
 SequenceWithGroupSeq createSequenceWithGroupSeq()
          Create an instance of SequenceWithGroupSeq
 SequenceWithOccuringGroup createSequenceWithOccuringGroup()
          Create an instance of SequenceWithOccuringGroup
 SimpleContentExtWithAnyAttribute createSimpleContentExtWithAnyAttribute()
          Create an instance of SimpleContentExtWithAnyAttribute
 StructWithAny createStructWithAny()
          Create an instance of StructWithAny
 StructWithAnyArray createStructWithAnyArray()
          Create an instance of StructWithAnyArray
 StructWithAnyArrayLax createStructWithAnyArrayLax()
          Create an instance of StructWithAnyArrayLax
 StructWithAnyAttribute createStructWithAnyAttribute()
          Create an instance of StructWithAnyAttribute
 StructWithAnyStrict createStructWithAnyStrict()
          Create an instance of StructWithAnyStrict
 StructWithBinary createStructWithBinary()
          Create an instance of StructWithBinary
 
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.types2

Method Detail

createStructWithBinary

public StructWithBinary createStructWithBinary()
Create an instance of StructWithBinary


createMultipleOccursSequenceInSequence

public MultipleOccursSequenceInSequence createMultipleOccursSequenceInSequence()
Create an instance of MultipleOccursSequenceInSequence


createExtBase64Binary

public ExtBase64Binary createExtBase64Binary()
Create an instance of ExtBase64Binary


createOccuringStructWithAnyAttribute

public OccuringStructWithAnyAttribute createOccuringStructWithAnyAttribute()
Create an instance of OccuringStructWithAnyAttribute


createSimpleContentExtWithAnyAttribute

public SimpleContentExtWithAnyAttribute createSimpleContentExtWithAnyAttribute()
Create an instance of SimpleContentExtWithAnyAttribute


createSequenceWithOccuringGroup

public SequenceWithOccuringGroup createSequenceWithOccuringGroup()
Create an instance of SequenceWithOccuringGroup


createStructWithAnyAttribute

public StructWithAnyAttribute createStructWithAnyAttribute()
Create an instance of StructWithAnyAttribute


createChoiceOfChoice

public ChoiceOfChoice createChoiceOfChoice()
Create an instance of ChoiceOfChoice


createStructWithAnyArray

public StructWithAnyArray createStructWithAnyArray()
Create an instance of StructWithAnyArray


createSequenceWithGroups

public SequenceWithGroups createSequenceWithGroups()
Create an instance of SequenceWithGroups


createIDTypeAttribute

public IDTypeAttribute createIDTypeAttribute()
Create an instance of IDTypeAttribute


createChoiceWithGroups

public ChoiceWithGroups createChoiceWithGroups()
Create an instance of ChoiceWithGroups


createChoiceWithGroupChoice

public ChoiceWithGroupChoice createChoiceWithGroupChoice()
Create an instance of ChoiceWithGroupChoice


createComplexTypeWithAttributes

public ComplexTypeWithAttributes createComplexTypeWithAttributes()
Create an instance of ComplexTypeWithAttributes


createChoiceOfSeq

public ChoiceOfSeq createChoiceOfSeq()
Create an instance of ChoiceOfSeq


createComplexTypeWithAttributeGroup

public ComplexTypeWithAttributeGroup createComplexTypeWithAttributeGroup()
Create an instance of ComplexTypeWithAttributeGroup


createOccuringChoiceWithAnyAttribute

public OccuringChoiceWithAnyAttribute createOccuringChoiceWithAnyAttribute()
Create an instance of OccuringChoiceWithAnyAttribute


createChoiceWithBinary

public ChoiceWithBinary createChoiceWithBinary()
Create an instance of ChoiceWithBinary


createChoiceWithGroupSeq

public ChoiceWithGroupSeq createChoiceWithGroupSeq()
Create an instance of ChoiceWithGroupSeq


createStructWithAnyArrayLax

public StructWithAnyArrayLax createStructWithAnyArrayLax()
Create an instance of StructWithAnyArrayLax


createStructWithAny

public StructWithAny createStructWithAny()
Create an instance of StructWithAny


createSequenceWithGroupChoice

public SequenceWithGroupChoice createSequenceWithGroupChoice()
Create an instance of SequenceWithGroupChoice


createComplexTypeWithAttributeGroup1

public ComplexTypeWithAttributeGroup1 createComplexTypeWithAttributeGroup1()
Create an instance of ComplexTypeWithAttributeGroup1


createSequenceWithGroupSeq

public SequenceWithGroupSeq createSequenceWithGroupSeq()
Create an instance of SequenceWithGroupSeq


createChoiceWithAnyAttribute

public ChoiceWithAnyAttribute createChoiceWithAnyAttribute()
Create an instance of ChoiceWithAnyAttribute


createStructWithAnyStrict

public StructWithAnyStrict createStructWithAnyStrict()
Create an instance of StructWithAnyStrict


createGroupDirectlyInComplexType

public GroupDirectlyInComplexType createGroupDirectlyInComplexType()
Create an instance of GroupDirectlyInComplexType



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.