org.ow2.easywsdl.wsdl.impl.wsdl11
Class DocumentationImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.xml.impl.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<TDocumentation>
              extended by org.ow2.easywsdl.wsdl.impl.wsdl11.DocumentationImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.Documentation, org.ow2.easywsdl.schema.api.SchemaElement, WSDLElement, org.ow2.easywsdl.xml.api.XMLElement

public class DocumentationImpl
extends AbstractWSDLElementImpl<TDocumentation>
implements org.ow2.easywsdl.schema.api.Documentation

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
model, parent
 
Constructor Summary
DocumentationImpl()
           
DocumentationImpl(TDocumentation doc, AbstractWSDLElementImpl parent)
           
 
Method Summary
 java.lang.String getContent()
           
 void setContent(java.lang.String content)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getParent, getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

DocumentationImpl

public DocumentationImpl()

DocumentationImpl

public DocumentationImpl(TDocumentation doc,
                         AbstractWSDLElementImpl parent)
Method Detail

getContent

public java.lang.String getContent()
Specified by:
getContent in interface org.ow2.easywsdl.schema.api.Documentation

setContent

public void setContent(java.lang.String content)
Specified by:
setContent in interface org.ow2.easywsdl.schema.api.Documentation


Copyright © 2008 eBM WebSourcing. All Rights Reserved.