public class RangeResultOfDecimalRoundedResult extends Object
Java class for RangeResultOfDecimalRoundedResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RangeResultOfDecimalRoundedResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="High" type="{https://bingads.microsoft.com/AdInsight/v13}DecimalRoundedResult" minOccurs="0"/>
<element name="Low" type="{https://bingads.microsoft.com/AdInsight/v13}DecimalRoundedResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DecimalRoundedResult |
high |
protected DecimalRoundedResult |
low |
| Constructor and Description |
|---|
RangeResultOfDecimalRoundedResult() |
| Modifier and Type | Method and Description |
|---|---|
DecimalRoundedResult |
getHigh()
Gets the value of the high property.
|
DecimalRoundedResult |
getLow()
Gets the value of the low property.
|
void |
setHigh(DecimalRoundedResult value)
Sets the value of the high property.
|
void |
setLow(DecimalRoundedResult value)
Sets the value of the low property.
|
protected DecimalRoundedResult high
protected DecimalRoundedResult low
public DecimalRoundedResult getHigh()
DecimalRoundedResultpublic void setHigh(DecimalRoundedResult value)
value - allowed object is
DecimalRoundedResultpublic DecimalRoundedResult getLow()
DecimalRoundedResultpublic void setLow(DecimalRoundedResult value)
value - allowed object is
DecimalRoundedResultCopyright © 2024. All rights reserved.