public class GetModifiedEntries extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_modified_entries">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="module_name"/>
<xs:element type="ns:select_fields" name="ids"/>
<xs:element type="ns:select_fields" name="select_fields"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetModifiedEntries() |
| Modifier and Type | Method and Description |
|---|---|
SelectFields |
getIds()
Get the 'ids' element value.
|
String |
getModuleName()
Get the 'module_name' element value.
|
SelectFields |
getSelectFields()
Get the 'select_fields' element value.
|
String |
getSession()
Get the 'session' element value.
|
void |
setIds(SelectFields ids)
Set the 'ids' element value.
|
void |
setModuleName(String moduleName)
Set the 'module_name' 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 SelectFields getIds()
public void setIds(SelectFields ids)
ids - public SelectFields getSelectFields()
public void setSelectFields(SelectFields selectFields)
selectFields - Copyright © 2018 Europeana Foundation. All rights reserved.