Class TSPServiceInformationType

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

public class TSPServiceInformationType extends Object implements Serializable

Java class for TSPServiceInformationType complex type.

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

 <complexType name="TSPServiceInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceTypeIdentifier"/>
         <element name="ServiceName" type="{http://uri.etsi.org/02231/v2#}InternationalNamesType"/>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceDigitalIdentity"/>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceStatus"/>
         <element name="StatusStartingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="SchemeServiceDefinitionURI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIListType" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceSupplyPoints" minOccurs="0"/>
         <element name="TSPServiceDefinitionURI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIListType" minOccurs="0"/>
         <element name="ServiceInformationExtensions" type="{http://uri.etsi.org/02231/v2#}ExtensionsListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: