public class ReturnSearchResult extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected SearchLinkList |
entryList |
| Constructor and Description |
|---|
ReturnSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchLinkList |
getEntryList()
Gets the value of the entryList property.
|
void |
setEntryList(SearchLinkList value)
Sets the value of the entryList property.
|
protected SearchLinkList entryList
public SearchLinkList getEntryList()
SearchLinkListpublic void setEntryList(SearchLinkList value)
value - allowed object is
SearchLinkListCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.