com.amazon.soap
Class AddItem

java.lang.Object
  extended by com.amazon.soap.AddItem
All Implemented Interfaces:
Serializable

public class AddItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddItem()
           
AddItem(String asin, String exchangeId, String quantity)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAsin()
          Gets the asin value for this AddItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getExchangeId()
          Gets the exchangeId value for this AddItem.
 String getQuantity()
          Gets the quantity value for this AddItem.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAsin(String asin)
          Sets the asin value for this AddItem.
 void setExchangeId(String exchangeId)
          Sets the exchangeId value for this AddItem.
 void setQuantity(String quantity)
          Sets the quantity value for this AddItem.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddItem

public AddItem()

AddItem

public AddItem(String asin,
               String exchangeId,
               String quantity)
Method Detail

getAsin

public String getAsin()
Gets the asin value for this AddItem.

Returns:
asin

setAsin

public void setAsin(String asin)
Sets the asin value for this AddItem.

Parameters:
asin -

getExchangeId

public String getExchangeId()
Gets the exchangeId value for this AddItem.

Returns:
exchangeId

setExchangeId

public void setExchangeId(String exchangeId)
Sets the exchangeId value for this AddItem.

Parameters:
exchangeId -

getQuantity

public String getQuantity()
Gets the quantity value for this AddItem.

Returns:
quantity

setQuantity

public void setQuantity(String quantity)
Sets the quantity value for this AddItem.

Parameters:
quantity -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer