Class Search
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.Search
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchParameters" type="{http://www.uid.admin.ch/xmlns/uid-wse/5}uidEntityPublicSearchRequest" minOccurs="0"/>
<element name="config" type="{http://www.uid.admin.ch/xmlns/uid-wse-shared/2}searchConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SearchConfigurationprotected UidEntityPublicSearchRequest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the config property.Gets the value of the searchParameters property.voidsetConfig(SearchConfiguration value) Sets the value of the config property.voidSets the value of the searchParameters property.
-
Field Details
-
searchParameters
-
config
-
-
Constructor Details
-
Search
public Search()
-
-
Method Details
-
getSearchParameters
Gets the value of the searchParameters property.- Returns:
- possible object is
UidEntityPublicSearchRequest
-
setSearchParameters
Sets the value of the searchParameters property.- Parameters:
value- allowed object isUidEntityPublicSearchRequest
-
getConfig
Gets the value of the config property.- Returns:
- possible object is
SearchConfiguration
-
setConfig
Sets the value of the config property.- Parameters:
value- allowed object isSearchConfiguration
-