com.sun.msv.datatype.xsd

Class NonPositiveIntegerType

public class NonPositiveIntegerType extends IntegerType

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

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final NonPositiveIntegerType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)