Class XmlTimestamp
java.lang.Object
eu.europa.esig.dss.detailedreport.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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ValidationProcessBasicTimestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessBasicTimestamp"/> <element name="EvidenceRecord" type="{http://dss.esig.europa.eu/validation/detailed-report}EvidenceRecord" maxOccurs="unbounded" minOccurs="0"/> <element name="ValidationProcessArchivalDataTimestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessArchivalDataTimestamp" minOccurs="0"/> <element name="ValidationTimestampQualification" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationTimestampQualification" minOccurs="0"/> <element name="Conclusion" type="{http://dss.esig.europa.eu/validation/detailed-report}Conclusion"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XmlConclusion
protected List
<XmlEvidenceRecord> protected String
protected XmlValidationProcessBasicTimestamp
protected XmlValidationTimestampQualification
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conclusion property.Gets the value of the evidenceRecords property.getId()
Gets the value of the id property.Gets the value of the validationProcessArchivalDataTimestamp property.Gets the value of the validationProcessBasicTimestamp property.Gets the value of the validationTimestampQualification property.void
setConclusion
(XmlConclusion value) Sets the value of the conclusion property.void
Sets the value of the id property.void
Sets the value of the validationProcessArchivalDataTimestamp property.void
Sets the value of the validationProcessBasicTimestamp property.void
Sets the value of the validationTimestampQualification property.
-
Field Details
-
validationProcessBasicTimestamp
-
evidenceRecords
-
validationProcessArchivalDataTimestamp
-
validationTimestampQualification
-
conclusion
-
id
-
-
Constructor Details
-
XmlTimestamp
public XmlTimestamp()
-
-
Method Details
-
getValidationProcessBasicTimestamp
Gets the value of the validationProcessBasicTimestamp property.- Returns:
- possible object is
XmlValidationProcessBasicTimestamp
-
setValidationProcessBasicTimestamp
Sets the value of the validationProcessBasicTimestamp property.- Parameters:
value
- allowed object isXmlValidationProcessBasicTimestamp
-
getEvidenceRecords
Gets the value of the evidenceRecords 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
set
method for the evidenceRecords property.For example, to add a new item, do as follows:
getEvidenceRecords().add(newItem);
Objects of the following type(s) are allowed in the list
XmlEvidenceRecord
-
getValidationProcessArchivalDataTimestamp
Gets the value of the validationProcessArchivalDataTimestamp property.- Returns:
- possible object is
XmlValidationProcessArchivalDataTimestamp
-
setValidationProcessArchivalDataTimestamp
public void setValidationProcessArchivalDataTimestamp(XmlValidationProcessArchivalDataTimestamp value) Sets the value of the validationProcessArchivalDataTimestamp property.- Parameters:
value
- allowed object isXmlValidationProcessArchivalDataTimestamp
-
getValidationTimestampQualification
Gets the value of the validationTimestampQualification property.- Returns:
- possible object is
XmlValidationTimestampQualification
-
setValidationTimestampQualification
Sets the value of the validationTimestampQualification property.- Parameters:
value
- allowed object isXmlValidationTimestampQualification
-
getConclusion
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
Sets the value of the conclusion property.- Parameters:
value
- allowed object isXmlConclusion
-
getId
-
setId
-