public class Request extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsValid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BrowseNodeLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}BrowseNodeLookupRequest" minOccurs="0"/>
<element name="ItemSearchRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}ItemSearchRequest" minOccurs="0"/>
<element name="ItemLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}ItemLookupRequest" minOccurs="0"/>
<element name="SimilarityLookupRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}SimilarityLookupRequest" minOccurs="0"/>
<element name="CartGetRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CartGetRequest" minOccurs="0"/>
<element name="CartAddRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CartAddRequest" minOccurs="0"/>
<element name="CartCreateRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CartCreateRequest" minOccurs="0"/>
<element name="CartModifyRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CartModifyRequest" minOccurs="0"/>
<element name="CartClearRequest" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}CartClearRequest" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Errors" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BrowseNodeLookupRequest |
browseNodeLookupRequest |
protected CartAddRequest |
cartAddRequest |
protected CartClearRequest |
cartClearRequest |
protected CartCreateRequest |
cartCreateRequest |
protected CartGetRequest |
cartGetRequest |
protected CartModifyRequest |
cartModifyRequest |
protected Errors |
errors |
protected String |
isValid |
protected ItemLookupRequest |
itemLookupRequest |
protected ItemSearchRequest |
itemSearchRequest |
protected SimilarityLookupRequest |
similarityLookupRequest |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
BrowseNodeLookupRequest |
getBrowseNodeLookupRequest()
Gets the value of the browseNodeLookupRequest property.
|
CartAddRequest |
getCartAddRequest()
Gets the value of the cartAddRequest property.
|
CartClearRequest |
getCartClearRequest()
Gets the value of the cartClearRequest property.
|
CartCreateRequest |
getCartCreateRequest()
Gets the value of the cartCreateRequest property.
|
CartGetRequest |
getCartGetRequest()
Gets the value of the cartGetRequest property.
|
CartModifyRequest |
getCartModifyRequest()
Gets the value of the cartModifyRequest property.
|
Errors |
getErrors()
Gets the value of the errors property.
|
String |
getIsValid()
Gets the value of the isValid property.
|
ItemLookupRequest |
getItemLookupRequest()
Gets the value of the itemLookupRequest property.
|
ItemSearchRequest |
getItemSearchRequest()
Gets the value of the itemSearchRequest property.
|
SimilarityLookupRequest |
getSimilarityLookupRequest()
Gets the value of the similarityLookupRequest property.
|
void |
setBrowseNodeLookupRequest(BrowseNodeLookupRequest value)
Sets the value of the browseNodeLookupRequest property.
|
void |
setCartAddRequest(CartAddRequest value)
Sets the value of the cartAddRequest property.
|
void |
setCartClearRequest(CartClearRequest value)
Sets the value of the cartClearRequest property.
|
void |
setCartCreateRequest(CartCreateRequest value)
Sets the value of the cartCreateRequest property.
|
void |
setCartGetRequest(CartGetRequest value)
Sets the value of the cartGetRequest property.
|
void |
setCartModifyRequest(CartModifyRequest value)
Sets the value of the cartModifyRequest property.
|
void |
setErrors(Errors value)
Sets the value of the errors property.
|
void |
setIsValid(String value)
Sets the value of the isValid property.
|
void |
setItemLookupRequest(ItemLookupRequest value)
Sets the value of the itemLookupRequest property.
|
void |
setItemSearchRequest(ItemSearchRequest value)
Sets the value of the itemSearchRequest property.
|
void |
setSimilarityLookupRequest(SimilarityLookupRequest value)
Sets the value of the similarityLookupRequest property.
|
protected String isValid
protected BrowseNodeLookupRequest browseNodeLookupRequest
protected ItemSearchRequest itemSearchRequest
protected ItemLookupRequest itemLookupRequest
protected SimilarityLookupRequest similarityLookupRequest
protected CartGetRequest cartGetRequest
protected CartAddRequest cartAddRequest
protected CartCreateRequest cartCreateRequest
protected CartModifyRequest cartModifyRequest
protected CartClearRequest cartClearRequest
protected Errors errors
public String getIsValid()
Stringpublic void setIsValid(String value)
value - allowed object is
Stringpublic BrowseNodeLookupRequest getBrowseNodeLookupRequest()
BrowseNodeLookupRequestpublic void setBrowseNodeLookupRequest(BrowseNodeLookupRequest value)
value - allowed object is
BrowseNodeLookupRequestpublic ItemSearchRequest getItemSearchRequest()
ItemSearchRequestpublic void setItemSearchRequest(ItemSearchRequest value)
value - allowed object is
ItemSearchRequestpublic ItemLookupRequest getItemLookupRequest()
ItemLookupRequestpublic void setItemLookupRequest(ItemLookupRequest value)
value - allowed object is
ItemLookupRequestpublic SimilarityLookupRequest getSimilarityLookupRequest()
SimilarityLookupRequestpublic void setSimilarityLookupRequest(SimilarityLookupRequest value)
value - allowed object is
SimilarityLookupRequestpublic CartGetRequest getCartGetRequest()
CartGetRequestpublic void setCartGetRequest(CartGetRequest value)
value - allowed object is
CartGetRequestpublic CartAddRequest getCartAddRequest()
CartAddRequestpublic void setCartAddRequest(CartAddRequest value)
value - allowed object is
CartAddRequestpublic CartCreateRequest getCartCreateRequest()
CartCreateRequestpublic void setCartCreateRequest(CartCreateRequest value)
value - allowed object is
CartCreateRequestpublic CartModifyRequest getCartModifyRequest()
CartModifyRequestpublic void setCartModifyRequest(CartModifyRequest value)
value - allowed object is
CartModifyRequestpublic CartClearRequest getCartClearRequest()
CartClearRequestpublic void setCartClearRequest(CartClearRequest value)
value - allowed object is
CartClearRequestpublic Errors getErrors()
ErrorsCopyright © 2013. All Rights Reserved.