public class DescribeLayoutSection extends Object
Java class for DescribeLayoutSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeLayoutSection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columns" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="heading" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="layoutRows" type="{urn:tooling.soap.sforce.com}DescribeLayoutRow" maxOccurs="unbounded" minOccurs="0"/>
<element name="parentLayoutId" type="{urn:tooling.soap.sforce.com}ID"/>
<element name="rows" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="tabOrder" type="{urn:tooling.soap.sforce.com}TabOrderType"/>
<element name="useCollapsibleSection" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="useHeading" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
columns |
protected String |
heading |
protected List<DescribeLayoutRow> |
layoutRows |
protected String |
parentLayoutId |
protected int |
rows |
protected TabOrderType |
tabOrder |
protected boolean |
useCollapsibleSection |
protected boolean |
useHeading |
| Constructor and Description |
|---|
DescribeLayoutSection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns()
Gets the value of the columns property.
|
String |
getHeading()
Gets the value of the heading property.
|
List<DescribeLayoutRow> |
getLayoutRows()
Gets the value of the layoutRows property.
|
String |
getParentLayoutId()
Gets the value of the parentLayoutId property.
|
int |
getRows()
Gets the value of the rows property.
|
TabOrderType |
getTabOrder()
Gets the value of the tabOrder property.
|
boolean |
isUseCollapsibleSection()
Gets the value of the useCollapsibleSection property.
|
boolean |
isUseHeading()
Gets the value of the useHeading property.
|
void |
setColumns(int value)
Sets the value of the columns property.
|
void |
setHeading(String value)
Sets the value of the heading property.
|
void |
setParentLayoutId(String value)
Sets the value of the parentLayoutId property.
|
void |
setRows(int value)
Sets the value of the rows property.
|
void |
setTabOrder(TabOrderType value)
Sets the value of the tabOrder property.
|
void |
setUseCollapsibleSection(boolean value)
Sets the value of the useCollapsibleSection property.
|
void |
setUseHeading(boolean value)
Sets the value of the useHeading property.
|
protected int columns
protected String heading
protected List<DescribeLayoutRow> layoutRows
protected String parentLayoutId
protected int rows
protected TabOrderType tabOrder
protected boolean useCollapsibleSection
protected boolean useHeading
public int getColumns()
public void setColumns(int value)
public String getHeading()
Stringpublic void setHeading(String value)
value - allowed object is
Stringpublic List<DescribeLayoutRow> getLayoutRows()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the layoutRows property.
For example, to add a new item, do as follows:
getLayoutRows().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutRow
public String getParentLayoutId()
Stringpublic void setParentLayoutId(String value)
value - allowed object is
Stringpublic int getRows()
public void setRows(int value)
public TabOrderType getTabOrder()
TabOrderTypepublic void setTabOrder(TabOrderType value)
value - allowed object is
TabOrderTypepublic boolean isUseCollapsibleSection()
public void setUseCollapsibleSection(boolean value)
public boolean isUseHeading()
public void setUseHeading(boolean value)
Copyright © 2016. All rights reserved.