Package org.opensaml.saml.saml1.core
Interface Action
- All Superinterfaces:
SAMLObject
,XMLObject
,XSString
- All Known Implementing Classes:
ActionImpl
Interface describing how a SAML1.1
Action
element behaves.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault String
Deprecated, for removal: This API element is subject to removal in a future version.Return the value of Namespace.default void
setContents
(String value) Deprecated, for removal: This API element is subject to removal in a future version.void
setNamespace
(String namespace) Set the value of Namespace.Methods inherited from interface org.opensaml.core.xml.XMLObject
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
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Default element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
NAMESPACE_ATTRIB_NAME
Name for the Namespace attribute.- See Also:
-
-
Method Details
-
getNamespace
Return the value of Namespace.- Returns:
- the namespace
-
setNamespace
Set the value of Namespace.- Parameters:
namespace
- what to set
-
getContents
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of the action to be performed.- Returns:
- the value of the action to be performed
-
setContents
Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of the action to be performed.- Parameters:
value
- the value of the action to be performed
-