public class

SetNoteAttachmentResponseType

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

Class Overview

Java class for set_note_attachmentResponseType complex type.

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

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

Summary

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

Fields

protected NewSetEntryResult _return

Public Constructors

public SetNoteAttachmentResponseType ()

Public Methods

public NewSetEntryResult getReturn ()

Gets the value of the return property.

Returns

public void setReturn (NewSetEntryResult value)

Sets the value of the return property.

Parameters
value Allowed object is NewSetEntryResult