com.google.checkout.merchantcalculation
Class CheckoutCallback

java.lang.Object
  extended by com.google.checkout.merchantcalculation.CheckoutCallback
Direct Known Subclasses:
MerchantCalculationCallback

public class CheckoutCallback
extends java.lang.Object

Author:
Charles Dang (cdang@google.com)

Field Summary
protected  org.w3c.dom.Document document
           
protected  org.w3c.dom.Element root
           
 
Constructor Summary
CheckoutCallback()
           
 
Method Summary
 java.lang.String getSerialNumber()
          Retrieves the value of the <serial-number> attribute.
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

protected org.w3c.dom.Document document

root

protected org.w3c.dom.Element root
Constructor Detail

CheckoutCallback

public CheckoutCallback()
Method Detail

getType

public java.lang.String getType()

getSerialNumber

public java.lang.String getSerialNumber()
Retrieves the value of the <serial-number> attribute.

Returns:
The serial number.