Class OtherTSLPointerType

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

public class OtherTSLPointerType extends Object implements Serializable

Java class for OtherTSLPointerType complex type.

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

 <complexType name="OtherTSLPointerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}ServiceDigitalIdentities" minOccurs="0"/>
         <element name="TSLLocation" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
         <element ref="{http://uri.etsi.org/02231/v2#}AdditionalInformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: