public class JAXBXsObjectFactoryImpl extends XsObjectFactoryImpl implements JAXBXsObjectFactory
| Constructor and Description |
|---|
JAXBXsObjectFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
JAXBProperty.BaseType |
newBaseType(XsObject pParent)
Returns a new instance of JAXBProperty.BaseType.
|
JAXBClass |
newJAXBClass(XsObject pParent)
Returns a new instance of JAXBClass.
|
JAXBGlobalBindings |
newJAXBGlobalBindings(XsObject pParent)
Returns a new instance of JAXBGlobalBindings.
|
JAXBJavaType.JAXBGlobalJavaType |
newJAXBGlobalJavaType(XsObject pParent)
Returns a new instance of JAXBGlobalJavaType.
|
JAXBJavadoc |
newJAXBJavadoc(XsObject pParent)
Returns a new instance of JAXBJavadoc.
|
JAXBJavaType |
newJAXBJavaType(XsObject pParent)
Returns a new instance of JAXBJavaType.
|
JAXBProperty |
newJAXBProperty(XsObject pParent)
Returns a new instance of JAXBProperty.
|
JAXBSchemaBindings |
newJAXBSchemaBindings(XsObject pParent)
Returns a new instance of JAXBSchemaBindings.
|
JAXBTypesafeEnumClass |
newJAXBTypesafeEnumClass(XsObject pParent)
Returns a new instance of JAXBTypesafeEnumClass.
|
JAXBTypesafeEnumMember |
newJAXBTypesafeEnumMember(XsObject pParent)
Returns a new instance of JAXBTypesafeEnumMember.
|
JAXBSchemaBindings.NameTransformation |
newNameTransformation(XsObject pParent)
Returns a new instance of NameTransformation.
|
JAXBSchemaBindings.NameXmlTransform |
newNameXmlTransform(XsObject pParent)
Returns a new instance of NameXmlTransform.
|
JAXBSchemaBindings.Package |
newPackage(XsObject pParent)
Returns a new instance of Package.
|
XsEAppinfo |
newXsEAppinfo(XsObject pParent) |
XsESchema |
newXsESchema() |
getContext, getLocator, newXMLReader, newXsAGDefRef, newXsAGOccurs, newXsEAnnotation, newXsEAny, newXsEChoice, newXsEComplexContent, newXsEDocumentation, newXsEEnumeration, newXsEField, newXsEFractionDigits, newXsEImport, newXsEInclude, newXsEKey, newXsEKeyref, newXsELength, newXsEList, newXsEMaxExclusive, newXsEMaxInclusive, newXsEMaxLength, newXsEMinExclusive, newXsEMinInclusive, newXsEMinLength, newXsENotation, newXsEPattern, newXsERedefine, newXsERestriction, newXsESelector, newXsESequence, newXsESimpleContent, newXsETopLevelSimpleType, newXsETotalDigits, newXsEUnion, newXsEUnique, newXsEWhiteSpace, newXsGAllModel, newXsGAttrDecls, newXsGComplexTypeModel, newXsGIdentityConstraint, newXsGParticle, newXsGSimpleRestrictionModel, newXsGTypeDefParticle, newXsSAXParser, newXsSAXParser, newXsTAll, newXsTAnnotated, newXsTAttribute, newXsTAttributeGroup, newXsTAttributeGroupRef, newXsTComplexRestrictionType, newXsTComplexType, newXsTExtensionType, newXsTGroup, newXsTGroupRef, newXsTLocalAllElement, newXsTLocalComplexType, newXsTLocalElement, newXsTLocalSimpleType, newXsTNamedGroup, newXsTSimpleExplicitGroup, newXsTSimpleExtensionType, newXsTSimpleRestrictionType, newXsTTopLevelElement, newXsTWildcardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocator, newXMLReader, newXsAGDefRef, newXsAGOccurs, newXsEAnnotation, newXsEAny, newXsEChoice, newXsEComplexContent, newXsEDocumentation, newXsEEnumeration, newXsEField, newXsEFractionDigits, newXsEImport, newXsEInclude, newXsEKey, newXsEKeyref, newXsELength, newXsEList, newXsEMaxExclusive, newXsEMaxInclusive, newXsEMaxLength, newXsEMinExclusive, newXsEMinInclusive, newXsEMinLength, newXsENotation, newXsEPattern, newXsERedefine, newXsERestriction, newXsESelector, newXsESequence, newXsESimpleContent, newXsETopLevelSimpleType, newXsETotalDigits, newXsEUnion, newXsEUnique, newXsEWhiteSpace, newXsGAllModel, newXsGAttrDecls, newXsGComplexTypeModel, newXsGIdentityConstraint, newXsGParticle, newXsGSimpleRestrictionModel, newXsGTypeDefParticle, newXsSAXParser, newXsSAXParser, newXsTAll, newXsTAnnotated, newXsTAttribute, newXsTAttributeGroup, newXsTAttributeGroupRef, newXsTComplexRestrictionType, newXsTComplexType, newXsTExtensionType, newXsTGroup, newXsTGroupRef, newXsTLocalAllElement, newXsTLocalComplexType, newXsTLocalElement, newXsTLocalSimpleType, newXsTNamedGroup, newXsTSimpleExplicitGroup, newXsTSimpleExtensionType, newXsTSimpleRestrictionType, newXsTTopLevelElement, newXsTWildcardpublic JAXBProperty.BaseType newBaseType(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBProperty.BaseType.
newBaseType in interface JAXBXsObjectFactorypublic JAXBClass newJAXBClass(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBClass.
newJAXBClass in interface JAXBXsObjectFactorypublic JAXBGlobalBindings newJAXBGlobalBindings(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBGlobalBindings.
newJAXBGlobalBindings in interface JAXBXsObjectFactorypublic JAXBJavadoc newJAXBJavadoc(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBJavadoc.
newJAXBJavadoc in interface JAXBXsObjectFactorypublic JAXBJavaType newJAXBJavaType(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBJavaType.
newJAXBJavaType in interface JAXBXsObjectFactorypublic JAXBJavaType.JAXBGlobalJavaType newJAXBGlobalJavaType(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBGlobalJavaType.
newJAXBGlobalJavaType in interface JAXBXsObjectFactorypublic JAXBSchemaBindings.NameXmlTransform newNameXmlTransform(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of NameXmlTransform.
newNameXmlTransform in interface JAXBXsObjectFactorypublic JAXBSchemaBindings.NameTransformation newNameTransformation(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of NameTransformation.
newNameTransformation in interface JAXBXsObjectFactorypublic JAXBSchemaBindings.Package newPackage(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of Package.
newPackage in interface JAXBXsObjectFactorypublic JAXBProperty newJAXBProperty(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBProperty.
newJAXBProperty in interface JAXBXsObjectFactorypublic JAXBSchemaBindings newJAXBSchemaBindings(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBSchemaBindings.
newJAXBSchemaBindings in interface JAXBXsObjectFactorypublic JAXBTypesafeEnumClass newJAXBTypesafeEnumClass(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBTypesafeEnumClass.
newJAXBTypesafeEnumClass in interface JAXBXsObjectFactorypublic JAXBTypesafeEnumMember newJAXBTypesafeEnumMember(XsObject pParent)
JAXBXsObjectFactoryReturns a new instance of JAXBTypesafeEnumMember.
newJAXBTypesafeEnumMember in interface JAXBXsObjectFactorypublic XsEAppinfo newXsEAppinfo(XsObject pParent)
newXsEAppinfo in interface XsObjectFactorynewXsEAppinfo in class XsObjectFactoryImplpublic XsESchema newXsESchema()
newXsESchema in interface XsObjectFactorynewXsESchema in class XsObjectFactoryImpl