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