|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.MerchantCodes
public abstract class MerchantCodes
This class is the parent class of the merchant code classes.
Field Summary | |
---|---|
protected org.w3c.dom.Document |
document
|
protected org.w3c.dom.Element |
element
|
Constructor Summary | |
---|---|
MerchantCodes()
|
Method Summary | |
---|---|
float |
getAppliedAmount()
Retrieves the value of the <applied-amount> element. |
float |
getCalculatedAmount()
Retrieves the value of the <calculated-amount> element. |
java.lang.String |
getCode()
Retrieves the value of the <code> element. |
java.lang.String |
getMessage()
Retrieves the value of the <message> element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.Document document
protected org.w3c.dom.Element element
Constructor Detail |
---|
public MerchantCodes()
Method Detail |
---|
public float getAppliedAmount()
public float getCalculatedAmount()
public java.lang.String getCode()
public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |