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="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
FieldsModifier and TypeFieldDescriptionprotected XmlConclusionprotected Stringprotected XmlValidationProcessBasicTimestampprotected XmlValidationTimestampQualification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conclusion 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.voidsetConclusion(XmlConclusion value) Sets the value of the conclusion property.voidSets the value of the id property.voidSets the value of the validationProcessArchivalDataTimestamp property.voidSets the value of the validationProcessBasicTimestamp property.voidSets the value of the validationTimestampQualification property.
-
Field Details
-
validationProcessBasicTimestamp
-
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
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-