com.google.checkout.notification
Class FlatRateShippingAdjustment

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

public class FlatRateShippingAdjustment
extends Shipping

This class encapsulates the data in the <flat-rate-shipping-adjustment> tag.

Author:
simonjsmith

Field Summary
 
Fields inherited from class com.google.checkout.notification.Shipping
document, element
 
Constructor Summary
FlatRateShippingAdjustment(org.w3c.dom.Document document, org.w3c.dom.Element element)
          A constructor which takes the document and element pointing to the <flat-rate-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

FlatRateShippingAdjustment

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

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