public class

ReturnSearchResult

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

Class Overview

Java class for return_search_result complex type.

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

 <complexType name="return_search_result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}search_link_list"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchLinkList entryList
Public Constructors
ReturnSearchResult()
Public Methods
SearchLinkList getEntryList()
Gets the value of the entryList property.
void setEntryList(SearchLinkList value)
Sets the value of the entryList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchLinkList entryList

Public Constructors

public ReturnSearchResult ()

Public Methods

public SearchLinkList getEntryList ()

Gets the value of the entryList property.

Returns

public void setEntryList (SearchLinkList value)

Sets the value of the entryList property.

Parameters
value Allowed object is SearchLinkList