@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T02:54:22+02:00", comments="JAXB RI v2.3.7") public class Response extends ResponseAbstractType implements Serializable
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:protocol}ResponseAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:protocol}Status"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Assertion" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
List<Assertion> |
getAssertions()
Gets the value of the assertions property.
|
Status |
getStatus()
Gets the value of the status property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
getInResponseTo, getIssueInstant, getMajorVersion, getMinorVersion, getRecipient, getResponseID, getSignature, setInResponseTo, setIssueInstant, setMajorVersion, setMinorVersion, setRecipient, setResponseID, setSignaturepublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic List<Assertion> getAssertions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the assertions property.
For example, to add a new item, do as follows:
getAssertions().add(newItem);
Objects of the following type(s) are allowed in the list
Assertion
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.