org.apache.axis.types
public class UnsignedLong extends Number implements Comparable
See Also: XML Schema 3.3.21
| Field Summary | |
|---|---|
| protected BigInteger | lValue |
| Constructor Summary | |
|---|---|
| UnsignedLong() | |
| UnsignedLong(double value) | |
| UnsignedLong(BigInteger value) | |
| UnsignedLong(long lValue) | |
| UnsignedLong(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(BigInteger value) |
| long | longValue() |
| short | shortValue() |
| String | toString() |