Package com.sforce.soap.partner
Class DescribeLayoutSection
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutSection
-
- All Implemented Interfaces:
IDescribeLayoutSection,XMLizable
public class DescribeLayoutSection extends Object implements XMLizable, IDescribeLayoutSection
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeLayoutSection()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCollapsed()element : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanintgetColumns()element : columns of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetHeading()element : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeLayoutRow[]getLayoutRows()element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]StringgetLayoutSectionId()element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetParentLayoutId()element : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringintgetRows()element : rows of type {http://www.w3.org/2001/XMLSchema}int java type: intTabOrderTypegetTabOrder()element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderTypebooleangetUseCollapsibleSection()element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetUseHeading()element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisCollapsed()booleanisUseCollapsibleSection()booleanisUseHeading()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetCollapsed(boolean collapsed)protected voidsetCollapsed(XmlInputStream __in, TypeMapper __typeMapper)voidsetColumns(int columns)protected voidsetColumns(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetHeading(XmlInputStream __in, TypeMapper __typeMapper)voidsetHeading(String heading)voidsetLayoutRows(IDescribeLayoutRow[] layoutRows)protected voidsetLayoutRows(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLayoutSectionId(XmlInputStream __in, TypeMapper __typeMapper)voidsetLayoutSectionId(String layoutSectionId)protected voidsetParentLayoutId(XmlInputStream __in, TypeMapper __typeMapper)voidsetParentLayoutId(String parentLayoutId)voidsetRows(int rows)protected voidsetRows(XmlInputStream __in, TypeMapper __typeMapper)voidsetTabOrder(TabOrderType tabOrder)protected voidsetTabOrder(XmlInputStream __in, TypeMapper __typeMapper)voidsetUseCollapsibleSection(boolean useCollapsibleSection)protected voidsetUseCollapsibleSection(XmlInputStream __in, TypeMapper __typeMapper)voidsetUseHeading(boolean useHeading)protected voidsetUseHeading(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCollapsed
public boolean getCollapsed()
Description copied from interface:IDescribeLayoutSectionelement : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getCollapsedin interfaceIDescribeLayoutSection
-
isCollapsed
public boolean isCollapsed()
- Specified by:
isCollapsedin interfaceIDescribeLayoutSection
-
setCollapsed
public void setCollapsed(boolean collapsed)
- Specified by:
setCollapsedin interfaceIDescribeLayoutSection
-
setCollapsed
protected void setCollapsed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColumns
public int getColumns()
Description copied from interface:IDescribeLayoutSectionelement : columns of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getColumnsin interfaceIDescribeLayoutSection
-
setColumns
public void setColumns(int columns)
- Specified by:
setColumnsin interfaceIDescribeLayoutSection
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeading
public String getHeading()
Description copied from interface:IDescribeLayoutSectionelement : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getHeadingin interfaceIDescribeLayoutSection
-
setHeading
public void setHeading(String heading)
- Specified by:
setHeadingin interfaceIDescribeLayoutSection
-
setHeading
protected void setHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayoutRows
public DescribeLayoutRow[] getLayoutRows()
Description copied from interface:IDescribeLayoutSectionelement : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]- Specified by:
getLayoutRowsin interfaceIDescribeLayoutSection
-
setLayoutRows
public void setLayoutRows(IDescribeLayoutRow[] layoutRows)
- Specified by:
setLayoutRowsin interfaceIDescribeLayoutSection
-
setLayoutRows
protected void setLayoutRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayoutSectionId
public String getLayoutSectionId()
Description copied from interface:IDescribeLayoutSectionelement : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getLayoutSectionIdin interfaceIDescribeLayoutSection
-
setLayoutSectionId
public void setLayoutSectionId(String layoutSectionId)
- Specified by:
setLayoutSectionIdin interfaceIDescribeLayoutSection
-
setLayoutSectionId
protected void setLayoutSectionId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParentLayoutId
public String getParentLayoutId()
Description copied from interface:IDescribeLayoutSectionelement : parentLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getParentLayoutIdin interfaceIDescribeLayoutSection
-
setParentLayoutId
public void setParentLayoutId(String parentLayoutId)
- Specified by:
setParentLayoutIdin interfaceIDescribeLayoutSection
-
setParentLayoutId
protected void setParentLayoutId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRows
public int getRows()
Description copied from interface:IDescribeLayoutSectionelement : rows of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getRowsin interfaceIDescribeLayoutSection
-
setRows
public void setRows(int rows)
- Specified by:
setRowsin interfaceIDescribeLayoutSection
-
setRows
protected void setRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTabOrder
public TabOrderType getTabOrder()
Description copied from interface:IDescribeLayoutSectionelement : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderType- Specified by:
getTabOrderin interfaceIDescribeLayoutSection
-
setTabOrder
public void setTabOrder(TabOrderType tabOrder)
- Specified by:
setTabOrderin interfaceIDescribeLayoutSection
-
setTabOrder
protected void setTabOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUseCollapsibleSection
public boolean getUseCollapsibleSection()
Description copied from interface:IDescribeLayoutSectionelement : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getUseCollapsibleSectionin interfaceIDescribeLayoutSection
-
isUseCollapsibleSection
public boolean isUseCollapsibleSection()
- Specified by:
isUseCollapsibleSectionin interfaceIDescribeLayoutSection
-
setUseCollapsibleSection
public void setUseCollapsibleSection(boolean useCollapsibleSection)
- Specified by:
setUseCollapsibleSectionin interfaceIDescribeLayoutSection
-
setUseCollapsibleSection
protected void setUseCollapsibleSection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUseHeading
public boolean getUseHeading()
Description copied from interface:IDescribeLayoutSectionelement : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getUseHeadingin interfaceIDescribeLayoutSection
-
isUseHeading
public boolean isUseHeading()
- Specified by:
isUseHeadingin interfaceIDescribeLayoutSection
-
setUseHeading
public void setUseHeading(boolean useHeading)
- Specified by:
setUseHeadingin interfaceIDescribeLayoutSection
-
setUseHeading
protected void setUseHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-