Package com.sforce.soap.partner
Class DescribeSoqlListView
- java.lang.Object
-
- com.sforce.soap.partner.DescribeSoqlListView
-
- All Implemented Interfaces:
IDescribeSoqlListView,XMLizable
public class DescribeSoqlListView extends Object implements 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 DescribeSoqlListView()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListViewColumn[]getColumns()element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringListViewOrderBy[]getOrderBy()element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]StringgetQuery()element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetRelatedEntityId()element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetScope()element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetScopeEntityId()element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetSobjectType()element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringSoqlWhereConditiongetWhereCondition()element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereConditionvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetColumns(IListViewColumn[] columns)protected voidsetColumns(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper)voidsetId(String id)voidsetOrderBy(IListViewOrderBy[] orderBy)protected voidsetOrderBy(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetQuery(XmlInputStream __in, TypeMapper __typeMapper)voidsetQuery(String query)protected voidsetRelatedEntityId(XmlInputStream __in, TypeMapper __typeMapper)voidsetRelatedEntityId(String relatedEntityId)protected voidsetScope(XmlInputStream __in, TypeMapper __typeMapper)voidsetScope(String scope)protected voidsetScopeEntityId(XmlInputStream __in, TypeMapper __typeMapper)voidsetScopeEntityId(String scopeEntityId)protected voidsetSobjectType(XmlInputStream __in, TypeMapper __typeMapper)voidsetSobjectType(String sobjectType)voidsetWhereCondition(ISoqlWhereCondition whereCondition)protected voidsetWhereCondition(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getColumns
public ListViewColumn[] getColumns()
Description copied from interface:IDescribeSoqlListViewelement : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]- Specified by:
getColumnsin interfaceIDescribeSoqlListView
-
setColumns
public void setColumns(IListViewColumn[] columns)
- Specified by:
setColumnsin interfaceIDescribeSoqlListView
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
Description copied from interface:IDescribeSoqlListViewelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIDescribeSoqlListView
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceIDescribeSoqlListView
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrderBy
public ListViewOrderBy[] getOrderBy()
Description copied from interface:IDescribeSoqlListViewelement : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]- Specified by:
getOrderByin interfaceIDescribeSoqlListView
-
setOrderBy
public void setOrderBy(IListViewOrderBy[] orderBy)
- Specified by:
setOrderByin interfaceIDescribeSoqlListView
-
setOrderBy
protected void setOrderBy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuery
public String getQuery()
Description copied from interface:IDescribeSoqlListViewelement : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getQueryin interfaceIDescribeSoqlListView
-
setQuery
public void setQuery(String query)
- Specified by:
setQueryin interfaceIDescribeSoqlListView
-
setQuery
protected void setQuery(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedEntityId
public String getRelatedEntityId()
Description copied from interface:IDescribeSoqlListViewelement : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRelatedEntityIdin interfaceIDescribeSoqlListView
-
setRelatedEntityId
public void setRelatedEntityId(String relatedEntityId)
- Specified by:
setRelatedEntityIdin interfaceIDescribeSoqlListView
-
setRelatedEntityId
protected void setRelatedEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScope
public String getScope()
Description copied from interface:IDescribeSoqlListViewelement : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getScopein interfaceIDescribeSoqlListView
-
setScope
public void setScope(String scope)
- Specified by:
setScopein interfaceIDescribeSoqlListView
-
setScope
protected void setScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScopeEntityId
public String getScopeEntityId()
Description copied from interface:IDescribeSoqlListViewelement : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getScopeEntityIdin interfaceIDescribeSoqlListView
-
setScopeEntityId
public void setScopeEntityId(String scopeEntityId)
- Specified by:
setScopeEntityIdin interfaceIDescribeSoqlListView
-
setScopeEntityId
protected void setScopeEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobjectType
public String getSobjectType()
Description copied from interface:IDescribeSoqlListViewelement : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectTypein interfaceIDescribeSoqlListView
-
setSobjectType
public void setSobjectType(String sobjectType)
- Specified by:
setSobjectTypein interfaceIDescribeSoqlListView
-
setSobjectType
protected void setSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWhereCondition
public SoqlWhereCondition getWhereCondition()
Description copied from interface:IDescribeSoqlListViewelement : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition- Specified by:
getWhereConditionin interfaceIDescribeSoqlListView
-
setWhereCondition
public void setWhereCondition(ISoqlWhereCondition whereCondition)
- Specified by:
setWhereConditionin interfaceIDescribeSoqlListView
-
setWhereCondition
protected void setWhereCondition(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
-
-