Class OtherLoTEPointerType

java.lang.Object
eu.europa.esig.lote.jaxb.OtherLoTEPointerType

public class OtherLoTEPointerType extends Object

Java class for OtherLoTEPointerType complex type.

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

<complexType name="OtherLoTEPointerType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element ref="{http://uri.etsi.org/019602/v1#}ServiceDigitalIdentities" minOccurs="0"/>
        <element name="LoTELocation" type="{http://uri.etsi.org/019602/v1#}NonEmptyURIType"/>
        <element ref="{http://uri.etsi.org/019602/v1#}AdditionalInformation" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>