| java.lang.Object |
| ↳ |
com.sforce.soap.partner.QueryResult |
Class Overview
Generated class, please do not edit.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.sforce.ws.bind.XMLizable
|
Fields
private
boolean
done__is_set
private
static
final
TypeInfo
done__typeInfo
element : done of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
private
String
queryLocator
private
boolean
queryLocator__is_set
private
static
final
TypeInfo
queryLocator__typeInfo
element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator
java type: java.lang.String
private
boolean
records__is_set
private
static
final
TypeInfo
records__typeInfo
element : records of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject[]
private
boolean
size__is_set
private
static
final
TypeInfo
size__typeInfo
element : size of type {http://www.w3.org/2001/XMLSchema}int
java type: int
Public Constructors
Public Methods
public
boolean
getDone
()
public
String
getQueryLocator
()
load the fileds/children from the specified xml stream
Parameters
| __in
| Xml input stream from which the data is read |
| __typeMapper
| Type mapper to be used |
public
void
setDone
(boolean done)
public
void
setQueryLocator
(String queryLocator)
public
void
setSize
(int size)
public
String
toString
()
public
void
write
(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Parameters
| __element
| Xml element name |
| __out
| Xml output stream |
| __typeMapper
| Type mapper to be used |
Protected Methods