Class UidEntityPublicSearchParameters

java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.UidEntityPublicSearchParameters

public class UidEntityPublicSearchParameters extends Object

Java class for uidEntityPublicSearchParameters complex type

.

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

<complexType name="uidEntityPublicSearchParameters">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="organisationName" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
        <element name="personName" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}personNameType" minOccurs="0"/>
        <element name="address" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}addressSearchType" minOccurs="0"/>
        <element name="legalForm" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
        <element name="uidregInformation" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}uidregInformationPublicSearchType" minOccurs="0"/>
        <element name="commercialRegisterInformation" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}commercialRegisterInformationSearchType" minOccurs="0"/>
        <element name="vatRegisterInformation" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}vatRegisterInformationSearchType" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>