org.apache.axis.types

Class UnsignedLong

public class UnsignedLong extends Number implements Comparable

Custom class for supporting primitive XSD data type UnsignedLong

Author: Chris Haddad

See Also: XML Schema 3.3.21

Field Summary
protected BigIntegerlValue
Constructor Summary
UnsignedLong()
UnsignedLong(double value)
UnsignedLong(BigInteger value)
UnsignedLong(long lValue)
UnsignedLong(String stValue)
Method Summary
bytebyteValue()
intcompareTo(Object obj)
doubledoubleValue()
booleanequals(Object obj)
floatfloatValue()
inthashCode()
intintValue()
static booleanisValid(BigInteger value)
longlongValue()
shortshortValue()
StringtoString()

Field Detail

lValue

protected BigInteger lValue

Constructor Detail

UnsignedLong

public UnsignedLong()

UnsignedLong

public UnsignedLong(double value)

UnsignedLong

public UnsignedLong(BigInteger value)

UnsignedLong

public UnsignedLong(long lValue)

UnsignedLong

public UnsignedLong(String stValue)

Method Detail

byteValue

public byte byteValue()

compareTo

public int compareTo(Object obj)

doubleValue

public double doubleValue()

equals

public boolean equals(Object obj)

floatValue

public float floatValue()

hashCode

public int hashCode()

intValue

public int intValue()

isValid

public static boolean isValid(BigInteger value)

longValue

public long longValue()

shortValue

public short shortValue()

toString

public String toString()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.