Project 4

com.amazon.soap.AWSECommerceService
Class CartItems

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.CartItems
All Implemented Interfaces:
java.io.Serializable

public class CartItems
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  CartItem[] cartItem
           
private  Price subTotal
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CartItems()
           
CartItems(Price subTotal, CartItem[] cartItem)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CartItem[] getCartItem()
          Gets the cartItem value for this CartItems.
 CartItem getCartItem(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Price getSubTotal()
          Gets the subTotal value for this CartItems.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCartItem(CartItem[] cartItem)
          Sets the cartItem value for this CartItems.
 void setCartItem(int i, CartItem _value)
           
 void setSubTotal(Price subTotal)
          Sets the subTotal value for this CartItems.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

cartItem

private CartItem[] cartItem

subTotal

private Price subTotal

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

CartItems

public CartItems()

CartItems

public CartItems(Price subTotal,
                 CartItem[] cartItem)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getCartItem

public CartItem[] getCartItem()
Gets the cartItem value for this CartItems.

Returns:
cartItem

getCartItem

public CartItem getCartItem(int i)

getDeserializer

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


getSerializer

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


getSubTotal

public Price getSubTotal()
Gets the subTotal value for this CartItems.

Returns:
subTotal

getTypeDesc

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


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setCartItem

public void setCartItem(CartItem[] cartItem)
Sets the cartItem value for this CartItems.

Parameters:
cartItem -

setCartItem

public void setCartItem(int i,
                        CartItem _value)

setSubTotal

public void setSubTotal(Price subTotal)
Sets the subTotal value for this CartItems.

Parameters:
subTotal -

Project 4