| java.lang.Object | |
| ↳ | org.w3._2001.xmlschema.NonPositiveInteger |
Java class for nonPositiveInteger simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="nonPositiveInteger">
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<maxInclusive value="0"/>
</restriction>
</simpleType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is BigInteger |
|---|