com.ebmwebsourcing.commons.wsdl.api
Interface Documentation

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Implementing Classes:
DocumentationImpl, DocumentationImpl

public interface Documentation
extends WSDLElement

This interface represents an documentation, and contains the content of the input and the message itself.

Author:
Nicolas Salatge - eBM WebSourcing

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 interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

setContent

void setContent(java.lang.String content)
Set the content of this documentation.

Parameters:
content - the content

getContent

java.lang.String getContent()
Get the content of this documentation.

Returns:
the content


Copyright © 2008 eBM WebSourcing. All Rights Reserved.