Class TrustServiceEquivalenceInformationType

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

public class TrustServiceEquivalenceInformationType extends Object implements Serializable

Java class for TrustServiceEquivalenceInformationType complex type.

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

 <complexType name="TrustServiceEquivalenceInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrustServiceLegalIdentifier" type="{http://uri.etsi.org/02231/v2#}NonEmptyString"/>
         <element name="TrustServiceTSLTypeEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLTypeEquivalenceListType"/>
         <element name="TrustServiceEquivalenceStatus" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
         <element name="TrustServiceEquivalenceStatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="TrustServiceTSLStatusEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLStatusEquivalenceListType"/>
         <element name="CertificateContentReferencesEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}CertificateContentReferencesEquivalenceListType" minOccurs="0"/>
         <element name="TrustServiceTSLQualificationExtensionEquivalenceList" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceTSLQualificationExtensionEquivalenceListType" minOccurs="0"/>
         <element name="TrustServiceEquivalenceHistory" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceEquivalenceHistoryType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: