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

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

public class CardUsageTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CardUsageTO()
           
CardUsageTO(Calendar date, String site, boolean useAlways)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getDate()
          Gets the date value for this CardUsageTO.
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
 String getSite()
          Gets the site value for this CardUsageTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isUseAlways()
          Gets the useAlways value for this CardUsageTO.
 void setDate(Calendar date)
          Sets the date value for this CardUsageTO.
 void setSite(String site)
          Sets the site value for this CardUsageTO.
 void setUseAlways(boolean useAlways)
          Sets the useAlways value for this CardUsageTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardUsageTO

public CardUsageTO()

CardUsageTO

public CardUsageTO(Calendar date,
                   String site,
                   boolean useAlways)
Method Detail

getDate

public Calendar getDate()
Gets the date value for this CardUsageTO.

Returns:
date

setDate

public void setDate(Calendar date)
Sets the date value for this CardUsageTO.

Parameters:
date -

getSite

public String getSite()
Gets the site value for this CardUsageTO.

Returns:
site

setSite

public void setSite(String site)
Sets the site value for this CardUsageTO.

Parameters:
site -

isUseAlways

public boolean isUseAlways()
Gets the useAlways value for this CardUsageTO.

Returns:
useAlways

setUseAlways

public void setUseAlways(boolean useAlways)
Sets the useAlways value for this CardUsageTO.

Parameters:
useAlways -

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