Class XmlValidationCertificateQualification
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationCertificateQualification
- All Implemented Interfaces:
Serializable
public class XmlValidationCertificateQualification
extends XmlConstraintsConclusion
implements Serializable
Java class for ValidationCertificateQualification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationCertificateQualification"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <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="CertificateQualification" type="{http://dss.esig.europa.eu/validation/detailed-report}CertificateQualification" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CertificateQualification
protected Date
protected String
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 certificateQualification property.Gets the value of the dateTime property.getId()
Gets the value of the id property.Gets the value of the validationTime property.void
Sets the value of the certificateQualification property.void
setDateTime
(Date value) Sets the value of the dateTime property.void
Sets the value of the id 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
-
id
-
dateTime
-
validationTime
-
certificateQualification
-
-
Constructor Details
-
XmlValidationCertificateQualification
public XmlValidationCertificateQualification()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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
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
-
getCertificateQualification
Gets the value of the certificateQualification property.- Returns:
- possible object is
String
-
setCertificateQualification
Sets the value of the certificateQualification property.- Parameters:
value
- allowed object isString
-