|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.purl.sword.base.AtomDocumentRequest
public class AtomDocumentRequest
Represents an AtomDocumentRequest.
| Constructor Summary | |
|---|---|
AtomDocumentRequest()
|
|
| Method Summary | |
|---|---|
String |
getIPAddress()
Get the IP address of the user |
String |
getLocation()
Get the location of the service document |
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 |
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 |
|---|
public AtomDocumentRequest()
| Method Detail |
|---|
public String getUsername()
public void setUsername(String username)
username - the authenticated UserName to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getIPAddress()
public void setIPAddress(String IPAddress)
IPAddress - the IP addresspublic String getLocation()
public void setLocation(String location)
location - the location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||