Interface AttributeValueDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAttributeValue

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

      boolean isNilAttributeValue()
      Tests for nil "AttributeValue" element
    • setAttributeValue

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

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

      void setNilAttributeValue()
      Nils the "AttributeValue" element