com.amazon.soap
Class ItemQuantity

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

public class ItemQuantity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ItemQuantity()
           
ItemQuantity(String itemId, String quantity)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getItemId()
          Gets the itemId value for this ItemQuantity.
 String getQuantity()
          Gets the quantity value for this ItemQuantity.
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 setItemId(String itemId)
          Sets the itemId value for this ItemQuantity.
 void setQuantity(String quantity)
          Sets the quantity value for this ItemQuantity.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemQuantity

public ItemQuantity()

ItemQuantity

public ItemQuantity(String itemId,
                    String quantity)
Method Detail

getItemId

public String getItemId()
Gets the itemId value for this ItemQuantity.

Returns:
itemId

setItemId

public void setItemId(String itemId)
Sets the itemId value for this ItemQuantity.

Parameters:
itemId -

getQuantity

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

Returns:
quantity

setQuantity

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

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