Class DescribeListView

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

public class DescribeListView extends Object implements com.sforce.ws.bind.XMLizable, IDescribeListView
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 : filterLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    int
    element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : listViewAdvancedFilter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : listViewColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]
    element : listViewFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]
    element : listViewName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : listViewScopeFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]
    element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScope
    element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    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)
     
    protected void
    setFilterLanguage​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setFilterLanguage​(String filterLanguage)
     
    protected void
    setId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setId​(String id)
     
    void
    setLimitRows​(int limitRows)
     
    protected void
    setLimitRows​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setListViewAdvancedFilter​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setListViewAdvancedFilter​(String listViewAdvancedFilter)
     
    void
    setListViewColumns​(IDescribeColumn[] listViewColumns)
     
    protected void
    setListViewColumns​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setListViewFilters​(IDescribeFilter[] listViewFilters)
     
    protected void
    setListViewFilters​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setListViewName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setListViewName​(String listViewName)
     
    void
    setListViewScopeFilters​(IDescribeFilter[] listViewScopeFilters)
     
    protected void
    setListViewScopeFilters​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setRelatedEntityId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRelatedEntityId​(String relatedEntityId)
     
    void
     
    protected void
    setScope​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setScopeEntityId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setScopeEntityId​(String scopeEntityId)
     
    protected void
    setSobjectName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSobjectName​(String sobjectName)
     
     
    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

    • DescribeListView

      public DescribeListView()
      Constructor
  • Method Details

    • getFilterLanguage

      public String getFilterLanguage()
      Description copied from interface: IDescribeListView
      element : filterLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getFilterLanguage in interface IDescribeListView
    • setFilterLanguage

      public void setFilterLanguage(String filterLanguage)
      Specified by:
      setFilterLanguage in interface IDescribeListView
    • setFilterLanguage

      protected void setFilterLanguage(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: IDescribeListView
      element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getId in interface IDescribeListView
    • setId

      public void setId(String id)
      Specified by:
      setId in interface IDescribeListView
    • 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
    • getLimitRows

      public int getLimitRows()
      Description copied from interface: IDescribeListView
      element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getLimitRows in interface IDescribeListView
    • setLimitRows

      public void setLimitRows(int limitRows)
      Specified by:
      setLimitRows in interface IDescribeListView
    • setLimitRows

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

      public String getListViewAdvancedFilter()
      Description copied from interface: IDescribeListView
      element : listViewAdvancedFilter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getListViewAdvancedFilter in interface IDescribeListView
    • setListViewAdvancedFilter

      public void setListViewAdvancedFilter(String listViewAdvancedFilter)
      Specified by:
      setListViewAdvancedFilter in interface IDescribeListView
    • setListViewAdvancedFilter

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

      public DescribeColumn[] getListViewColumns()
      Description copied from interface: IDescribeListView
      element : listViewColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]
      Specified by:
      getListViewColumns in interface IDescribeListView
    • setListViewColumns

      public void setListViewColumns(IDescribeColumn[] listViewColumns)
      Specified by:
      setListViewColumns in interface IDescribeListView
    • setListViewColumns

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

      public DescribeFilter[] getListViewFilters()
      Description copied from interface: IDescribeListView
      element : listViewFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]
      Specified by:
      getListViewFilters in interface IDescribeListView
    • setListViewFilters

      public void setListViewFilters(IDescribeFilter[] listViewFilters)
      Specified by:
      setListViewFilters in interface IDescribeListView
    • setListViewFilters

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

      public String getListViewName()
      Description copied from interface: IDescribeListView
      element : listViewName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getListViewName in interface IDescribeListView
    • setListViewName

      public void setListViewName(String listViewName)
      Specified by:
      setListViewName in interface IDescribeListView
    • setListViewName

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

      public DescribeFilter[] getListViewScopeFilters()
      Description copied from interface: IDescribeListView
      element : listViewScopeFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]
      Specified by:
      getListViewScopeFilters in interface IDescribeListView
    • setListViewScopeFilters

      public void setListViewScopeFilters(IDescribeFilter[] listViewScopeFilters)
      Specified by:
      setListViewScopeFilters in interface IDescribeListView
    • setListViewScopeFilters

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

      public String getRelatedEntityId()
      Description copied from interface: IDescribeListView
      element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getRelatedEntityId in interface IDescribeListView
    • setRelatedEntityId

      public void setRelatedEntityId(String relatedEntityId)
      Specified by:
      setRelatedEntityId in interface IDescribeListView
    • setRelatedEntityId

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

      public QueryOptionsScope getScope()
      Description copied from interface: IDescribeListView
      element : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScope
      Specified by:
      getScope in interface IDescribeListView
    • setScope

      public void setScope(QueryOptionsScope scope)
      Specified by:
      setScope in interface IDescribeListView
    • setScope

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

      public String getScopeEntityId()
      Description copied from interface: IDescribeListView
      element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getScopeEntityId in interface IDescribeListView
    • setScopeEntityId

      public void setScopeEntityId(String scopeEntityId)
      Specified by:
      setScopeEntityId in interface IDescribeListView
    • setScopeEntityId

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

      public String getSobjectName()
      Description copied from interface: IDescribeListView
      element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSobjectName in interface IDescribeListView
    • setSobjectName

      public void setSobjectName(String sobjectName)
      Specified by:
      setSobjectName in interface IDescribeListView
    • setSobjectName

      protected void setSobjectName(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