|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.saml._1_0.protocol.Status
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:20:20+02:00",
comments="JAXB RI v2.2.11")
public class Status
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:1.0:protocol}StatusCode"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}StatusMessage" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}StatusDetail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Status()
|
|
| Method Summary | |
|---|---|
StatusCode |
getStatusCode()
Gets the value of the statusCode property. |
StatusDetail |
getStatusDetail()
Gets the value of the statusDetail property. |
String |
getStatusMessage()
Gets the value of the statusMessage property. |
void |
setStatusCode(StatusCode value)
Sets the value of the statusCode property. |
void |
setStatusDetail(StatusDetail value)
Sets the value of the statusDetail property. |
void |
setStatusMessage(String value)
Sets the value of the statusMessage property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Status()
| Method Detail |
|---|
public StatusCode getStatusCode()
StatusCodepublic void setStatusCode(StatusCode value)
value - allowed object is
StatusCodepublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic StatusDetail getStatusDetail()
StatusDetailpublic void setStatusDetail(StatusDetail value)
value - allowed object is
StatusDetail
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||