@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:18:07+02:00", comments="JAXB RI v2.2.11") public class Status 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: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 and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.