Class TrustServiceEquivalenceHistoryInstanceType

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

public class TrustServiceEquivalenceHistoryInstanceType extends Object implements Serializable

Java class for TrustServiceEquivalenceHistoryInstanceType complex type.

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

 <complexType name="TrustServiceEquivalenceHistoryInstanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: