public class

GetNoteAttachmentResponseType

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

Class Overview

Java class for get_note_attachmentResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="get_note_attachmentResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="return" type="{http://www.sugarcrm.com/sugarcrm}new_return_note_attachment" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected NewReturnNoteAttachment _return
Public Constructors
GetNoteAttachmentResponseType()
Public Methods
NewReturnNoteAttachment getReturn()
Gets the value of the return property.
void setReturn(NewReturnNoteAttachment value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NewReturnNoteAttachment _return

Public Constructors

public GetNoteAttachmentResponseType ()

Public Methods

public NewReturnNoteAttachment getReturn ()

Gets the value of the return property.

Returns

public void setReturn (NewReturnNoteAttachment value)

Sets the value of the return property.

Parameters
value Allowed object is NewReturnNoteAttachment