public class IntParameter extends Object
Java class for IntParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntParameter">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>integer">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
value |
| Constructor and Description |
|---|
IntParameter() |
IntParameter(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Gets the value of the value property.
|
void |
setValue(int value)
Sets the value of the value property.
|
public int getValue()
BigIntegerpublic void setValue(int value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.