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">
<sequence>
<element name="ValidationTimestampQualificationAtTime" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationTimestampQualificationAtTime" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<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 TimestampQualificationprotected List<XmlValidationTimestampQualificationAtTime> Fields 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.Gets the value of the validationTimestampQualificationAtTime 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
-
validationTimestampQualificationAtTime
-
timestampQualification
-
-
Constructor Details
-
XmlValidationTimestampQualification
public XmlValidationTimestampQualification()
-
-
Method Details
-
getValidationTimestampQualificationAtTime
Gets the value of the validationTimestampQualificationAtTime property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the validationTimestampQualificationAtTime property.For example, to add a new item, do as follows:
getValidationTimestampQualificationAtTime().add(newItem);Objects of the following type(s) are allowed in the list
XmlValidationTimestampQualificationAtTime -
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
-