org.apache.axis.types
Class UnsignedInt
java.lang.Number
org.apache.axis.types.UnsignedInt
- java.lang.Comparable
public class UnsignedInt
extends java.lang.Number
implements java.lang.Comparable
Custom class for supporting primitive XSD data type UnsignedInt
lValue
protected Long lValue
UnsignedInt
public UnsignedInt()
UnsignedInt
public UnsignedInt(String stValue)
throws NumberFormatException
UnsignedInt
public UnsignedInt(long iValue)
throws NumberFormatException
ctor for UnsignedInt
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(long iValue)
validate the value against the xsd definition
longValue
public long longValue()
setValue
public void setValue(long iValue)
throws NumberFormatException
validates the data and sets the value for the object.
shortValue
public short shortValue()
toString
public String toString()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.