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

com.google.api.ads.dfp.jaxws.v201511.AdExchangeCreative Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

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

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


/**
 * 
 *             An Ad Exchange dynamic allocation creative.
 *           
 * 
 * 

Java class for AdExchangeCreative complex type. * *

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

 * <complexType name="AdExchangeCreative">
 *   <complexContent>
 *     <extension base="{https://www.google.com/apis/ads/publisher/v201511}HasHtmlSnippetDynamicAllocationCreative">
 *       <sequence>
 *         <element name="isNativeEligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="isInterstitial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AdExchangeCreative", propOrder = { "isNativeEligible", "isInterstitial" }) public class AdExchangeCreative extends HasHtmlSnippetDynamicAllocationCreative { protected Boolean isNativeEligible; protected Boolean isInterstitial; /** * Gets the value of the isNativeEligible property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsNativeEligible() { return isNativeEligible; } /** * Sets the value of the isNativeEligible property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsNativeEligible(Boolean value) { this.isNativeEligible = value; } /** * Gets the value of the isInterstitial property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsInterstitial() { return isInterstitial; } /** * Sets the value of the isInterstitial property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsInterstitial(Boolean value) { this.isInterstitial = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy