public class LocationAdExtension extends AdExtension
Java class for LocationAdExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationAdExtension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtension">
<sequence>
<element name="Address" type="{https://bingads.microsoft.com/CampaignManagement/v13}Address" minOccurs="0"/>
<element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GeoCodeStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}BusinessGeoCodeStatus" minOccurs="0"/>
<element name="GeoPoint" type="{https://bingads.microsoft.com/CampaignManagement/v13}GeoPoint" minOccurs="0"/>
<element name="PhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected String |
companyName |
protected BusinessGeoCodeStatus |
geoCodeStatus |
protected GeoPoint |
geoPoint |
protected String |
phoneNumber |
devicePreference, forwardCompatibilityMap, id, scheduling, status, type, version| Constructor and Description |
|---|
LocationAdExtension() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
String |
getCompanyName()
Gets the value of the companyName property.
|
BusinessGeoCodeStatus |
getGeoCodeStatus()
Gets the value of the geoCodeStatus property.
|
GeoPoint |
getGeoPoint()
Gets the value of the geoPoint property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setGeoCodeStatus(BusinessGeoCodeStatus value)
Sets the value of the geoCodeStatus property.
|
void |
setGeoPoint(GeoPoint value)
Sets the value of the geoPoint property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
getDevicePreference, getForwardCompatibilityMap, getId, getScheduling, getStatus, getType, getVersion, setDevicePreference, setForwardCompatibilityMap, setId, setScheduling, setStatus, setType, setVersionprotected Address address
protected String companyName
protected BusinessGeoCodeStatus geoCodeStatus
protected GeoPoint geoPoint
protected String phoneNumber
public Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic BusinessGeoCodeStatus getGeoCodeStatus()
BusinessGeoCodeStatuspublic void setGeoCodeStatus(BusinessGeoCodeStatus value)
value - allowed object is
BusinessGeoCodeStatuspublic GeoPoint getGeoPoint()
GeoPointpublic void setGeoPoint(GeoPoint value)
value - allowed object is
GeoPointpublic String getPhoneNumber()
StringCopyright © 2024. All rights reserved.