Class ScopeImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
net.shibboleth.idp.saml.xmlobject.impl.ScopeImpl
All Implemented Interfaces:
Scope, XSString, XMLObject

@NotThreadSafe public class ScopeImpl extends AbstractXMLObject implements Scope
Implementation of Scope.
  • Field Details

    • regexp

      private XSBooleanValue regexp
      The regexp attribute value.
    • scopeValue

      private String scopeValue
      The string content value.
  • Constructor Details

    • ScopeImpl

      protected ScopeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getRegexp

      public Boolean getRegexp()
      Get the regexp attribute value.
      Specified by:
      getRegexp in interface Scope
      Returns:
      the regexp attribute value
    • setRegexp

      public void setRegexp(Boolean newRegexp)
      Set the regexp attribute value.
      Specified by:
      setRegexp in interface Scope
      Parameters:
      newRegexp - the new regexp attribute value
    • getRegexpXSBoolean

      public XSBooleanValue getRegexpXSBoolean()
      Get the regexp attribute value.
      Specified by:
      getRegexpXSBoolean in interface Scope
      Returns:
      the regexp attribute value
    • setRegexp

      public void setRegexp(XSBooleanValue newRegexp)
      Set the regexp attribute value.
      Specified by:
      setRegexp in interface Scope
      Parameters:
      newRegexp - the new regexp attribute value
    • getValue

      public String getValue()
      Specified by:
      getValue in interface XSString
    • setValue

      public void setValue(String newScopeValue)
      Specified by:
      setValue in interface XSString
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Specified by:
      getOrderedChildren in interface XMLObject