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="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: