com.sun.msv.datatype.xsd

Class ByteType

public class ByteType extends IntegerDerivedType

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

Author: Kohsuke KAWAGUCHI

Field Summary
static ByteTypetheInstance
Method Summary
XSDatatypegetBaseType()
ClassgetJavaObjectType()
static Byteload(String s)
static Stringsave(Byte v)
Object_createValue(String content, ValidationContext context)

Field Detail

theInstance

public static final ByteType theInstance

Method Detail

getBaseType

public final XSDatatype getBaseType()

getJavaObjectType

public Class getJavaObjectType()

load

public static Byte load(String s)

save

public static String save(Byte v)

_createValue

public Object _createValue(String content, ValidationContext context)