Package com.sforce.soap.partner
Class QueryResult
- java.lang.Object
-
- com.sforce.soap.partner.QueryResult
-
- All Implemented Interfaces:
IQueryResult,XMLizable
public class QueryResult extends Object implements XMLizable, IQueryResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description QueryResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetDone()element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetQueryLocator()element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.StringSObject[]getRecords()element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]intgetSize()element : size of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleanisDone()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetDone(boolean done)protected voidsetDone(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetQueryLocator(XmlInputStream __in, TypeMapper __typeMapper)voidsetQueryLocator(String queryLocator)voidsetRecords(ISObject[] records)protected voidsetRecords(XmlInputStream __in, TypeMapper __typeMapper)voidsetSize(int size)protected voidsetSize(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getDone
public boolean getDone()
Description copied from interface:IQueryResultelement : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDonein interfaceIQueryResult
-
isDone
public boolean isDone()
- Specified by:
isDonein interfaceIQueryResult
-
setDone
public void setDone(boolean done)
- Specified by:
setDonein interfaceIQueryResult
-
setDone
protected void setDone(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQueryLocator
public String getQueryLocator()
Description copied from interface:IQueryResultelement : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.String- Specified by:
getQueryLocatorin interfaceIQueryResult
-
setQueryLocator
public void setQueryLocator(String queryLocator)
- Specified by:
setQueryLocatorin interfaceIQueryResult
-
setQueryLocator
protected void setQueryLocator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecords
public SObject[] getRecords()
Description copied from interface:IQueryResultelement : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]- Specified by:
getRecordsin interfaceIQueryResult
-
setRecords
public void setRecords(ISObject[] records)
- Specified by:
setRecordsin interfaceIQueryResult
-
setRecords
protected void setRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSize
public int getSize()
Description copied from interface:IQueryResultelement : size of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getSizein interfaceIQueryResult
-
setSize
public void setSize(int size)
- Specified by:
setSizein interfaceIQueryResult
-
setSize
protected void setSize(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-