|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.protocol.StatusResponseType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:11+01:00", comments="JAXB RI v2.2.11") public class StatusResponseType
Java class for StatusResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Extensions" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Status"/> </sequence> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="InResponseTo" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Destination" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Consent" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
StatusResponseType()
|
Method Summary | |
---|---|
String |
getConsent()
Gets the value of the consent property. |
String |
getDestination()
Gets the value of the destination property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
String |
getID()
Gets the value of the id property. |
String |
getInResponseTo()
Gets the value of the inResponseTo property. |
org.joda.time.DateTime |
getIssueInstant()
Gets the value of the issueInstant property. |
NameIDType |
getIssuer()
Gets the value of the issuer property. |
Signature |
getSignature()
Gets the value of the signature property. |
Status |
getStatus()
Gets the value of the status property. |
String |
getVersion()
Gets the value of the version property. |
void |
setConsent(String value)
Sets the value of the consent property. |
void |
setDestination(String value)
Sets the value of the destination property. |
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setInResponseTo(String value)
Sets the value of the inResponseTo property. |
void |
setIssueInstant(org.joda.time.DateTime value)
Sets the value of the issueInstant property. |
void |
setIssuer(NameIDType value)
Sets the value of the issuer property. |
void |
setSignature(Signature value)
Sets the value of the signature property. |
void |
setStatus(Status value)
Sets the value of the status property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusResponseType()
Method Detail |
---|
public NameIDType getIssuer()
NameIDType
public void setIssuer(NameIDType value)
value
- allowed object is
NameIDType
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is
ExtensionsType
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public String getID()
String
public void setID(String value)
value
- allowed object is
String
public String getInResponseTo()
String
public void setInResponseTo(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public org.joda.time.DateTime getIssueInstant()
String
public void setIssueInstant(org.joda.time.DateTime value)
value
- allowed object is
String
public String getDestination()
String
public void setDestination(String value)
value
- allowed object is
String
public String getConsent()
String
public void setConsent(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |