com.sun.msv.datatype.xsd

Class PositiveIntegerType

public class PositiveIntegerType extends IntegerType

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

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final PositiveIntegerType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)