org.apache.axis.types
Class UnsignedByte
- java.lang.Comparable
public class UnsignedByte
Custom class for supporting primitive XSD data type UnsignedByte
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 , isValid , longValue , setValue , shortValue , toString |
UnsignedByte
public UnsignedByte()
UnsignedByte
public UnsignedByte(String sValue)
throws NumberFormatException
UnsignedByte
public UnsignedByte(long sValue)
throws NumberFormatException
ctor for UnsignedByte
isValid
public static boolean isValid(long sValue)
validate the value against the xsd value space definition
- isValid in interface UnsignedShort
sValue
- number to check against range
setValue
public void setValue(long sValue)
throws NumberFormatException
validates the data and sets the value for the object.
- setValue in interface UnsignedShort
sValue
- the number to set
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.