public class StatusMessageImpl extends Object implements StatusMessage
StatusMessage
element.Constructor and Description |
---|
StatusMessageImpl(String value)
Constructs the
StatusMessage Object. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the
StatusMessage value. |
String |
toXMLString()
Returns the
StatusMessage in an XML document String format
based on the StatusMessage schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the
StatusMessage in an XML document String format
based on the StatusMessage schema described above. |
public StatusMessageImpl(String value)
StatusMessage
Object.value
- A String StatusMessage
valuepublic String getValue()
StatusMessage
value.getValue
in interface StatusMessage
StatusMessage
public String toXMLString() throws SAML2Exception
StatusMessage
in an XML document String format
based on the StatusMessage
schema described above.toXMLString
in interface StatusMessage
StatusMessage
.SAML2Exception
- if some error occurs during conversion to
String
.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
StatusMessage
in an XML document String format
based on the StatusMessage
schema described above.toXMLString
in interface StatusMessage
includeNSPrefix
- Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.StatusMessage
.SAML2Exception
- if some error occurs during conversion to
String
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.