|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.CheckoutNotification
public abstract class CheckoutNotification
This class is the parent for all the notification classes.
Constructor Summary | |
---|---|
CheckoutNotification(org.w3c.dom.Document document)
Takes a document that contains info on the notification |
Method Summary | |
---|---|
org.w3c.dom.Document |
getDocument()
|
java.lang.String |
getGoogleOrderNo()
Deprecated. User getGoogleOrderNumber() |
java.lang.String |
getGoogleOrderNumber()
Return the Google Order number for this notification. |
org.w3c.dom.Element |
getRoot()
|
java.lang.String |
getRootNodeName()
Return the name of the root node of the notification. |
java.lang.String |
getSerialNumber()
Retrieves the value of the serial-number attribute. |
java.util.Date |
getTimestamp()
Retrieves the value of the <timestamp> tag. |
java.lang.String |
getType()
Returns the type of the notification |
java.lang.String |
getXml()
Return the XML request String. |
java.lang.String |
getXmlPretty()
Return the nicely formatted XML request String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckoutNotification(org.w3c.dom.Document document)
document
- The notification documentMethod Detail |
---|
public org.w3c.dom.Document getDocument()
public org.w3c.dom.Element getRoot()
public java.lang.String getGoogleOrderNo()
public java.lang.String getGoogleOrderNumber()
public java.util.Date getTimestamp() throws CheckoutException
CheckoutException
public java.lang.String getType()
public java.lang.String getSerialNumber()
public java.lang.String getXml()
public java.lang.String getXmlPretty()
public java.lang.String getRootNodeName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |