|
||||||||||
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 java.lang.String |
iconUrl
|
protected java.lang.String |
label
|
protected java.lang.String |
miniIconUrl
|
protected java.lang.String |
sobjectName
|
protected java.lang.String |
url
|
Constructor Summary | |
---|---|
DescribeTab()
|
Method Summary | |
---|---|
java.lang.String |
getIconUrl()
Gets the value of the iconUrl property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getMiniIconUrl()
Gets the value of the miniIconUrl property. |
java.lang.String |
getSobjectName()
Gets the value of the sobjectName property. |
java.lang.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(java.lang.String value)
Sets the value of the iconUrl property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setMiniIconUrl(java.lang.String value)
Sets the value of the miniIconUrl property. |
void |
setSobjectName(java.lang.String value)
Sets the value of the sobjectName property. |
void |
setUrl(java.lang.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 java.lang.String iconUrl
protected java.lang.String label
protected java.lang.String miniIconUrl
protected java.lang.String sobjectName
protected java.lang.String url
Constructor Detail |
---|
public DescribeTab()
Method Detail |
---|
public boolean isCustom()
public void setCustom(boolean value)
public java.lang.String getIconUrl()
String
public void setIconUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMiniIconUrl()
String
public void setMiniIconUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSobjectName()
String
public void setSobjectName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |