org.apache.axis.types
public class UnsignedInt extends Number implements Comparable
See Also: XML Schema 3.3.22
| Field Summary | |
|---|---|
| protected Long | lValue |
| Constructor Summary | |
|---|---|
| UnsignedInt() | |
| UnsignedInt(long iValue)
ctor for UnsignedInt | |
| UnsignedInt(String stValue) | |
| Method Summary | |
|---|---|
| byte | byteValue() |
| int | compareTo(Object obj) |
| double | doubleValue() |
| boolean | equals(Object obj) |
| float | floatValue() |
| int | hashCode() |
| int | intValue() |
| static boolean | isValid(long iValue)
validate the value against the xsd definition
|
| long | longValue() |
| void | setValue(long iValue)
validates the data and sets the value for the object.
|
| short | shortValue() |
| String | toString() |
Throws: NumberFormatException will be thrown if validation fails
Parameters: iValue value