com.google.checkout.notification
Class Address

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getAddress1()
           
 java.lang.String getAddress2()
           
 java.lang.String getCity()
           
 java.lang.String getCompanyName()
           
 java.lang.String getContactName()
           
 java.lang.String getCountryCode()
           
 java.lang.String getEmail()
           
 java.lang.String getFax()
           
 java.lang.String getPhone()
           
 java.lang.String getPostalCode()
           
 java.lang.String getRegion()
           
 StructuredName getStructuredName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address(org.w3c.dom.Document document,
               org.w3c.dom.Element element)
Method Detail

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