Interface AdviceDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAdvice

      AdviceType getAdvice()
      Gets the "Advice" element
    • setAdvice

      void setAdvice(AdviceType advice)
      Sets the "Advice" element
    • addNewAdvice

      AdviceType addNewAdvice()
      Appends and returns a new empty "Advice" element