public class Container extends Object
Java class for Container complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Container">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isContainerAutoSizeEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sidebarComponents" type="{urn:metadata.tooling.soap.sforce.com}SidebarComponent" maxOccurs="unbounded" minOccurs="0"/>
<element name="style" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unit" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
height |
protected boolean |
isContainerAutoSizeEnabled |
protected String |
region |
protected List<SidebarComponent> |
sidebarComponents |
protected String |
style |
protected String |
unit |
protected Integer |
width |
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getRegion()
Gets the value of the region property.
|
List<SidebarComponent> |
getSidebarComponents()
Gets the value of the sidebarComponents property.
|
String |
getStyle()
Gets the value of the style property.
|
String |
getUnit()
Gets the value of the unit property.
|
Integer |
getWidth()
Gets the value of the width property.
|
boolean |
isIsContainerAutoSizeEnabled()
Gets the value of the isContainerAutoSizeEnabled property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setIsContainerAutoSizeEnabled(boolean value)
Sets the value of the isContainerAutoSizeEnabled property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected Integer height
protected boolean isContainerAutoSizeEnabled
protected String region
protected List<SidebarComponent> sidebarComponents
protected String style
protected String unit
protected Integer width
public Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic boolean isIsContainerAutoSizeEnabled()
public void setIsContainerAutoSizeEnabled(boolean value)
public String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic List<SidebarComponent> getSidebarComponents()
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 sidebarComponents property.
For example, to add a new item, do as follows:
getSidebarComponents().add(newItem);
Objects of the following type(s) are allowed in the list
SidebarComponent
public String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Integer getWidth()
IntegerCopyright © 2016. All rights reserved.