public class LocationCriterion extends Criterion
Java class for LocationCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EnclosedLocationIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="LocationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="LocationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected ArrayOflong |
enclosedLocationIds |
protected Long |
locationId |
protected String |
locationType |
| Constructor and Description |
|---|
LocationCriterion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
ArrayOflong |
getEnclosedLocationIds()
Gets the value of the enclosedLocationIds property.
|
Long |
getLocationId()
Gets the value of the locationId property.
|
String |
getLocationType()
Gets the value of the locationType property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setEnclosedLocationIds(ArrayOflong value)
Sets the value of the enclosedLocationIds property.
|
void |
setLocationId(Long value)
Sets the value of the locationId property.
|
void |
setLocationType(String value)
Sets the value of the locationType property.
|
protected String displayName
protected ArrayOflong enclosedLocationIds
protected Long locationId
protected String locationType
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic ArrayOflong getEnclosedLocationIds()
ArrayOflongpublic void setEnclosedLocationIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Long getLocationId()
Longpublic void setLocationId(Long value)
value - allowed object is
Longpublic String getLocationType()
StringCopyright © 2024. All rights reserved.