com.ebmwebsourcing.commons.schema.api
Interface Documentation

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

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 com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, 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.