Method Summary |
|
public Object | clone() Return a copy of this object. |
public String | getClientName() Retrieve the client to use. |
public String | getClientVersion() Retrieve the client version to use. |
public boolean | getUseAnonymousClient() If true use anonymous client. |
public boolean | getUseAnonymousLogon() If true use anonymous logon to the web service. |
public String | getUserName() Retrieve the name to use to logon to the web service. |
public String | retrievePassword() Retrieve the password to use to logon to the web service. |
public void | setClientName(String value) Set the client name. |
public void | setClientVersion(String value) Set the client version. |
public void | setPassword(String value) Set the password name for logging on to the web service. |
public void | setUseAnonymousClient(boolean value) Specify whether to use anonymous client. |
public void | setUseAnonymousLogon(boolean value) Specify whether to use anonymous logon. |
public void | setUserName(String value) Set the user name for logging on to the web service. |