org.purl.sword.base
Class ServiceDocumentRequest

java.lang.Object
  extended by org.purl.sword.base.ServiceDocumentRequest

public class ServiceDocumentRequest
extends Object

Represents a ServiceDocumentRequest.

Author:
Stuart Lewis

Constructor Summary
ServiceDocumentRequest()
           
 
Method Summary
 String getIPAddress()
          Get the IP address of the user
 String getLocation()
          Get the location of the service document
 String getOnBehalfOf()
          Get the onBehalfOf name.
 String getPassword()
          Get the password.
 String getUsername()
          Retrieve the username.
 void setIPAddress(String IPAddress)
          Set the IP address of the user
 void setLocation(String location)
          Set the location of the service document
 void setOnBehalfOf(String onBehalfOf)
          Set the onBehalfOf name.
 void setPassword(String password)
          Set the password.
 void setUsername(String username)
          Set the username.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDocumentRequest

public ServiceDocumentRequest()
Method Detail

getUsername

public String getUsername()
Retrieve the username.

Returns:
the authenticatedUserName

setUsername

public void setUsername(String username)
Set the username.

Parameters:
username - the authenticated UserName to set

getPassword

public String getPassword()
Get the password.

Returns:
the authenticatedUserPassword

setPassword

public void setPassword(String password)
Set the password.

Parameters:
password - the password to set

getOnBehalfOf

public String getOnBehalfOf()
Get the onBehalfOf name.

Returns:
the onBehalfOf

setOnBehalfOf

public void setOnBehalfOf(String onBehalfOf)
Set the onBehalfOf name.

Parameters:
onBehalfOf - the onBehalfOf to set

getIPAddress

public String getIPAddress()
Get the IP address of the user

Returns:
the the IP address

setIPAddress

public void setIPAddress(String IPAddress)
Set the IP address of the user

Parameters:
IPAddress - the IP address

getLocation

public String getLocation()
Get the location of the service document

Returns:
the location of the service document

setLocation

public void setLocation(String location)
Set the location of the service document

Parameters:
location - the location


Copyright © 2011 DuraSpace. All Rights Reserved.