public interface Action extends SAMLObject
Action element behaves.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Default element name, no namespace.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
NAMESPACE_ATTRIB_NAME
Name for the Namespace attribute.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContents()
Return the contents.
|
java.lang.String |
getNamespace()
Return the value of Namespace.
|
void |
setContents(java.lang.String contents)
Set the contents.
|
void |
setNamespace(java.lang.String namespace)
Set the value of Namespace.
|
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@Nonnull @NotEmpty static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
@Nullable static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
@Nonnull @NotEmpty static final java.lang.String TYPE_LOCAL_NAME
@Nullable static final javax.xml.namespace.QName TYPE_NAME
@Nonnull @NotEmpty static final java.lang.String NAMESPACE_ATTRIB_NAME
@Nullable java.lang.String getNamespace()
void setNamespace(@Nullable
java.lang.String namespace)
namespace - what to set@Nullable java.lang.String getContents()
void setContents(@Nullable
java.lang.String contents)
contents - what to set