Interface ManifestDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface ManifestDocument extends XmlObject
A document containing one Manifest(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
  • Field Details

  • Method Details

    • getManifest

      ManifestType getManifest()
      Gets the "Manifest" element
    • setManifest

      void setManifest(ManifestType manifest)
      Sets the "Manifest" element
    • addNewManifest

      ManifestType addNewManifest()
      Appends and returns a new empty "Manifest" element