Class TrustedEntityInformationType

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

public class TrustedEntityInformationType extends Object

Java class for TrustedEntityInformationType complex type.

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

<complexType name="TrustedEntityInformationType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="TEName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType"/>
        <element name="TETradeName" type="{http://uri.etsi.org/019602/v1#}InternationalNamesType" minOccurs="0"/>
        <element name="TEAddress" type="{http://uri.etsi.org/019602/v1#}AddressType"/>
        <element name="TEInformationURI" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIListType"/>
        <element name="TEInformationExtensions" type="{http://uri.etsi.org/019602/v1#}ExtensionsListType" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>