Interface PolicyReferenceDocument.PolicyReference

All Superinterfaces:
XmlObject, XmlTokenSource
Enclosing interface:
PolicyReferenceDocument

public static interface PolicyReferenceDocument.PolicyReference extends XmlObject
An XML PolicyReference(@http://schemas.xmlsoap.org/ws/2004/09/policy). This is a complex type.
  • Field Details

  • Method Details

    • 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
    • getDigest

      byte[] getDigest()
      Gets the "Digest" attribute
    • xgetDigest

      XmlBase64Binary xgetDigest()
      Gets (as xml) the "Digest" attribute
    • isSetDigest

      boolean isSetDigest()
      True if has "Digest" attribute
    • setDigest

      void setDigest(byte[] digest)
      Sets the "Digest" attribute
    • xsetDigest

      void xsetDigest(XmlBase64Binary digest)
      Sets (as xml) the "Digest" attribute
    • unsetDigest

      void unsetDigest()
      Unsets the "Digest" attribute
    • getDigestAlgorithm

      String getDigestAlgorithm()
      Gets the "DigestAlgorithm" attribute
    • xgetDigestAlgorithm

      XmlAnyURI xgetDigestAlgorithm()
      Gets (as xml) the "DigestAlgorithm" attribute
    • isSetDigestAlgorithm

      boolean isSetDigestAlgorithm()
      True if has "DigestAlgorithm" attribute
    • setDigestAlgorithm

      void setDigestAlgorithm(String digestAlgorithm)
      Sets the "DigestAlgorithm" attribute
    • xsetDigestAlgorithm

      void xsetDigestAlgorithm(XmlAnyURI digestAlgorithm)
      Sets (as xml) the "DigestAlgorithm" attribute
    • unsetDigestAlgorithm

      void unsetDigestAlgorithm()
      Unsets the "DigestAlgorithm" attribute