com.sun.msv.datatype.xsd

Class UnsignedLongType

public class UnsignedLongType extends IntegerType

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

Author: Kohsuke KAWAGUCHI

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

Field Detail

theInstance

public static final UnsignedLongType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

_createValue

public Object _createValue(String lexicalValue, ValidationContext context)