public interface ShibbolethScopedValue extends SAMLObject
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 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 © 2012. All Rights Reserved.