Class XmlValidationTimestampQualification
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationTimestampQualification
- All Implemented Interfaces:
Serializable
public class XmlValidationTimestampQualification
extends XmlConstraintsConclusion
implements Serializable
Java class for ValidationTimestampQualification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationTimestampQualification">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
<attribute name="TimestampQualification" use="required" type="{http://dss.esig.europa.eu/validation/detailed-report}TimestampQualification" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields 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 timestampQualification property.voidSets the value of the timestampQualification property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
timestampQualification
-
-
Constructor Details
-
XmlValidationTimestampQualification
public XmlValidationTimestampQualification()
-
-
Method Details