Class XmlPolicyDigestAlgoAndValue

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
eu.europa.esig.dss.diagnostic.jaxb.XmlPolicyDigestAlgoAndValue
All Implemented Interfaces:
Serializable

public class XmlPolicyDigestAlgoAndValue extends XmlDigestAlgoAndValue implements Serializable

Java class for PolicyDigestAlgoAndValue complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="PolicyDigestAlgoAndValue">
  <complexContent>
    <extension base="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue">
      <attribute name="digestAlgorithmsEqual" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="zeroHash" type="{http://www.w3.org/2001/XMLSchema}boolean" />
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • digestAlgorithmsEqual

      protected Boolean digestAlgorithmsEqual
    • zeroHash

      protected Boolean zeroHash
  • Constructor Details

    • XmlPolicyDigestAlgoAndValue

      public XmlPolicyDigestAlgoAndValue()
  • Method Details

    • isDigestAlgorithmsEqual

      public Boolean isDigestAlgorithmsEqual()
      Gets the value of the digestAlgorithmsEqual property.
      Returns:
      possible object is Boolean
    • setDigestAlgorithmsEqual

      public void setDigestAlgorithmsEqual(Boolean value)
      Sets the value of the digestAlgorithmsEqual property.
      Parameters:
      value - allowed object is Boolean
    • isZeroHash

      public Boolean isZeroHash()
      Gets the value of the zeroHash property.
      Returns:
      possible object is Boolean
    • setZeroHash

      public void setZeroHash(Boolean value)
      Sets the value of the zeroHash property.
      Parameters:
      value - allowed object is Boolean