|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.merchantcalculation.AnonymousAddress
public class AnonymousAddress
This class encapsulates the <anonymous-address> element, used as part of the Merchant Calculations API.
Constructor Summary | |
---|---|
AnonymousAddress(org.w3c.dom.Document document,
org.w3c.dom.Element element)
A constructor which takes the document and element pointing to the <anonymous-address> tag. |
Method Summary | |
---|---|
java.lang.String |
getCity()
Retrieve the contents of the <city> tag. |
java.lang.String |
getCountryCode()
Retrieve the contents of the <country-code> tag. |
java.lang.String |
getId()
Retrieve the contents of the <id> tag. |
java.lang.String |
getPostalCode()
Retrieve the contents of the <postal-code> tag. |
java.lang.String |
getRegion()
Retrieve the contents of the <region> tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnonymousAddress(org.w3c.dom.Document document, org.w3c.dom.Element element)
document
- The document.element
- The element.Method Detail |
---|
public java.lang.String getCity()
public java.lang.String getCountryCode()
public java.lang.String getId()
public java.lang.String getPostalCode()
public java.lang.String getRegion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |