Class SearchConfiguration
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.uidsearch.soap.SearchConfiguration
Java class for searchConfiguration complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="searchConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchMode" type="{http://www.uid.admin.ch/xmlns/uid-wse-shared/2}searchMode"/>
<element name="maxNumberOfRecords" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="searchNameAndAddressHistory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the maxNumberOfRecords property.Gets the value of the searchMode property.boolean
Gets the value of the searchNameAndAddressHistory property.void
setMaxNumberOfRecords
(int value) Sets the value of the maxNumberOfRecords property.void
setSearchMode
(SearchMode value) Sets the value of the searchMode property.void
setSearchNameAndAddressHistory
(boolean value) Sets the value of the searchNameAndAddressHistory property.
-
Field Details
-
searchMode
-
maxNumberOfRecords
protected int maxNumberOfRecords -
searchNameAndAddressHistory
protected boolean searchNameAndAddressHistory
-
-
Constructor Details
-
SearchConfiguration
public SearchConfiguration()
-
-
Method Details
-
getSearchMode
Gets the value of the searchMode property.- Returns:
- possible object is
SearchMode
-
setSearchMode
Sets the value of the searchMode property.- Parameters:
value
- allowed object isSearchMode
-
getMaxNumberOfRecords
public int getMaxNumberOfRecords()Gets the value of the maxNumberOfRecords property. -
setMaxNumberOfRecords
public void setMaxNumberOfRecords(int value) Sets the value of the maxNumberOfRecords property. -
isSearchNameAndAddressHistory
public boolean isSearchNameAndAddressHistory()Gets the value of the searchNameAndAddressHistory property. -
setSearchNameAndAddressHistory
public void setSearchNameAndAddressHistory(boolean value) Sets the value of the searchNameAndAddressHistory property.
-