public class LayoutColumn extends Object
Java class for LayoutColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutColumn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="layoutItems" type="{urn:metadata.tooling.soap.sforce.com}LayoutItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="reserved" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LayoutItem> |
layoutItems |
protected String |
reserved |
| Constructor and Description |
|---|
LayoutColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<LayoutItem> |
getLayoutItems()
Gets the value of the layoutItems property.
|
String |
getReserved()
Gets the value of the reserved property.
|
void |
setReserved(String value)
Sets the value of the reserved property.
|
protected List<LayoutItem> layoutItems
protected String reserved
public List<LayoutItem> getLayoutItems()
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 layoutItems property.
For example, to add a new item, do as follows:
getLayoutItems().add(newItem);
Objects of the following type(s) are allowed in the list
LayoutItem
public String getReserved()
StringCopyright © 2016. All rights reserved.