public class DescribeDataCategoryGroupStructureResult extends Object implements Serializable
Constructor and Description |
---|
DescribeDataCategoryGroupStructureResult() |
DescribeDataCategoryGroupStructureResult(String description,
String label,
String name,
String sobject,
DataCategory[] topCategories) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this DescribeDataCategoryGroupStructureResult.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLabel()
Gets the label value for this DescribeDataCategoryGroupStructureResult.
|
String |
getName()
Gets the name value for this DescribeDataCategoryGroupStructureResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSobject()
Gets the sobject value for this DescribeDataCategoryGroupStructureResult.
|
DataCategory[] |
getTopCategories()
Gets the topCategories value for this DescribeDataCategoryGroupStructureResult.
|
DataCategory |
getTopCategories(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this DescribeDataCategoryGroupStructureResult.
|
void |
setLabel(String label)
Sets the label value for this DescribeDataCategoryGroupStructureResult.
|
void |
setName(String name)
Sets the name value for this DescribeDataCategoryGroupStructureResult.
|
void |
setSobject(String sobject)
Sets the sobject value for this DescribeDataCategoryGroupStructureResult.
|
void |
setTopCategories(DataCategory[] topCategories)
Sets the topCategories value for this DescribeDataCategoryGroupStructureResult.
|
void |
setTopCategories(int i,
DataCategory _value) |
public DescribeDataCategoryGroupStructureResult()
public DescribeDataCategoryGroupStructureResult(String description, String label, String name, String sobject, DataCategory[] topCategories)
public String getDescription()
public void setDescription(String description)
description
- public String getLabel()
public void setLabel(String label)
label
- public String getName()
public void setName(String name)
name
- public String getSobject()
public void setSobject(String sobject)
sobject
- public DataCategory[] getTopCategories()
public void setTopCategories(DataCategory[] topCategories)
topCategories
- public DataCategory getTopCategories(int i)
public void setTopCategories(int i, DataCategory _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.