public class RelateNoteToModule extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="relate_note_to_module">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="note_id"/>
<xs:element type="xs:string" name="module_name"/>
<xs:element type="xs:string" name="module_id"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
RelateNoteToModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleId()
Get the 'module_id' element value.
|
String |
getModuleName()
Get the 'module_name' element value.
|
String |
getNoteId()
Get the 'note_id' 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 |
setNoteId(String noteId)
Set the 'note_id' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
public String getSession()
public void setSession(String session)
session - public String getNoteId()
public void setNoteId(String noteId)
noteId - public String getModuleName()
public void setModuleName(String moduleName)
moduleName - public String getModuleId()
public void setModuleId(String moduleId)
moduleId - Copyright © 2015 Europeana Foundation. All rights reserved.