Interface NameIdentifierType

  • All Superinterfaces:
    XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

    public interface NameIdentifierType
    extends XmlString
    An XML NameIdentifierType(@urn:oasis:names:tc:SAML:1.0:assertion). This is an atomic type that is a restriction of org.sourceid.protocol.saml11.xml.NameIdentifierType.
    • Method Detail

      • getNameQualifier

        String getNameQualifier()
        Gets the "NameQualifier" attribute
      • xgetNameQualifier

        XmlString xgetNameQualifier()
        Gets (as xml) the "NameQualifier" attribute
      • isSetNameQualifier

        boolean isSetNameQualifier()
        True if has "NameQualifier" attribute
      • setNameQualifier

        void setNameQualifier​(String nameQualifier)
        Sets the "NameQualifier" attribute
      • xsetNameQualifier

        void xsetNameQualifier​(XmlString nameQualifier)
        Sets (as xml) the "NameQualifier" attribute
      • unsetNameQualifier

        void unsetNameQualifier()
        Unsets the "NameQualifier" attribute
      • getFormat

        String getFormat()
        Gets the "Format" attribute
      • xgetFormat

        XmlAnyURI xgetFormat()
        Gets (as xml) the "Format" attribute
      • isSetFormat

        boolean isSetFormat()
        True if has "Format" attribute
      • setFormat

        void setFormat​(String format)
        Sets the "Format" attribute
      • xsetFormat

        void xsetFormat​(XmlAnyURI format)
        Sets (as xml) the "Format" attribute
      • unsetFormat

        void unsetFormat()
        Unsets the "Format" attribute