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
Modifier and TypeFieldDescriptionprotected Date
protected TimestampQualification
protected ValidationTime
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateTime property.Gets the value of the timestampQualification property.Gets the value of the validationTime property.void
setDateTime
(Date value) Sets the value of the dateTime property.void
Sets the value of the timestampQualification property.void
setValidationTime
(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
-
timestampQualification
-
-
Constructor Details
-
XmlValidationTimestampQualificationAtTime
public XmlValidationTimestampQualificationAtTime()
-
-
Method Details
-
getDateTime
-
setDateTime
-
getValidationTime
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
Sets the value of the validationTime property.- Parameters:
value
- allowed object isString
-
getTimestampQualification
Gets the value of the timestampQualification property.- Returns:
- possible object is
String
-
setTimestampQualification
Sets the value of the timestampQualification property.- Parameters:
value
- allowed object isString
-