public interface GetClientLocationCmd extends BusinessObjectDocumentCmd
GetClientLocationType
object which contains the xpath request. It also defines a method to get the ShowClientLocationType object
which contains the information used to compose the show business object document.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
ShowClientLocationType |
getShowClientLocation()
This method gets the
ShowClientLocationType business object document result. |
void |
setGetClientLocation(GetClientLocationType getClientLocation)
This method sets the
GetClientLocationType business object document that this command will process. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentstatic final java.lang.String COPYRIGHT
void setGetClientLocation(GetClientLocationType getClientLocation)
GetClientLocationType business object document that this command will process.getClientLocation - The GetClientLocationType business object document.ShowClientLocationType getShowClientLocation()
ShowClientLocationType business object document result.ShowClientLocationType business object document result to the client.