public interface GetGiftListCmd extends BusinessObjectDocumentCmd
GetGiftListType
object
which contains the xpath request. It also defines a method to get the
ShowGiftListType
object which contains the information used to
compose the show business object document.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright field.
|
Modifier and Type | Method and Description |
---|---|
ShowGiftListType |
getShowGiftList()
Gets the
ShowGiftListType business object document result. |
void |
setGetGiftList(GetGiftListType getGiftList)
Sets the
GetGiftListType business object document that this
command will process. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
static final java.lang.String COPYRIGHT
void setGetGiftList(GetGiftListType getGiftList)
GetGiftListType
business object document that this
command will process.getGiftList
- The GetGiftListType
business object document.ShowGiftListType getShowGiftList()
ShowGiftListType
business object document result.ShowGiftListType
business
object document result to the client.