public abstract class RequestAbstractTypeImpl extends AbstractSignableSAMLObject implements RequestAbstractType
RequestAbstractType.| Modifier and Type | Field and Description |
|---|---|
private String |
id
Contains the ID.
|
private org.joda.time.DateTime |
issueInstant
Contains the IssueInstant.
|
private org.opensaml.core.xml.util.XMLObjectChildrenList<RespondWith> |
respondWiths
Contains the respondWiths.
|
private SAMLVersion |
version
Version of this SAML message.
|
ID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
RequestAbstractTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
org.joda.time.DateTime |
getIssueInstant() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
List<RespondWith> |
getRespondWiths() |
String |
getSignatureReferenceID() |
SAMLVersion |
getVersion() |
void |
setID(String newID) |
void |
setIssueInstant(org.joda.time.DateTime instant) |
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, 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 org.joda.time.DateTime issueInstant
private SAMLVersion version
private final org.opensaml.core.xml.util.XMLObjectChildrenList<RespondWith> respondWiths
protected RequestAbstractTypeImpl(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 RequestAbstractTypepublic void setID(String newID)
setID in interface RequestAbstractTypepublic SAMLVersion getVersion()
getVersion in interface RequestAbstractTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface RequestAbstractTypepublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface RequestAbstractTypepublic void setIssueInstant(org.joda.time.DateTime instant)
setIssueInstant in interface RequestAbstractTypepublic List<RespondWith> getRespondWiths()
getRespondWiths in interface RequestAbstractTypepublic String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.