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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected TimestampQualification
timestampQualification
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
Constructors Constructor Description XmlValidationTimestampQualification()
-
Method Summary
Modifier and Type Method Description TimestampQualification
getTimestampQualification()
Gets the value of the timestampQualification property.void
setTimestampQualification(TimestampQualification value)
Sets the value of the timestampQualification property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
Constructor Details
-
XmlValidationTimestampQualification
public XmlValidationTimestampQualification()
-
-
Method Details
-
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
-