Package org.apache.axis.types
Class UnsignedLong
java.lang.Object
java.lang.Number
org.apache.axis.types.UnsignedLong
- All Implemented Interfaces:
Serializable
,Comparable<UnsignedLong>
Custom class for supporting primitive XSD data type UnsignedLong
- Author:
- Chris Haddad invalid input: '<'chaddad@cobia.net>
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsignedLong
(double value) UnsignedLong
(long lValue) UnsignedLong
(String stValue) UnsignedLong
(BigInteger value) -
Method Summary
Modifier and TypeMethodDescriptionbyte
int
compareTo
(UnsignedLong obj) double
boolean
float
int
hashCode()
int
intValue()
static boolean
isValid
(BigInteger value) long
short
toString()
-
Field Details
-
lValue
-
-
Constructor Details
-
UnsignedLong
public UnsignedLong() -
UnsignedLong
- Throws:
NumberFormatException
-
UnsignedLong
- Throws:
NumberFormatException
-
UnsignedLong
- Throws:
NumberFormatException
-
UnsignedLong
- Throws:
NumberFormatException
-
-
Method Details
-
isValid
-
toString
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<UnsignedLong>
-
byteValue
public byte byteValue() -
shortValue
public short shortValue()- Overrides:
shortValue
in classNumber
-
intValue
public int intValue() -
longValue
public long longValue() -
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-