Interface ScopedValue
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
ScopedValueImpl
XMLObject that represents a SAML attribute value whose value contains a scope attribute.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetScope()Gets the scope value.Gets the name of the scope attribute.getValue()Get the attribute value.voidSets the scope value.voidsetScopeAttributeName(String attribute) Sets the name of the scope attribute.voidSet the attribute value.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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getScopeAttributeName
Gets the name of the scope attribute.- Returns:
- name of the scope attribute
-
setScopeAttributeName
Sets the name of the scope attribute.- Parameters:
attribute- name of the scope attribute
-
getScope
Gets the scope value.- Returns:
- scope value
-
setScope
Sets the scope value.- Parameters:
scope- scope value
-
getValue
Get the attribute value.- Returns:
- the attribute value.
-
setValue
Set the attribute value.- Parameters:
newContent- the new attribute value
-