Package org.ow2.easywsdl.schema.api
Interface Documentation
-
- All Superinterfaces:
SchemaElement,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()Get the content of this documentation.voidsetContent(String content)Set the content of this documentation.-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-