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