public class DoubleIt extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
numberToDouble |
| Constructor and Description |
|---|
DoubleIt() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberToDouble()
Gets the value of the numberToDouble property.
|
void |
setNumberToDouble(int value)
Sets the value of the numberToDouble property.
|
Apache CXF