com.ebmwebsourcing.commons.wsdl.impl.wsdl11
Class DocumentationImpl

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<TDocumentation>
      extended by com.ebmwebsourcing.commons.wsdl.impl.wsdl11.DocumentationImpl
All Implemented Interfaces:
Documentation, WSDLElement, java.io.Serializable

public class DocumentationImpl
extends AbstractWSDLElementImpl<TDocumentation>
implements Documentation

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

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
DocumentationImpl()
           
DocumentationImpl(TDocumentation 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 com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Constructor Detail

DocumentationImpl

public DocumentationImpl()

DocumentationImpl

public DocumentationImpl(TDocumentation 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 eBM WebSourcing. All Rights Reserved.