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"/>
       </sequence>
       <attribute name="type" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestMatcherType" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

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

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String