org.apache.axis.types

Class UnsignedLong

Implemented Interfaces:
java.lang.Comparable

public class UnsignedLong
extends java.lang.Number
implements java.lang.Comparable

Custom class for supporting primitive XSD data type UnsignedLong

Author:
Chris Haddad

See Also:
XML Schema 3.3.21

Field Summary

protected BigInteger
lValue

Constructor Summary

UnsignedLong()
UnsignedLong(BigInteger value)
UnsignedLong(String stValue)
UnsignedLong(double value)
UnsignedLong(long lValue)

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()

Field Details

lValue

protected BigInteger lValue

Constructor Details

UnsignedLong

public UnsignedLong()


UnsignedLong

public UnsignedLong(BigInteger value)
            throws NumberFormatException


UnsignedLong

public UnsignedLong(String stValue)
            throws NumberFormatException


UnsignedLong

public UnsignedLong(double value)
            throws NumberFormatException


UnsignedLong

public UnsignedLong(long lValue)
            throws NumberFormatException

Method Details

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.