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