org.apache.axis.types
Class UnsignedLong
java.lang.Number
org.apache.axis.types.UnsignedLong
- java.lang.Comparable
public class UnsignedLong
extends java.lang.Number
implements java.lang.Comparable
Custom class for supporting primitive XSD data type UnsignedLong
- Chris Haddad
XML Schema 3.3.21
lValue
protected BigInteger lValue
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
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.