public interface XmlByte extends XmlShort
Naturally, convertible to Java byte.
| Modifier and Type | Interface and Description |
|---|---|
static class |
XmlByte.Factory
A class with methods for creating instances
of
XmlByte. |
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type
The constant
SchemaType object representing this schema type. |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue()
Deprecated.
replaced by
getByteValue() |
byte |
getByteValue()
Returns this value as a byte
|
void |
set(byte s)
Deprecated.
replaced by
setByteValue(byte) |
void |
setByteValue(byte s)
Sets this value as a byte
|
getShortValue, set, setShortValue, shortValuegetIntValue, intValue, set, setIntValuegetLongValue, longValue, set, setLongValuebigIntegerValue, getBigIntegerValue, set, setBigIntegerValuebigDecimalValue, getBigDecimalValue, set, setBigDecimalValuegetStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
SchemaType object representing this schema type.byte byteValue()
getByteValue()void set(byte s)
setByteValue(byte)byte getByteValue()
void setByteValue(byte s)