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

java.lang.Object
  extended byorg.eclipse.higgins.ics.ws.wsdl.BaseTransferObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CategoryTO, FormatDescriptorTO, ICardTemplateTO, ICardTO, TokenResponseTO, UIDescriptorTO, UIResponseAndTO, UIResponseCardTO, UIResponseClauseTO, UIResponseOrTO, UIResponseRPTO, UIResponseTO, UIResponseUsableCardsTO, UITokenServiceCredentialTO

public class BaseTransferObject
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BaseTransferObject()
           
BaseTransferObject(String name)
           
 
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
 String getName()
          Gets the name value for this BaseTransferObject.
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 setName(String name)
          Sets the name value for this BaseTransferObject.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTransferObject

public BaseTransferObject()

BaseTransferObject

public BaseTransferObject(String name)
Method Detail

getName

public String getName()
Gets the name value for this BaseTransferObject.

Returns:
name

setName

public void setName(String name)
Sets the name value for this BaseTransferObject.

Parameters:
name -

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