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

com.google.api.ads.dfp.jaxws.v201505.Targeting Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201505;

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/v201505}GeoTargeting" minOccurs="0"/>
 *         <element name="inventoryTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}InventoryTargeting" minOccurs="0"/>
 *         <element name="dayPartTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}DayPartTargeting" minOccurs="0"/>
 *         <element name="technologyTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}TechnologyTargeting" minOccurs="0"/>
 *         <element name="customTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}CustomCriteriaSet" minOccurs="0"/>
 *         <element name="userDomainTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}UserDomainTargeting" minOccurs="0"/>
 *         <element name="contentTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}ContentTargeting" minOccurs="0"/>
 *         <element name="videoPositionTargeting" type="{https://www.google.com/apis/ads/publisher/v201505}VideoPositionTargeting" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Targeting", propOrder = { "geoTargeting", "inventoryTargeting", "dayPartTargeting", "technologyTargeting", "customTargeting", "userDomainTargeting", "contentTargeting", "videoPositionTargeting" }) public class Targeting { protected GeoTargeting geoTargeting; protected InventoryTargeting inventoryTargeting; protected DayPartTargeting dayPartTargeting; protected TechnologyTargeting technologyTargeting; protected CustomCriteriaSet customTargeting; protected UserDomainTargeting userDomainTargeting; protected ContentTargeting contentTargeting; protected VideoPositionTargeting videoPositionTargeting; /** * 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 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy