org.apache.ws.jaxme.xs.jaxb

Interface JAXBJavaType

public interface JAXBJavaType extends XsObject

This interface implements the JAXB javaType bindings.

Version: $Id: JAXBJavaType.java 231996 2004-09-30 00:09:30Z jochen $

Author: Jochen Wiedmann

Nested Class Summary
static interfaceJAXBJavaType.JAXBGlobalJavaType
Method Summary
StringgetName()

Returns the runtime type.

StringgetParseMethod()

Returns the name of the parse() method.

StringgetPrintMethod()

Returns the name of the print() method.

XsQNamegetXmlType()
Returns the XML type.
booleanhasNsContext()

Returns whether the print() and/or parse() methods have an additional nsContext attribute.

Method Detail

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.