| Modifier and Type | Field and Description |
|---|---|
protected OperationRequest |
ItemLookupResponse.operationRequest |
protected OperationRequest |
SimilarityLookupResponse.operationRequest |
protected OperationRequest |
CartModifyResponse.operationRequest |
protected OperationRequest |
CartCreateResponse.operationRequest |
protected OperationRequest |
CartGetResponse.operationRequest |
protected OperationRequest |
CartClearResponse.operationRequest |
protected OperationRequest |
ItemSearchResponse.operationRequest |
protected OperationRequest |
BrowseNodeLookupResponse.operationRequest |
protected OperationRequest |
CartAddResponse.operationRequest |
| Modifier and Type | Method and Description |
|---|---|
OperationRequest |
ObjectFactory.createOperationRequest()
Create an instance of
OperationRequest |
OperationRequest |
ItemLookupResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
SimilarityLookupResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
CartModifyResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
CartCreateResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
CartGetResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
CartClearResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
ItemSearchResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
BrowseNodeLookupResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
OperationRequest |
CartAddResponse.getOperationRequest()
Gets the value of the operationRequest property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemLookupResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
SimilarityLookupResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
CartModifyResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
CartCreateResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
CartGetResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
CartClearResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
ItemSearchResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
BrowseNodeLookupResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
void |
CartAddResponse.setOperationRequest(OperationRequest value)
Sets the value of the operationRequest property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSECommerceServicePortType.browseNodeLookup(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
BrowseNodeLookupRequest shared,
List<BrowseNodeLookupRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<BrowseNodes>> browseNodes) |
void |
AWSECommerceServicePortType.cartAdd(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartAddRequest shared,
List<CartAddRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartClear(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartClearRequest shared,
List<CartClearRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartCreate(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartCreateRequest shared,
List<CartCreateRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartGet(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartGetRequest shared,
List<CartGetRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.cartModify(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
CartModifyRequest shared,
List<CartModifyRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Cart>> cart) |
void |
AWSECommerceServicePortType.itemLookup(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
ItemLookupRequest shared,
List<ItemLookupRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Items>> items) |
void |
AWSECommerceServicePortType.itemSearch(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String xmlEscaping,
String validate,
ItemSearchRequest shared,
List<ItemSearchRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Items>> items) |
void |
AWSECommerceServicePortType.similarityLookup(String marketplaceDomain,
String awsAccessKeyId,
String associateTag,
String validate,
String xmlEscaping,
SimilarityLookupRequest shared,
List<SimilarityLookupRequest> request,
Holder<OperationRequest> operationRequest,
Holder<List<Items>> items) |
Copyright © 2013. All Rights Reserved.