Class TEType

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

public class TEType extends Object

Java class for TEType complex type.

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

<complexType name="TEType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element ref="{http://uri.etsi.org/019602/v1#}TrustedEntityInformation"/>
        <element ref="{http://uri.etsi.org/019602/v1#}TrustedEntityServices"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>