Class TrustServiceTSLTypeEquivalenceListType

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

public class TrustServiceTSLTypeEquivalenceListType extends Object implements Serializable

Java class for TrustServiceTSLTypeEquivalenceListType complex type.

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

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

  • Constructor Details

    • TrustServiceTSLTypeEquivalenceListType

      public TrustServiceTSLTypeEquivalenceListType()
  • Method Details