public interface Message extends XSBase64Binary
Message
element that is a child to SignMessage
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
TYPE_LOCAL_NAME, TYPE_NAME
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns string content of the
Message element, i.e., its Base64 decoded form. |
void |
setContent(String messageContent)
Assigns the
Message element by assigning the text that it should hold. |
getValue, setValue
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
String getContent()
Message
element, i.e., its Base64 decoded form.void setContent(String messageContent)
Message
element by assigning the text that it should hold. The method will Base64 encode the
text.messageContent
- content of the Message
elementCopyright © 2018 Litsec AB. All rights reserved.