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

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

public class ICardResponseTO
extends ResponseMessage
implements Serializable

See Also:
Serialized Form

Constructor Summary
ICardResponseTO()
           
ICardResponseTO(int code, String message, ICardTO[] ICardList, MapTO[] relationList)
           
 
Method Summary
 boolean equals(Object obj)
           
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 ICardResponseTO.
 MapTO[] getRelationList()
          Gets the relationList value for this ICardResponseTO.
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 setICardList(ICardTO[] ICardList)
          Sets the ICardList value for this ICardResponseTO.
 void setRelationList(MapTO[] relationList)
          Sets the relationList value for this ICardResponseTO.
 
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

ICardResponseTO

public ICardResponseTO()

ICardResponseTO

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

getICardList

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

Returns:
ICardList

setICardList

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

Parameters:
ICardList -

getRelationList

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

Returns:
relationList

setRelationList

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

Parameters:
relationList -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ResponseMessage

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