public abstract class ResponseAbstractTypeImpl extends AbstractSignableSAMLObject implements ResponseAbstractType
ResponseAbstractType Object| Modifier and Type | Field and Description |
|---|---|
private String |
id
Contains the ID
|
private String |
inResponseTo
Contents of the InResponseTo attribute
|
private DateTime |
issueInstant
Contents of the Date attribute
|
private String |
recipient
Contents of the recipient attribute
|
private SAMLVersion |
version |
ID_ATTRIB_NAME, INRESPONSETO_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME, RECIPIENT_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
ResponseAbstractTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
String |
getInResponseTo() |
DateTime |
getIssueInstant() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getRecipient() |
String |
getSignatureReferenceID() |
SAMLVersion |
getVersion() |
void |
setID(String id) |
void |
setInResponseTo(String inResponseTo) |
void |
setIssueInstant(DateTime date) |
void |
setRecipient(String recipient) |
void |
setVersion(SAMLVersion newVersion) |
equals, hashCode, prepareForAssignment, setSignaturegetSignature, isSigneddetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate String id
private SAMLVersion version
private String inResponseTo
private DateTime issueInstant
private String recipient
protected ResponseAbstractTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic String getID()
getID in interface ResponseAbstractTypepublic void setID(String id)
setID in interface ResponseAbstractTypepublic String getInResponseTo()
getInResponseTo in interface ResponseAbstractTypepublic void setInResponseTo(String inResponseTo)
setInResponseTo in interface ResponseAbstractTypepublic SAMLVersion getVersion()
getVersion in interface ResponseAbstractTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface ResponseAbstractTypepublic DateTime getIssueInstant()
getIssueInstant in interface ResponseAbstractTypepublic void setIssueInstant(DateTime date)
setIssueInstant in interface ResponseAbstractTypepublic String getRecipient()
getRecipient in interface ResponseAbstractTypepublic void setRecipient(String recipient)
setRecipient in interface ResponseAbstractTypepublic String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2014. All rights reserved.