Package com.sforce.soap.partner
Class ExecuteListViewResult
- java.lang.Object
-
- com.sforce.soap.partner.ExecuteListViewResult
-
- All Implemented Interfaces:
IExecuteListViewResult,XMLizable
public class ExecuteListViewResult extends Object implements XMLizable, IExecuteListViewResult
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 ExecuteListViewResult()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[]StringgetDeveloperName()element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetDone()element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringListViewRecord[]getRecords()element : records of type {urn:partner.soap.sforce.com}ListViewRecord java type: com.sforce.soap.partner.ListViewRecord[]intgetSize()element : size of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleanisDone()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetColumns(IListViewColumn[] columns)protected voidsetColumns(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper)voidsetDeveloperName(String developerName)voidsetDone(boolean done)protected voidsetDone(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper)voidsetId(String id)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetRecords(IListViewRecord[] records)protected voidsetRecords(XmlInputStream __in, TypeMapper __typeMapper)voidsetSize(int size)protected voidsetSize(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:IExecuteListViewResultelement : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]- Specified by:
getColumnsin interfaceIExecuteListViewResult
-
setColumns
public void setColumns(IListViewColumn[] columns)
- Specified by:
setColumnsin interfaceIExecuteListViewResult
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
Description copied from interface:IExecuteListViewResultelement : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDeveloperNamein interfaceIExecuteListViewResult
-
setDeveloperName
public void setDeveloperName(String developerName)
- Specified by:
setDeveloperNamein interfaceIExecuteListViewResult
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDone
public boolean getDone()
Description copied from interface:IExecuteListViewResultelement : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDonein interfaceIExecuteListViewResult
-
isDone
public boolean isDone()
- Specified by:
isDonein interfaceIExecuteListViewResult
-
setDone
public void setDone(boolean done)
- Specified by:
setDonein interfaceIExecuteListViewResult
-
setDone
protected void setDone(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
Description copied from interface:IExecuteListViewResultelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIExecuteListViewResult
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceIExecuteListViewResult
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IExecuteListViewResultelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIExecuteListViewResult
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIExecuteListViewResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecords
public ListViewRecord[] getRecords()
Description copied from interface:IExecuteListViewResultelement : records of type {urn:partner.soap.sforce.com}ListViewRecord java type: com.sforce.soap.partner.ListViewRecord[]- Specified by:
getRecordsin interfaceIExecuteListViewResult
-
setRecords
public void setRecords(IListViewRecord[] records)
- Specified by:
setRecordsin interfaceIExecuteListViewResult
-
setRecords
protected void setRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSize
public int getSize()
Description copied from interface:IExecuteListViewResultelement : size of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getSizein interfaceIExecuteListViewResult
-
setSize
public void setSize(int size)
- Specified by:
setSizein interfaceIExecuteListViewResult
-
setSize
protected void setSize(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
-
-