com.sun.msv.datatype.xsd

Class UnsignedIntType

public class UnsignedIntType extends LongType

"unsignedInt" type. type of the value object is java.lang.Long. See http://www.w3.org/TR/xmlschema-2/#unsignedInt for the spec We don't have language support for unsigned datatypes, so things are not so easy. UnsignedIntType uses a LongType as a base implementation, for the convenience and faster performance.

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final UnsignedIntType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)