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