public class QueryResult extends Object implements Serializable
Constructor and Description |
---|
QueryResult() |
QueryResult(boolean done,
String queryLocator,
SObject[] records,
int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getQueryLocator()
Gets the queryLocator value for this QueryResult.
|
SObject[] |
getRecords()
Gets the records value for this QueryResult.
|
SObject |
getRecords(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getSize()
Gets the size value for this QueryResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isDone()
Gets the done value for this QueryResult.
|
void |
setDone(boolean done)
Sets the done value for this QueryResult.
|
void |
setQueryLocator(String queryLocator)
Sets the queryLocator value for this QueryResult.
|
void |
setRecords(int i,
SObject _value) |
void |
setRecords(SObject[] records)
Sets the records value for this QueryResult.
|
void |
setSize(int size)
Sets the size value for this QueryResult.
|
public boolean isDone()
public void setDone(boolean done)
done
- public String getQueryLocator()
public void setQueryLocator(String queryLocator)
queryLocator
- public SObject[] getRecords()
public void setRecords(SObject[] records)
records
- public SObject getRecords(int i)
public void setRecords(int i, SObject _value)
public int getSize()
public void setSize(int size)
size
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.