org.ow2.easywsdl.schema.api
Interface Documentation

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

public interface Documentation
extends SchemaElement

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 org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, 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-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.