public interface GetWalletCmd extends BusinessObjectDocumentCmd
GetWalletType
object which contains the xpath request. It also defines a method to get the ShowWalletType
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 |
---|---|
com.ibm.commerce.wallet.facade.datatypes.ShowWalletType |
getShowWallet()
This method gets the
ShowWalletType business object document result. |
void |
setGetWallet(com.ibm.commerce.wallet.facade.datatypes.GetWalletType getWallet)
This method sets the
GetWalletType business object document that this command will process. |
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
static final java.lang.String COPYRIGHT
void setGetWallet(com.ibm.commerce.wallet.facade.datatypes.GetWalletType getWallet)
GetWalletType
business object document that this command will process.getWallet
- The GetWalletType
business object document.com.ibm.commerce.wallet.facade.datatypes.ShowWalletType getShowWallet()
ShowWalletType
business object document result.ShowWalletType
business object document result to the client.