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 CertificateQualificationcertificateQualificationprotected DatedateTimeprotected Stringidprotected ValidationTimevalidationTime-
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 CertificateQualificationgetCertificateQualification()Gets the value of the certificateQualification property.DategetDateTime()Gets the value of the dateTime property.StringgetId()Gets the value of the id property.ValidationTimegetValidationTime()Gets the value of the validationTime property.voidsetCertificateQualification(CertificateQualification value)Sets the value of the certificateQualification property.voidsetDateTime(Date value)Sets the value of the dateTime property.voidsetId(String value)Sets the value of the id property.voidsetValidationTime(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 Detail
-
id
protected String id
-
dateTime
protected Date dateTime
-
validationTime
protected ValidationTime validationTime
-
certificateQualification
protected CertificateQualification certificateQualification
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDateTime
public Date getDateTime()
Gets the value of the dateTime property.- Returns:
- possible object is
String
-
setDateTime
public void setDateTime(Date value)
Sets the value of the dateTime property.- Parameters:
value- allowed object isString
-
getValidationTime
public ValidationTime getValidationTime()
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
public void setValidationTime(ValidationTime value)
Sets the value of the validationTime property.- Parameters:
value- allowed object isString
-
getCertificateQualification
public CertificateQualification getCertificateQualification()
Gets the value of the certificateQualification property.- Returns:
- possible object is
String
-
setCertificateQualification
public void setCertificateQualification(CertificateQualification value)
Sets the value of the certificateQualification property.- Parameters:
value- allowed object isString
-
-