org.apache.axis.types
public class UnsignedInt extends java.lang.Number implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
lValue |
Constructor and Description |
---|
UnsignedInt() |
UnsignedInt(long iValue)
ctor for UnsignedInt
|
UnsignedInt(java.lang.String stValue) |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue() |
int |
compareTo(java.lang.Object obj) |
double |
doubleValue() |
boolean |
equals(java.lang.Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
static boolean |
isValid(long iValue)
validate the value against the xsd definition
|
long |
longValue() |
void |
setValue(long iValue)
validates the data and sets the value for the object.
|
short |
shortValue() |
java.lang.String |
toString() |
public UnsignedInt()
public UnsignedInt(long iValue) throws java.lang.NumberFormatException
java.lang.NumberFormatException
- will be thrown if validation failspublic UnsignedInt(java.lang.String stValue) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setValue(long iValue) throws java.lang.NumberFormatException
iValue
- valuejava.lang.NumberFormatException
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static boolean isValid(long iValue)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
public byte byteValue()
byteValue
in class java.lang.Number
public short shortValue()
shortValue
in class java.lang.Number
public int intValue()
intValue
in class java.lang.Number
public long longValue()
longValue
in class java.lang.Number
public double doubleValue()
doubleValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.