public class HotelGroup extends Criterion
Java class for HotelGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HotelGroup">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="Listing" type="{https://bingads.microsoft.com/CampaignManagement/v13}HotelListing" minOccurs="0"/>
<element name="ListingType" type="{https://bingads.microsoft.com/CampaignManagement/v13}HotelListingType"/>
<element name="ParentCriterionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HotelListing |
listing |
protected HotelListingType |
listingType |
protected Long |
parentCriterionId |
| Constructor and Description |
|---|
HotelGroup() |
| Modifier and Type | Method and Description |
|---|---|
HotelListing |
getListing()
Gets the value of the listing property.
|
HotelListingType |
getListingType()
Gets the value of the listingType property.
|
Long |
getParentCriterionId()
Gets the value of the parentCriterionId property.
|
void |
setListing(HotelListing value)
Sets the value of the listing property.
|
void |
setListingType(HotelListingType value)
Sets the value of the listingType property.
|
void |
setParentCriterionId(Long value)
Sets the value of the parentCriterionId property.
|
protected HotelListing listing
protected HotelListingType listingType
protected Long parentCriterionId
public HotelListing getListing()
HotelListingpublic void setListing(HotelListing value)
value - allowed object is
HotelListingpublic HotelListingType getListingType()
HotelListingTypepublic void setListingType(HotelListingType value)
value - allowed object is
HotelListingTypepublic Long getParentCriterionId()
LongCopyright © 2024. All rights reserved.