public class AppliedCategory extends Object implements Serializable
| Constructor and Description |
|---|
AppliedCategory() |
AppliedCategory(String classification,
Reference[] categories) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Reference[] |
getCategories()
Gets the categories value for this AppliedCategory.
|
Reference |
getCategories(int i) |
String |
getClassification()
Gets the classification value for this AppliedCategory.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
setCategories(int i,
Reference _value) |
void |
setCategories(Reference[] categories)
Sets the categories value for this AppliedCategory.
|
void |
setClassification(String classification)
Sets the classification value for this AppliedCategory.
|
public String getClassification()
public void setClassification(String classification)
classification - public Reference[] getCategories()
public void setCategories(Reference[] categories)
categories - public Reference getCategories(int i)
public void setCategories(int i,
Reference _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.