public class

SetEntriesResponseType

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

Class Overview

Java class for set_entriesResponseType complex type.

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

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

Summary

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

Fields

protected NewSetEntriesResult _return

Public Constructors

public SetEntriesResponseType ()

Public Methods

public NewSetEntriesResult getReturn ()

Gets the value of the return property.

Returns

public void setReturn (NewSetEntriesResult value)

Sets the value of the return property.

Parameters
value Allowed object is NewSetEntriesResult