Package com.sforce.async
Class QueryResultList
- java.lang.Object
-
- com.sforce.async.QueryResultList
-
-
Constructor Summary
Constructors Constructor Description QueryResultList()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getResult()voidload(XmlInputStream __in, TypeMapper __typeMapper)load the fileds/children from the specified xml streamprotected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetResult(java.lang.String[] result)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, XmlOutputStream __out, TypeMapper __typeMapper)write this instace as xml.protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getResult
public java.lang.String[] getResult()
-
setResult
public void setResult(java.lang.String[] result)
-
write
public void write(javax.xml.namespace.QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOExceptionDescription copied from interface:XMLizablewrite this instace as xml.
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
- Throws:
java.io.IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
Description copied from interface:XMLizableload the fileds/children from the specified xml stream- Specified by:
loadin interfaceXMLizable- Parameters:
__in- xml input stream from which the data is read__typeMapper- type mapper to be used- Throws:
java.io.IOException- failed to read xmlConnectionException- failed to read/parser/bind xml
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
- Throws:
java.io.IOExceptionConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-