|
||||||||||
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="2023-09-11T04:15:30+02:00", comments="JAXB RI v2.3.6") 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()
StatusCode
public void setStatusCode(StatusCode value)
value
- allowed object is
StatusCode
public String getStatusMessage()
String
public void setStatusMessage(String value)
value
- allowed object is
String
public StatusDetail getStatusDetail()
StatusDetail
public 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 |