Package com.sun.identity.saml2.protocol
Interface StatusMessage
- 
- All Superinterfaces:
 XmlSerializable
@SupportedAll public interface StatusMessage extends XmlSerializable
This class represents theStatusMessageelement in SAML protocol schema. TheStatusMessageelement specifies a message that MAY be returned to an operator.<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Returns theStatusMessagevalue.- 
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValue
String getValue()
Returns theStatusMessagevalue.- Returns:
 - A String value of the 
StatusMessage 
 
 - 
 
 -