public class NewReturnNoteAttachment extends Object
Java class for new_return_note_attachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="new_return_note_attachment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="note_attachment" type="{http://www.sugarcrm.com/sugarcrm}new_note_attachment"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NewNoteAttachment |
noteAttachment |
| Constructor and Description |
|---|
NewReturnNoteAttachment() |
| Modifier and Type | Method and Description |
|---|---|
NewNoteAttachment |
getNoteAttachment()
Gets the value of the noteAttachment property.
|
void |
setNoteAttachment(NewNoteAttachment value)
Sets the value of the noteAttachment property.
|
protected NewNoteAttachment noteAttachment
public NewNoteAttachment getNoteAttachment()
NewNoteAttachmentpublic void setNoteAttachment(NewNoteAttachment value)
value - allowed object is
NewNoteAttachmentCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.