|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.xs.xml.impl.XsObjectImpl net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectImpl net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Constructor Summary | |
protected |
JAXBClassImpl(XsObject pParent)
Creates a new instance of ClassImpl. |
Method Summary | |
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. |
Methods inherited from class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectImpl |
getJAXBXsObjectFactory |
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsObjectImpl |
asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject |
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate |
Constructor Detail |
protected JAXBClassImpl(XsObject pParent)
Creates a new instance of ClassImpl.
Method Detail |
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.
getName
in interface JAXBClass
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |