Package com.sforce.soap.partner
Class DescribeListView
- java.lang.Object
-
- com.sforce.soap.partner.DescribeListView
-
- All Implemented Interfaces:
IDescribeListView,XMLizable
public class DescribeListView extends Object implements 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 DescribeListView()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilterLanguage()element : filterLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringintgetLimitRows()element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetListViewAdvancedFilter()element : listViewAdvancedFilter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeColumn[]getListViewColumns()element : listViewColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]DescribeFilter[]getListViewFilters()element : listViewFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]StringgetListViewName()element : listViewName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeFilter[]getListViewScopeFilters()element : listViewScopeFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]StringgetRelatedEntityId()element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringQueryOptionsScopegetScope()element : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScopeStringgetScopeEntityId()element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetSobjectName()element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetFilterLanguage(XmlInputStream __in, TypeMapper __typeMapper)voidsetFilterLanguage(String filterLanguage)protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper)voidsetId(String id)voidsetLimitRows(int limitRows)protected voidsetLimitRows(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetListViewAdvancedFilter(XmlInputStream __in, TypeMapper __typeMapper)voidsetListViewAdvancedFilter(String listViewAdvancedFilter)voidsetListViewColumns(IDescribeColumn[] listViewColumns)protected voidsetListViewColumns(XmlInputStream __in, TypeMapper __typeMapper)voidsetListViewFilters(IDescribeFilter[] listViewFilters)protected voidsetListViewFilters(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetListViewName(XmlInputStream __in, TypeMapper __typeMapper)voidsetListViewName(String listViewName)voidsetListViewScopeFilters(IDescribeFilter[] listViewScopeFilters)protected voidsetListViewScopeFilters(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetRelatedEntityId(XmlInputStream __in, TypeMapper __typeMapper)voidsetRelatedEntityId(String relatedEntityId)voidsetScope(QueryOptionsScope scope)protected voidsetScope(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetScopeEntityId(XmlInputStream __in, TypeMapper __typeMapper)voidsetScopeEntityId(String scopeEntityId)protected voidsetSobjectName(XmlInputStream __in, TypeMapper __typeMapper)voidsetSobjectName(String sobjectName)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getFilterLanguage
public String getFilterLanguage()
Description copied from interface:IDescribeListViewelement : filterLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFilterLanguagein interfaceIDescribeListView
-
setFilterLanguage
public void setFilterLanguage(String filterLanguage)
- Specified by:
setFilterLanguagein interfaceIDescribeListView
-
setFilterLanguage
protected void setFilterLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
Description copied from interface:IDescribeListViewelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIDescribeListView
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceIDescribeListView
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimitRows
public int getLimitRows()
Description copied from interface:IDescribeListViewelement : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getLimitRowsin interfaceIDescribeListView
-
setLimitRows
public void setLimitRows(int limitRows)
- Specified by:
setLimitRowsin interfaceIDescribeListView
-
setLimitRows
protected void setLimitRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListViewAdvancedFilter
public String getListViewAdvancedFilter()
Description copied from interface:IDescribeListViewelement : listViewAdvancedFilter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getListViewAdvancedFilterin interfaceIDescribeListView
-
setListViewAdvancedFilter
public void setListViewAdvancedFilter(String listViewAdvancedFilter)
- Specified by:
setListViewAdvancedFilterin interfaceIDescribeListView
-
setListViewAdvancedFilter
protected void setListViewAdvancedFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListViewColumns
public DescribeColumn[] getListViewColumns()
Description copied from interface:IDescribeListViewelement : listViewColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]- Specified by:
getListViewColumnsin interfaceIDescribeListView
-
setListViewColumns
public void setListViewColumns(IDescribeColumn[] listViewColumns)
- Specified by:
setListViewColumnsin interfaceIDescribeListView
-
setListViewColumns
protected void setListViewColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListViewFilters
public DescribeFilter[] getListViewFilters()
Description copied from interface:IDescribeListViewelement : listViewFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]- Specified by:
getListViewFiltersin interfaceIDescribeListView
-
setListViewFilters
public void setListViewFilters(IDescribeFilter[] listViewFilters)
- Specified by:
setListViewFiltersin interfaceIDescribeListView
-
setListViewFilters
protected void setListViewFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListViewName
public String getListViewName()
Description copied from interface:IDescribeListViewelement : listViewName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getListViewNamein interfaceIDescribeListView
-
setListViewName
public void setListViewName(String listViewName)
- Specified by:
setListViewNamein interfaceIDescribeListView
-
setListViewName
protected void setListViewName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getListViewScopeFilters
public DescribeFilter[] getListViewScopeFilters()
Description copied from interface:IDescribeListViewelement : listViewScopeFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]- Specified by:
getListViewScopeFiltersin interfaceIDescribeListView
-
setListViewScopeFilters
public void setListViewScopeFilters(IDescribeFilter[] listViewScopeFilters)
- Specified by:
setListViewScopeFiltersin interfaceIDescribeListView
-
setListViewScopeFilters
protected void setListViewScopeFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedEntityId
public String getRelatedEntityId()
Description copied from interface:IDescribeListViewelement : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRelatedEntityIdin interfaceIDescribeListView
-
setRelatedEntityId
public void setRelatedEntityId(String relatedEntityId)
- Specified by:
setRelatedEntityIdin interfaceIDescribeListView
-
setRelatedEntityId
protected void setRelatedEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScope
public QueryOptionsScope getScope()
Description copied from interface:IDescribeListViewelement : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScope- Specified by:
getScopein interfaceIDescribeListView
-
setScope
public void setScope(QueryOptionsScope scope)
- Specified by:
setScopein interfaceIDescribeListView
-
setScope
protected void setScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScopeEntityId
public String getScopeEntityId()
Description copied from interface:IDescribeListViewelement : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getScopeEntityIdin interfaceIDescribeListView
-
setScopeEntityId
public void setScopeEntityId(String scopeEntityId)
- Specified by:
setScopeEntityIdin interfaceIDescribeListView
-
setScopeEntityId
protected void setScopeEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobjectName
public String getSobjectName()
Description copied from interface:IDescribeListViewelement : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectNamein interfaceIDescribeListView
-
setSobjectName
public void setSobjectName(String sobjectName)
- Specified by:
setSobjectNamein interfaceIDescribeListView
-
setSobjectName
protected void setSobjectName(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
-
-