SigPath

org.sigpath.axis.navigatorcastor.ws
Class LoginInfo

java.lang.Object
  extended by org.sigpath.axis.navigatorcastor.ws.LoginInfo
All Implemented Interfaces:
Serializable

public class LoginInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LoginInfo()
           
LoginInfo(String password, String username)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getPassword()
          Gets the password value for this LoginInfo.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 String getUsername()
          Gets the username value for this LoginInfo.
 int hashCode()
           
 void setPassword(String password)
          Sets the password value for this LoginInfo.
 void setUsername(String username)
          Sets the username value for this LoginInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInfo

public LoginInfo()

LoginInfo

public LoginInfo(String password,
                 String username)
Method Detail

getPassword

public String getPassword()
Gets the password value for this LoginInfo.

Returns:
password

setPassword

public void setPassword(String password)
Sets the password value for this LoginInfo.

Parameters:
password -

getUsername

public String getUsername()
Gets the username value for this LoginInfo.

Returns:
username

setUsername

public void setUsername(String username)
Sets the username value for this LoginInfo.

Parameters:
username -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer


SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.