Class XmlCertificate
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCertificate
- All Implemented Interfaces:
Serializable
Java class for Certificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Certificate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateQualificationProcess" type="{http://dss.esig.europa.eu/validation/detailed-report}CertificateQualificationProcess"/>
<element name="QWACProcess" type="{http://dss.esig.europa.eu/validation/detailed-report}QWACProcess" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlCertificateQualificationProcessprotected Stringprotected XmlQWACProcess -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateQualificationProcess property.getId()Gets the value of the id property.Gets the value of the qwacProcess property.voidSets the value of the certificateQualificationProcess property.voidSets the value of the id property.voidsetQWACProcess(XmlQWACProcess value) Sets the value of the qwacProcess property.
-
Field Details
-
certificateQualificationProcess
-
qwacProcess
-
id
-
-
Constructor Details
-
XmlCertificate
public XmlCertificate()
-
-
Method Details
-
getCertificateQualificationProcess
Gets the value of the certificateQualificationProcess property.- Returns:
- possible object is
XmlCertificateQualificationProcess
-
setCertificateQualificationProcess
Sets the value of the certificateQualificationProcess property.- Parameters:
value- allowed object isXmlCertificateQualificationProcess
-
getQWACProcess
Gets the value of the qwacProcess property.- Returns:
- possible object is
XmlQWACProcess
-
setQWACProcess
Sets the value of the qwacProcess property.- Parameters:
value- allowed object isXmlQWACProcess
-
getId
-
setId
-