Class DescribeSoqlListView

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

public class DescribeSoqlListView extends Object implements com.sforce.ws.bind.XMLizable, IDescribeSoqlListView
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 : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]
    element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition
    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
    setId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setId​(String id)
     
    void
     
    protected void
    setOrderBy​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setQuery​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setQuery​(String query)
     
    protected void
    setRelatedEntityId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRelatedEntityId​(String relatedEntityId)
     
    protected void
    setScope​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setScope​(String scope)
     
    protected void
    setScopeEntityId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setScopeEntityId​(String scopeEntityId)
     
    protected void
    setSobjectType​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSobjectType​(String sobjectType)
     
    void
     
    protected void
    setWhereCondition​(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

    • DescribeSoqlListView

      public DescribeSoqlListView()
      Constructor
  • Method Details

    • getColumns

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

      public void setColumns(IListViewColumn[] columns)
      Specified by:
      setColumns in interface IDescribeSoqlListView
    • 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
    • getId

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

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

      public ListViewOrderBy[] getOrderBy()
      Description copied from interface: IDescribeSoqlListView
      element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]
      Specified by:
      getOrderBy in interface IDescribeSoqlListView
    • setOrderBy

      public void setOrderBy(IListViewOrderBy[] orderBy)
      Specified by:
      setOrderBy in interface IDescribeSoqlListView
    • setOrderBy

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

      public String getQuery()
      Description copied from interface: IDescribeSoqlListView
      element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getQuery in interface IDescribeSoqlListView
    • setQuery

      public void setQuery(String query)
      Specified by:
      setQuery in interface IDescribeSoqlListView
    • setQuery

      protected void setQuery(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: IDescribeSoqlListView
      element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getRelatedEntityId in interface IDescribeSoqlListView
    • setRelatedEntityId

      public void setRelatedEntityId(String relatedEntityId)
      Specified by:
      setRelatedEntityId in interface IDescribeSoqlListView
    • 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 String getScope()
      Description copied from interface: IDescribeSoqlListView
      element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getScope in interface IDescribeSoqlListView
    • setScope

      public void setScope(String scope)
      Specified by:
      setScope in interface IDescribeSoqlListView
    • 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: IDescribeSoqlListView
      element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getScopeEntityId in interface IDescribeSoqlListView
    • setScopeEntityId

      public void setScopeEntityId(String scopeEntityId)
      Specified by:
      setScopeEntityId in interface IDescribeSoqlListView
    • 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
    • getSobjectType

      public String getSobjectType()
      Description copied from interface: IDescribeSoqlListView
      element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSobjectType in interface IDescribeSoqlListView
    • setSobjectType

      public void setSobjectType(String sobjectType)
      Specified by:
      setSobjectType in interface IDescribeSoqlListView
    • setSobjectType

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

      public SoqlWhereCondition getWhereCondition()
      Description copied from interface: IDescribeSoqlListView
      element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition
      Specified by:
      getWhereCondition in interface IDescribeSoqlListView
    • setWhereCondition

      public void setWhereCondition(ISoqlWhereCondition whereCondition)
      Specified by:
      setWhereCondition in interface IDescribeSoqlListView
    • setWhereCondition

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