|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Transaction.Totals
public static class Transaction.Totals
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Total" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/> <element name="Subtotal" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/> <element name="Tax" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/> <element name="ShippingCharge" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/> <element name="Promotion" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Price |
promotion
|
protected Price |
shippingCharge
|
protected Price |
subtotal
|
protected Price |
tax
|
protected Price |
total
|
Constructor Summary | |
---|---|
Transaction.Totals()
|
Method Summary | |
---|---|
Price |
getPromotion()
Gets the value of the promotion property. |
Price |
getShippingCharge()
Gets the value of the shippingCharge property. |
Price |
getSubtotal()
Gets the value of the subtotal property. |
Price |
getTax()
Gets the value of the tax property. |
Price |
getTotal()
Gets the value of the total property. |
void |
setPromotion(Price value)
Sets the value of the promotion property. |
void |
setShippingCharge(Price value)
Sets the value of the shippingCharge property. |
void |
setSubtotal(Price value)
Sets the value of the subtotal property. |
void |
setTax(Price value)
Sets the value of the tax property. |
void |
setTotal(Price value)
Sets the value of the total property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Price total
protected Price subtotal
protected Price tax
protected Price shippingCharge
protected Price promotion
Constructor Detail |
---|
public Transaction.Totals()
Method Detail |
---|
public Price getTotal()
Price
public void setTotal(Price value)
value
- allowed object is
Price
public Price getSubtotal()
Price
public void setSubtotal(Price value)
value
- allowed object is
Price
public Price getTax()
Price
public void setTax(Price value)
value
- allowed object is
Price
public Price getShippingCharge()
Price
public void setShippingCharge(Price value)
value
- allowed object is
Price
public Price getPromotion()
Price
public void setPromotion(Price value)
value
- allowed object is
Price
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |