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

public class SearchConfiguration extends Object

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 Details

    • searchMode

      protected SearchMode searchMode
    • maxNumberOfRecords

      protected int maxNumberOfRecords
    • searchNameAndAddressHistory

      protected boolean searchNameAndAddressHistory
  • Constructor Details

    • SearchConfiguration

      public SearchConfiguration()
  • Method Details

    • getSearchMode

      public SearchMode getSearchMode()
      Gets the value of the searchMode property.
      Returns:
      possible object is SearchMode
    • setSearchMode

      public void setSearchMode(SearchMode value)
      Sets the value of the searchMode property.
      Parameters:
      value - allowed object is SearchMode
    • 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.