Class XmlEvidenceRecord
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlToken
eu.europa.esig.dss.simplereport.jaxb.XmlEvidenceRecord
- All Implemented Interfaces:
- Serializable
Java class for EvidenceRecord complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="EvidenceRecord">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/simple-report}Token">
       <sequence>
         <element name="POETime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="EvidenceRecordScope" type="{http://dss.esig.europa.eu/validation/simple-report}SignatureScope" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Timestamps" type="{http://dss.esig.europa.eu/validation/simple-report}Timestamps" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<XmlSignatureScope> protected Dateprotected XmlTimestampsFields inherited from class eu.europa.esig.dss.simplereport.jaxb.XmlTokenadESValidationDetails, certificateChain, filename, id, indication, qualificationDetails, subIndication
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the evidenceRecordScope property.Gets the value of the poeTime property.Gets the value of the timestamps property.voidsetPOETime(Date value) Sets the value of the poeTime property.voidsetTimestamps(XmlTimestamps value) Sets the value of the timestamps property.Methods inherited from class eu.europa.esig.dss.simplereport.jaxb.XmlTokengetAdESValidationDetails, getCertificateChain, getFilename, getId, getIndication, getQualificationDetails, getSubIndication, setAdESValidationDetails, setCertificateChain, setFilename, setId, setIndication, setQualificationDetails, setSubIndication
- 
Field Details- 
poeTime
- 
evidenceRecordScope
- 
timestamps
 
- 
- 
Constructor Details- 
XmlEvidenceRecordpublic XmlEvidenceRecord()
 
- 
- 
Method Details- 
getPOETime
- 
setPOETime
- 
getEvidenceRecordScopeGets the value of the evidenceRecordScope property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a setmethod for the evidenceRecordScope property.For example, to add a new item, do as follows: getEvidenceRecordScope().add(newItem);Objects of the following type(s) are allowed in the list XmlSignatureScope
- 
getTimestampsGets the value of the timestamps property.- Returns:
- possible object is
     XmlTimestamps
 
- 
setTimestampsSets the value of the timestamps property.- Parameters:
- value- allowed object is- XmlTimestamps
 
 
-