Interface RetrievalMethodType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getTransforms

        TransformsType getTransforms()
        Gets the "Transforms" element
      • isSetTransforms

        boolean isSetTransforms()
        True if has "Transforms" element
      • setTransforms

        void setTransforms​(TransformsType transforms)
        Sets the "Transforms" element
      • addNewTransforms

        TransformsType addNewTransforms()
        Appends and returns a new empty "Transforms" element
      • unsetTransforms

        void unsetTransforms()
        Unsets the "Transforms" element
      • getURI

        String getURI()
        Gets the "URI" attribute
      • xgetURI

        XmlAnyURI xgetURI()
        Gets (as xml) the "URI" attribute
      • isSetURI

        boolean isSetURI()
        True if has "URI" attribute
      • setURI

        void setURI​(String uri)
        Sets the "URI" attribute
      • xsetURI

        void xsetURI​(XmlAnyURI uri)
        Sets (as xml) the "URI" attribute
      • unsetURI

        void unsetURI()
        Unsets the "URI" attribute
      • getType

        String getType()
        Gets the "Type" attribute
      • xgetType

        XmlAnyURI xgetType()
        Gets (as xml) the "Type" attribute
      • isSetType

        boolean isSetType()
        True if has "Type" attribute
      • setType

        void setType​(String type)
        Sets the "Type" attribute
      • xsetType

        void xsetType​(XmlAnyURI type)
        Sets (as xml) the "Type" attribute
      • unsetType

        void unsetType()
        Unsets the "Type" attribute