public class

NewReturnNoteAttachment

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.NewReturnNoteAttachment

Class Overview

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>
 

Summary

Fields
protected NewNoteAttachment noteAttachment
Public Constructors
NewReturnNoteAttachment()
Public Methods
NewNoteAttachment getNoteAttachment()
Gets the value of the noteAttachment property.
void setNoteAttachment(NewNoteAttachment value)
Sets the value of the noteAttachment property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NewNoteAttachment noteAttachment

Public Constructors

public NewReturnNoteAttachment ()

Public Methods

public NewNoteAttachment getNoteAttachment ()

Gets the value of the noteAttachment property.

Returns

public void setNoteAttachment (NewNoteAttachment value)

Sets the value of the noteAttachment property.

Parameters
value Allowed object is NewNoteAttachment