|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Address
public class Address
Structure to specify an address location.
| Constructor Summary | |
|---|---|
Address()
|
|
Address(String streetAddress,
String streetAddress2,
String cityName,
String provinceCode,
String provinceName,
String postalCode,
String countryCode)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCityName()
Gets the cityName value for this Address. |
String |
getCountryCode()
Gets the countryCode value for this Address. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getPostalCode()
Gets the postalCode value for this Address. |
String |
getProvinceCode()
Gets the provinceCode value for this Address. |
String |
getProvinceName()
Gets the provinceName value for this Address. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStreetAddress()
Gets the streetAddress value for this Address. |
String |
getStreetAddress2()
Gets the streetAddress2 value for this Address. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCityName(String cityName)
Sets the cityName value for this Address. |
void |
setCountryCode(String countryCode)
Sets the countryCode value for this Address. |
void |
setPostalCode(String postalCode)
Sets the postalCode value for this Address. |
void |
setProvinceCode(String provinceCode)
Sets the provinceCode value for this Address. |
void |
setProvinceName(String provinceName)
Sets the provinceName value for this Address. |
void |
setStreetAddress(String streetAddress)
Sets the streetAddress value for this Address. |
void |
setStreetAddress2(String streetAddress2)
Sets the streetAddress2 value for this Address. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
public Address(String streetAddress,
String streetAddress2,
String cityName,
String provinceCode,
String provinceName,
String postalCode,
String countryCode)
| Method Detail |
|---|
public String getStreetAddress()
null if unknown.
This string
must not be empty.public void setStreetAddress(String streetAddress)
streetAddress - * Street address line 1; null if unknown.
This string
must not be empty.public String getStreetAddress2()
null if unknown.
This string
must not be empty.public void setStreetAddress2(String streetAddress2)
streetAddress2 - * Street address line 2; null if unknown.
This string
must not be empty.public String getCityName()
null if unknown.
This string
must not be empty.public void setCityName(String cityName)
cityName - * Name of the city; null if unknown.
This string
must not be empty.public String getProvinceCode()
null if unknown.
This string
must not be empty.public void setProvinceCode(String provinceCode)
provinceCode - * Province or state code; null if unknown.
This string
must not be empty.public String getProvinceName()
null if unknown.
This string
must not be empty.public void setProvinceName(String provinceName)
provinceName - * Province or state name; null if unknown.
This string
must not be empty.public String getPostalCode()
null if unknown.
This string
must not be empty.public void setPostalCode(String postalCode)
postalCode - * Postal code; null if unknown.
This string
must not be empty.public String getCountryCode()
null if unknown.public void setCountryCode(String countryCode)
countryCode - * Country code; null if unknown.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||