com.sforce.soap.partner
Class DescribeTab

java.lang.Object
  extended by com.sforce.soap.partner.DescribeTab

public class DescribeTab
extends java.lang.Object

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

custom

protected boolean custom

iconUrl

protected java.lang.String iconUrl

label

protected java.lang.String label

miniIconUrl

protected java.lang.String miniIconUrl

sobjectName

protected java.lang.String sobjectName

url

protected java.lang.String url
Constructor Detail

DescribeTab

public DescribeTab()
Method Detail

isCustom

public boolean isCustom()
Gets the value of the custom property.


setCustom

public void setCustom(boolean value)
Sets the value of the custom property.


getIconUrl

public java.lang.String getIconUrl()
Gets the value of the iconUrl property.

Returns:
possible object is String

setIconUrl

public void setIconUrl(java.lang.String value)
Sets the value of the iconUrl property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getMiniIconUrl

public java.lang.String getMiniIconUrl()
Gets the value of the miniIconUrl property.

Returns:
possible object is String

setMiniIconUrl

public void setMiniIconUrl(java.lang.String value)
Sets the value of the miniIconUrl property.

Parameters:
value - allowed object is String

getSobjectName

public java.lang.String getSobjectName()
Gets the value of the sobjectName property.

Returns:
possible object is String

setSobjectName

public void setSobjectName(java.lang.String value)
Sets the value of the sobjectName property.

Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2010. All Rights Reserved.