public class UnsignedByte extends UnsignedShort
lValue| Constructor and Description |
|---|
UnsignedByte() |
UnsignedByte(long sValue)
ctor for UnsignedByte
|
UnsignedByte(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, toStringpublic UnsignedByte()
public UnsignedByte(long sValue)
throws NumberFormatException
Exception - will be thrown if validation failsNumberFormatExceptionpublic UnsignedByte(String sValue) throws NumberFormatException
NumberFormatExceptionpublic void setValue(long sValue)
throws NumberFormatException
setValue in class UnsignedShortsValue - the number to setNumberFormatExceptionpublic static boolean isValid(long sValue)
sValue - number to check against rangeCopyright © The Apache Software Foundation. All Rights Reserved.