public class LayoutSection extends Object
Java class for LayoutSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutSection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="detailHeading" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="editHeading" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="layoutColumns" type="{urn:metadata.tooling.soap.sforce.com}LayoutColumn" maxOccurs="unbounded" minOccurs="0"/>
<element name="style" type="{urn:tooling.soap.sforce.com}LayoutSectionStyle"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
customLabel |
protected Boolean |
detailHeading |
protected Boolean |
editHeading |
protected String |
label |
protected List<LayoutColumn> |
layoutColumns |
protected LayoutSectionStyle |
style |
| Constructor and Description |
|---|
LayoutSection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
List<LayoutColumn> |
getLayoutColumns()
Gets the value of the layoutColumns property.
|
LayoutSectionStyle |
getStyle()
Gets the value of the style property.
|
Boolean |
isCustomLabel()
Gets the value of the customLabel property.
|
Boolean |
isDetailHeading()
Gets the value of the detailHeading property.
|
Boolean |
isEditHeading()
Gets the value of the editHeading property.
|
void |
setCustomLabel(Boolean value)
Sets the value of the customLabel property.
|
void |
setDetailHeading(Boolean value)
Sets the value of the detailHeading property.
|
void |
setEditHeading(Boolean value)
Sets the value of the editHeading property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setStyle(LayoutSectionStyle value)
Sets the value of the style property.
|
protected Boolean customLabel
protected Boolean detailHeading
protected Boolean editHeading
protected String label
protected List<LayoutColumn> layoutColumns
protected LayoutSectionStyle style
public Boolean isCustomLabel()
Booleanpublic void setCustomLabel(Boolean value)
value - allowed object is
Booleanpublic Boolean isDetailHeading()
Booleanpublic void setDetailHeading(Boolean value)
value - allowed object is
Booleanpublic Boolean isEditHeading()
Booleanpublic void setEditHeading(Boolean value)
value - allowed object is
Booleanpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic List<LayoutColumn> getLayoutColumns()
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 layoutColumns property.
For example, to add a new item, do as follows:
getLayoutColumns().add(newItem);
Objects of the following type(s) are allowed in the list
LayoutColumn
public LayoutSectionStyle getStyle()
LayoutSectionStylepublic void setStyle(LayoutSectionStyle value)
value - allowed object is
LayoutSectionStyleCopyright © 2016. All rights reserved.