public class ExecuteListViewResult extends java.lang.Object implements XMLizable, IExecuteListViewResult
| Constructor and Description |
|---|
ExecuteListViewResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ListViewColumn[] |
getColumns()
element : columns of type {urn:partner.soap.sforce.com}ListViewColumn
java type: com.sforce.soap.partner.ListViewColumn[]
|
java.lang.String |
getDeveloperName()
element : developerName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getDone()
element : done of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
ListViewRecord[] |
getRecords()
element : records of type {urn:partner.soap.sforce.com}ListViewRecord
java type: com.sforce.soap.partner.ListViewRecord[]
|
int |
getSize()
element : size of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
boolean |
isDone() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setColumns(IListViewColumn[] columns) |
protected void |
setColumns(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDeveloperName(java.lang.String developerName) |
protected void |
setDeveloperName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDone(boolean done) |
protected void |
setDone(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setId(java.lang.String id) |
protected void |
setId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRecords(IListViewRecord[] records) |
protected void |
setRecords(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSize(int size) |
protected void |
setSize(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public ListViewColumn[] getColumns()
IExecuteListViewResultgetColumns in interface IExecuteListViewResultpublic void setColumns(IListViewColumn[] columns)
setColumns in interface IExecuteListViewResultprotected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDeveloperName()
IExecuteListViewResultgetDeveloperName in interface IExecuteListViewResultpublic void setDeveloperName(java.lang.String developerName)
setDeveloperName in interface IExecuteListViewResultprotected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getDone()
IExecuteListViewResultgetDone in interface IExecuteListViewResultpublic boolean isDone()
isDone in interface IExecuteListViewResultpublic void setDone(boolean done)
setDone in interface IExecuteListViewResultprotected void setDone(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getId()
IExecuteListViewResultgetId in interface IExecuteListViewResultpublic void setId(java.lang.String id)
setId in interface IExecuteListViewResultprotected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IExecuteListViewResultgetLabel in interface IExecuteListViewResultpublic void setLabel(java.lang.String label)
setLabel in interface IExecuteListViewResultprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic ListViewRecord[] getRecords()
IExecuteListViewResultgetRecords in interface IExecuteListViewResultpublic void setRecords(IListViewRecord[] records)
setRecords in interface IExecuteListViewResultprotected void setRecords(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getSize()
IExecuteListViewResultgetSize in interface IExecuteListViewResultpublic void setSize(int size)
setSize in interface IExecuteListViewResultprotected void setSize(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.