java.lang.Objectcom.ibm.commerce.webservice.datatype.Credentials
This class represents the complex type
Constructor Summary | |
Credentials() default constructor for Credentials |
|
Credentials(java.lang.String logonId, java.lang.String password) constructor for Credentials |
Method Summary | |
java.lang.String | getLogonId() get the value of LogonId |
java.lang.String | getPassword() get the value of Password |
void | setLoginId(java.lang.String newLoginId) set the value of LoginId |
void | setPassword(java.lang.String newPassword) set the value of Password |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Credentials()
public Credentials(java.lang.String logonId, java.lang.String password)
Method Detail |
public java.lang.String getLogonId()
public java.lang.String getPassword()
public void setLoginId(java.lang.String newLoginId)
public void setPassword(java.lang.String newPassword)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.