Interface AttributeDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAttribute

      AttributeType getAttribute()
      Gets the "Attribute" element
    • setAttribute

      void setAttribute(AttributeType attribute)
      Sets the "Attribute" element
    • addNewAttribute

      AttributeType addNewAttribute()
      Appends and returns a new empty "Attribute" element