public interface JAXBJavaType extends XsObject
This interface implements the JAXB javaType bindings.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JAXBJavaType.JAXBGlobalJavaType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the runtime type.
|
java.lang.String |
getParseMethod()
Returns the name of the
parse() method. |
java.lang.String |
getPrintMethod()
Returns the name of the
print() method. |
XsQName |
getXmlType()
Returns the XML type.
|
boolean |
hasNsContext()
Returns whether the
print() and/or
parse() methods have an additional
nsContext attribute. |
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validatejava.lang.String getName()
Returns the runtime type.
XsQName getXmlType()
boolean hasNsContext()
Returns whether the print() and/or
parse() methods have an additional
nsContext attribute.
java.lang.String getParseMethod()
Returns the name of the parse() method.
java.lang.String getPrintMethod()
Returns the name of the print() method.