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

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

public class TokenResponseTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TokenResponseTO()
           
TokenResponseTO(String name, String tkn)
           
 
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 TokenResponseTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String getTkn()
          Gets the tkn value for this TokenResponseTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setName(String name)
          Sets the name value for this TokenResponseTO.
 void setTkn(String tkn)
          Sets the tkn value for this TokenResponseTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenResponseTO

public TokenResponseTO()

TokenResponseTO

public TokenResponseTO(String name,
                       String tkn)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getTkn

public String getTkn()
Gets the tkn value for this TokenResponseTO.

Returns:
tkn

setTkn

public void setTkn(String tkn)
Sets the tkn value for this TokenResponseTO.

Parameters:
tkn -

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