Class XmlFoundEvidenceRecord

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

public class XmlFoundEvidenceRecord extends Object implements Serializable

Java class for FoundEvidenceRecord complex type.

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

 <complexType name="FoundEvidenceRecord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="EvidenceRecord" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: