Interface PolicyReference

All Superinterfaces:
AttributeExtensibleXMLObject, WSPolicyObject, XMLObject
All Known Implementing Classes:
PolicyReferenceImpl

public interface PolicyReference extends AttributeExtensibleXMLObject, WSPolicyObject
The wsp:PolicyReference element.
See Also:
  • "WS-Policy (http://schemas.xmlsoap.org/ws/2004/09/policy)"
  • Field Details

  • Method Details

    • getURI

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

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

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

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

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

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