public class NegativeInteger extends Object
Java class for negativeInteger simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="negativeInteger">
<restriction base="{http://www.w3.org/2001/XMLSchema}nonPositiveInteger">
<maxInclusive value="-1"/>
</restriction>
</simpleType>
| Modifier and Type | Field and Description |
|---|---|
protected NonPositiveInteger |
value |
| Constructor and Description |
|---|
NegativeInteger() |
| Modifier and Type | Method and Description |
|---|---|
NonPositiveInteger |
getValue()
Gets the value of the value property.
|
void |
setValue(NonPositiveInteger value)
Sets the value of the value property.
|
protected NonPositiveInteger value
public NonPositiveInteger getValue()
NonPositiveIntegerpublic void setValue(NonPositiveInteger value)
value - allowed object is
NonPositiveIntegerCopyright © 2024. All rights reserved.