|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.DescribeLayoutSection
public class DescribeLayoutSection
Generated class, please do not edit.
| Constructor Summary | |
|---|---|
DescribeLayoutSection()
Constructor |
|
| Method Summary | |
|---|---|
int |
getColumns()
|
String |
getHeading()
|
DescribeLayoutRow[] |
getLayoutRows()
|
int |
getRows()
|
boolean |
getUseCollapsibleSection()
|
boolean |
getUseHeading()
|
boolean |
isUseCollapsibleSection()
|
boolean |
isUseHeading()
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper)
|
void |
setColumns(int columns)
|
void |
setHeading(String heading)
|
void |
setLayoutRows(DescribeLayoutRow[] layoutRows)
|
void |
setRows(int rows)
|
void |
setUseCollapsibleSection(boolean useCollapsibleSection)
|
void |
setUseHeading(boolean useHeading)
|
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 DescribeLayoutSection()
| Method Detail |
|---|
public int getColumns()
public void setColumns(int columns)
public String getHeading()
public void setHeading(String heading)
public DescribeLayoutRow[] getLayoutRows()
public void setLayoutRows(DescribeLayoutRow[] layoutRows)
public int getRows()
public void setRows(int rows)
public boolean getUseCollapsibleSection()
public boolean isUseCollapsibleSection()
public void setUseCollapsibleSection(boolean useCollapsibleSection)
public boolean getUseHeading()
public boolean isUseHeading()
public void setUseHeading(boolean useHeading)
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 | |||||||||