com.sun.msv.datatype.xsd

Class UnsignedShortType

public class UnsignedShortType extends IntType

"unsignedShort" type. type of the value object is 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.

Author: Kohsuke KAWAGUCHI

Field Summary
static UnsignedShortTypetheInstance
Method Summary
XSDatatypegetBaseType()
Object_createValue(String lexicalValue, ValidationContext context)

Field Detail

theInstance

public static final UnsignedShortType theInstance

Method Detail

getBaseType

public XSDatatype getBaseType()

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)