public class DoubleItResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
doubledNumber |
| Constructor and Description |
|---|
DoubleItResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDoubledNumber()
Gets the value of the doubledNumber property.
|
void |
setDoubledNumber(int value)
Sets the value of the doubledNumber property.
|
Apache CXF