org.apache.axis.types
public class UnsignedByte extends UnsignedShort
See Also: XML Schema 3.3.24
Constructor Summary | |
---|---|
UnsignedByte() | |
UnsignedByte(long sValue)
ctor for UnsignedByte | |
UnsignedByte(String sValue) |
Method Summary | |
---|---|
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.
|
Throws: Exception will be thrown if validation fails
Parameters: sValue number to check against range
Parameters: sValue the number to set