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 Summary
Modifier and TypeFieldDescriptionprotected List
<XmlSignatureScope> protected Date
protected XmlTimestamps
Fields inherited from class eu.europa.esig.dss.simplereport.jaxb.XmlToken
adESValidationDetails, certificateChain, filename, id, indication, qualificationDetails, subIndication
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the evidenceRecordScope property.Gets the value of the poeTime property.Gets the value of the timestamps property.void
setPOETime
(Date value) Sets the value of the poeTime property.void
setTimestamps
(XmlTimestamps value) Sets the value of the timestamps property.Methods inherited from class eu.europa.esig.dss.simplereport.jaxb.XmlToken
getAdESValidationDetails, getCertificateChain, getFilename, getId, getIndication, getQualificationDetails, getSubIndication, setAdESValidationDetails, setCertificateChain, setFilename, setId, setIndication, setQualificationDetails, setSubIndication
-
Field Details
-
poeTime
-
evidenceRecordScope
-
timestamps
-
-
Constructor Details
-
XmlEvidenceRecord
public XmlEvidenceRecord()
-
-
Method Details
-
getPOETime
-
setPOETime
-
getEvidenceRecordScope
Gets 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
set
method 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
-
getTimestamps
Gets the value of the timestamps property.- Returns:
- possible object is
XmlTimestamps
-
setTimestamps
Sets the value of the timestamps property.- Parameters:
value
- allowed object isXmlTimestamps
-