com.sun.msv.datatype.xsd
public class UnsignedShortType extends IntType
java.lang.Integer
.
See http://www.w3.org/TR/xmlschema-2/#unsignedShort for the spec
We don't have language support for unsigned datatypes, so things are not so easy.
UnsignedShortType uses a IntType as a base implementation, for the convenience and
faster performance.
Field Summary | |
---|---|
static UnsignedShortType | theInstance |
Method Summary | |
---|---|
XSDatatype | getBaseType() |
Object | _createValue(String lexicalValue, ValidationContext context) |