com.sun.msv.datatype.xsd

Class IntType

public class IntType extends IntegerDerivedType

"int" type. type of the value object is java.lang.Integer. See http://www.w3.org/TR/xmlschema-2/#int for the spec

Author: Kohsuke KAWAGUCHI

Field Summary
static IntTypetheInstance
Method Summary
XSDatatypegetBaseType()
ClassgetJavaObjectType()
static Integerload(String s)
static Stringsave(Integer v)
Object_createValue(String lexicalValue, ValidationContext context)

Field Detail

theInstance

public static final IntType theInstance

Method Detail

getBaseType

public XSDatatype getBaseType()

getJavaObjectType

public Class getJavaObjectType()

load

public static Integer load(String s)

save

public static String save(Integer v)

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)