Class UidEntityPublicSearchParameters
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.UidEntityPublicSearchParameters
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressSearchType
protected CommercialRegisterInformationSearchType
protected String
protected PersonNameType
protected UidregInformationPublicSearchType
protected VatRegisterInformationSearchType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the commercialRegisterInformation property.Gets the value of the legalForm property.Gets the value of the organisationName property.Gets the value of the personName property.Gets the value of the uidregInformation property.Gets the value of the vatRegisterInformation property.void
setAddress
(AddressSearchType value) Sets the value of the address property.void
Sets the value of the commercialRegisterInformation property.void
setOrganisationName
(String value) Sets the value of the organisationName property.void
setPersonName
(PersonNameType value) Sets the value of the personName property.void
Sets the value of the uidregInformation property.void
Sets the value of the vatRegisterInformation property.
-
Field Details
-
organisationName
-
personName
-
address
-
legalForm
-
uidregInformation
-
commercialRegisterInformation
-
vatRegisterInformation
-
-
Constructor Details
-
UidEntityPublicSearchParameters
public UidEntityPublicSearchParameters()
-
-
Method Details
-
getOrganisationName
Gets the value of the organisationName property.- Returns:
- possible object is
String
-
setOrganisationName
Sets the value of the organisationName property.- Parameters:
value
- allowed object isString
-
getPersonName
Gets the value of the personName property.- Returns:
- possible object is
PersonNameType
-
setPersonName
Sets the value of the personName property.- Parameters:
value
- allowed object isPersonNameType
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
AddressSearchType
-
setAddress
Sets the value of the address property.- Parameters:
value
- allowed object isAddressSearchType
-
getLegalForm
Gets the value of the legalForm property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the legalForm property.For example, to add a new item, do as follows:
getLegalForm().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the legalForm property.
-
getUidregInformation
Gets the value of the uidregInformation property.- Returns:
- possible object is
UidregInformationPublicSearchType
-
setUidregInformation
Sets the value of the uidregInformation property.- Parameters:
value
- allowed object isUidregInformationPublicSearchType
-
getCommercialRegisterInformation
Gets the value of the commercialRegisterInformation property.- Returns:
- possible object is
CommercialRegisterInformationSearchType
-
setCommercialRegisterInformation
Sets the value of the commercialRegisterInformation property.- Parameters:
value
- allowed object isCommercialRegisterInformationSearchType
-
getVatRegisterInformation
Gets the value of the vatRegisterInformation property.- Returns:
- possible object is
VatRegisterInformationSearchType
-
setVatRegisterInformation
Sets the value of the vatRegisterInformation property.- Parameters:
value
- allowed object isVatRegisterInformationSearchType
-