com.hyper9.simdk.stubs.jaxws
Class Login

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.Login

public class Login
extends Object


Constructor Summary
Login()
           
 
Method Summary
 String getLocale()
           
 String getPassword()
           
 ManagedObjectReference getThis()
           
 String getUserName()
           
 void setLocale(String locale)
           
 void setPassword(String password)
           
 void setThis(ManagedObjectReference _this)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getUserName

public String getUserName()
Returns:
returns String

setUserName

public void setUserName(String userName)
Parameters:
userName - the value for the userName property

getPassword

public String getPassword()
Returns:
returns String

setPassword

public void setPassword(String password)
Parameters:
password - the value for the password property

getLocale

public String getLocale()
Returns:
returns String

setLocale

public void setLocale(String locale)
Parameters:
locale - the value for the locale property


Copyright © 2009-2010 Hyper9. All Rights Reserved.