All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.admanager.jaxws.v202311.Targeting Maven / Gradle / Ivy

The newest version!
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.


package com.google.api.ads.admanager.jaxws.v202311;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 
 *             Contains targeting criteria for {@link LineItem} objects. See {@link LineItem#targeting}.
 *           
 * 
 * 

Java class for Targeting complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="Targeting">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="geoTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}GeoTargeting" minOccurs="0"/>
 *         <element name="inventoryTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}InventoryTargeting" minOccurs="0"/>
 *         <element name="dayPartTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}DayPartTargeting" minOccurs="0"/>
 *         <element name="dateTimeRangeTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}DateTimeRangeTargeting" minOccurs="0"/>
 *         <element name="technologyTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}TechnologyTargeting" minOccurs="0"/>
 *         <element name="customTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}CustomCriteriaSet" minOccurs="0"/>
 *         <element name="userDomainTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}UserDomainTargeting" minOccurs="0"/>
 *         <element name="contentTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}ContentTargeting" minOccurs="0"/>
 *         <element name="videoPositionTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}VideoPositionTargeting" minOccurs="0"/>
 *         <element name="mobileApplicationTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}MobileApplicationTargeting" minOccurs="0"/>
 *         <element name="buyerUserListTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}BuyerUserListTargeting" minOccurs="0"/>
 *         <element name="inventoryUrlTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}InventoryUrlTargeting" minOccurs="0"/>
 *         <element name="requestPlatformTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}RequestPlatformTargeting" minOccurs="0"/>
 *         <element name="inventorySizeTargeting" type="{https://www.google.com/apis/ads/publisher/v202311}InventorySizeTargeting" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Targeting", propOrder = { "geoTargeting", "inventoryTargeting", "dayPartTargeting", "dateTimeRangeTargeting", "technologyTargeting", "customTargeting", "userDomainTargeting", "contentTargeting", "videoPositionTargeting", "mobileApplicationTargeting", "buyerUserListTargeting", "inventoryUrlTargeting", "requestPlatformTargeting", "inventorySizeTargeting" }) public class Targeting { protected GeoTargeting geoTargeting; protected InventoryTargeting inventoryTargeting; protected DayPartTargeting dayPartTargeting; protected DateTimeRangeTargeting dateTimeRangeTargeting; protected TechnologyTargeting technologyTargeting; protected CustomCriteriaSet customTargeting; protected UserDomainTargeting userDomainTargeting; protected ContentTargeting contentTargeting; protected VideoPositionTargeting videoPositionTargeting; protected MobileApplicationTargeting mobileApplicationTargeting; protected BuyerUserListTargeting buyerUserListTargeting; protected InventoryUrlTargeting inventoryUrlTargeting; protected RequestPlatformTargeting requestPlatformTargeting; protected InventorySizeTargeting inventorySizeTargeting; /** * Gets the value of the geoTargeting property. * * @return * possible object is * {@link GeoTargeting } * */ public GeoTargeting getGeoTargeting() { return geoTargeting; } /** * Sets the value of the geoTargeting property. * * @param value * allowed object is * {@link GeoTargeting } * */ public void setGeoTargeting(GeoTargeting value) { this.geoTargeting = value; } /** * Gets the value of the inventoryTargeting property. * * @return * possible object is * {@link InventoryTargeting } * */ public InventoryTargeting getInventoryTargeting() { return inventoryTargeting; } /** * Sets the value of the inventoryTargeting property. * * @param value * allowed object is * {@link InventoryTargeting } * */ public void setInventoryTargeting(InventoryTargeting value) { this.inventoryTargeting = value; } /** * Gets the value of the dayPartTargeting property. * * @return * possible object is * {@link DayPartTargeting } * */ public DayPartTargeting getDayPartTargeting() { return dayPartTargeting; } /** * Sets the value of the dayPartTargeting property. * * @param value * allowed object is * {@link DayPartTargeting } * */ public void setDayPartTargeting(DayPartTargeting value) { this.dayPartTargeting = value; } /** * Gets the value of the dateTimeRangeTargeting property. * * @return * possible object is * {@link DateTimeRangeTargeting } * */ public DateTimeRangeTargeting getDateTimeRangeTargeting() { return dateTimeRangeTargeting; } /** * Sets the value of the dateTimeRangeTargeting property. * * @param value * allowed object is * {@link DateTimeRangeTargeting } * */ public void setDateTimeRangeTargeting(DateTimeRangeTargeting value) { this.dateTimeRangeTargeting = value; } /** * Gets the value of the technologyTargeting property. * * @return * possible object is * {@link TechnologyTargeting } * */ public TechnologyTargeting getTechnologyTargeting() { return technologyTargeting; } /** * Sets the value of the technologyTargeting property. * * @param value * allowed object is * {@link TechnologyTargeting } * */ public void setTechnologyTargeting(TechnologyTargeting value) { this.technologyTargeting = value; } /** * Gets the value of the customTargeting property. * * @return * possible object is * {@link CustomCriteriaSet } * */ public CustomCriteriaSet getCustomTargeting() { return customTargeting; } /** * Sets the value of the customTargeting property. * * @param value * allowed object is * {@link CustomCriteriaSet } * */ public void setCustomTargeting(CustomCriteriaSet value) { this.customTargeting = value; } /** * Gets the value of the userDomainTargeting property. * * @return * possible object is * {@link UserDomainTargeting } * */ public UserDomainTargeting getUserDomainTargeting() { return userDomainTargeting; } /** * Sets the value of the userDomainTargeting property. * * @param value * allowed object is * {@link UserDomainTargeting } * */ public void setUserDomainTargeting(UserDomainTargeting value) { this.userDomainTargeting = value; } /** * Gets the value of the contentTargeting property. * * @return * possible object is * {@link ContentTargeting } * */ public ContentTargeting getContentTargeting() { return contentTargeting; } /** * Sets the value of the contentTargeting property. * * @param value * allowed object is * {@link ContentTargeting } * */ public void setContentTargeting(ContentTargeting value) { this.contentTargeting = value; } /** * Gets the value of the videoPositionTargeting property. * * @return * possible object is * {@link VideoPositionTargeting } * */ public VideoPositionTargeting getVideoPositionTargeting() { return videoPositionTargeting; } /** * Sets the value of the videoPositionTargeting property. * * @param value * allowed object is * {@link VideoPositionTargeting } * */ public void setVideoPositionTargeting(VideoPositionTargeting value) { this.videoPositionTargeting = value; } /** * Gets the value of the mobileApplicationTargeting property. * * @return * possible object is * {@link MobileApplicationTargeting } * */ public MobileApplicationTargeting getMobileApplicationTargeting() { return mobileApplicationTargeting; } /** * Sets the value of the mobileApplicationTargeting property. * * @param value * allowed object is * {@link MobileApplicationTargeting } * */ public void setMobileApplicationTargeting(MobileApplicationTargeting value) { this.mobileApplicationTargeting = value; } /** * Gets the value of the buyerUserListTargeting property. * * @return * possible object is * {@link BuyerUserListTargeting } * */ public BuyerUserListTargeting getBuyerUserListTargeting() { return buyerUserListTargeting; } /** * Sets the value of the buyerUserListTargeting property. * * @param value * allowed object is * {@link BuyerUserListTargeting } * */ public void setBuyerUserListTargeting(BuyerUserListTargeting value) { this.buyerUserListTargeting = value; } /** * Gets the value of the inventoryUrlTargeting property. * * @return * possible object is * {@link InventoryUrlTargeting } * */ public InventoryUrlTargeting getInventoryUrlTargeting() { return inventoryUrlTargeting; } /** * Sets the value of the inventoryUrlTargeting property. * * @param value * allowed object is * {@link InventoryUrlTargeting } * */ public void setInventoryUrlTargeting(InventoryUrlTargeting value) { this.inventoryUrlTargeting = value; } /** * Gets the value of the requestPlatformTargeting property. * * @return * possible object is * {@link RequestPlatformTargeting } * */ public RequestPlatformTargeting getRequestPlatformTargeting() { return requestPlatformTargeting; } /** * Sets the value of the requestPlatformTargeting property. * * @param value * allowed object is * {@link RequestPlatformTargeting } * */ public void setRequestPlatformTargeting(RequestPlatformTargeting value) { this.requestPlatformTargeting = value; } /** * Gets the value of the inventorySizeTargeting property. * * @return * possible object is * {@link InventorySizeTargeting } * */ public InventorySizeTargeting getInventorySizeTargeting() { return inventorySizeTargeting; } /** * Sets the value of the inventorySizeTargeting property. * * @param value * allowed object is * {@link InventorySizeTargeting } * */ public void setInventorySizeTargeting(InventorySizeTargeting value) { this.inventorySizeTargeting = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy