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 Detail

      • setContent

        void setContent​(String content)
        Set the content of this documentation.
        Parameters:
        content - the content
      • getContent

        String getContent()
        Get the content of this documentation.
        Returns:
        the content