com.google.api.adwords.v11
Class Address

java.lang.Object
  extended by com.google.api.adwords.v11.Address
All Implemented Interfaces:
java.io.Serializable

public class Address
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Address()
           
Address(java.lang.String addressLine1, java.lang.String addressLine2, java.lang.String city, java.lang.String companyName, java.lang.String countryCode, java.lang.String emailAddress, java.lang.String faxNumber, java.lang.String name, java.lang.String phoneNumber, java.lang.String postalCode, java.lang.String state)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressLine1()
          Gets the addressLine1 value for this Address.
 java.lang.String getAddressLine2()
          Gets the addressLine2 value for this Address.
 java.lang.String getCity()
          Gets the city value for this Address.
 java.lang.String getCompanyName()
          Gets the companyName value for this Address.
 java.lang.String getCountryCode()
          Gets the countryCode value for this Address.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmailAddress()
          Gets the emailAddress value for this Address.
 java.lang.String getFaxNumber()
          Gets the faxNumber value for this Address.
 java.lang.String getName()
          Gets the name value for this Address.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this Address.
 java.lang.String getPostalCode()
          Gets the postalCode value for this Address.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getState()
          Gets the state value for this Address.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddressLine1(java.lang.String addressLine1)
          Sets the addressLine1 value for this Address.
 void setAddressLine2(java.lang.String addressLine2)
          Sets the addressLine2 value for this Address.
 void setCity(java.lang.String city)
          Sets the city value for this Address.
 void setCompanyName(java.lang.String companyName)
          Sets the companyName value for this Address.
 void setCountryCode(java.lang.String countryCode)
          Sets the countryCode value for this Address.
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this Address.
 void setFaxNumber(java.lang.String faxNumber)
          Sets the faxNumber value for this Address.
 void setName(java.lang.String name)
          Sets the name value for this Address.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this Address.
 void setPostalCode(java.lang.String postalCode)
          Sets the postalCode value for this Address.
 void setState(java.lang.String state)
          Sets the state value for this Address.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(java.lang.String addressLine1,
               java.lang.String addressLine2,
               java.lang.String city,
               java.lang.String companyName,
               java.lang.String countryCode,
               java.lang.String emailAddress,
               java.lang.String faxNumber,
               java.lang.String name,
               java.lang.String phoneNumber,
               java.lang.String postalCode,
               java.lang.String state)
Method Detail

getAddressLine1

public java.lang.String getAddressLine1()
Gets the addressLine1 value for this Address.

Returns:
addressLine1

setAddressLine1

public void setAddressLine1(java.lang.String addressLine1)
Sets the addressLine1 value for this Address.

Parameters:
addressLine1 -

getAddressLine2

public java.lang.String getAddressLine2()
Gets the addressLine2 value for this Address.

Returns:
addressLine2

setAddressLine2

public void setAddressLine2(java.lang.String addressLine2)
Sets the addressLine2 value for this Address.

Parameters:
addressLine2 -

getCity

public java.lang.String getCity()
Gets the city value for this Address.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this Address.

Parameters:
city -

getCompanyName

public java.lang.String getCompanyName()
Gets the companyName value for this Address.

Returns:
companyName

setCompanyName

public void setCompanyName(java.lang.String companyName)
Sets the companyName value for this Address.

Parameters:
companyName -

getCountryCode

public java.lang.String getCountryCode()
Gets the countryCode value for this Address.

Returns:
countryCode

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Sets the countryCode value for this Address.

Parameters:
countryCode -

getEmailAddress

public java.lang.String getEmailAddress()
Gets the emailAddress value for this Address.

Returns:
emailAddress

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this Address.

Parameters:
emailAddress -

getFaxNumber

public java.lang.String getFaxNumber()
Gets the faxNumber value for this Address.

Returns:
faxNumber

setFaxNumber

public void setFaxNumber(java.lang.String faxNumber)
Sets the faxNumber value for this Address.

Parameters:
faxNumber -

getName

public java.lang.String getName()
Gets the name value for this Address.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Address.

Parameters:
name -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this Address.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this Address.

Parameters:
phoneNumber -

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this Address.

Returns:
postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this Address.

Parameters:
postalCode -

getState

public java.lang.String getState()
Gets the state value for this Address.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this Address.

Parameters:
state -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.