|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.soap.AddShoppingCartItemsRequest
public class AddShoppingCartItemsRequest
| Constructor Summary | |
|---|---|
AddShoppingCartItemsRequest()
|
|
AddShoppingCartItemsRequest(String tag,
String devtag,
String cartId,
String HMAC,
AddItem[] items,
String locale)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCartId()
Gets the cartId value for this AddShoppingCartItemsRequest. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getDevtag()
Gets the devtag value for this AddShoppingCartItemsRequest. |
String |
getHMAC()
Gets the HMAC value for this AddShoppingCartItemsRequest. |
AddItem[] |
getItems()
Gets the items value for this AddShoppingCartItemsRequest. |
String |
getLocale()
Gets the locale value for this AddShoppingCartItemsRequest. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getTag()
Gets the tag value for this AddShoppingCartItemsRequest. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCartId(String cartId)
Sets the cartId value for this AddShoppingCartItemsRequest. |
void |
setDevtag(String devtag)
Sets the devtag value for this AddShoppingCartItemsRequest. |
void |
setHMAC(String HMAC)
Sets the HMAC value for this AddShoppingCartItemsRequest. |
void |
setItems(AddItem[] items)
Sets the items value for this AddShoppingCartItemsRequest. |
void |
setLocale(String locale)
Sets the locale value for this AddShoppingCartItemsRequest. |
void |
setTag(String tag)
Sets the tag value for this AddShoppingCartItemsRequest. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddShoppingCartItemsRequest()
public AddShoppingCartItemsRequest(String tag,
String devtag,
String cartId,
String HMAC,
AddItem[] items,
String locale)
| Method Detail |
|---|
public String getTag()
public void setTag(String tag)
tag - public String getDevtag()
public void setDevtag(String devtag)
devtag - public String getCartId()
public void setCartId(String cartId)
cartId - public String getHMAC()
public void setHMAC(String HMAC)
HMAC - public AddItem[] getItems()
public void setItems(AddItem[] items)
items - public String getLocale()
public void setLocale(String locale)
locale - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||