com.google.checkout.notification
Class PickupShippingAdjustment

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

public class PickupShippingAdjustment
extends Shipping

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

Author:
simonjsmith

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

PickupShippingAdjustment

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

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