public class GetRelatedNotes extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_related_notes">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="module_name"/>
<xs:element type="xs:string" name="module_id"/>
<xs:element type="ns:select_fields" name="select_fields"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetRelatedNotes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleId()
Get the 'module_id' 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 |
setModuleId(String moduleId)
Set the 'module_id' 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 String getModuleId()
public void setModuleId(String moduleId)
moduleId - public SelectFields getSelectFields()
public void setSelectFields(SelectFields selectFields)
selectFields - Copyright © 2015 Europeana Foundation. All rights reserved.