com.ibm.commerce.webservice.datatype
Class Credentials

java.lang.Object
  com.ibm.commerce.webservice.datatype.Credentials
All Implemented Interfaces:
java.io.Serializable

public class Credentials
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
 
 
See Also:
Serialized Form

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

Credentials

public Credentials()
default constructor for Credentials

Credentials

public Credentials(java.lang.String logonId,
                   java.lang.String password)
constructor for Credentials
Method Detail

getLogonId

public java.lang.String getLogonId()
get the value of LogonId
Returns:
String value of LogonId

getPassword

public java.lang.String getPassword()
get the value of Password
Returns:
String value of Password

setLoginId

public void setLoginId(java.lang.String newLoginId)
set the value of LoginId
Returns:
void

setPassword

public void setPassword(java.lang.String newPassword)
set the value of Password
Returns:
void

Feedback