|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeTabSetResult
public class DescribeTabSetResult
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 |
---|
protected String label
protected String logoUrl
protected String namespace
protected boolean selected
protected List<DescribeTab> tabs
Constructor Detail |
---|
public DescribeTabSetResult()
Method Detail |
---|
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getLogoUrl()
String
public void setLogoUrl(String value)
value
- allowed object is
String
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public boolean isSelected()
public void setSelected(boolean value)
public List<DescribeTab> getTabs()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |