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