public class FeedItemAttributeValue extends Object
Java class for FeedItemAttributeValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedItemAttributeValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feedAttributeId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="integerValue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="doubleValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="booleanValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="integerValues" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="doubleValues" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
<element name="booleanValues" type="{http://www.w3.org/2001/XMLSchema}boolean" maxOccurs="unbounded" minOccurs="0"/>
<element name="stringValues" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="moneyWithCurrencyValue" type="{https://adwords.google.com/api/adwords/cm/v201809}MoneyWithCurrency" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
booleanValue |
protected List<Boolean> |
booleanValues |
protected Double |
doubleValue |
protected List<Double> |
doubleValues |
protected Long |
feedAttributeId |
protected Long |
integerValue |
protected List<Long> |
integerValues |
protected MoneyWithCurrency |
moneyWithCurrencyValue |
protected String |
stringValue |
protected List<String> |
stringValues |
| Constructor and Description |
|---|
FeedItemAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
List<Boolean> |
getBooleanValues()
Gets the value of the booleanValues property.
|
Double |
getDoubleValue()
Gets the value of the doubleValue property.
|
List<Double> |
getDoubleValues()
Gets the value of the doubleValues property.
|
Long |
getFeedAttributeId()
Gets the value of the feedAttributeId property.
|
Long |
getIntegerValue()
Gets the value of the integerValue property.
|
List<Long> |
getIntegerValues()
Gets the value of the integerValues property.
|
MoneyWithCurrency |
getMoneyWithCurrencyValue()
Gets the value of the moneyWithCurrencyValue property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
List<String> |
getStringValues()
Gets the value of the stringValues property.
|
Boolean |
isBooleanValue()
Gets the value of the booleanValue property.
|
void |
setBooleanValue(Boolean value)
Sets the value of the booleanValue property.
|
void |
setDoubleValue(Double value)
Sets the value of the doubleValue property.
|
void |
setFeedAttributeId(Long value)
Sets the value of the feedAttributeId property.
|
void |
setIntegerValue(Long value)
Sets the value of the integerValue property.
|
void |
setMoneyWithCurrencyValue(MoneyWithCurrency value)
Sets the value of the moneyWithCurrencyValue property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
protected Long feedAttributeId
protected Long integerValue
protected Double doubleValue
protected Boolean booleanValue
protected String stringValue
protected MoneyWithCurrency moneyWithCurrencyValue
public Long getFeedAttributeId()
Longpublic void setFeedAttributeId(Long value)
value - allowed object is
Longpublic Long getIntegerValue()
Longpublic void setIntegerValue(Long value)
value - allowed object is
Longpublic Double getDoubleValue()
Doublepublic void setDoubleValue(Double value)
value - allowed object is
Doublepublic Boolean isBooleanValue()
Booleanpublic void setBooleanValue(Boolean value)
value - allowed object is
Booleanpublic String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic List<Long> getIntegerValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the integerValues property.
For example, to add a new item, do as follows:
getIntegerValues().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Double> getDoubleValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the doubleValues property.
For example, to add a new item, do as follows:
getDoubleValues().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Boolean> getBooleanValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the booleanValues property.
For example, to add a new item, do as follows:
getBooleanValues().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public List<String> getStringValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stringValues property.
For example, to add a new item, do as follows:
getStringValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public MoneyWithCurrency getMoneyWithCurrencyValue()
MoneyWithCurrencypublic void setMoneyWithCurrencyValue(MoneyWithCurrency value)
value - allowed object is
MoneyWithCurrencyCopyright © 2023. All rights reserved.