org.apache.ws.jaxme.xs.jaxb
Interface JAXBJavaType
- XsObject
- JAXBJavaType.JAXBGlobalJavaType
- JAXBJavaTypeImpl, JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
public interface JAXBJavaType
This interface implements the JAXB javaType bindings.
$Id: JAXBJavaType.java 231996 2004-09-30 02:09:30 +0200 (Thu, 30 Sep 2004) jochen $
getName
public String getName()
Returns the runtime type.
getParseMethod
public String getParseMethod()
Returns the name of the parse()
method.
getPrintMethod
public String getPrintMethod()
Returns the name of the print()
method.
getXmlType
public XsQName getXmlType()
Returns the XML type.
hasNsContext
public boolean hasNsContext()
Returns whether the print()
and/or
parse()
methods have an additional
nsContext
attribute.