|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.RelatedList
public class RelatedList
Generated class, please do not edit.
| Constructor Summary | |
|---|---|
RelatedList()
Constructor |
|
| Method Summary | |
|---|---|
RelatedListColumn[] |
getColumns()
|
boolean |
getCustom()
|
String |
getField()
|
String |
getLabel()
|
int |
getLimitRows()
|
String |
getName()
|
String |
getSobject()
|
RelatedListSort[] |
getSort()
|
boolean |
isCustom()
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper)
|
void |
setColumns(RelatedListColumn[] columns)
|
void |
setCustom(boolean custom)
|
void |
setField(String field)
|
void |
setLabel(String label)
|
void |
setLimitRows(int limitRows)
|
void |
setName(String name)
|
void |
setSobject(String sobject)
|
void |
setSort(RelatedListSort[] sort)
|
String |
toString()
|
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml. |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RelatedList()
| Method Detail |
|---|
public RelatedListColumn[] getColumns()
public void setColumns(RelatedListColumn[] columns)
public boolean getCustom()
public boolean isCustom()
public void setCustom(boolean custom)
public String getField()
public void setField(String field)
public String getLabel()
public void setLabel(String label)
public int getLimitRows()
public void setLimitRows(int limitRows)
public String getName()
public void setName(String name)
public String getSobject()
public void setSobject(String sobject)
public RelatedListSort[] getSort()
public void setSort(RelatedListSort[] sort)
public void write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws IOException
XMLizable
write in interface XMLizable__element - xml element name__out - xml output stream__typeMapper - type mapper to be used
IOException - failed to write xml
protected void writeFields(XmlOutputStream __out,
TypeMapper __typeMapper)
throws IOException
IOException
public void load(XmlInputStream __in,
TypeMapper __typeMapper)
throws IOException,
ConnectionException
XMLizable
load in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be used
IOException - failed to read xml
ConnectionException - failed to read/parser/bind xml
protected void loadFields(XmlInputStream __in,
TypeMapper __typeMapper)
throws IOException,
ConnectionException
IOException
ConnectionExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||