Interface PolicyReference

    • Field Detail

      • ELEMENT_NAME

        static final QName ELEMENT_NAME
        Default element name.
      • URI_ATTRIB_NAME

        static final String URI_ATTRIB_NAME
        The wsp:PolicyReference/@URI attribute local name.
        See Also:
        Constant Field Values
      • DIGEST_ATTRIB_NAME

        static final String DIGEST_ATTRIB_NAME
        The wsp:PolicyReference/@Digest attribute local name.
        See Also:
        Constant Field Values
      • DIGEST_ALGORITHM_ATTRIB_NAME

        static final String DIGEST_ALGORITHM_ATTRIB_NAME
        The wsp:PolicyReference/@Digest attribute local name.
        See Also:
        Constant Field Values
      • DIGEST_ALGORITHM_SHA1EXC

        static final String DIGEST_ALGORITHM_SHA1EXC
        The default wsp:PolicyReference/@DigestAlgorithm attribute value.
        See Also:
        Constant Field Values
    • Method Detail

      • getURI

        String getURI()
        Returns the wsp:PolicyReference/@URI attribute value.
        Returns:
        the URI attribute value.
      • setURI

        void setURI​(String uri)
        Sets the wsp:PolicyReference/@URI attribute value.
        Parameters:
        uri - the URI attribute value to set.
      • getDigest

        String getDigest()
        Returns the wsp:PolicyReference/@Digest attribute URI value.
        Returns:
        the Digest attribute URI value.
      • setDigest

        void setDigest​(String digest)
        Sets the wsp:PolicyReference/@Digest attribute URI value.
        Parameters:
        digest - the Digest attribute URI value to set.
      • getDigestAlgorithm

        String getDigestAlgorithm()
        Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
        Returns:
        the DigestAlgoritm attribute Base64 binary value.
      • setDigestAlgorithm

        void setDigestAlgorithm​(String digestAlgorithm)
        Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
        Parameters:
        digestAlgorithm - the DigestAlgoritm attribute Base64 binary value to set.