public class GetEntryList extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entry_list">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="module_name"/>
<xs:element type="xs:string" name="query"/>
<xs:element type="xs:string" name="order_by"/>
<xs:element type="xs:int" name="offset"/>
<xs:element type="ns:select_fields" name="select_fields"/>
<xs:element type="xs:int" name="max_results"/>
<xs:element type="xs:int" name="deleted"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetEntryList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeleted()
Get the 'deleted' element value.
|
int |
getMaxResults()
Get the 'max_results' element value.
|
String |
getModuleName()
Get the 'module_name' element value.
|
int |
getOffset()
Get the 'offset' element value.
|
String |
getOrderBy()
Get the 'order_by' element value.
|
String |
getQuery()
Get the 'query' element value.
|
SelectFields |
getSelectFields()
Get the 'select_fields' element value.
|
String |
getSession()
Get the 'session' element value.
|
void |
setDeleted(int deleted)
Set the 'deleted' element value.
|
void |
setMaxResults(int maxResults)
Set the 'max_results' element value.
|
void |
setModuleName(String moduleName)
Set the 'module_name' element value.
|
void |
setOffset(int offset)
Set the 'offset' element value.
|
void |
setOrderBy(String orderBy)
Set the 'order_by' element value.
|
void |
setQuery(String query)
Set the 'query' element value.
|
void |
setSelectFields(SelectFields selectFields)
Set the 'select_fields' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
public String getSession()
public void setSession(String session)
session - public String getModuleName()
public void setModuleName(String moduleName)
moduleName - public String getQuery()
public void setQuery(String query)
query - public String getOrderBy()
public void setOrderBy(String orderBy)
orderBy - public int getOffset()
public void setOffset(int offset)
offset - public SelectFields getSelectFields()
public void setSelectFields(SelectFields selectFields)
selectFields - public int getMaxResults()
public void setMaxResults(int maxResults)
maxResults - public int getDeleted()
public void setDeleted(int deleted)
deleted - Copyright © 2015 Europeana Foundation. All rights reserved.