Class TSPInformationType

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

public class TSPInformationType extends Object implements Serializable

Java class for TSPInformationType complex type.

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

 <complexType name="TSPInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TSPName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType"/>
         <element name="TSPTradeName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType" minOccurs="0"/>
         <element name="TSPAddress" type="{http://uri.etsi.org/02231/v2#}AddressType"/>
         <element name="TSPInformationURI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIListType"/>
         <element name="TSPInformationExtensions" type="{http://uri.etsi.org/02231/v2#}ExtensionsListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: