|
|||||||||
| Home >> All >> org >> apache >> axis >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.types
Class UnsignedShort

java.lang.Objectjava.lang.Number
org.apache.axis.types.UnsignedInt
org.apache.axis.types.UnsignedShort
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- Direct Known Subclasses:
- UnsignedByte
- public class UnsignedShort
- extends UnsignedInt
Custom class for supporting primitive XSD data type UnsignedShort
| Field Summary |
| Fields inherited from class org.apache.axis.types.UnsignedInt |
lValue |
| Fields inherited from class java.lang.Number |
|
| Constructor Summary | |
UnsignedShort()
|
|
UnsignedShort(long sValue)
ctor for UnsignedShort |
|
UnsignedShort(java.lang.String sValue)
|
|
| Method Summary | |
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. |
| Methods inherited from class org.apache.axis.types.UnsignedInt |
byteValue, compareTo, doubleValue, equals, floatValue, hashCode, intValue, longValue, shortValue, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
UnsignedShort
public UnsignedShort()
UnsignedShort
public UnsignedShort(long sValue)
throws java.lang.NumberFormatException
- ctor for UnsignedShort
UnsignedShort
public UnsignedShort(java.lang.String sValue) throws java.lang.NumberFormatException
| Method Detail |
setValue
public void setValue(long sValue)
throws java.lang.NumberFormatException
- validates the data and sets the value for the object.
- Overrides:
setValuein classUnsignedInt
isValid
public static boolean isValid(long sValue)
- validate the value against the xsd definition
|
|||||||||
| Home >> All >> org >> apache >> axis >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC