All Superinterfaces:
XMLObject, XSBase64Binary
All Known Implementing Classes:
MessageImpl

public interface Message extends XSBase64Binary
XMLObject representing the Message element that is a child to SignMessage.
Author:
Martin Lindström (martin@idsec.se)
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
  • Method Details

    • getContent

      String getContent()
      Returns string content of the Message element, i.e., its Base64 decoded form.
      Returns:
      the message content
    • setContent

      void setContent(String messageContent)
      Assigns the Message element by assigning the text that it should hold. The method will Base64 encode the text.
      Parameters:
      messageContent - content of the Message element