Interface AttributeValueDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AttributeValueDocument
    extends XmlObject
    A document containing one AttributeValue(@urn:oasis:names:tc:SAML:1.0:assertion) element. This is a complex type.
    • Method Detail

      • getAttributeValue

        XmlObject getAttributeValue()
        Gets the "AttributeValue" element
      • setAttributeValue

        void setAttributeValue​(XmlObject attributeValue)
        Sets the "AttributeValue" element
      • addNewAttributeValue

        XmlObject addNewAttributeValue()
        Appends and returns a new empty "AttributeValue" element