org.apache.ws.jaxme.xs.jaxb
public interface JAXBJavaType extends XsObject
This interface implements the JAXB javaType bindings.
Version: $Id: JAXBJavaType.java 231996 2004-09-30 00:09:30Z jochen $
Nested Class Summary | |
---|---|
static interface | JAXBJavaType.JAXBGlobalJavaType |
Method Summary | |
---|---|
String | getName() Returns the runtime type. |
String | getParseMethod() Returns the name of the |
String | getPrintMethod() Returns the name of the |
XsQName | getXmlType() Returns the XML type. |
boolean | hasNsContext() Returns whether the |
Returns the runtime type.
Returns the name of the parse()
method.
Returns the name of the print()
method.
Returns whether the print()
and/or
parse()
methods have an additional
nsContext
attribute.