Class ExecuteListViewResult

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

public class ExecuteListViewResult extends Object implements com.sforce.ws.bind.XMLizable, IExecuteListViewResult
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
    element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
    element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : records of type {urn:partner.soap.sforce.com}ListViewRecord java type: com.sforce.soap.partner.ListViewRecord[]
    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
     
    protected void
    setColumns​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setDeveloperName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDeveloperName​(String developerName)
     
    void
    setDone​(boolean done)
     
    protected void
    setDone​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setId​(String id)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    void
     
    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

    • ExecuteListViewResult

      public ExecuteListViewResult()
      Constructor
  • Method Details

    • getColumns

      public ListViewColumn[] getColumns()
      Description copied from interface: IExecuteListViewResult
      element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
      Specified by:
      getColumns in interface IExecuteListViewResult
    • setColumns

      public void setColumns(IListViewColumn[] columns)
      Specified by:
      setColumns in interface IExecuteListViewResult
    • setColumns

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

      public String getDeveloperName()
      Description copied from interface: IExecuteListViewResult
      element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDeveloperName in interface IExecuteListViewResult
    • setDeveloperName

      public void setDeveloperName(String developerName)
      Specified by:
      setDeveloperName in interface IExecuteListViewResult
    • setDeveloperName

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

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

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

      public void setDone(boolean done)
      Specified by:
      setDone in interface IExecuteListViewResult
    • 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
    • getId

      public String getId()
      Description copied from interface: IExecuteListViewResult
      element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getId in interface IExecuteListViewResult
    • setId

      public void setId(String id)
      Specified by:
      setId in interface IExecuteListViewResult
    • setId

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

      public String getLabel()
      Description copied from interface: IExecuteListViewResult
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IExecuteListViewResult
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IExecuteListViewResult
    • setLabel

      protected void setLabel(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 ListViewRecord[] getRecords()
      Description copied from interface: IExecuteListViewResult
      element : records of type {urn:partner.soap.sforce.com}ListViewRecord java type: com.sforce.soap.partner.ListViewRecord[]
      Specified by:
      getRecords in interface IExecuteListViewResult
    • setRecords

      public void setRecords(IListViewRecord[] records)
      Specified by:
      setRecords in interface IExecuteListViewResult
    • 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: IExecuteListViewResult
      element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getSize in interface IExecuteListViewResult
    • setSize

      public void setSize(int size)
      Specified by:
      setSize in interface IExecuteListViewResult
    • 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