public class JAXBJavaTypeImpl extends XsObjectImpl implements JAXBJavaType
| Modifier and Type | Class and Description |
|---|---|
static class |
JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl |
JAXBJavaType.JAXBGlobalJavaType| Modifier | Constructor and Description |
|---|---|
protected |
JAXBJavaTypeImpl(XsObject pParent)
Creates a new instance of JAXBJavaTypeImpl.java.
|
| 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. |
void |
setHasNsContext(boolean pHasNsContext) |
void |
setName(java.lang.String pName) |
void |
setParseMethod(java.lang.String pParseMethod) |
void |
setPrintMethod(java.lang.String pPrintMethod) |
void |
setXmlType(java.lang.String pXmlType)
Sets the XML Type being customized by this element.
|
void |
setXmlType(XsQName pXmlType)
Sets the XML Type being customized by this element.
|
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected JAXBJavaTypeImpl(XsObject pParent)
Creates a new instance of JAXBJavaTypeImpl.java.
public void setName(java.lang.String pName)
public java.lang.String getName()
JAXBJavaTypeReturns the runtime type.
getName in interface JAXBJavaTypepublic void setHasNsContext(boolean pHasNsContext)
public boolean hasNsContext()
JAXBJavaTypeReturns whether the print() and/or
parse() methods have an additional
nsContext attribute.
hasNsContext in interface JAXBJavaTypepublic void setParseMethod(java.lang.String pParseMethod)
public java.lang.String getParseMethod()
JAXBJavaTypeReturns the name of the parse() method.
getParseMethod in interface JAXBJavaTypepublic void setPrintMethod(java.lang.String pPrintMethod)
public java.lang.String getPrintMethod()
JAXBJavaTypeReturns the name of the print() method.
getPrintMethod in interface JAXBJavaTypepublic void setXmlType(java.lang.String pXmlType)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void setXmlType(XsQName pXmlType)
public XsQName getXmlType()
JAXBJavaTypegetXmlType in interface JAXBJavaType