public class SummaryLayout extends Object
Java class for SummaryLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SummaryLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="masterLabel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sizeX" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sizeY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sizeZ" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="summaryLayoutItems" type="{urn:metadata.tooling.soap.sforce.com}SummaryLayoutItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="summaryLayoutStyle" type="{urn:tooling.soap.sforce.com}SummaryLayoutStyle"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
masterLabel |
protected int |
sizeX |
protected Integer |
sizeY |
protected Integer |
sizeZ |
protected List<SummaryLayoutItem> |
summaryLayoutItems |
protected SummaryLayoutStyle |
summaryLayoutStyle |
| Constructor and Description |
|---|
SummaryLayout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
int |
getSizeX()
Gets the value of the sizeX property.
|
Integer |
getSizeY()
Gets the value of the sizeY property.
|
Integer |
getSizeZ()
Gets the value of the sizeZ property.
|
List<SummaryLayoutItem> |
getSummaryLayoutItems()
Gets the value of the summaryLayoutItems property.
|
SummaryLayoutStyle |
getSummaryLayoutStyle()
Gets the value of the summaryLayoutStyle property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setSizeX(int value)
Sets the value of the sizeX property.
|
void |
setSizeY(Integer value)
Sets the value of the sizeY property.
|
void |
setSizeZ(Integer value)
Sets the value of the sizeZ property.
|
void |
setSummaryLayoutStyle(SummaryLayoutStyle value)
Sets the value of the summaryLayoutStyle property.
|
protected String masterLabel
protected int sizeX
protected Integer sizeY
protected Integer sizeZ
protected List<SummaryLayoutItem> summaryLayoutItems
protected SummaryLayoutStyle summaryLayoutStyle
public String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic int getSizeX()
public void setSizeX(int value)
public Integer getSizeY()
Integerpublic void setSizeY(Integer value)
value - allowed object is
Integerpublic Integer getSizeZ()
Integerpublic void setSizeZ(Integer value)
value - allowed object is
Integerpublic List<SummaryLayoutItem> getSummaryLayoutItems()
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 summaryLayoutItems property.
For example, to add a new item, do as follows:
getSummaryLayoutItems().add(newItem);
Objects of the following type(s) are allowed in the list
SummaryLayoutItem
public SummaryLayoutStyle getSummaryLayoutStyle()
SummaryLayoutStylepublic void setSummaryLayoutStyle(SummaryLayoutStyle value)
value - allowed object is
SummaryLayoutStyleCopyright © 2016. All rights reserved.