public class

GetEntryResponseType

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

Class Overview

Java class for get_entryResponseType complex type.

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

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

Summary

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

Fields

protected GetEntryResultVersion2 _return

Public Constructors

public GetEntryResponseType ()

Public Methods

public GetEntryResultVersion2 getReturn ()

Gets the value of the return property.

Returns

public void setReturn (GetEntryResultVersion2 value)

Sets the value of the return property.

Parameters
value Allowed object is GetEntryResultVersion2