|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.SavedForLaterItems
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private CartItem[] |
savedForLaterItem
|
private Price |
subTotal
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
SavedForLaterItems()
|
|
SavedForLaterItems(Price subTotal,
CartItem[] savedForLaterItem)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
CartItem[] |
getSavedForLaterItem()
Gets the savedForLaterItem value for this SavedForLaterItems. |
CartItem |
getSavedForLaterItem(int i)
|
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 SavedForLaterItems. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setSavedForLaterItem(CartItem[] savedForLaterItem)
Sets the savedForLaterItem value for this SavedForLaterItems. |
void |
setSavedForLaterItem(int i,
CartItem _value)
|
void |
setSubTotal(Price subTotal)
Sets the subTotal value for this SavedForLaterItems. |
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[] savedForLaterItem
private Price subTotal
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public SavedForLaterItems()
public SavedForLaterItems(Price subTotal, CartItem[] savedForLaterItem)
Method Detail |
public boolean equals(java.lang.Object obj)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public CartItem[] getSavedForLaterItem()
public CartItem getSavedForLaterItem(int i)
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 setSavedForLaterItem(CartItem[] savedForLaterItem)
savedForLaterItem
- public void setSavedForLaterItem(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 |