org.apache.axis.types
public class UnsignedByte extends UnsignedShort
lValue
Constructor and Description |
---|
UnsignedByte() |
UnsignedByte(long sValue)
ctor for UnsignedByte
|
UnsignedByte(java.lang.String sValue) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(long sValue)
validate the value against the xsd value space definition
|
void |
setValue(long sValue)
validates the data and sets the value for the object.
|
byteValue, compareTo, doubleValue, equals, floatValue, hashCode, intValue, longValue, shortValue, toString
public UnsignedByte()
public UnsignedByte(long sValue) throws java.lang.NumberFormatException
java.lang.Exception
- will be thrown if validation failsjava.lang.NumberFormatException
public UnsignedByte(java.lang.String sValue) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setValue(long sValue) throws java.lang.NumberFormatException
setValue
in class UnsignedShort
sValue
- the number to setjava.lang.NumberFormatException
public static boolean isValid(long sValue)
sValue
- number to check against rangeCopyright ? 2005 Apache Web Services Project. All Rights Reserved.