Class TrustServiceTSLStatusEquivalenceType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.TrustServiceTSLStatusEquivalenceType
All Implemented Interfaces:
Serializable

public class TrustServiceTSLStatusEquivalenceType extends Object implements Serializable

Java class for TrustServiceTSLStatusEquivalenceType complex type.

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

 <complexType name="TrustServiceTSLStatusEquivalenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrustServiceTSLStatusListPointingParty" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLStatusList"/>
         <element name="TrustServiceTSLStatusListPointedParty" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLStatusList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TrustServiceTSLStatusEquivalenceType

      public TrustServiceTSLStatusEquivalenceType()
  • Method Details

    • getTrustServiceTSLStatusListPointingParty

      public TrustServiceTSLStatusList getTrustServiceTSLStatusListPointingParty()
      Gets the value of the trustServiceTSLStatusListPointingParty property.
      Returns:
      possible object is TrustServiceTSLStatusList
    • setTrustServiceTSLStatusListPointingParty

      public void setTrustServiceTSLStatusListPointingParty(TrustServiceTSLStatusList value)
      Sets the value of the trustServiceTSLStatusListPointingParty property.
      Parameters:
      value - allowed object is TrustServiceTSLStatusList
    • getTrustServiceTSLStatusListPointedParty

      public TrustServiceTSLStatusList getTrustServiceTSLStatusListPointedParty()
      Gets the value of the trustServiceTSLStatusListPointedParty property.
      Returns:
      possible object is TrustServiceTSLStatusList
    • setTrustServiceTSLStatusListPointedParty

      public void setTrustServiceTSLStatusListPointedParty(TrustServiceTSLStatusList value)
      Sets the value of the trustServiceTSLStatusListPointedParty property.
      Parameters:
      value - allowed object is TrustServiceTSLStatusList