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 TypeMethodDescriptionReturn the value of Namespace.voidsetNamespace(String namespace) Set the value of Namespace.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-