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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected CertificateQualification
certificateQualification
protected Date
dateTime
protected String
id
protected ValidationTime
validationTime
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
Constructors Constructor Description XmlValidationCertificateQualification()
-
Method Summary
Modifier and Type Method Description CertificateQualification
getCertificateQualification()
Gets the value of the certificateQualification property.Date
getDateTime()
Gets the value of the dateTime property.String
getId()
Gets the value of the id property.ValidationTime
getValidationTime()
Gets the value of the validationTime property.void
setCertificateQualification(CertificateQualification value)
Sets the value of the certificateQualification property.void
setDateTime(Date value)
Sets the value of the dateTime property.void
setId(String value)
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
-
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
-