org.alfresco.webservice.classification
Class AppliedCategory

java.lang.Object
  extended by org.alfresco.webservice.classification.AppliedCategory
All Implemented Interfaces:
java.io.Serializable

public class AppliedCategory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AppliedCategory()
           
AppliedCategory(java.lang.String classification, Reference[] categories)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Reference[] getCategories()
          Gets the categories value for this AppliedCategory.
 Reference getCategories(int i)
           
 java.lang.String getClassification()
          Gets the classification value for this AppliedCategory.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.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(java.lang.String classification)
          Sets the classification value for this AppliedCategory.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppliedCategory

public AppliedCategory()

AppliedCategory

public AppliedCategory(java.lang.String classification,
                       Reference[] categories)
Method Detail

getClassification

public java.lang.String getClassification()
Gets the classification value for this AppliedCategory.

Returns:
classification

setClassification

public void setClassification(java.lang.String classification)
Sets the classification value for this AppliedCategory.

Parameters:
classification -

getCategories

public Reference[] getCategories()
Gets the categories value for this AppliedCategory.

Returns:
categories

setCategories

public void setCategories(Reference[] categories)
Sets the categories value for this AppliedCategory.

Parameters:
categories -

getCategories

public Reference getCategories(int i)

setCategories

public void setCategories(int i,
                          Reference _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.