DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ECP_SERVICE, MESSAGE_ID_ATTRIB_NAME, RESPONSE_CONSUMER_URL_ATTRIB_NAME, SERVICE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
RequestImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageID()
Get the messageID attribute value.
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getResponseConsumerURL()
Get the responseConsumerURL attribute value.
|
String |
getService()
Get the service attribute value.
|
String |
getSOAP11Actor() |
Boolean |
isSOAP11MustUnderstand() |
org.opensaml.core.xml.schema.XSBooleanValue |
isSOAP11MustUnderstandXSBoolean() |
void |
setMessageID(String newMessageID)
Set the messageID attribute value.
|
void |
setResponseConsumerURL(String newResponseConsumerURL)
Set the responseConsumerURL attribute value.
|
void |
setService(String newService)
Set the service attribute value.
|
void |
setSOAP11Actor(String soap11Actor) |
void |
setSOAP11MustUnderstand(Boolean aBoolean) |
void |
setSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue) |
equals, hashCode, prepareForAssignmentdetach, 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, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic String getResponseConsumerURL()
RequestgetResponseConsumerURL in interface Requestpublic void setResponseConsumerURL(String newResponseConsumerURL)
RequestsetResponseConsumerURL in interface RequestnewResponseConsumerURL - the new responseConsumerURL attribute valuepublic String getService()
RequestgetService in interface Requestpublic void setService(String newService)
RequestsetService in interface RequestnewService - the new service attribute valuepublic String getMessageID()
RequestgetMessageID in interface Requestpublic void setMessageID(String newMessageID)
RequestsetMessageID in interface RequestnewMessageID - the new messageID attribute value@Nullable public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObject@Nullable public String getSOAP11Actor()
getSOAP11Actor in interface org.opensaml.soap.soap11.ActorBearingpublic void setSOAP11Actor(@Nullable String soap11Actor)
setSOAP11Actor in interface org.opensaml.soap.soap11.ActorBearing@Nullable public Boolean isSOAP11MustUnderstand()
isSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing@Nullable public org.opensaml.core.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
isSOAP11MustUnderstandXSBoolean in interface org.opensaml.soap.soap11.MustUnderstandBearingpublic void setSOAP11MustUnderstand(@Nullable Boolean aBoolean)
setSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearingpublic void setSOAP11MustUnderstand(@Nullable org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue)
setSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearingThis work is licensed under a Creative Commons Attribution 4.0 International License.