com.sforce.soap.partner
Class DescribeTabSetResult

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

public class DescribeTabSetResult
extends Object

Java class for DescribeTabSetResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DescribeTabSetResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="logoUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="tabs" type="{urn:partner.soap.sforce.com}DescribeTab" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String label
           
protected  String logoUrl
           
protected  String namespace
           
protected  boolean selected
           
protected  List<DescribeTab> tabs
           
 
Constructor Summary
DescribeTabSetResult()
           
 
Method Summary
 String getLabel()
          Gets the value of the label property.
 String getLogoUrl()
          Gets the value of the logoUrl property.
 String getNamespace()
          Gets the value of the namespace property.
 List<DescribeTab> getTabs()
          Gets the value of the tabs property.
 boolean isSelected()
          Gets the value of the selected property.
 void setLabel(String value)
          Sets the value of the label property.
 void setLogoUrl(String value)
          Sets the value of the logoUrl property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 void setSelected(boolean value)
          Sets the value of the selected property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected String label

logoUrl

protected String logoUrl

namespace

protected String namespace

selected

protected boolean selected

tabs

protected List<DescribeTab> tabs
Constructor Detail

DescribeTabSetResult

public DescribeTabSetResult()
Method Detail

getLabel

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

Returns:
possible object is String

setLabel

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

Parameters:
value - allowed object is String

getLogoUrl

public String getLogoUrl()
Gets the value of the logoUrl property.

Returns:
possible object is String

setLogoUrl

public void setLogoUrl(String value)
Sets the value of the logoUrl property.

Parameters:
value - allowed object is String

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

isSelected

public boolean isSelected()
Gets the value of the selected property.


setSelected

public void setSelected(boolean value)
Sets the value of the selected property.


getTabs

public List<DescribeTab> getTabs()
Gets the value of the tabs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tabs property.

For example, to add a new item, do as follows:

    getTabs().add(newItem);
 

Objects of the following type(s) are allowed in the list DescribeTab



Copyright © 2012. All Rights Reserved.