Class StatusType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.StatusType
- All Implemented Interfaces:
Serializable
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}StatusCode"/> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}StatusMessage" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}StatusDetail" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StatusCodeType
protected StatusDetailType
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the statusCode property.Gets the value of the statusDetail property.Gets the value of the statusMessage property.void
setStatusCode
(StatusCodeType value) Sets the value of the statusCode property.void
setStatusDetail
(StatusDetailType value) Sets the value of the statusDetail property.void
setStatusMessage
(String value) Sets the value of the statusMessage property.
-
Field Details
-
statusCode
-
statusMessage
-
statusDetail
-
-
Constructor Details
-
StatusType
public StatusType()
-
-
Method Details
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
StatusCodeType
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value
- allowed object isStatusCodeType
-
getStatusMessage
Gets the value of the statusMessage property.- Returns:
- possible object is
String
-
setStatusMessage
Sets the value of the statusMessage property.- Parameters:
value
- allowed object isString
-
getStatusDetail
Gets the value of the statusDetail property.- Returns:
- possible object is
StatusDetailType
-
setStatusDetail
Sets the value of the statusDetail property.- Parameters:
value
- allowed object isStatusDetailType
-