com.sun.msv.datatype.xsd

Class LongType

public class LongType extends IntegerDerivedType

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

Author: Kohsuke KAWAGUCHI

Field Summary
static LongTypetheInstance
Method Summary
XSDatatypegetBaseType()
ClassgetJavaObjectType()
static Longload(String s)
static Stringsave(Long v)
Object_createValue(String lexicalValue, ValidationContext context)

Field Detail

theInstance

public static final LongType theInstance

Method Detail

getBaseType

public XSDatatype getBaseType()

getJavaObjectType

public Class getJavaObjectType()

load

public static Long load(String s)

save

public static String save(Long v)

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)