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

com.google.api.ads.dfp.jaxws.v201511.IncludeContentInContentBundle 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;


/**
 * 
 *             The action used for explicitly including specific content in a {@link ContentBundle} object.
 *           
 * 
 * 

Java class for IncludeContentInContentBundle complex type. * *

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

 * <complexType name="IncludeContentInContentBundle">
 *   <complexContent>
 *     <extension base="{https://www.google.com/apis/ads/publisher/v201511}ContentBundleAction">
 *       <sequence>
 *         <element name="contentStatement" type="{https://www.google.com/apis/ads/publisher/v201511}Statement" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "IncludeContentInContentBundle", propOrder = { "contentStatement" }) public class IncludeContentInContentBundle extends ContentBundleAction { protected Statement contentStatement; /** * Gets the value of the contentStatement property. * * @return * possible object is * {@link Statement } * */ public Statement getContentStatement() { return contentStatement; } /** * Sets the value of the contentStatement property. * * @param value * allowed object is * {@link Statement } * */ public void setContentStatement(Statement value) { this.contentStatement = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy