org.apache.ws.jaxme.xs.jaxb.impl
public class JAXBJavaTypeImpl extends XsObjectImpl implements JAXBJavaType
Version: $Id: JAXBJavaTypeImpl.java 231996 2004-09-30 00:09:30Z jochen $
| Nested Class Summary | |
|---|---|
| static class | JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl |
| Constructor Summary | |
|---|---|
| protected | JAXBJavaTypeImpl(XsObject pParent) Creates a new instance of JAXBJavaTypeImpl.java. |
| Method Summary | |
|---|---|
| String | getName() |
| String | getParseMethod() |
| String | getPrintMethod() |
| XsQName | getXmlType() |
| boolean | hasNsContext() |
| void | setHasNsContext(boolean pHasNsContext) |
| void | setName(String pName) |
| void | setParseMethod(String pParseMethod) |
| void | setPrintMethod(String pPrintMethod) |
| void | setXmlType(String pXmlType) Sets the XML Type being customized by this element. |
| void | setXmlType(XsQName pXmlType) Sets the XML Type being customized by this element. |
Creates a new instance of JAXBJavaTypeImpl.java.