@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+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: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>
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()
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
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.