Interface AttributeDesignatorType

  • All Superinterfaces:
    XmlObject, XmlTokenSource
    All Known Subinterfaces:
    AttributeType

    public interface AttributeDesignatorType
    extends XmlObject
    An XML AttributeDesignatorType(@urn:oasis:names:tc:SAML:1.0:assertion). This is a complex type.
    • Method Detail

      • getAttributeName

        String getAttributeName()
        Gets the "AttributeName" attribute
      • xgetAttributeName

        XmlString xgetAttributeName()
        Gets (as xml) the "AttributeName" attribute
      • setAttributeName

        void setAttributeName​(String attributeName)
        Sets the "AttributeName" attribute
      • xsetAttributeName

        void xsetAttributeName​(XmlString attributeName)
        Sets (as xml) the "AttributeName" attribute
      • getAttributeNamespace

        String getAttributeNamespace()
        Gets the "AttributeNamespace" attribute
      • xgetAttributeNamespace

        XmlAnyURI xgetAttributeNamespace()
        Gets (as xml) the "AttributeNamespace" attribute
      • setAttributeNamespace

        void setAttributeNamespace​(String attributeNamespace)
        Sets the "AttributeNamespace" attribute
      • xsetAttributeNamespace

        void xsetAttributeNamespace​(XmlAnyURI attributeNamespace)
        Sets (as xml) the "AttributeNamespace" attribute