|
||||||||||
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 java.lang.String |
label
|
protected java.lang.String |
logoUrl
|
protected java.lang.String |
namespace
|
protected boolean |
selected
|
protected java.util.List<DescribeTab> |
tabs
|
Constructor Summary | |
---|---|
DescribeTabSetResult()
|
Method Summary | |
---|---|
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getLogoUrl()
Gets the value of the logoUrl property. |
java.lang.String |
getNamespace()
Gets the value of the namespace property. |
java.util.List<DescribeTab> |
getTabs()
Gets the value of the tabs property. |
boolean |
isSelected()
Gets the value of the selected property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLogoUrl(java.lang.String value)
Sets the value of the logoUrl property. |
void |
setNamespace(java.lang.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 java.lang.String label
protected java.lang.String logoUrl
protected java.lang.String namespace
protected boolean selected
protected java.util.List<DescribeTab> tabs
Constructor Detail |
---|
public DescribeTabSetResult()
Method Detail |
---|
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLogoUrl()
String
public void setLogoUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNamespace()
String
public void setNamespace(java.lang.String value)
value
- allowed object is
String
public boolean isSelected()
public void setSelected(boolean value)
public java.util.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 |