|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.TransactionTotals
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Price |
promotion
|
private Price |
shippingCharge
|
private Price |
subtotal
|
private Price |
tax
|
private Price |
total
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
TransactionTotals()
|
|
TransactionTotals(Price total,
Price subtotal,
Price tax,
Price shippingCharge,
Price promotion)
|
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 |
Price |
getPromotion()
Gets the promotion value for this TransactionTotals. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
Price |
getShippingCharge()
Gets the shippingCharge value for this TransactionTotals. |
Price |
getSubtotal()
Gets the subtotal value for this TransactionTotals. |
Price |
getTax()
Gets the tax value for this TransactionTotals. |
Price |
getTotal()
Gets the total value for this TransactionTotals. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setPromotion(Price promotion)
Sets the promotion value for this TransactionTotals. |
void |
setShippingCharge(Price shippingCharge)
Sets the shippingCharge value for this TransactionTotals. |
void |
setSubtotal(Price subtotal)
Sets the subtotal value for this TransactionTotals. |
void |
setTax(Price tax)
Sets the tax value for this TransactionTotals. |
void |
setTotal(Price total)
Sets the total value for this TransactionTotals. |
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 Price promotion
private Price shippingCharge
private Price subtotal
private Price tax
private Price total
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public TransactionTotals()
public TransactionTotals(Price total, Price subtotal, Price tax, Price shippingCharge, Price promotion)
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 Price getPromotion()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Price getShippingCharge()
public Price getSubtotal()
public Price getTax()
public Price getTotal()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setPromotion(Price promotion)
promotion
- public void setShippingCharge(Price shippingCharge)
shippingCharge
- public void setSubtotal(Price subtotal)
subtotal
- public void setTax(Price tax)
tax
- public void setTotal(Price total)
total
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |