public class StatusType extends Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected StatusCodeType |
statusCode |
protected StatusDetailType |
statusDetail |
protected String |
statusMessage |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
StatusCodeType |
getStatusCode()
Gets the value of the statusCode property.
|
StatusDetailType |
getStatusDetail()
Gets the value of the statusDetail property.
|
String |
getStatusMessage()
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.
|
String |
toString() |
protected String statusMessage
protected StatusCodeType statusCode
protected StatusDetailType statusDetail
public StatusCodeType getStatusCode()
StatusCodeTypepublic void setStatusCode(StatusCodeType value)
value - allowed object is StatusCodeTypepublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is Stringpublic StatusDetailType getStatusDetail()
StatusDetailTypepublic void setStatusDetail(StatusDetailType value)
value - allowed object is StatusDetailTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.