Class XmlProofOfExistence
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlProofOfExistence
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTime()Gets the value of the time property.Gets the value of the timestampId property.voidSets the value of the time property.voidsetTimestampId(String value) Sets the value of the timestampId property.
-
Field Details
-
time
-
timestampId
-
-
Constructor Details
-
XmlProofOfExistence
public XmlProofOfExistence()
-
-
Method Details
-
getTime
-
setTime
-
getTimestampId
-
setTimestampId
-