com.ebmwebsourcing.wsstar.legacy.jaxb.core
Interface Documentation

All Superinterfaces:
SchemaElement, java.io.Serializable

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.wsstar.legacy.jaxb.core.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, 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 © 2009-2011 eBM Websourcing. All Rights Reserved.