public interface ShibbolethScopedValue
extends org.opensaml.common.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.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static 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–2014. All rights reserved.