|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.ics.ws.wsdl.CardUsageTO
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 |
public CardUsageTO()
public CardUsageTO(Calendar date, String site, boolean useAlways)
Method Detail |
public Calendar getDate()
public void setDate(Calendar date)
date
- public String getSite()
public void setSite(String site)
site
- public boolean isUseAlways()
public void setUseAlways(boolean useAlways)
useAlways
- public boolean equals(Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |