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