Interface SignaturePropertyType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getTarget

        String getTarget()
        Gets the "Target" attribute
      • xgetTarget

        XmlAnyURI xgetTarget()
        Gets (as xml) the "Target" attribute
      • setTarget

        void setTarget​(String target)
        Sets the "Target" attribute
      • xsetTarget

        void xsetTarget​(XmlAnyURI target)
        Sets (as xml) the "Target" attribute
      • 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