Class XmlCertificate

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCertificate
All Implemented Interfaces:
Serializable

public class XmlCertificate extends Object implements 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: