public class DescribeLayoutSection extends java.lang.Object implements XMLizable, IDescribeLayoutSection
| Constructor and Description |
|---|
DescribeLayoutSection()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCollapsed()
element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
int |
getColumns()
element : columns of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
java.lang.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[]
|
java.lang.String |
getLayoutSectionId()
element : layoutSectionId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String |
getParentLayoutId()
element : parentLayoutId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
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 |
isCollapsed() |
boolean |
isUseCollapsibleSection() |
boolean |
isUseHeading() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCollapsed(boolean collapsed) |
protected void |
setCollapsed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setColumns(int columns) |
protected void |
setColumns(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setHeading(java.lang.String heading) |
protected void |
setHeading(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLayoutRows(IDescribeLayoutRow[] layoutRows) |
protected void |
setLayoutRows(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLayoutSectionId(java.lang.String layoutSectionId) |
protected void |
setLayoutSectionId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setParentLayoutId(java.lang.String parentLayoutId) |
protected void |
setParentLayoutId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRows(int rows) |
protected void |
setRows(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTabOrder(TabOrderType tabOrder) |
protected void |
setTabOrder(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUseCollapsibleSection(boolean useCollapsibleSection) |
protected void |
setUseCollapsibleSection(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUseHeading(boolean useHeading) |
protected void |
setUseHeading(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 boolean getCollapsed()
IDescribeLayoutSectiongetCollapsed in interface IDescribeLayoutSectionpublic boolean isCollapsed()
isCollapsed in interface IDescribeLayoutSectionpublic void setCollapsed(boolean collapsed)
setCollapsed in interface IDescribeLayoutSectionprotected void setCollapsed(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getColumns()
IDescribeLayoutSectiongetColumns in interface IDescribeLayoutSectionpublic void setColumns(int columns)
setColumns in interface IDescribeLayoutSectionprotected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getHeading()
IDescribeLayoutSectiongetHeading in interface IDescribeLayoutSectionpublic void setHeading(java.lang.String heading)
setHeading in interface IDescribeLayoutSectionprotected void setHeading(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeLayoutRow[] getLayoutRows()
IDescribeLayoutSectiongetLayoutRows in interface IDescribeLayoutSectionpublic void setLayoutRows(IDescribeLayoutRow[] layoutRows)
setLayoutRows in interface IDescribeLayoutSectionprotected void setLayoutRows(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLayoutSectionId()
IDescribeLayoutSectiongetLayoutSectionId in interface IDescribeLayoutSectionpublic void setLayoutSectionId(java.lang.String layoutSectionId)
setLayoutSectionId in interface IDescribeLayoutSectionprotected void setLayoutSectionId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getParentLayoutId()
IDescribeLayoutSectiongetParentLayoutId in interface IDescribeLayoutSectionpublic void setParentLayoutId(java.lang.String parentLayoutId)
setParentLayoutId in interface IDescribeLayoutSectionprotected void setParentLayoutId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getRows()
IDescribeLayoutSectiongetRows in interface IDescribeLayoutSectionpublic void setRows(int rows)
setRows in interface IDescribeLayoutSectionprotected void setRows(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic TabOrderType getTabOrder()
IDescribeLayoutSectiongetTabOrder in interface IDescribeLayoutSectionpublic void setTabOrder(TabOrderType tabOrder)
setTabOrder in interface IDescribeLayoutSectionprotected void setTabOrder(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getUseCollapsibleSection()
IDescribeLayoutSectiongetUseCollapsibleSection in interface IDescribeLayoutSectionpublic boolean isUseCollapsibleSection()
isUseCollapsibleSection in interface IDescribeLayoutSectionpublic void setUseCollapsibleSection(boolean useCollapsibleSection)
setUseCollapsibleSection in interface IDescribeLayoutSectionprotected void setUseCollapsibleSection(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getUseHeading()
IDescribeLayoutSectiongetUseHeading in interface IDescribeLayoutSectionpublic boolean isUseHeading()
isUseHeading in interface IDescribeLayoutSectionpublic void setUseHeading(boolean useHeading)
setUseHeading in interface IDescribeLayoutSectionprotected void setUseHeading(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.