Interface SignaturePropertiesType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSignaturePropertyArray

        SignaturePropertyType[] getSignaturePropertyArray()
        Gets array of all "SignatureProperty" elements
      • getSignaturePropertyArray

        SignaturePropertyType getSignaturePropertyArray​(int i)
        Gets ith "SignatureProperty" element
      • sizeOfSignaturePropertyArray

        int sizeOfSignaturePropertyArray()
        Returns number of "SignatureProperty" element
      • setSignaturePropertyArray

        void setSignaturePropertyArray​(SignaturePropertyType[] signaturePropertyArray)
        Sets array of all "SignatureProperty" element
      • setSignaturePropertyArray

        void setSignaturePropertyArray​(int i,
                                       SignaturePropertyType signatureProperty)
        Sets ith "SignatureProperty" element
      • insertNewSignatureProperty

        SignaturePropertyType insertNewSignatureProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "SignatureProperty" element
      • addNewSignatureProperty

        SignaturePropertyType addNewSignatureProperty()
        Appends and returns a new empty value (as xml) as the last "SignatureProperty" element
      • removeSignatureProperty

        void removeSignatureProperty​(int i)
        Removes the ith "SignatureProperty" 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