Package com.sforce.soap.partner
Class DescribeLayoutSection
java.lang.Object
com.sforce.soap.partner.DescribeLayoutSection
- All Implemented Interfaces:
IDescribeLayoutSection,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : collapsed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanintelement : columns of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : heading of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow java type: com.sforce.soap.partner.DescribeLayoutRow[]element : layoutSectionId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : 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: intelement : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType java type: com.sforce.soap.partner.TabOrderTypebooleanelement : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanbooleanvoidload(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeLayoutSection
public DescribeLayoutSection()Constructor
-
-
Method Details
-
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
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
- Specified by:
setHeadingin interfaceIDescribeLayoutSection
-
setHeading
protected void setHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLayoutRowsin interfaceIDescribeLayoutSection
-
setLayoutRows
protected void setLayoutRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLayoutSectionIdin interfaceIDescribeLayoutSection
-
setLayoutSectionId
protected void setLayoutSectionId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
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
- 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
- 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
-
toString
-