|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.CartItems
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 |
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private CartItem[] cartItem
private Price subTotal
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public CartItems()
public CartItems(Price subTotal, CartItem[] cartItem)
Method Detail |
public boolean equals(java.lang.Object obj)
public CartItem[] getCartItem()
public CartItem getCartItem(int i)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Price getSubTotal()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setCartItem(CartItem[] cartItem)
cartItem
- public void setCartItem(int i, CartItem _value)
public void setSubTotal(Price subTotal)
subTotal
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |