Interface NewIDDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getNewID

      String getNewID()
      Gets the "NewID" element
    • xgetNewID

      XmlString xgetNewID()
      Gets (as xml) the "NewID" element
    • setNewID

      void setNewID(String newID)
      Sets the "NewID" element
    • xsetNewID

      void xsetNewID(XmlString newID)
      Sets (as xml) the "NewID" element