Interface ManifestType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface ManifestType
    extends XmlObject
    An XML ManifestType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
    • Method Detail

      • getReferenceArray

        ReferenceType[] getReferenceArray()
        Gets array of all "Reference" elements
      • getReferenceArray

        ReferenceType getReferenceArray​(int i)
        Gets ith "Reference" element
      • sizeOfReferenceArray

        int sizeOfReferenceArray()
        Returns number of "Reference" element
      • setReferenceArray

        void setReferenceArray​(ReferenceType[] referenceArray)
        Sets array of all "Reference" element
      • setReferenceArray

        void setReferenceArray​(int i,
                               ReferenceType reference)
        Sets ith "Reference" element
      • insertNewReference

        ReferenceType insertNewReference​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Reference" element
      • addNewReference

        ReferenceType addNewReference()
        Appends and returns a new empty value (as xml) as the last "Reference" element
      • removeReference

        void removeReference​(int i)
        Removes the ith "Reference" element
      • getId

        String getId()
        Gets the "Id" attribute
      • xgetId

        XmlID xgetId()
        Gets (as xml) the "Id" attribute
      • isSetId

        boolean isSetId()
        True if has "Id" attribute
      • setId

        void setId​(String id)
        Sets the "Id" attribute
      • xsetId

        void xsetId​(XmlID id)
        Sets (as xml) the "Id" attribute
      • unsetId

        void unsetId()
        Unsets the "Id" attribute