public abstract class RequestAbstractTypeImpl extends AbstractSignableSAMLObject implements RequestAbstractType
RequestAbstractType.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
id
Contains the ID.
|
private org.joda.time.DateTime |
issueInstant
Containt the IssueInstant.
|
private 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(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Get the ID.
|
org.joda.time.DateTime |
getIssueInstant()
Get the issue instant.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.util.List<RespondWith> |
getRespondWiths()
Return the list of RespondWith elements.
|
java.lang.String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
SAMLVersion |
getVersion()
Gets the SAML version of this message.
|
void |
setID(java.lang.String newID)
Set the ID.
|
void |
setIssueInstant(org.joda.time.DateTime instant)
Set the issue instant.
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML version of this message.
|
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 java.lang.String id
private org.joda.time.DateTime issueInstant
private SAMLVersion version
private final XMLObjectChildrenList<RespondWith> respondWiths
protected RequestAbstractTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.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 java.lang.String getID()
getID in interface RequestAbstractTypepublic void setID(java.lang.String newID)
setID in interface RequestAbstractTypenewID - what to setpublic SAMLVersion getVersion()
getVersion in interface RequestAbstractTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface RequestAbstractTypenewVersion - SAML version of this messagepublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface RequestAbstractTypepublic void setIssueInstant(org.joda.time.DateTime instant)
setIssueInstant in interface RequestAbstractTypeinstant - what to setpublic java.util.List<RespondWith> getRespondWiths()
getRespondWiths in interface RequestAbstractTypepublic java.lang.String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject