public class ActionImpl extends AbstractSAMLObject implements Action
Action.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
action
Action value.
|
private java.lang.String |
namespace
URI of the Namespace of this Action.
|
CONTROL_ACTION, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, DELETE_ACTION, EXECUTE_ACTION, GHPP_NS_URI, HTTP_GET_ACTION, HTTP_HEAD_ACTION, HTTP_POST_ACTION, HTTP_PUT_ACTION, NAMEPSACE_ATTRIB_NAME, NEG_CONTROL_ACTION, NEG_DELETE_ACTION, NEG_EXECUTE_ACTION, NEG_READ_ACTION, NEG_WRITE_ACTION, READ_ACTION, RWEDC_NEGATION_NS_URI, RWEDC_NS_URI, TYPE_LOCAL_NAME, TYPE_NAME, UNIX_NS_URI, WRITE_ACTION| Modifier | Constructor and Description |
|---|---|
protected |
ActionImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Gets the URI of the action to be performed.
|
java.lang.String |
getNamespace()
Gets the namespace scope of the specified action.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
void |
setAction(java.lang.String newAction)
Sets the URI of the action to be performed.
|
void |
setNamespace(java.lang.String newNamespace)
Sets the namespace scope of the specified action.
|
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, setSchemaLocationprivate java.lang.String namespace
private java.lang.String action
protected ActionImpl(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 getNamespace()
getNamespace in interface Actionpublic void setNamespace(java.lang.String newNamespace)
setNamespace in interface ActionnewNamespace - the namespace scope of the specified actionpublic java.lang.String getAction()
public void setAction(java.lang.String newAction)
public java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject