public class GetNoteAttachment extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_note_attachment">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="id"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetNoteAttachment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the 'id' element value.
|
String |
getSession()
Get the 'session' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
public String getSession()
public void setSession(String session)
session - public String getId()
public void setId(String id)
id - Copyright © 2018 Europeana Foundation. All rights reserved.