com.sun.msv.datatype.xsd
public class ByteType extends IntegerDerivedType
java.lang.Byte
.
See http://www.w3.org/TR/xmlschema-2/#byte for the spec
Field Summary | |
---|---|
static ByteType | theInstance |
Method Summary | |
---|---|
XSDatatype | getBaseType() |
Class | getJavaObjectType() |
static Byte | load(String s) |
static String | save(Byte v) |
Object | _createValue(String content, ValidationContext context) |