org.apache.axis2.databinding.types
Class UnsignedLong
java.lang.Object
java.lang.Number
org.apache.axis2.databinding.types.UnsignedLong
- All Implemented Interfaces:
- Serializable
- public class UnsignedLong
- extends Number
Custom class for supporting primitive XSD data type UnsignedLong
- See Also:
- XML Schema 3.3.21,
Serialized Form
lValue
protected BigInteger lValue
UnsignedLong
public UnsignedLong()
UnsignedLong
public UnsignedLong(double value)
throws NumberFormatException
UnsignedLong
public UnsignedLong(BigInteger value)
throws NumberFormatException
UnsignedLong
public UnsignedLong(long lValue)
throws NumberFormatException
UnsignedLong
public UnsignedLong(String stValue)
throws NumberFormatException
isValid
public static boolean isValid(BigInteger value)
toString
public String toString()
hashCode
public int hashCode()
equals
public boolean equals(Object obj)
byteValue
public byte byteValue()
shortValue
public short shortValue()
intValue
public int intValue()
longValue
public long longValue()
doubleValue
public double doubleValue()
floatValue
public float floatValue()