org.eclipse.higgins.ics.ws.wsdl
Class ICardsAndCategoryTO

java.lang.Object
  extended byorg.eclipse.higgins.ics.ws.wsdl.ResponseMessage
      extended byorg.eclipse.higgins.ics.ws.wsdl.ICardResponseTO
          extended byorg.eclipse.higgins.ics.ws.wsdl.ICardsAndCategoryTO
All Implemented Interfaces:
Serializable

public class ICardsAndCategoryTO
extends ICardResponseTO
implements Serializable

See Also:
Serialized Form

Constructor Summary
ICardsAndCategoryTO()
           
ICardsAndCategoryTO(int code, String message, ICardTO[] ICardList, MapTO[] relationList, CategoryTO[] categoryList)
           
 
Method Summary
 boolean equals(Object obj)
           
 CategoryTO[] getCategoryList()
          Gets the categoryList value for this ICardsAndCategoryTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategoryList(CategoryTO[] categoryList)
          Sets the categoryList value for this ICardsAndCategoryTO.
 
Methods inherited from class org.eclipse.higgins.ics.ws.wsdl.ICardResponseTO
getICardList, getRelationList, setICardList, setRelationList
 
Methods inherited from class org.eclipse.higgins.ics.ws.wsdl.ResponseMessage
getCode, getMessage, setCode, setMessage
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICardsAndCategoryTO

public ICardsAndCategoryTO()

ICardsAndCategoryTO

public ICardsAndCategoryTO(int code,
                           String message,
                           ICardTO[] ICardList,
                           MapTO[] relationList,
                           CategoryTO[] categoryList)
Method Detail

getCategoryList

public CategoryTO[] getCategoryList()
Gets the categoryList value for this ICardsAndCategoryTO.

Returns:
categoryList

setCategoryList

public void setCategoryList(CategoryTO[] categoryList)
Sets the categoryList value for this ICardsAndCategoryTO.

Parameters:
categoryList -

equals

public boolean equals(Object obj)
Overrides:
equals in class ICardResponseTO

hashCode

public int hashCode()
Overrides:
hashCode in class ICardResponseTO

getTypeDesc

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


getSerializer

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


getDeserializer

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