|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.OrderAdjustment
public class OrderAdjustment
Constructor Summary | |
---|---|
OrderAdjustment(org.w3c.dom.Document document,
org.w3c.dom.Element orderAdjustment)
|
Method Summary | |
---|---|
float |
getAdjustmentTotal()
Retrieves the value of the <adjustment-total> element. |
java.util.Collection |
getMerchantCodes()
Retrieves the contents of the <merchant-codes> element as a collection of MerchantCodes objects. |
Shipping |
getShipping()
Retrieves the value of the <shipping> element as a Shipping object. |
float |
getTotalTax()
|
boolean |
isMerchantCalculationSuccessful()
Retrieves the value of the <merchant-calculation-successful> element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderAdjustment(org.w3c.dom.Document document, org.w3c.dom.Element orderAdjustment)
Method Detail |
---|
public boolean isMerchantCalculationSuccessful()
public float getAdjustmentTotal()
public java.util.Collection getMerchantCodes()
MerchantCodes
,
GiftCertificateAdjustment
,
CouponAdjustment
public Shipping getShipping()
Shipping
public float getTotalTax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |