org.eclipse.higgins.proxy.web.ws.wsdl
Class ICardUpdateTO

java.lang.Object
  extended by org.eclipse.higgins.proxy.web.ws.wsdl.ICardUpdateTO
All Implemented Interfaces:
Serializable

public class ICardUpdateTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ICardUpdateTO()
           
ICardUpdateTO(String cuid, UITokenServiceCredentialTO tokenServiceCredential)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCuid()
          Gets the cuid value for this ICardUpdateTO.
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
 UITokenServiceCredentialTO getTokenServiceCredential()
          Gets the tokenServiceCredential value for this ICardUpdateTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCuid(String cuid)
          Sets the cuid value for this ICardUpdateTO.
 void setTokenServiceCredential(UITokenServiceCredentialTO tokenServiceCredential)
          Sets the tokenServiceCredential value for this ICardUpdateTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICardUpdateTO

public ICardUpdateTO()

ICardUpdateTO

public ICardUpdateTO(String cuid,
                     UITokenServiceCredentialTO tokenServiceCredential)
Method Detail

getCuid

public String getCuid()
Gets the cuid value for this ICardUpdateTO.

Returns:
cuid

setCuid

public void setCuid(String cuid)
Sets the cuid value for this ICardUpdateTO.

Parameters:
cuid -

getTokenServiceCredential

public UITokenServiceCredentialTO getTokenServiceCredential()
Gets the tokenServiceCredential value for this ICardUpdateTO.

Returns:
tokenServiceCredential

setTokenServiceCredential

public void setTokenServiceCredential(UITokenServiceCredentialTO tokenServiceCredential)
Sets the tokenServiceCredential value for this ICardUpdateTO.

Parameters:
tokenServiceCredential -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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