public class DescribeLayoutSection extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutSection
| Constructor and Description |
|---|
DescribeLayoutSection()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns()
element : columns of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getHeading()
element : heading of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
DescribeLayoutRow[] |
getLayoutRows()
element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow
java type: com.sforce.soap.partner.DescribeLayoutRow[]
|
int |
getRows()
element : rows of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
TabOrderType |
getTabOrder()
element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType
java type: com.sforce.soap.partner.TabOrderType
|
boolean |
getUseCollapsibleSection()
element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getUseHeading()
element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isUseCollapsibleSection() |
boolean |
isUseHeading() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setColumns(int columns) |
void |
setHeading(String heading) |
void |
setLayoutRows(IDescribeLayoutRow[] layoutRows) |
void |
setRows(int rows) |
void |
setTabOrder(TabOrderType tabOrder) |
void |
setUseCollapsibleSection(boolean useCollapsibleSection) |
void |
setUseHeading(boolean useHeading) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public int getColumns()
IDescribeLayoutSectiongetColumns in interface IDescribeLayoutSectionpublic void setColumns(int columns)
setColumns in interface IDescribeLayoutSectionpublic String getHeading()
IDescribeLayoutSectiongetHeading in interface IDescribeLayoutSectionpublic void setHeading(String heading)
setHeading in interface IDescribeLayoutSectionpublic DescribeLayoutRow[] getLayoutRows()
IDescribeLayoutSectiongetLayoutRows in interface IDescribeLayoutSectionpublic void setLayoutRows(IDescribeLayoutRow[] layoutRows)
setLayoutRows in interface IDescribeLayoutSectionpublic int getRows()
IDescribeLayoutSectiongetRows in interface IDescribeLayoutSectionpublic void setRows(int rows)
setRows in interface IDescribeLayoutSectionpublic TabOrderType getTabOrder()
IDescribeLayoutSectiongetTabOrder in interface IDescribeLayoutSectionpublic void setTabOrder(TabOrderType tabOrder)
setTabOrder in interface IDescribeLayoutSectionpublic boolean getUseCollapsibleSection()
IDescribeLayoutSectiongetUseCollapsibleSection in interface IDescribeLayoutSectionpublic boolean isUseCollapsibleSection()
isUseCollapsibleSection in interface IDescribeLayoutSectionpublic void setUseCollapsibleSection(boolean useCollapsibleSection)
setUseCollapsibleSection in interface IDescribeLayoutSectionpublic boolean getUseHeading()
IDescribeLayoutSectiongetUseHeading in interface IDescribeLayoutSectionpublic boolean isUseHeading()
isUseHeading in interface IDescribeLayoutSectionpublic void setUseHeading(boolean useHeading)
setUseHeading in interface IDescribeLayoutSectionpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.