Class XmlFoundCertificate

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlOrphanCertificate, XmlRelatedCertificate

public abstract class XmlFoundCertificate extends Object implements Serializable

Java class for FoundCertificate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FoundCertificate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateOriginType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CertificateRef" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: