public class CustomConsoleComponents extends Object
Java class for CustomConsoleComponents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomConsoleComponents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="primaryTabComponents" type="{urn:metadata.tooling.soap.sforce.com}PrimaryTabComponents" minOccurs="0"/>
<element name="subtabComponents" type="{urn:metadata.tooling.soap.sforce.com}SubtabComponents" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PrimaryTabComponents |
primaryTabComponents |
protected SubtabComponents |
subtabComponents |
| Constructor and Description |
|---|
CustomConsoleComponents() |
| Modifier and Type | Method and Description |
|---|---|
PrimaryTabComponents |
getPrimaryTabComponents()
Gets the value of the primaryTabComponents property.
|
SubtabComponents |
getSubtabComponents()
Gets the value of the subtabComponents property.
|
void |
setPrimaryTabComponents(PrimaryTabComponents value)
Sets the value of the primaryTabComponents property.
|
void |
setSubtabComponents(SubtabComponents value)
Sets the value of the subtabComponents property.
|
protected PrimaryTabComponents primaryTabComponents
protected SubtabComponents subtabComponents
public PrimaryTabComponents getPrimaryTabComponents()
PrimaryTabComponentspublic void setPrimaryTabComponents(PrimaryTabComponents value)
value - allowed object is
PrimaryTabComponentspublic SubtabComponents getSubtabComponents()
SubtabComponentspublic void setSubtabComponents(SubtabComponents value)
value - allowed object is
SubtabComponentsCopyright © 2016. All rights reserved.