Class ListViewColumn

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

public class ListViewColumn extends Object implements com.sforce.ws.bind.XMLizable, IListViewColumn
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 : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection
    element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
    element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType
    boolean
     
    boolean
     
    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)
     
    protected void
    setAscendingLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setAscendingLabel​(String ascendingLabel)
     
    protected void
    setDescendingLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDescendingLabel​(String descendingLabel)
     
    protected void
    setFieldNameOrPath​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setFieldNameOrPath​(String fieldNameOrPath)
     
    void
    setHidden​(boolean hidden)
     
    protected void
    setHidden​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    void
    setSearchable​(boolean searchable)
     
    protected void
    setSearchable​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setSelectListItem​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSelectListItem​(String selectListItem)
     
    void
    setSortable​(boolean sortable)
     
    protected void
    setSortable​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
     
    protected void
    setSortDirection​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setSortIndex​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSortIndex​(Integer sortIndex)
     
    void
    setType​(FieldType type)
     
    protected void
    setType​(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

    • ListViewColumn

      public ListViewColumn()
      Constructor
  • Method Details

    • getAscendingLabel

      public String getAscendingLabel()
      Description copied from interface: IListViewColumn
      element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getAscendingLabel in interface IListViewColumn
    • setAscendingLabel

      public void setAscendingLabel(String ascendingLabel)
      Specified by:
      setAscendingLabel in interface IListViewColumn
    • setAscendingLabel

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

      public String getDescendingLabel()
      Description copied from interface: IListViewColumn
      element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDescendingLabel in interface IListViewColumn
    • setDescendingLabel

      public void setDescendingLabel(String descendingLabel)
      Specified by:
      setDescendingLabel in interface IListViewColumn
    • setDescendingLabel

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

      public String getFieldNameOrPath()
      Description copied from interface: IListViewColumn
      element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getFieldNameOrPath in interface IListViewColumn
    • setFieldNameOrPath

      public void setFieldNameOrPath(String fieldNameOrPath)
      Specified by:
      setFieldNameOrPath in interface IListViewColumn
    • setFieldNameOrPath

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

      public boolean getHidden()
      Description copied from interface: IListViewColumn
      element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getHidden in interface IListViewColumn
    • isHidden

      public boolean isHidden()
      Specified by:
      isHidden in interface IListViewColumn
    • setHidden

      public void setHidden(boolean hidden)
      Specified by:
      setHidden in interface IListViewColumn
    • setHidden

      protected void setHidden(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: IListViewColumn
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IListViewColumn
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IListViewColumn
    • 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
    • getSearchable

      public boolean getSearchable()
      Description copied from interface: IListViewColumn
      element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSearchable in interface IListViewColumn
    • isSearchable

      public boolean isSearchable()
      Specified by:
      isSearchable in interface IListViewColumn
    • setSearchable

      public void setSearchable(boolean searchable)
      Specified by:
      setSearchable in interface IListViewColumn
    • setSearchable

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

      public String getSelectListItem()
      Description copied from interface: IListViewColumn
      element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSelectListItem in interface IListViewColumn
    • setSelectListItem

      public void setSelectListItem(String selectListItem)
      Specified by:
      setSelectListItem in interface IListViewColumn
    • setSelectListItem

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

      public OrderByDirection getSortDirection()
      Description copied from interface: IListViewColumn
      element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection
      Specified by:
      getSortDirection in interface IListViewColumn
    • setSortDirection

      public void setSortDirection(OrderByDirection sortDirection)
      Specified by:
      setSortDirection in interface IListViewColumn
    • setSortDirection

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

      public Integer getSortIndex()
      Description copied from interface: IListViewColumn
      element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      Specified by:
      getSortIndex in interface IListViewColumn
    • setSortIndex

      public void setSortIndex(Integer sortIndex)
      Specified by:
      setSortIndex in interface IListViewColumn
    • setSortIndex

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

      public boolean getSortable()
      Description copied from interface: IListViewColumn
      element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSortable in interface IListViewColumn
    • isSortable

      public boolean isSortable()
      Specified by:
      isSortable in interface IListViewColumn
    • setSortable

      public void setSortable(boolean sortable)
      Specified by:
      setSortable in interface IListViewColumn
    • setSortable

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

      public FieldType getType()
      Description copied from interface: IListViewColumn
      element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType
      Specified by:
      getType in interface IListViewColumn
    • setType

      public void setType(FieldType type)
      Specified by:
      setType in interface IListViewColumn
    • setType

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