public interface GetPointOfInterestCmd extends BusinessObjectDocumentCmd
GetPointOfInterestType
object which contains the xpath request. It also defines a method to get the ShowPointOfInterestType 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 |
|---|---|
ShowPointOfInterestType |
getShowPointOfInterest()
This method gets the
ShowPointOfInterestType business object document result. |
void |
setGetPointOfInterest(GetPointOfInterestType getPointOfInterest)
This method sets the
GetPointOfInterestType business object document that this command will process. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentstatic final java.lang.String COPYRIGHT
void setGetPointOfInterest(GetPointOfInterestType getPointOfInterest)
GetPointOfInterestType business object document that this command will process.getPointOfInterest - The GetPointOfInterestType business object document.ShowPointOfInterestType getShowPointOfInterest()
ShowPointOfInterestType business object document result.ShowPointOfInterestType business object document result to the client.