Class XmlDigestMatcher

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

public class XmlDigestMatcher extends XmlDigestAlgoAndValue implements Serializable

Java class for DigestMatcher complex type.

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

<complexType name="DigestMatcher">
  <complexContent>
    <extension base="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue">
      <sequence>
        <element name="DataFound" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="DataIntact" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="DataObjectReferences" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectReferences" minOccurs="0"/>
      </sequence>
      <attribute name="type" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestMatcherType" />
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="documentName" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="duplicated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • dataFound

      protected boolean dataFound
    • dataIntact

      protected boolean dataIntact
    • dataObjectReferences

      protected List<String> dataObjectReferences
    • type

      protected DigestMatcherType type
    • id

      protected String id
    • uri

      protected String uri
    • documentName

      protected String documentName
    • duplicated

      protected Boolean duplicated
  • Constructor Details

    • XmlDigestMatcher

      public XmlDigestMatcher()
  • Method Details

    • isDataFound

      public boolean isDataFound()
      Gets the value of the dataFound property.
    • setDataFound

      public void setDataFound(boolean value)
      Sets the value of the dataFound property.
    • isDataIntact

      public boolean isDataIntact()
      Gets the value of the dataIntact property.
    • setDataIntact

      public void setDataIntact(boolean value)
      Sets the value of the dataIntact property.
    • getType

      public DigestMatcherType getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(DigestMatcherType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getDocumentName

      public String getDocumentName()
      Gets the value of the documentName property.
      Returns:
      possible object is String
    • setDocumentName

      public void setDocumentName(String value)
      Sets the value of the documentName property.
      Parameters:
      value - allowed object is String
    • isDuplicated

      public boolean isDuplicated()
      Gets the value of the duplicated property.
      Returns:
      possible object is Boolean
    • setDuplicated

      public void setDuplicated(Boolean value)
      Sets the value of the duplicated property.
      Parameters:
      value - allowed object is Boolean
    • getDataObjectReferences

      public List<String> getDataObjectReferences()
    • setDataObjectReferences

      public void setDataObjectReferences(List<String> dataObjectReferences)