public class SearchResult extends Object implements com.sforce.ws.bind.XMLizable, ISearchResult
| Constructor and Description |
|---|
SearchResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryId()
element : queryId of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
SearchRecord[] |
getSearchRecords()
element : searchRecords of type {urn:partner.soap.sforce.com}SearchRecord
java type: com.sforce.soap.partner.SearchRecord[]
|
String |
getSforceReserved()
element : sforceReserved of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setQueryId(String queryId) |
void |
setSearchRecords(ISearchRecord[] searchRecords) |
void |
setSforceReserved(String sforceReserved) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getQueryId()
ISearchResultgetQueryId in interface ISearchResultpublic void setQueryId(String queryId)
setQueryId in interface ISearchResultpublic SearchRecord[] getSearchRecords()
ISearchResultgetSearchRecords in interface ISearchResultpublic void setSearchRecords(ISearchRecord[] searchRecords)
setSearchRecords in interface ISearchResultpublic String getSforceReserved()
ISearchResultgetSforceReserved in interface ISearchResultpublic void setSforceReserved(String sforceReserved)
setSforceReserved in interface ISearchResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.