public class GetAttendeeList extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_attendee_list">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="module_name"/>
<xs:element type="xs:string" name="id"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetAttendeeList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the 'id' element value.
|
String |
getModuleName()
Get the 'module_name' element value.
|
String |
getSession()
Get the 'session' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
void |
setModuleName(String moduleName)
Set the 'module_name' 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 getId()
public void setId(String id)
id - Copyright © 2017 Europeana Foundation. All rights reserved.