public class JAXBClassImpl extends JAXBXsObjectImpl implements JAXBClass
Modifier | Constructor and Description |
---|---|
protected |
JAXBClassImpl(XsObject pParent)
Creates a new instance of ClassImpl.
|
Modifier and Type | Method and Description |
---|---|
JAXBJavadoc |
createJavadoc()
Sets the classes Javadoc documentation.
|
java.lang.String |
getImplClass()
Returns the implementation classes name, including the package
name.
|
JAXBJavadoc |
getJavadoc()
Returns the classes Javadoc documentation.
|
java.lang.String |
getName()
Returns the interfaces class name, not including the package name.
|
void |
setImplClass(java.lang.String pImplClass)
Sets the implementation classes name, including the package
name.
|
void |
setName(java.lang.String pName)
Sets the interfaces class name, not including the package name.
|
getJAXBXsObjectFactory
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected JAXBClassImpl(XsObject pParent)
Creates a new instance of ClassImpl.
public void setName(java.lang.String pName)
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.
public java.lang.String getName()
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.
public void setImplClass(java.lang.String pImplClass)
Sets the implementation classes name, including the package name.
public java.lang.String getImplClass()
Returns the implementation classes name, including the package name.
getImplClass
in interface JAXBClass
public JAXBJavadoc createJavadoc()
Sets the classes Javadoc documentation.
public JAXBJavadoc getJavadoc()
Returns the classes Javadoc documentation.
getJavadoc
in interface JAXBClass