public class NumberValue extends StateValue
Java class for NumberValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberValue">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}StateValue">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
value |
| Constructor and Description |
|---|
NumberValue() |
| 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.
|
Copyright © 2016. All rights reserved.