public class

GetEntriesCountResponseType

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

Class Overview

Java class for get_entries_countResponseType complex type.

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

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

Summary

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

Fields

protected GetEntriesCountResult _return

Public Constructors

public GetEntriesCountResponseType ()

Public Methods

public GetEntriesCountResult getReturn ()

Gets the value of the return property.

Returns

public void setReturn (GetEntriesCountResult value)

Sets the value of the return property.

Parameters
value Allowed object is GetEntriesCountResult