Class XmlTimestamp

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlToken
eu.europa.esig.dss.simplereport.jaxb.XmlTimestamp
All Implemented Interfaces:
Serializable

public class XmlTimestamp extends XmlToken implements 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: