com.sforce.soap.partner
Class DescribeTabSetResult

java.lang.Object
  extended by com.sforce.soap.partner.DescribeTabSetResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeTabSetResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DescribeTabSetResult()
           
DescribeTabSetResult(java.lang.String label, java.lang.String logoUrl, java.lang.String namespace, boolean selected, DescribeTab[] tabs)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLabel()
          Gets the label value for this DescribeTabSetResult.
 java.lang.String getLogoUrl()
          Gets the logoUrl value for this DescribeTabSetResult.
 java.lang.String getNamespace()
          Gets the namespace value for this DescribeTabSetResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 DescribeTab[] getTabs()
          Gets the tabs value for this DescribeTabSetResult.
 DescribeTab getTabs(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSelected()
          Gets the selected value for this DescribeTabSetResult.
 void setLabel(java.lang.String label)
          Sets the label value for this DescribeTabSetResult.
 void setLogoUrl(java.lang.String logoUrl)
          Sets the logoUrl value for this DescribeTabSetResult.
 void setNamespace(java.lang.String namespace)
          Sets the namespace value for this DescribeTabSetResult.
 void setSelected(boolean selected)
          Sets the selected value for this DescribeTabSetResult.
 void setTabs(DescribeTab[] tabs)
          Sets the tabs value for this DescribeTabSetResult.
 void setTabs(int i, DescribeTab _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeTabSetResult

public DescribeTabSetResult()

DescribeTabSetResult

public DescribeTabSetResult(java.lang.String label,
                            java.lang.String logoUrl,
                            java.lang.String namespace,
                            boolean selected,
                            DescribeTab[] tabs)
Method Detail

getLabel

public java.lang.String getLabel()
Gets the label value for this DescribeTabSetResult.

Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this DescribeTabSetResult.

Parameters:
label -

getLogoUrl

public java.lang.String getLogoUrl()
Gets the logoUrl value for this DescribeTabSetResult.

Returns:
logoUrl

setLogoUrl

public void setLogoUrl(java.lang.String logoUrl)
Sets the logoUrl value for this DescribeTabSetResult.

Parameters:
logoUrl -

getNamespace

public java.lang.String getNamespace()
Gets the namespace value for this DescribeTabSetResult.

Returns:
namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace value for this DescribeTabSetResult.

Parameters:
namespace -

isSelected

public boolean isSelected()
Gets the selected value for this DescribeTabSetResult.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this DescribeTabSetResult.

Parameters:
selected -

getTabs

public DescribeTab[] getTabs()
Gets the tabs value for this DescribeTabSetResult.

Returns:
tabs

setTabs

public void setTabs(DescribeTab[] tabs)
Sets the tabs value for this DescribeTabSetResult.

Parameters:
tabs -

getTabs

public DescribeTab getTabs(int i)

setTabs

public void setTabs(int i,
                    DescribeTab _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.