public class StatusType extends Object
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.
|
protected String statusMessage
protected StatusCodeType statusCode
protected StatusDetailType statusDetail
public StatusCodeType getStatusCode()
StatusCodeType
public void setStatusCode(StatusCodeType value)
value
- allowed object is StatusCodeType
public String getStatusMessage()
String
public void setStatusMessage(String value)
value
- allowed object is String
public StatusDetailType getStatusDetail()
StatusDetailType
public void setStatusDetail(StatusDetailType value)
value
- allowed object is StatusDetailType
Copyright © 2016 JBoss by Red Hat. All rights reserved.