Interface ArtifactDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getArtifact

      String getArtifact()
      Gets the "Artifact" element
    • xgetArtifact

      XmlString xgetArtifact()
      Gets (as xml) the "Artifact" element
    • setArtifact

      void setArtifact(String artifact)
      Sets the "Artifact" element
    • xsetArtifact

      void xsetArtifact(XmlString artifact)
      Sets (as xml) the "Artifact" element