org.apache.axis2.databinding.types
Class UnsignedShort
java.lang.Object
java.lang.Number
org.apache.axis2.databinding.types.UnsignedInt
org.apache.axis2.databinding.types.UnsignedShort
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UnsignedByte
- public class UnsignedShort
- extends UnsignedInt
Custom class for supporting primitive XSD data type UnsignedShort
- See Also:
- XML Schema 3.3.23,
Serialized Form
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UnsignedShort
public UnsignedShort()
UnsignedShort
public UnsignedShort(long sValue)
throws java.lang.NumberFormatException
- ctor for UnsignedShort
- Throws:
java.lang.NumberFormatException
- will be thrown if validation fails
UnsignedShort
public UnsignedShort(java.lang.String sValue)
throws java.lang.NumberFormatException
setValue
public void setValue(long sValue)
throws java.lang.NumberFormatException
- validates the data and sets the value for the object.
- Overrides:
setValue
in class UnsignedInt
- Parameters:
sValue
- value
- Throws:
java.lang.NumberFormatException
isValid
public static boolean isValid(long sValue)
- validate the value against the xsd definition
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.