com.google.checkout.notification
Class MerchantCalculatedShippingAdjustment

java.lang.Object
  extended by com.google.checkout.notification.Shipping
      extended by com.google.checkout.notification.MerchantCalculatedShippingAdjustment

public class MerchantCalculatedShippingAdjustment
extends Shipping

This class encapsulates the data in the <merchant-calculated-shipping-adjustment> tag.

Author:
simonjsmith

Field Summary
 
Fields inherited from class com.google.checkout.notification.Shipping
document, element
 
Constructor Summary
MerchantCalculatedShippingAdjustment(org.w3c.dom.Document document, org.w3c.dom.Element element)
          A constructor which takes the document and element pointing to the <merchant-calculated-shipping-adjustment> tag.
 
Method Summary
 
Methods inherited from class com.google.checkout.notification.Shipping
getShippingCost, getShippingName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerchantCalculatedShippingAdjustment

public MerchantCalculatedShippingAdjustment(org.w3c.dom.Document document,
                                            org.w3c.dom.Element element)
A constructor which takes the document and element pointing to the <merchant-calculated-shipping-adjustment> tag.

Parameters:
document - The document.
element - The element.