java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeImpl
All Implemented Interfaces:
XSString, XMLObject, Scope

public class ScopeImpl extends AbstractXMLObject implements Scope
Implementation of the Scope element.
Author:
Martin Lindström (martin@idsec.se)
  • 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()
      Gets the regexp attribute value.
      Specified by:
      getRegexp in interface Scope
      Returns:
      the regexp attribute value
    • setRegexp

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

      public XSBooleanValue getRegexpXSBoolean()
      Gets 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