public class ProfileTabVisibility extends Object
Java class for ProfileTabVisibility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileTabVisibility">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tab" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="visibility" type="{urn:tooling.soap.sforce.com}TabVisibility"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
tab |
protected TabVisibility |
visibility |
| Constructor and Description |
|---|
ProfileTabVisibility() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTab()
Gets the value of the tab property.
|
TabVisibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setTab(String value)
Sets the value of the tab property.
|
void |
setVisibility(TabVisibility value)
Sets the value of the visibility property.
|
protected String tab
protected TabVisibility visibility
public String getTab()
Stringpublic void setTab(String value)
value - allowed object is
Stringpublic TabVisibility getVisibility()
TabVisibilitypublic void setVisibility(TabVisibility value)
value - allowed object is
TabVisibilityCopyright © 2016. All rights reserved.