public class FieldLayoutComponent extends FieldComponent
Java class for FieldLayoutComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldLayoutComponent">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}FieldComponent">
<sequence>
<element name="components" type="{urn:tooling.soap.sforce.com}DescribeLayoutComponent" maxOccurs="unbounded" minOccurs="0"/>
<element name="fieldType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescribeLayoutComponent> |
components |
protected String |
fieldType |
displayLines, tabOrder, type, value| Constructor and Description |
|---|
FieldLayoutComponent() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeLayoutComponent> |
getComponents()
Gets the value of the components property.
|
String |
getFieldType()
Gets the value of the fieldType property.
|
void |
setFieldType(String value)
Sets the value of the fieldType property.
|
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueprotected List<DescribeLayoutComponent> components
protected String fieldType
public List<DescribeLayoutComponent> getComponents()
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 components property.
For example, to add a new item, do as follows:
getComponents().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutComponent
public String getFieldType()
StringCopyright © 2016. All rights reserved.