|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v11.Business
public class Business
Constructor Summary | |
---|---|
Business()
|
|
Business(java.lang.String address,
java.lang.String city,
java.lang.String countryCode,
java.lang.String key,
java.lang.String latitude,
java.lang.String longitude,
java.lang.String name,
java.lang.String phoneNumber,
java.lang.String postalCode,
java.lang.String region,
long timestamp)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAddress()
Gets the address value for this Business. |
java.lang.String |
getCity()
Gets the city value for this Business. |
java.lang.String |
getCountryCode()
Gets the countryCode value for this Business. |
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 |
getKey()
Gets the key value for this Business. |
java.lang.String |
getLatitude()
Gets the latitude value for this Business. |
java.lang.String |
getLongitude()
Gets the longitude value for this Business. |
java.lang.String |
getName()
Gets the name value for this Business. |
java.lang.String |
getPhoneNumber()
Gets the phoneNumber value for this Business. |
java.lang.String |
getPostalCode()
Gets the postalCode value for this Business. |
java.lang.String |
getRegion()
Gets the region value for this Business. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
long |
getTimestamp()
Gets the timestamp value for this Business. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAddress(java.lang.String address)
Sets the address value for this Business. |
void |
setCity(java.lang.String city)
Sets the city value for this Business. |
void |
setCountryCode(java.lang.String countryCode)
Sets the countryCode value for this Business. |
void |
setKey(java.lang.String key)
Sets the key value for this Business. |
void |
setLatitude(java.lang.String latitude)
Sets the latitude value for this Business. |
void |
setLongitude(java.lang.String longitude)
Sets the longitude value for this Business. |
void |
setName(java.lang.String name)
Sets the name value for this Business. |
void |
setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this Business. |
void |
setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this Business. |
void |
setRegion(java.lang.String region)
Sets the region value for this Business. |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this Business. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Business()
public Business(java.lang.String address, java.lang.String city, java.lang.String countryCode, java.lang.String key, java.lang.String latitude, java.lang.String longitude, java.lang.String name, java.lang.String phoneNumber, java.lang.String postalCode, java.lang.String region, long timestamp)
Method Detail |
---|
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- public java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude
- public java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode
- public java.lang.String getRegion()
public void setRegion(java.lang.String region)
region
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |