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