public class SearchByModule extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="search_by_module">
<xs:all>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="password"/>
<xs:element type="xs:string" name="search_string"/>
<xs:element type="ns:select_fields" name="modules"/>
<xs:element type="xs:int" name="offset"/>
<xs:element type="xs:int" name="max_results"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SearchByModule() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults()
Get the 'max_results' element value.
|
SelectFields |
getModules()
Get the 'modules' element value.
|
int |
getOffset()
Get the 'offset' element value.
|
String |
getPassword()
Get the 'password' element value.
|
String |
getSearchString()
Get the 'search_string' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
void |
setMaxResults(int maxResults)
Set the 'max_results' element value.
|
void |
setModules(SelectFields modules)
Set the 'modules' element value.
|
void |
setOffset(int offset)
Set the 'offset' element value.
|
void |
setPassword(String password)
Set the 'password' element value.
|
void |
setSearchString(String searchString)
Set the 'search_string' element value.
|
void |
setUserName(String userName)
Set the 'user_name' element value.
|
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - public String getSearchString()
public void setSearchString(String searchString)
searchString - public SelectFields getModules()
public void setModules(SelectFields modules)
modules - public int getOffset()
public void setOffset(int offset)
offset - public int getMaxResults()
public void setMaxResults(int maxResults)
maxResults - Copyright © 2018 Europeana Foundation. All rights reserved.