Class TSPType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSPType
All Implemented Interfaces:
Serializable

public class TSPType extends Object implements Serializable

Java class for TSPType complex type.

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

 <complexType name="TSPType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}TSPInformation"/>
         <element ref="{http://uri.etsi.org/02231/v2#}TSPServices"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: