Package com.sforce.soap.partner
Class ExecuteListViewResult
java.lang.Object
com.sforce.soap.partner.ExecuteListViewResult
- All Implemented Interfaces:
IExecuteListViewResult,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 : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]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: booleangetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : 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) voidprotected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetRecords(IListViewRecord[] records) protected voidsetRecords(XmlInputStream __in, TypeMapper __typeMapper) voidsetSize(int size) protected voidsetSize(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ExecuteListViewResult
public ExecuteListViewResult()Constructor
-
-
Method Details
-
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
- Specified by:
setColumnsin interfaceIExecuteListViewResult
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
Description copied from interface:IExecuteListViewResultelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIExecuteListViewResult
-
setId
- Specified by:
setIdin interfaceIExecuteListViewResult
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLabelin interfaceIExecuteListViewResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-
toString
-