Class QueryResult

java.lang.Object
com.sforce.soap.partner.QueryResult
All Implemented Interfaces:
IQueryResult, com.sforce.ws.bind.XMLizable

public class QueryResult extends Object implements com.sforce.ws.bind.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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.String
    element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
    int
    element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
    boolean
     
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDone​(boolean done)
     
    protected void
    setDone​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setQueryLocator​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setQueryLocator​(String queryLocator)
     
    void
    setRecords​(ISObject[] records)
     
    protected void
    setRecords​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSize​(int size)
     
    protected void
    setSize​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QueryResult

      public QueryResult()
      Constructor
  • Method Details

    • getDone

      public boolean getDone()
      Description copied from interface: IQueryResult
      element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getDone in interface IQueryResult
    • isDone

      public boolean isDone()
      Specified by:
      isDone in interface IQueryResult
    • setDone

      public void setDone(boolean done)
      Specified by:
      setDone in interface IQueryResult
    • setDone

      protected void setDone(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getQueryLocator

      public String getQueryLocator()
      Description copied from interface: IQueryResult
      element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.String
      Specified by:
      getQueryLocator in interface IQueryResult
    • setQueryLocator

      public void setQueryLocator(String queryLocator)
      Specified by:
      setQueryLocator in interface IQueryResult
    • setQueryLocator

      protected void setQueryLocator(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRecords

      public SObject[] getRecords()
      Description copied from interface: IQueryResult
      element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
      Specified by:
      getRecords in interface IQueryResult
    • setRecords

      public void setRecords(ISObject[] records)
      Specified by:
      setRecords in interface IQueryResult
    • setRecords

      protected void setRecords(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSize

      public int getSize()
      Description copied from interface: IQueryResult
      element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getSize in interface IQueryResult
    • setSize

      public void setSize(int size)
      Specified by:
      setSize in interface IQueryResult
    • setSize

      protected void setSize(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object