public class NoteAttachment extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="note_attachment">
<xs:all>
<xs:element type="xs:string" name="id"/>
<xs:element type="xs:string" name="filename"/>
<xs:element type="xs:string" name="file"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
NoteAttachment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Get the 'file' element value.
|
String |
getFilename()
Get the 'filename' element value.
|
String |
getId()
Get the 'id' element value.
|
void |
setFile(String file)
Set the 'file' element value.
|
void |
setFilename(String filename)
Set the 'filename' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
public String getId()
public void setId(String id)
id - public String getFilename()
public void setFilename(String filename)
filename - public String getFile()
public void setFile(String file)
file - Copyright © 2015 Europeana Foundation. All rights reserved.