Class TrustServiceTSLStatusEquivalenceListType

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

public class TrustServiceTSLStatusEquivalenceListType extends Object implements Serializable

Java class for TrustServiceTSLStatusEquivalenceListType complex type.

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

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