| |
|
| java.lang.Object org.purl.sword.base.ServiceDocumentRequest
ServiceDocumentRequest | public class ServiceDocumentRequest (Code) | | Represents a ServiceDocumentRequest.
author: Stuart Lewis |
getIPAddress | public String getIPAddress()(Code) | | Get the IP address of the user
the the IP address |
getOnBehalfOf | public String getOnBehalfOf()(Code) | | the onBehalfOf |
getPassword | public String getPassword()(Code) | | the authenticatedUserPassword |
getUsername | public String getUsername()(Code) | | the authenticatedUserName |
setIPAddress | public void setIPAddress(String IPAddress)(Code) | | Set the IP address of the user
Parameters: String - the IP address |
setOnBehalfOf | public void setOnBehalfOf(String onBehalfOf)(Code) | | Parameters: onBehalfOf - the onBehalfOf to set |
setPassword | public void setPassword(String password)(Code) | | Parameters: password - the password to set |
setUsername | public void setUsername(String username)(Code) | | Parameters: authenticatedUserName - the authenticatedUserName to set |
|
|
|