Module jpms_dss_detailed_report
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
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.enumerations.CertificateQualificationprotected Dateprotected Stringprotected eu.europa.esig.dss.enumerations.ValidationTimeFields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.CertificateQualificationGets the value of the certificateQualification property.Gets the value of the dateTime property.getId()Gets the value of the id property.eu.europa.esig.dss.enumerations.ValidationTimeGets the value of the validationTime property.voidsetCertificateQualification(eu.europa.esig.dss.enumerations.CertificateQualification value) Sets the value of the certificateQualification property.voidsetDateTime(Date value) Sets the value of the dateTime property.voidSets the value of the id property.voidsetValidationTime(eu.europa.esig.dss.enumerations.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
protected eu.europa.esig.dss.enumerations.ValidationTime validationTime -
certificateQualification
protected eu.europa.esig.dss.enumerations.CertificateQualification 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
public eu.europa.esig.dss.enumerations.ValidationTime getValidationTime()Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
public void setValidationTime(eu.europa.esig.dss.enumerations.ValidationTime value) Sets the value of the validationTime property.- Parameters:
value- allowed object isString
-
getCertificateQualification
public eu.europa.esig.dss.enumerations.CertificateQualification getCertificateQualification()Gets the value of the certificateQualification property.- Returns:
- possible object is
String
-
setCertificateQualification
public void setCertificateQualification(eu.europa.esig.dss.enumerations.CertificateQualification value) Sets the value of the certificateQualification property.- Parameters:
value- allowed object isString
-