Package com.sforce.soap.partner
Class ListViewColumn
java.lang.Object
com.sforce.soap.partner.ListViewColumn
- All Implemented Interfaces:
IListViewColumn,com.sforce.ws.bind.XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionelement : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegergetType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypebooleanisHidden()booleanbooleanvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetAscendingLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAscendingLabel(String ascendingLabel)protected voidsetDescendingLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDescendingLabel(String descendingLabel)protected voidsetFieldNameOrPath(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldNameOrPath(String fieldNameOrPath)voidsetHidden(boolean hidden)protected voidsetHidden(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetSearchable(boolean searchable)protected voidsetSearchable(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetSelectListItem(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSelectListItem(String selectListItem)voidsetSortable(boolean sortable)protected voidsetSortable(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSortDirection(OrderByDirection sortDirection)protected voidsetSortDirection(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetSortIndex(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSortIndex(Integer sortIndex)voidprotected voidsetType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
ListViewColumn
public ListViewColumn()Constructor
-
-
Method Details
-
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
- Specified by:
setAscendingLabelin interfaceIListViewColumn
-
setAscendingLabel
protected void setAscendingLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setDescendingLabelin interfaceIListViewColumn
-
setDescendingLabel
protected void setDescendingLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setFieldNameOrPathin interfaceIListViewColumn
-
setFieldNameOrPath
protected void setFieldNameOrPath(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setLabelin interfaceIListViewColumn
-
setLabel
protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setSelectListItemin interfaceIListViewColumn
-
setSelectListItem
protected void setSelectListItem(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setSortDirectionin interfaceIListViewColumn
-
setSortDirection
protected void setSortDirection(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setSortIndexin interfaceIListViewColumn
-
setSortIndex
protected void setSortIndex(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setTypein interfaceIListViewColumn
-
setType
protected void setType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.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:
writein interfacecom.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:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.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:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-