Class XmlMRATrustServiceMapping

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

public class XmlMRATrustServiceMapping extends Object implements 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}OriginalThirdCountryTrustServiceMapping"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • trustServiceLegalIdentifier

      protected String trustServiceLegalIdentifier
    • equivalenceStatusStartingTime

      protected Date equivalenceStatusStartingTime
    • equivalenceStatusEndingTime

      protected Date equivalenceStatusEndingTime
    • originalThirdCountryMapping

      protected XmlOriginalThirdCountryTrustServiceMapping originalThirdCountryMapping
  • Constructor Details

    • XmlMRATrustServiceMapping

      public XmlMRATrustServiceMapping()
  • Method Details

    • getTrustServiceLegalIdentifier

      public String getTrustServiceLegalIdentifier()
      Gets the value of the trustServiceLegalIdentifier property.
      Returns:
      possible object is String
    • setTrustServiceLegalIdentifier

      public void setTrustServiceLegalIdentifier(String value)
      Sets the value of the trustServiceLegalIdentifier property.
      Parameters:
      value - allowed object is String
    • getEquivalenceStatusStartingTime

      public Date getEquivalenceStatusStartingTime()
      Gets the value of the equivalenceStatusStartingTime property.
      Returns:
      possible object is String
    • setEquivalenceStatusStartingTime

      public void setEquivalenceStatusStartingTime(Date value)
      Sets the value of the equivalenceStatusStartingTime property.
      Parameters:
      value - allowed object is String
    • getEquivalenceStatusEndingTime

      public Date getEquivalenceStatusEndingTime()
      Gets the value of the equivalenceStatusEndingTime property.
      Returns:
      possible object is String
    • setEquivalenceStatusEndingTime

      public void setEquivalenceStatusEndingTime(Date value)
      Sets the value of the equivalenceStatusEndingTime property.
      Parameters:
      value - allowed object is String
    • getOriginalThirdCountryMapping

      public XmlOriginalThirdCountryTrustServiceMapping getOriginalThirdCountryMapping()
      Gets the value of the originalThirdCountryMapping property.
      Returns:
      possible object is XmlOriginalThirdCountryTrustServiceMapping
    • setOriginalThirdCountryMapping

      public void setOriginalThirdCountryMapping(XmlOriginalThirdCountryTrustServiceMapping value)
      Sets the value of the originalThirdCountryMapping property.
      Parameters:
      value - allowed object is XmlOriginalThirdCountryTrustServiceMapping