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

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

public class CardInformationTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CardInformationTO()
           
CardInformationTO(CardUsageTO[] cardHistory, int sizeHistory)
           
 
Method Summary
 boolean equals(Object obj)
           
 CardUsageTO[] getCardHistory()
          Gets the cardHistory value for this CardInformationTO.
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
 int getSizeHistory()
          Gets the sizeHistory value for this CardInformationTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCardHistory(CardUsageTO[] cardHistory)
          Sets the cardHistory value for this CardInformationTO.
 void setSizeHistory(int sizeHistory)
          Sets the sizeHistory value for this CardInformationTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardInformationTO

public CardInformationTO()

CardInformationTO

public CardInformationTO(CardUsageTO[] cardHistory,
                         int sizeHistory)
Method Detail

getCardHistory

public CardUsageTO[] getCardHistory()
Gets the cardHistory value for this CardInformationTO.

Returns:
cardHistory

setCardHistory

public void setCardHistory(CardUsageTO[] cardHistory)
Sets the cardHistory value for this CardInformationTO.

Parameters:
cardHistory -

getSizeHistory

public int getSizeHistory()
Gets the sizeHistory value for this CardInformationTO.

Returns:
sizeHistory

setSizeHistory

public void setSizeHistory(int sizeHistory)
Sets the sizeHistory value for this CardInformationTO.

Parameters:
sizeHistory -

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