Interface SessionIndexDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getSessionIndex

      String getSessionIndex()
      Gets the "SessionIndex" element
    • xgetSessionIndex

      XmlString xgetSessionIndex()
      Gets (as xml) the "SessionIndex" element
    • setSessionIndex

      void setSessionIndex(String sessionIndex)
      Sets the "SessionIndex" element
    • xsetSessionIndex

      void xsetSessionIndex(XmlString sessionIndex)
      Sets (as xml) the "SessionIndex" element