|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.QueryResult
public class QueryResult
Constructor Summary | |
---|---|
QueryResult()
|
|
QueryResult(boolean done,
java.lang.String queryLocator,
SObject[] records,
int size)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.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(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.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(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryResult()
public QueryResult(boolean done, java.lang.String queryLocator, SObject[] records, int size)
Method Detail |
---|
public boolean isDone()
public void setDone(boolean done)
done
- public java.lang.String getQueryLocator()
public void setQueryLocator(java.lang.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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |