Class XmlMRACertificateMapping
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlMRACertificateMapping
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the originalThirdCountryMapping property.Gets the value of the trustServiceEquivalenceInformation property.voidSets the value of the originalThirdCountryMapping property.voidSets the value of the trustServiceEquivalenceInformation property.
-
Field Details
-
trustServiceEquivalenceInformation
-
originalThirdCountryMapping
-
-
Constructor Details
-
XmlMRACertificateMapping
public XmlMRACertificateMapping()
-
-
Method Details
-
getTrustServiceEquivalenceInformation
Gets the value of the trustServiceEquivalenceInformation property.- Returns:
- possible object is
XmlTrustServiceEquivalenceInformation
-
setTrustServiceEquivalenceInformation
Sets the value of the trustServiceEquivalenceInformation property.- Parameters:
value- allowed object isXmlTrustServiceEquivalenceInformation
-
getOriginalThirdCountryMapping
Gets the value of the originalThirdCountryMapping property.- Returns:
- possible object is
XmlOriginalThirdCountryQcStatementsMapping
-
setOriginalThirdCountryMapping
Sets the value of the originalThirdCountryMapping property.- Parameters:
value- allowed object isXmlOriginalThirdCountryQcStatementsMapping
-