public class DoubleAttribute extends Attribute
Attribute type that contains a double value.
Java class for DoubleAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoubleAttribute">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}Attribute">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
value |
attributeType| Constructor and Description |
|---|
DoubleAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getValue()
Gets the value of the value property.
|
void |
setValue(Double value)
Sets the value of the value property.
|
getAttributeType, setAttributeTypeprotected Double value
Copyright © 2023. All rights reserved.