public interface JAXBSchema extends XSSchema
Interface of a JAXB schema. It inherits the methods of
JAXBGlobalBindings
.
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getJaxbExtensionBindingPrefixes()
Returns the schemas
jaxb:extensionBindingPrefixes list. |
JAXBGlobalBindings |
getJAXBGlobalBindings()
Returns the schemas globalBindings.
|
java.lang.String |
getJaxbVersion()
Returns the schemas
jaxb:version attribute. |
add, add, add, add, add, add, add, add, add, getAnnotations, getAttribute, getAttributeGroup, getAttributeGroups, getAttributes, getBuiltinTypes, getChilds, getContext, getElement, getElements, getGroup, getGroups, getIdentityConstraints, getKeyRefs, getTargetNamespace, getType, getTypes, getXSObjectFactory, redefine, redefine, redefine
getOpenAttributes
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
JAXBGlobalBindings getJAXBGlobalBindings()
Returns the schemas globalBindings. This is guaranteed to be non-null.
java.lang.String getJaxbVersion()
Returns the schemas jaxb:version
attribute.
java.lang.String[] getJaxbExtensionBindingPrefixes()
Returns the schemas jaxb:extensionBindingPrefixes
list.