org.apache.ws.jaxme.xs.jaxb.impl
Class JAXBJavadocImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended by org.apache.ws.jaxme.xs.jaxb.impl.JAXBJavadocImpl
All Implemented Interfaces:
JAXBJavadoc, XsObject

public class JAXBJavadocImpl
extends XsObjectImpl
implements JAXBJavadoc

Implementation of the Javadoc interface.

Version:
$Id$
Author:
Jochen Wiedmann

Constructor Summary
protected JAXBJavadocImpl(XsObject pParent)
          Creates a new instance of JAXBJavadocImpl.
 
Method Summary
 void addText(java.lang.String pText)
           
 java.lang.String getText()
          Returns the text contained in the Javadoc element.
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, 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 org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Constructor Detail

JAXBJavadocImpl

protected JAXBJavadocImpl(XsObject pParent)

Creates a new instance of JAXBJavadocImpl.

Method Detail

addText

public void addText(java.lang.String pText)

getText

public java.lang.String getText()
Description copied from interface: JAXBJavadoc

Returns the text contained in the Javadoc element.

Specified by:
getText in interface JAXBJavadoc