Package com.sforce.soap.partner
Class ListViewColumn
- java.lang.Object
-
- com.sforce.soap.partner.ListViewColumn
-
- All Implemented Interfaces:
IListViewColumn,XMLizable
public class ListViewColumn extends Object implements 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 ListViewColumn()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAscendingLabel()element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetDescendingLabel()element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetFieldNameOrPath()element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetHidden()element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetSearchable()element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetSelectListItem()element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetSortable()element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanOrderByDirectiongetSortDirection()element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionIntegergetSortIndex()element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerFieldTypegetType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypebooleanisHidden()booleanisSearchable()booleanisSortable()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetAscendingLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetAscendingLabel(String ascendingLabel)protected voidsetDescendingLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetDescendingLabel(String descendingLabel)protected voidsetFieldNameOrPath(XmlInputStream __in, TypeMapper __typeMapper)voidsetFieldNameOrPath(String fieldNameOrPath)voidsetHidden(boolean hidden)protected voidsetHidden(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetSearchable(boolean searchable)protected voidsetSearchable(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetSelectListItem(XmlInputStream __in, TypeMapper __typeMapper)voidsetSelectListItem(String selectListItem)voidsetSortable(boolean sortable)protected voidsetSortable(XmlInputStream __in, TypeMapper __typeMapper)voidsetSortDirection(OrderByDirection sortDirection)protected voidsetSortDirection(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetSortIndex(XmlInputStream __in, TypeMapper __typeMapper)voidsetSortIndex(Integer sortIndex)voidsetType(FieldType type)protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAscendingLabel
public String getAscendingLabel()
Description copied from interface:IListViewColumnelement : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getAscendingLabelin interfaceIListViewColumn
-
setAscendingLabel
public void setAscendingLabel(String ascendingLabel)
- Specified by:
setAscendingLabelin interfaceIListViewColumn
-
setAscendingLabel
protected void setAscendingLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescendingLabel
public String getDescendingLabel()
Description copied from interface:IListViewColumnelement : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDescendingLabelin interfaceIListViewColumn
-
setDescendingLabel
public void setDescendingLabel(String descendingLabel)
- Specified by:
setDescendingLabelin interfaceIListViewColumn
-
setDescendingLabel
protected void setDescendingLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldNameOrPath
public String getFieldNameOrPath()
Description copied from interface:IListViewColumnelement : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldNameOrPathin interfaceIListViewColumn
-
setFieldNameOrPath
public void setFieldNameOrPath(String fieldNameOrPath)
- Specified by:
setFieldNameOrPathin interfaceIListViewColumn
-
setFieldNameOrPath
protected void setFieldNameOrPath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHidden
public boolean getHidden()
Description copied from interface:IListViewColumnelement : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getHiddenin interfaceIListViewColumn
-
isHidden
public boolean isHidden()
- Specified by:
isHiddenin interfaceIListViewColumn
-
setHidden
public void setHidden(boolean hidden)
- Specified by:
setHiddenin interfaceIListViewColumn
-
setHidden
protected void setHidden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IListViewColumnelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIListViewColumn
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIListViewColumn
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSearchable
public boolean getSearchable()
Description copied from interface:IListViewColumnelement : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSearchablein interfaceIListViewColumn
-
isSearchable
public boolean isSearchable()
- Specified by:
isSearchablein interfaceIListViewColumn
-
setSearchable
public void setSearchable(boolean searchable)
- Specified by:
setSearchablein interfaceIListViewColumn
-
setSearchable
protected void setSearchable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSelectListItem
public String getSelectListItem()
Description copied from interface:IListViewColumnelement : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSelectListItemin interfaceIListViewColumn
-
setSelectListItem
public void setSelectListItem(String selectListItem)
- Specified by:
setSelectListItemin interfaceIListViewColumn
-
setSelectListItem
protected void setSelectListItem(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortDirection
public OrderByDirection getSortDirection()
Description copied from interface:IListViewColumnelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection- Specified by:
getSortDirectionin interfaceIListViewColumn
-
setSortDirection
public void setSortDirection(OrderByDirection sortDirection)
- Specified by:
setSortDirectionin interfaceIListViewColumn
-
setSortDirection
protected void setSortDirection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortIndex
public Integer getSortIndex()
Description copied from interface:IListViewColumnelement : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getSortIndexin interfaceIListViewColumn
-
setSortIndex
public void setSortIndex(Integer sortIndex)
- Specified by:
setSortIndexin interfaceIListViewColumn
-
setSortIndex
protected void setSortIndex(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortable
public boolean getSortable()
Description copied from interface:IListViewColumnelement : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSortablein interfaceIListViewColumn
-
isSortable
public boolean isSortable()
- Specified by:
isSortablein interfaceIListViewColumn
-
setSortable
public void setSortable(boolean sortable)
- Specified by:
setSortablein interfaceIListViewColumn
-
setSortable
protected void setSortable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public FieldType getType()
Description copied from interface:IListViewColumnelement : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType- Specified by:
getTypein interfaceIListViewColumn
-
setType
public void setType(FieldType type)
- Specified by:
setTypein interfaceIListViewColumn
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-