
com.google.api.ads.dfp.jaxws.v201602.Value Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-appengine Show documentation
Show all versions of dfp-appengine Show documentation
DFP specific AppEngine components.
package com.google.api.ads.dfp.jaxws.v201602;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
*
* {@code Value} represents a value.
*
*
* Java class for Value complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Value">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Value")
@XmlSeeAlso({
BooleanValue.class,
TextValue.class,
SetValue.class,
DateTimeValue.class,
NumberValue.class,
DateValue.class,
ObjectValue.class
})
public abstract class Value {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy