org.apache.ws.jaxme.xs.jaxb.impl

Class JAXBJavaTypeImpl

public class JAXBJavaTypeImpl extends XsObjectImpl implements JAXBJavaType

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

Author: Jochen Wiedmann

Nested Class Summary
static classJAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
Constructor Summary
protected JAXBJavaTypeImpl(XsObject pParent)

Creates a new instance of JAXBJavaTypeImpl.java.

Method Summary
StringgetName()
StringgetParseMethod()
StringgetPrintMethod()
XsQNamegetXmlType()
booleanhasNsContext()
voidsetHasNsContext(boolean pHasNsContext)
voidsetName(String pName)
voidsetParseMethod(String pParseMethod)
voidsetPrintMethod(String pPrintMethod)
voidsetXmlType(String pXmlType)
Sets the XML Type being customized by this element.
voidsetXmlType(XsQName pXmlType)
Sets the XML Type being customized by this element.

Constructor Detail

JAXBJavaTypeImpl

protected JAXBJavaTypeImpl(XsObject pParent)

Creates a new instance of JAXBJavaTypeImpl.java.

Method Detail

getName

public String getName()

getParseMethod

public String getParseMethod()

getPrintMethod

public String getPrintMethod()

getXmlType

public XsQName getXmlType()

hasNsContext

public boolean hasNsContext()

setHasNsContext

public void setHasNsContext(boolean pHasNsContext)

setName

public void setName(String pName)

setParseMethod

public void setParseMethod(String pParseMethod)

setPrintMethod

public void setPrintMethod(String pPrintMethod)

setXmlType

public void setXmlType(String pXmlType)
Sets the XML Type being customized by this element.

setXmlType

public void setXmlType(XsQName pXmlType)
Sets the XML Type being customized by this element.