public class Range extends Object
Java class for Range complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Range">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="min" type="{https://adwords.google.com/api/adwords/cm/v201809}ComparableValue" minOccurs="0"/>
<element name="max" type="{https://adwords.google.com/api/adwords/cm/v201809}ComparableValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComparableValue |
max |
protected ComparableValue |
min |
| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
ComparableValue |
getMax()
Gets the value of the max property.
|
ComparableValue |
getMin()
Gets the value of the min property.
|
void |
setMax(ComparableValue value)
Sets the value of the max property.
|
void |
setMin(ComparableValue value)
Sets the value of the min property.
|
protected ComparableValue min
protected ComparableValue max
public ComparableValue getMin()
ComparableValuepublic void setMin(ComparableValue value)
value - allowed object is
ComparableValuepublic ComparableValue getMax()
ComparableValuepublic void setMax(ComparableValue value)
value - allowed object is
ComparableValueCopyright © 2023. All rights reserved.