public interface ShibbolethMetadataScope extends ValidatingXMLObject, XSString
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
REGEXP_ATTRIB_NAME
regexp attribute name.
|
TYPE_LOCAL_NAME, TYPE_NAME
修飾子とタイプ | メソッドと説明 |
---|---|
Pattern |
getMatchPattern()
Gets the match pattern used to evaluate if a scope matches the scope criteria given by this extension.
|
Boolean |
getRegexp()
Get the regexp attribute value.
|
XSBooleanValue |
getRegexpXSBoolean()
Get the regexp attribute value.
|
void |
setRegexp(Boolean newRegexp)
Set the regexp attribute value.
|
void |
setRegexp(XSBooleanValue newRegexp)
Set the regexp 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 DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
Boolean getRegexp()
XSBooleanValue getRegexpXSBoolean()
void setRegexp(Boolean newRegexp)
newRegexp
- the new regexp attribute valuevoid setRegexp(XSBooleanValue newRegexp)
newRegexp
- the new regexp attribute valuePattern getMatchPattern()
Copyright © 2012. All Rights Reserved.