Class XmlTimestamp
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlToken
eu.europa.esig.dss.simplereport.jaxb.XmlTimestamp
- All Implemented Interfaces:
- Serializable
Java class for Timestamp complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Timestamp">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/simple-report}Token">
       <sequence>
         <element name="ProductionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ProducedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimestampLevel" type="{http://dss.esig.europa.eu/validation/simple-report}TimestampLevel" minOccurs="0"/>
         <element name="TimestampScope" type="{http://dss.esig.europa.eu/validation/simple-report}SignatureScope" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EvidenceRecords" type="{http://dss.esig.europa.eu/validation/simple-report}EvidenceRecords" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected XmlEvidenceRecordsprotected Stringprotected Dateprotected XmlTimestampLevelprotected List<XmlSignatureScope> Fields 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 evidenceRecords property.Gets the value of the producedBy property.Gets the value of the productionTime property.Gets the value of the timestampLevel property.Gets the value of the timestampScope property.voidSets the value of the evidenceRecords property.voidsetProducedBy(String value) Sets the value of the producedBy property.voidsetProductionTime(Date value) Sets the value of the productionTime property.voidSets the value of the timestampLevel 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- 
productionTime
- 
producedBy
- 
timestampLevel
- 
timestampScope
- 
evidenceRecords
 
- 
- 
Constructor Details- 
XmlTimestamppublic XmlTimestamp()
 
- 
- 
Method Details- 
getProductionTime
- 
setProductionTime
- 
getProducedBy
- 
setProducedBy
- 
getTimestampLevelGets the value of the timestampLevel property.- Returns:
- possible object is
     XmlTimestampLevel
 
- 
setTimestampLevelSets the value of the timestampLevel property.- Parameters:
- value- allowed object is- XmlTimestampLevel
 
- 
getTimestampScopeGets the value of the timestampScope 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 timestampScope property.For example, to add a new item, do as follows: getTimestampScope().add(newItem);Objects of the following type(s) are allowed in the list XmlSignatureScope
- 
getEvidenceRecordsGets the value of the evidenceRecords property.- Returns:
- possible object is
     XmlEvidenceRecords
 
- 
setEvidenceRecordsSets the value of the evidenceRecords property.- Parameters:
- value- allowed object is- XmlEvidenceRecords
 
 
-