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"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
producedBy
protected Date
productionTime
protected XmlTimestampLevel
timestampLevel
Fields inherited from class eu.europa.esig.dss.simplereport.jaxb.XmlToken
certificateChain, errors, filename, id, indication, infos, subIndication, warnings
-
Constructor Summary
Constructors Constructor Description XmlTimestamp()
-
Method Summary
Modifier and Type Method Description String
getProducedBy()
Gets the value of the producedBy property.Date
getProductionTime()
Gets the value of the productionTime property.XmlTimestampLevel
getTimestampLevel()
Gets the value of the timestampLevel property.void
setProducedBy(String value)
Sets the value of the producedBy property.void
setProductionTime(Date value)
Sets the value of the productionTime property.void
setTimestampLevel(XmlTimestampLevel value)
Sets the value of the timestampLevel property.Methods inherited from class eu.europa.esig.dss.simplereport.jaxb.XmlToken
getCertificateChain, getErrors, getFilename, getId, getIndication, getInfos, getSubIndication, getWarnings, setCertificateChain, setFilename, setId, setIndication, setSubIndication
-
Field Details
-
Constructor Details
-
XmlTimestamp
public XmlTimestamp()
-
-
Method Details
-
getProductionTime
Gets the value of the productionTime property.- Returns:
- possible object is
String
-
setProductionTime
Sets the value of the productionTime property.- Parameters:
value
- allowed object isString
-
getProducedBy
Gets the value of the producedBy property.- Returns:
- possible object is
String
-
setProducedBy
Sets the value of the producedBy property.- Parameters:
value
- allowed object isString
-
getTimestampLevel
Gets the value of the timestampLevel property.- Returns:
- possible object is
XmlTimestampLevel
-
setTimestampLevel
Sets the value of the timestampLevel property.- Parameters:
value
- allowed object isXmlTimestampLevel
-