public interface ScopedValue extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getScope()
Gets the scope value.
|
String |
getScopeAttributeName()
Gets the name of the scope attribute.
|
String |
getValue()
Get the attribute value.
|
void |
setScope(String scope)
Sets the scope value.
|
void |
setScopeAttributeName(String attribute)
Sets the name of the scope attribute.
|
void |
setValue(String newContent)
Set the attribute value.
|
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, setSchemaLocationstatic final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
String getScopeAttributeName()
void setScopeAttributeName(String attribute)
attribute - name of the scope attributeString getScope()
void setScope(String scope)
scope - scope valuevoid setValue(String newContent)
newContent - the new attribute valueString getValue()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.