public class DescribeTabSetResult extends Object implements Serializable
Constructor and Description |
---|
DescribeTabSetResult() |
DescribeTabSetResult(String label,
String logoUrl,
String namespace,
boolean selected,
DescribeTab[] tabs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLabel()
Gets the label value for this DescribeTabSetResult.
|
String |
getLogoUrl()
Gets the logoUrl value for this DescribeTabSetResult.
|
String |
getNamespace()
Gets the namespace value for this DescribeTabSetResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
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(String label)
Sets the label value for this DescribeTabSetResult.
|
void |
setLogoUrl(String logoUrl)
Sets the logoUrl value for this DescribeTabSetResult.
|
void |
setNamespace(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) |
public DescribeTabSetResult()
public DescribeTabSetResult(String label, String logoUrl, String namespace, boolean selected, DescribeTab[] tabs)
public String getLabel()
public void setLabel(String label)
label
- public String getLogoUrl()
public void setLogoUrl(String logoUrl)
logoUrl
- public String getNamespace()
public void setNamespace(String namespace)
namespace
- public boolean isSelected()
public void setSelected(boolean selected)
selected
- public DescribeTab[] getTabs()
public void setTabs(DescribeTab[] tabs)
tabs
- public DescribeTab getTabs(int i)
public void setTabs(int i, DescribeTab _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.