org.apache.ws.jaxme.xs.jaxb
Interface JAXBJavaType

All Superinterfaces:
XsObject
All Known Subinterfaces:
JAXBJavaType.JAXBGlobalJavaType
All Known Implementing Classes:
JAXBJavaTypeImpl, JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl

public interface JAXBJavaType
extends XsObject

This interface implements the JAXB javaType bindings.

Version:
$Id: JAXBJavaType.java,v 1.1 2003/09/23 12:32:07 jochen Exp $
Author:
Jochen Wiedmann

Nested Class Summary
static interface JAXBJavaType.JAXBGlobalJavaType
           
 
Method Summary
 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.
 boolean hasNsContext()
          Returns whether the print() and/or parse() methods have an additional nsContext attribute.
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Method Detail

getName

public java.lang.String getName()

Returns the runtime type.


hasNsContext

public boolean hasNsContext()

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


getParseMethod

public java.lang.String getParseMethod()

Returns the name of the parse() method.


getPrintMethod

public java.lang.String getPrintMethod()

Returns the name of the print() method.