Class XmlProofOfExistence
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlProofOfExistence
-
- All Implemented Interfaces:
Serializable
public class XmlProofOfExistence extends Object implements Serializable
Java class for ProofOfExistence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofOfExistence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="TimestampId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Datetimeprotected StringtimestampId
-
Constructor Summary
Constructors Constructor Description XmlProofOfExistence()
-
Method Summary
Modifier and Type Method Description DategetTime()Gets the value of the time property.StringgetTimestampId()Gets the value of the timestampId property.voidsetTime(Date value)Sets the value of the time property.voidsetTimestampId(String value)Sets the value of the timestampId property.
-
-
-
Method Detail
-
getTime
public Date getTime()
Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
public void setTime(Date value)
Sets the value of the time property.- Parameters:
value- allowed object isString
-
getTimestampId
public String getTimestampId()
Gets the value of the timestampId property.- Returns:
- possible object is
String
-
-