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