public class ReturnNoteAttachment extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="return_note_attachment">
<xs:all>
<xs:element type="ns:note_attachment" name="note_attachment"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
ReturnNoteAttachment() |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
getError()
Get the 'error' element value.
|
NoteAttachment |
getNoteAttachment()
Get the 'note_attachment' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setNoteAttachment(NoteAttachment noteAttachment)
Set the 'note_attachment' element value.
|
public NoteAttachment getNoteAttachment()
public void setNoteAttachment(NoteAttachment noteAttachment)
noteAttachment - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2017 Europeana Foundation. All rights reserved.