|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
edu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeImpl
public class ShibbolethMetadataScopeImpl
Implementation of ShibbolethMetadataScope
.
Field Summary | |
---|---|
private Pattern |
matchPattern
Pattern used to match scopes against criteria. |
private XSBooleanValue |
regexp
The regexp attribute value. |
private String |
scopeValue
The string content value. |
Fields inherited from interface edu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataScope |
---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, REGEXP_ATTRIB_NAME |
Fields inherited from interface org.opensaml.xml.schema.XSString |
---|
TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
protected |
ShibbolethMetadataScopeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
Pattern |
getMatchPattern()
Gets the match pattern used to evaluate if a scope matches the scope criteria given by this extension. |
List<XMLObject> |
getOrderedChildren()
|
Boolean |
getRegexp()
Get the regexp attribute value. |
XSBooleanValue |
getRegexpXSBoolean()
Get the regexp attribute value. |
String |
getValue()
|
void |
setRegexp(Boolean newRegexp)
Set the regexp attribute value. |
void |
setRegexp(XSBooleanValue newRegexp)
Set the regexp attribute value. |
void |
setValue(String newScopeValue)
|
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
private XSBooleanValue regexp
private String scopeValue
private Pattern matchPattern
Constructor Detail |
---|
protected ShibbolethMetadataScopeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespaceMethod Detail |
---|
public Boolean getRegexp()
getRegexp
in interface ShibbolethMetadataScope
public void setRegexp(Boolean newRegexp)
setRegexp
in interface ShibbolethMetadataScope
newRegexp
- the new regexp attribute valuepublic XSBooleanValue getRegexpXSBoolean()
getRegexpXSBoolean
in interface ShibbolethMetadataScope
public void setRegexp(XSBooleanValue newRegexp)
setRegexp
in interface ShibbolethMetadataScope
newRegexp
- the new regexp attribute valuepublic String getValue()
getValue
in interface XSString
public void setValue(String newScopeValue)
setValue
in interface XSString
public Pattern getMatchPattern()
getMatchPattern
in interface ShibbolethMetadataScope
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |