Class XmlMRATrustServiceMapping
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlMRATrustServiceMapping
- All Implemented Interfaces:
Serializable
Java class for MRATrustServiceMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MRATrustServiceMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TrustServiceLegalIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="EquivalenceStatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EquivalenceStatusEndingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OriginalThirdCountryMapping" type="{http://dss.esig.europa.eu/validation/diagnostic}OriginalThirdCountryTrustedServiceMapping"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the equivalenceStatusEndingTime property.Gets the value of the equivalenceStatusStartingTime property.Gets the value of the originalThirdCountryMapping property.Gets the value of the trustServiceLegalIdentifier property.void
Sets the value of the equivalenceStatusEndingTime property.void
Sets the value of the equivalenceStatusStartingTime property.void
Sets the value of the originalThirdCountryMapping property.void
Sets the value of the trustServiceLegalIdentifier property.
-
Field Details
-
trustServiceLegalIdentifier
-
equivalenceStatusStartingTime
-
equivalenceStatusEndingTime
-
originalThirdCountryMapping
-
-
Constructor Details
-
XmlMRATrustServiceMapping
public XmlMRATrustServiceMapping()
-
-
Method Details
-
getTrustServiceLegalIdentifier
Gets the value of the trustServiceLegalIdentifier property.- Returns:
- possible object is
String
-
setTrustServiceLegalIdentifier
Sets the value of the trustServiceLegalIdentifier property.- Parameters:
value
- allowed object isString
-
getEquivalenceStatusStartingTime
Gets the value of the equivalenceStatusStartingTime property.- Returns:
- possible object is
String
-
setEquivalenceStatusStartingTime
Sets the value of the equivalenceStatusStartingTime property.- Parameters:
value
- allowed object isString
-
getEquivalenceStatusEndingTime
Gets the value of the equivalenceStatusEndingTime property.- Returns:
- possible object is
String
-
setEquivalenceStatusEndingTime
Sets the value of the equivalenceStatusEndingTime property.- Parameters:
value
- allowed object isString
-
getOriginalThirdCountryMapping
Gets the value of the originalThirdCountryMapping property.- Returns:
- possible object is
XmlOriginalThirdCountryTrustedServiceMapping
-
setOriginalThirdCountryMapping
Sets the value of the originalThirdCountryMapping property.- Parameters:
value
- allowed object isXmlOriginalThirdCountryTrustedServiceMapping
-