com.sun.msv.datatype.xsd

Class IntegerType

public class IntegerType extends IntegerDerivedType

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

Author: Kohsuke KAWAGUCHI

Field Summary
static IntegerTypetheInstance
Singleton instance.
Method Summary
XSDatatypegetBaseType()
ClassgetJavaObjectType()
static BigIntegerload(String s)
static Stringsave(BigInteger v)
Object_createJavaObject(String literal, ValidationContext context)
Object_createValue(String lexicalValue, ValidationContext context)

Field Detail

theInstance

public static final IntegerType theInstance
Singleton instance.

Method Detail

getBaseType

public XSDatatype getBaseType()

getJavaObjectType

public Class getJavaObjectType()

load

public static BigInteger load(String s)

save

public static String save(BigInteger v)

_createJavaObject

public Object _createJavaObject(String literal, ValidationContext context)

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)