org.ow2.easywsdl.schema.impl
Class DocumentationImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<Documentation>
      extended by org.ow2.easywsdl.schema.impl.DocumentationImpl
All Implemented Interfaces:
java.io.Serializable, Documentation, SchemaElement

public class DocumentationImpl
extends AbstractSchemaElementImpl<Documentation>
implements Documentation

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

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

Constructor Detail

DocumentationImpl

public DocumentationImpl()

DocumentationImpl

public DocumentationImpl(Documentation doc)
Method Detail

getContent

public java.lang.String getContent()
Description copied from interface: Documentation
Get the content of this documentation.

Specified by:
getContent in interface Documentation
Returns:
the content

setContent

public void setContent(java.lang.String content)
Description copied from interface: Documentation
Set the content of this documentation.

Specified by:
setContent in interface Documentation
Parameters:
content - the content


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.