public class

GetReportEntriesResponseType

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

Class Overview

Java class for get_report_entriesResponseType complex type.

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

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

Summary

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

Fields

protected GetEntryResultForReports _return

Public Constructors

public GetReportEntriesResponseType ()

Public Methods

public GetEntryResultForReports getReturn ()

Gets the value of the return property.

Returns

public void setReturn (GetEntryResultForReports value)

Sets the value of the return property.

Parameters
value Allowed object is GetEntryResultForReports