com.sun.msv.datatype.xsd

Class NonNegativeIntegerType

public class NonNegativeIntegerType extends IntegerType

"nonNegativeInteger" type. type of the value object is IntegerValueType. See http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger for the spec

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final NonNegativeIntegerType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)