Class StatusResponseType
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusResponseType
-
- Direct Known Subclasses:
ArtifactResponseType,NameIDMappingResponseType,ResponseType
public class StatusResponseType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringconsentprotected Stringdestinationprotected ExtensionsTypeextensionsprotected Stringidprotected StringinResponseToprotected XMLGregorianCalendarissueInstantprotected NameIDTypeissuerprotected org.apache.xml.security.binding.xmldsig.SignatureTypesignatureprotected StatusTypestatusprotected Stringversion
-
Constructor Summary
Constructors Constructor Description StatusResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConsent()Gets the value of the consent property.StringgetDestination()Gets the value of the destination property.ExtensionsTypegetExtensions()Gets the value of the extensions property.StringgetID()Gets the value of the id property.StringgetInResponseTo()Gets the value of the inResponseTo property.XMLGregorianCalendargetIssueInstant()Gets the value of the issueInstant property.NameIDTypegetIssuer()Gets the value of the issuer property.org.apache.xml.security.binding.xmldsig.SignatureTypegetSignature()Gets the value of the signature property.StatusTypegetStatus()Gets the value of the status property.StringgetVersion()Gets the value of the version property.voidsetConsent(String value)Sets the value of the consent property.voidsetDestination(String value)Sets the value of the destination property.voidsetExtensions(ExtensionsType value)Sets the value of the extensions property.voidsetID(String value)Sets the value of the id property.voidsetInResponseTo(String value)Sets the value of the inResponseTo property.voidsetIssueInstant(XMLGregorianCalendar value)Sets the value of the issueInstant property.voidsetIssuer(NameIDType value)Sets the value of the issuer property.voidsetSignature(org.apache.xml.security.binding.xmldsig.SignatureType value)Sets the value of the signature property.voidsetStatus(StatusType value)Sets the value of the status property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
issuer
protected NameIDType issuer
-
signature
protected org.apache.xml.security.binding.xmldsig.SignatureType signature
-
extensions
protected ExtensionsType extensions
-
status
protected StatusType status
-
id
protected String id
-
inResponseTo
protected String inResponseTo
-
version
protected String version
-
issueInstant
protected XMLGregorianCalendar issueInstant
-
destination
protected String destination
-
consent
protected String consent
-
-
Method Detail
-
getIssuer
public NameIDType getIssuer()
Gets the value of the issuer property.- Returns:
- possible object is
NameIDType
-
setIssuer
public void setIssuer(NameIDType value)
Sets the value of the issuer property.- Parameters:
value- allowed object isNameIDType
-
getSignature
public org.apache.xml.security.binding.xmldsig.SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(org.apache.xml.security.binding.xmldsig.SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getExtensions
public ExtensionsType getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
public void setExtensions(ExtensionsType value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
getStatus
public StatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
public void setStatus(StatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
setID
public void setID(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getInResponseTo
public String getInResponseTo()
Gets the value of the inResponseTo property.- Returns:
- possible object is
String
-
setInResponseTo
public void setInResponseTo(String value)
Sets the value of the inResponseTo property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getIssueInstant
public XMLGregorianCalendar getIssueInstant()
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueInstant
public void setIssueInstant(XMLGregorianCalendar value)
Sets the value of the issueInstant property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDestination
public String getDestination()
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
public void setDestination(String value)
Sets the value of the destination property.- Parameters:
value- allowed object isString
-
getConsent
public String getConsent()
Gets the value of the consent property.- Returns:
- possible object is
String
-
-