org.apache.ws.jaxme.xs.jaxb.impl
public class JAXBClassImpl extends JAXBXsObjectImpl implements JAXBClass
Version: $Id: JAXBClassImpl.java 231785 2004-02-16 23:39:59Z jochen $
Constructor Summary | |
---|---|
protected | JAXBClassImpl(XsObject pParent) Creates a new instance of ClassImpl. |
Method Summary | |
---|---|
JAXBJavadoc | createJavadoc() Sets the classes Javadoc documentation. |
String | getImplClass() Returns the implementation classes name, including the package name. |
JAXBJavadoc | getJavadoc() Returns the classes Javadoc documentation. |
String | getName() Returns the interfaces class name, not including the package name. |
void | setImplClass(String pImplClass) Sets the implementation classes name, including the package name. |
void | setName(String pName) Sets the interfaces class name, not including the package name. |
Creates a new instance of ClassImpl.
Sets the classes Javadoc documentation.
Returns the implementation classes name, including the package name.
Returns the classes Javadoc documentation.
Returns the interfaces class name, not including the package name. The package name is set in the schema bindings or derived from the target namespace.
Sets the implementation classes name, including the package name.
Sets the interfaces class name, not including the package name. The package name is set in the schema bindings or derived from the target namespace.