public interface Request
extends org.opensaml.saml.common.SAMLObject, org.opensaml.soap.soap11.MustUnderstandBearing, org.opensaml.soap.soap11.ActorBearing
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME |
static QName |
DEFAULT_ELEMENT_NAME |
static String |
ECP_SERVICE |
static String |
MESSAGE_ID_ATTRIB_NAME |
static String |
RESPONSE_CONSUMER_URL_ATTRIB_NAME |
static String |
SERVICE_ATTRIB_NAME |
static String |
TYPE_LOCAL_NAME |
static QName |
TYPE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getMessageID()
Get the messageID attribute value.
|
String |
getResponseConsumerURL()
Get the responseConsumerURL attribute value.
|
String |
getService()
Get the service attribute value.
|
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.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String RESPONSE_CONSUMER_URL_ATTRIB_NAME
static final String SERVICE_ATTRIB_NAME
static final String MESSAGE_ID_ATTRIB_NAME
static final String ECP_SERVICE
String getResponseConsumerURL()
void setResponseConsumerURL(String newResponseConsumerURL)
newResponseConsumerURL
- the new responseConsumerURL attribute valueString getService()
void setService(String newService)
newService
- the new service attribute valueString getMessageID()
void setMessageID(String newMessageID)
newMessageID
- the new messageID attribute valueThis work is licensed under a Creative Commons Attribution 4.0 International License.