com.amazon.webservices.awsecommerceservice._2007_04_04
Class Transaction.Totals

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Transaction.Totals
Enclosing class:
Transaction

public static class Transaction.Totals
extends java.lang.Object

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

total

protected Price total

subtotal

protected Price subtotal

tax

protected Price tax

shippingCharge

protected Price shippingCharge

promotion

protected Price promotion
Constructor Detail

Transaction.Totals

public Transaction.Totals()
Method Detail

getTotal

public Price getTotal()
Gets the value of the total property.

Returns:
possible object is Price

setTotal

public void setTotal(Price value)
Sets the value of the total property.

Parameters:
value - allowed object is Price

getSubtotal

public Price getSubtotal()
Gets the value of the subtotal property.

Returns:
possible object is Price

setSubtotal

public void setSubtotal(Price value)
Sets the value of the subtotal property.

Parameters:
value - allowed object is Price

getTax

public Price getTax()
Gets the value of the tax property.

Returns:
possible object is Price

setTax

public void setTax(Price value)
Sets the value of the tax property.

Parameters:
value - allowed object is Price

getShippingCharge

public Price getShippingCharge()
Gets the value of the shippingCharge property.

Returns:
possible object is Price

setShippingCharge

public void setShippingCharge(Price value)
Sets the value of the shippingCharge property.

Parameters:
value - allowed object is Price

getPromotion

public Price getPromotion()
Gets the value of the promotion property.

Returns:
possible object is Price

setPromotion

public void setPromotion(Price value)
Sets the value of the promotion property.

Parameters:
value - allowed object is Price


Copyright © 2007 orange-cafe.de. All Rights Reserved.