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