public class JAXBJavadocImpl extends XsObjectImpl implements JAXBJavadoc
Implementation of the Javadoc interface.
| Modifier | Constructor and Description |
|---|---|
protected |
JAXBJavadocImpl(XsObject pParent)
Creates a new instance of JAXBJavadocImpl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String pText) |
java.lang.String |
getText()
Returns the text contained in the Javadoc element.
|
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected JAXBJavadocImpl(XsObject pParent)
Creates a new instance of JAXBJavadocImpl.
public void addText(java.lang.String pText)
public java.lang.String getText()
JAXBJavadocReturns the text contained in the Javadoc element.
getText in interface JAXBJavadoc