Interface Scope

  • All Superinterfaces:
    XMLObject, XSString
    All Known Implementing Classes:
    ScopeImpl

    public interface Scope
    extends XSString
    XMLObject for the Shibboleth Scope metadata extension.
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
    • Method Detail

      • getRegexp

        Boolean getRegexp()
        Get the regexp attribute value.
        Returns:
        the regexp attribute value
      • getRegexpXSBoolean

        XSBooleanValue getRegexpXSBoolean()
        Get the regexp attribute value.
        Returns:
        the regexp attribute value
      • setRegexp

        void setRegexp​(Boolean newRegexp)
        Set the regexp attribute value.
        Parameters:
        newRegexp - the new regexp attribute value
      • setRegexp

        void setRegexp​(XSBooleanValue newRegexp)
        Set the regexp attribute value.
        Parameters:
        newRegexp - the new regexp attribute value