com.google.checkout.notification
Class Address
java.lang.Object
com.google.checkout.notification.Address
public class Address
- extends java.lang.Object
This class encapsulates the data describing an Address.
- Author:
- simonjsmith
Constructor Summary |
Address(org.w3c.dom.Document document,
org.w3c.dom.Element element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address(org.w3c.dom.Document document,
org.w3c.dom.Element element)
getAddress1
public java.lang.String getAddress1()
- Returns:
- the address1
getAddress2
public java.lang.String getAddress2()
- Returns:
- the address2
getCity
public java.lang.String getCity()
- Returns:
- the city
getCompanyName
public java.lang.String getCompanyName()
- Returns:
- the companyName
getContactName
public java.lang.String getContactName()
- Returns:
- the contactName
getCountryCode
public java.lang.String getCountryCode()
- Returns:
- the countryCode
getEmail
public java.lang.String getEmail()
- Returns:
- the email
getFax
public java.lang.String getFax()
- Returns:
- the fax
getPhone
public java.lang.String getPhone()
- Returns:
- the phone
getPostalCode
public java.lang.String getPostalCode()
- Returns:
- the postalCode
getRegion
public java.lang.String getRegion()
- Returns:
- the region
getStructuredName
public StructuredName getStructuredName()
- Returns:
- the structured name