|
||||||||||
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 |
---|
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<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
Boolean |
getRegexp()
Get the regexp attribute value. |
org.opensaml.xml.schema.XSBooleanValue |
getRegexpXSBoolean()
Get the regexp attribute value. |
String |
getValue()
|
void |
setRegexp(Boolean newRegexp)
Set the regexp attribute value. |
void |
setRegexp(org.opensaml.xml.schema.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 org.opensaml.xml.AbstractXMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 org.opensaml.xml.schema.XSBooleanValue getRegexpXSBoolean()
getRegexpXSBoolean
in interface ShibbolethMetadataScope
public void setRegexp(org.opensaml.xml.schema.XSBooleanValue newRegexp)
setRegexp
in interface ShibbolethMetadataScope
newRegexp
- the new regexp attribute valuepublic String getValue()
getValue
in interface org.opensaml.xml.schema.XSString
public void setValue(String newScopeValue)
setValue
in interface org.opensaml.xml.schema.XSString
public Pattern getMatchPattern()
getMatchPattern
in interface ShibbolethMetadataScope
public List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.xml.XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |