|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.DescribeTab
public class DescribeTab
Java class for DescribeTab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeTab">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="custom" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="iconUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="miniIconUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sobjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
custom
|
protected String |
iconUrl
|
protected String |
label
|
protected String |
miniIconUrl
|
protected String |
sobjectName
|
protected String |
url
|
| Constructor Summary | |
|---|---|
DescribeTab()
|
|
| Method Summary | |
|---|---|
String |
getIconUrl()
Gets the value of the iconUrl property. |
String |
getLabel()
Gets the value of the label property. |
String |
getMiniIconUrl()
Gets the value of the miniIconUrl property. |
String |
getSobjectName()
Gets the value of the sobjectName property. |
String |
getUrl()
Gets the value of the url property. |
boolean |
isCustom()
Gets the value of the custom property. |
void |
setCustom(boolean value)
Sets the value of the custom property. |
void |
setIconUrl(String value)
Sets the value of the iconUrl property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setMiniIconUrl(String value)
Sets the value of the miniIconUrl property. |
void |
setSobjectName(String value)
Sets the value of the sobjectName property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean custom
protected String iconUrl
protected String label
protected String miniIconUrl
protected String sobjectName
protected String url
| Constructor Detail |
|---|
public DescribeTab()
| Method Detail |
|---|
public boolean isCustom()
public void setCustom(boolean value)
public String getIconUrl()
Stringpublic void setIconUrl(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getMiniIconUrl()
Stringpublic void setMiniIconUrl(String value)
value - allowed object is
Stringpublic String getSobjectName()
Stringpublic void setSobjectName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||