Class XmlMRACertificateMapping

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlMRACertificateMapping
All Implemented Interfaces:
Serializable

public class XmlMRACertificateMapping extends Object implements Serializable

Java class for MRACertificateMapping complex type.

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

<complexType name="MRACertificateMapping">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="TrustServiceEquivalenceInformation" type="{http://dss.esig.europa.eu/validation/diagnostic}TrustServiceEquivalenceInformation"/>
        <element name="OriginalThirdCountryMapping" type="{http://dss.esig.europa.eu/validation/diagnostic}OriginalThirdCountryQcStatementsMapping"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also: