Interface CombinedHashDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CombinedHashDocument extends XmlObject
A document containing one CombinedHash(@http://schemas.xmlsoap.org/ws/2005/02/trust) element. This is a complex type.
  • Field Details

  • Method Details

    • getCombinedHash

      byte[] getCombinedHash()
      Gets the "CombinedHash" element
    • xgetCombinedHash

      XmlBase64Binary xgetCombinedHash()
      Gets (as xml) the "CombinedHash" element
    • setCombinedHash

      void setCombinedHash(byte[] combinedHash)
      Sets the "CombinedHash" element
    • xsetCombinedHash

      void xsetCombinedHash(XmlBase64Binary combinedHash)
      Sets (as xml) the "CombinedHash" element