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

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

public class ICardsAndCategoryTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ICardsAndCategoryTO()
           
ICardsAndCategoryTO(ICardTO[] ICardList, CategoryTO[] categoryList, int code, String message, MapTO[] relationList)
           
 
Method Summary
 boolean equals(Object obj)
           
 CategoryTO[] getCategoryList()
          Gets the categoryList value for this ICardsAndCategoryTO.
 int getCode()
          Gets the code value for this ICardsAndCategoryTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ICardTO[] getICardList()
          Gets the ICardList value for this ICardsAndCategoryTO.
 String getMessage()
          Gets the message value for this ICardsAndCategoryTO.
 MapTO[] getRelationList()
          Gets the relationList value for this ICardsAndCategoryTO.
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.
 void setCode(int code)
          Sets the code value for this ICardsAndCategoryTO.
 void setICardList(ICardTO[] ICardList)
          Sets the ICardList value for this ICardsAndCategoryTO.
 void setMessage(String message)
          Sets the message value for this ICardsAndCategoryTO.
 void setRelationList(MapTO[] relationList)
          Sets the relationList value for this ICardsAndCategoryTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICardsAndCategoryTO

public ICardsAndCategoryTO()

ICardsAndCategoryTO

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

getICardList

public ICardTO[] getICardList()
Gets the ICardList value for this ICardsAndCategoryTO.

Returns:
ICardList

setICardList

public void setICardList(ICardTO[] ICardList)
Sets the ICardList value for this ICardsAndCategoryTO.

Parameters:
ICardList -

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 -

getCode

public int getCode()
Gets the code value for this ICardsAndCategoryTO.

Returns:
code

setCode

public void setCode(int code)
Sets the code value for this ICardsAndCategoryTO.

Parameters:
code -

getMessage

public String getMessage()
Gets the message value for this ICardsAndCategoryTO.

Returns:
message

setMessage

public void setMessage(String message)
Sets the message value for this ICardsAndCategoryTO.

Parameters:
message -

getRelationList

public MapTO[] getRelationList()
Gets the relationList value for this ICardsAndCategoryTO.

Returns:
relationList

setRelationList

public void setRelationList(MapTO[] relationList)
Sets the relationList value for this ICardsAndCategoryTO.

Parameters:
relationList -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

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