com.sun.msv.datatype.xsd

Class ShortType

public class ShortType extends IntegerDerivedType

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

Author: Kohsuke KAWAGUCHI

Field Summary
static ShortTypetheInstance
Method Summary
XSDatatypegetBaseType()
ClassgetJavaObjectType()
static Shortload(String s)
static Stringsave(Short v)
Object_createValue(String lexicalValue, ValidationContext context)

Field Detail

theInstance

public static final ShortType theInstance

Method Detail

getBaseType

public XSDatatype getBaseType()

getJavaObjectType

public Class getJavaObjectType()

load

public static Short load(String s)

save

public static String save(Short v)

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)