public abstract class RequestAbstractTypeImpl extends AbstractSignableSAMLObject implements RequestAbstractType
RequestAbstractType.| Modifier and Type | Field and Description |
|---|---|
org.opensaml.xml.util.XMLObjectChildrenList<RespondWith> |
respondWiths
Contains the respondWiths
|
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()
Get the ID
|
org.joda.time.DateTime |
getIssueInstant()
Get the issue instant
|
int |
getMajorVersion()
Gets the major version of this SAML message.
|
int |
getMinorVersion()
Gets the minor version of this SAML message.
|
List<org.opensaml.xml.XMLObject> |
getOrderedChildren() |
List<RespondWith> |
getRespondWiths()
Return the list of RespondWith elements
|
String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
void |
setID(String id)
Set the ID
|
void |
setIssueInstant(org.joda.time.DateTime instant)
Set the issue instant
|
void |
setVersion(SAMLVersion newVersion) |
equals, prepareForAssignment, setSignaturederegisterValidator, getValidators, registerValidator, validate, validateChildrengetSignature, isSignedaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturederegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic final org.opensaml.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 id)
setID in interface RequestAbstractTypepublic int getMajorVersion()
getMajorVersion in interface RequestAbstractTypepublic int getMinorVersion()
getMinorVersion 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.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObjectCopyright © 1999–2015. All rights reserved.