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.types2
|
public ObjectFactory()
public ChoiceOfChoice createChoiceOfChoice()
ChoiceOfChoicepublic OccuringStructWithAnyAttribute createOccuringStructWithAnyAttribute()
OccuringStructWithAnyAttributepublic ChoiceOfSeq createChoiceOfSeq()
ChoiceOfSeqpublic SequenceWithGroupChoice createSequenceWithGroupChoice()
SequenceWithGroupChoicepublic IDTypeAttribute createIDTypeAttribute()
IDTypeAttributepublic StructWithAny createStructWithAny()
StructWithAnypublic ChoiceWithGroupChoice createChoiceWithGroupChoice()
ChoiceWithGroupChoicepublic MultipleOccursSequenceInSequence createMultipleOccursSequenceInSequence()
MultipleOccursSequenceInSequencepublic StructWithAnyAttribute createStructWithAnyAttribute()
StructWithAnyAttributepublic StructWithAnyArrayLax createStructWithAnyArrayLax()
StructWithAnyArrayLaxpublic GroupDirectlyInComplexType createGroupDirectlyInComplexType()
GroupDirectlyInComplexTypepublic ExtBase64Binary createExtBase64Binary()
ExtBase64Binarypublic ComplexTypeWithAttributeGroup1 createComplexTypeWithAttributeGroup1()
ComplexTypeWithAttributeGroup1public ComplexTypeWithAttributeGroup createComplexTypeWithAttributeGroup()
ComplexTypeWithAttributeGrouppublic OccuringChoiceWithAnyAttribute createOccuringChoiceWithAnyAttribute()
OccuringChoiceWithAnyAttributepublic StructWithAnyArray createStructWithAnyArray()
StructWithAnyArraypublic StructWithAnyStrict createStructWithAnyStrict()
StructWithAnyStrictpublic SequenceWithGroups createSequenceWithGroups()
SequenceWithGroupspublic SequenceWithGroupSeq createSequenceWithGroupSeq()
SequenceWithGroupSeqpublic StructWithBinary createStructWithBinary()
StructWithBinarypublic ChoiceWithGroups createChoiceWithGroups()
ChoiceWithGroupspublic SimpleContentExtWithAnyAttribute createSimpleContentExtWithAnyAttribute()
SimpleContentExtWithAnyAttributepublic ChoiceWithBinary createChoiceWithBinary()
ChoiceWithBinarypublic SequenceWithOccuringGroup createSequenceWithOccuringGroup()
SequenceWithOccuringGrouppublic ComplexTypeWithAttributes createComplexTypeWithAttributes()
ComplexTypeWithAttributespublic ChoiceWithAnyAttribute createChoiceWithAnyAttribute()
ChoiceWithAnyAttributepublic ChoiceWithGroupSeq createChoiceWithGroupSeq()
ChoiceWithGroupSeqApache CXF