Module jpms_dss_detailed_report
Class XmlValidationTimestampQualificationAtTime
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationTimestampQualificationAtTime
- All Implemented Interfaces:
Serializable
public class XmlValidationTimestampQualificationAtTime
extends XmlConstraintsConclusion
implements Serializable
Java class for ValidationTimestampQualificationAtTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationTimestampQualificationAtTime">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
<attribute name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="ValidationTime" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationTime" />
<attribute name="TimestampQualification" use="required" type="{http://dss.esig.europa.eu/validation/detailed-report}TimestampQualification" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected eu.europa.esig.dss.enumerations.TimestampQualificationprotected eu.europa.esig.dss.enumerations.ValidationTimeFields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateTime property.eu.europa.esig.dss.enumerations.TimestampQualificationGets the value of the timestampQualification property.eu.europa.esig.dss.enumerations.ValidationTimeGets the value of the validationTime property.voidsetDateTime(Date value) Sets the value of the dateTime property.voidsetTimestampQualification(eu.europa.esig.dss.enumerations.TimestampQualification value) Sets the value of the timestampQualification property.voidsetValidationTime(eu.europa.esig.dss.enumerations.ValidationTime value) Sets the value of the validationTime property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
dateTime
-
validationTime
protected eu.europa.esig.dss.enumerations.ValidationTime validationTime -
timestampQualification
protected eu.europa.esig.dss.enumerations.TimestampQualification timestampQualification
-
-
Constructor Details
-
XmlValidationTimestampQualificationAtTime
public XmlValidationTimestampQualificationAtTime()
-
-
Method Details
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
String
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value- allowed object isString
-
getValidationTime
public eu.europa.esig.dss.enumerations.ValidationTime getValidationTime()Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
public void setValidationTime(eu.europa.esig.dss.enumerations.ValidationTime value) Sets the value of the validationTime property.- Parameters:
value- allowed object isString
-
getTimestampQualification
public eu.europa.esig.dss.enumerations.TimestampQualification getTimestampQualification()Gets the value of the timestampQualification property.- Returns:
- possible object is
String
-
setTimestampQualification
public void setTimestampQualification(eu.europa.esig.dss.enumerations.TimestampQualification value) Sets the value of the timestampQualification property.- Parameters:
value- allowed object isString
-