Class AdditionalServiceInformationType

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

public class AdditionalServiceInformationType extends Object implements Serializable

Java class for AdditionalServiceInformationType complex type.

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

 <complexType name="AdditionalServiceInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="URI" type="{http://uri.etsi.org/02231/v2#}NonEmptyMultiLangURIType"/>
         <element name="InformationValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OtherInformation" type="{http://uri.etsi.org/02231/v2#}AnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: