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="EnactedTrustServiceLegalIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 enactedTrustServiceLegalIdentifier property.Gets the value of the originalThirdCountryMapping property.voidSets the value of the enactedTrustServiceLegalIdentifier property.voidSets the value of the originalThirdCountryMapping property.
-
Field Details
-
enactedTrustServiceLegalIdentifier
-
originalThirdCountryMapping
-
-
Constructor Details
-
XmlMRACertificateMapping
public XmlMRACertificateMapping()
-
-
Method Details
-
getEnactedTrustServiceLegalIdentifier
Gets the value of the enactedTrustServiceLegalIdentifier property.- Returns:
- possible object is
String
-
setEnactedTrustServiceLegalIdentifier
Sets the value of the enactedTrustServiceLegalIdentifier property.- Parameters:
value- allowed object isString
-
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
-