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 <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 TypeMethodDescriptionbyteintcompareTo(UnsignedLong obj) doublebooleanfloatinthashCode()intintValue()static booleanisValid(BigInteger value) longshorttoString()
-
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:
compareToin interfaceComparable<UnsignedLong>
-
byteValue
public byte byteValue() -
shortValue
public short shortValue()- Overrides:
shortValuein classNumber
-
intValue
public int intValue() -
longValue
public long longValue() -
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-