XmlByte Interface
- public interface XmlByte
extends XmlShort
Corresponds to the XML Schema
xs:byte type.
Naturally, convertible to Java byte.
-
All Superinterfaces
-
XmlAnySimpleType, XmlDecimal, XmlInt, XmlInteger, XmlLong, XmlObject, XmlShort, XmlTokenSource
public byte |
-
byteValue()
- Returns this value as a byte
|
public byte |
-
getByteValue()
- Returns this value as a byte
|
public void |
-
set(byte s)
- Sets this value as a byte
|
public void |
-
setByteValue(byte s)
- Sets this value as a byte
|
Methods from interface com.bea.xml.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods from interface com.bea.xml.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
type
public static final SchemaType type
- The constant
SchemaType object representing this schema type.
byteValue() Method
DEPRECATED replaced by com.bea.xml.XmlByte.getByteValue()
public byte byteValue()
Returns this value as a byte
getByteValue() Method
public byte getByteValue()
Returns this value as a byte
set(byte) Method
DEPRECATED replaced by com.bea.xml.XmlByte.setByteValue(byte)
public void set(byte s)
Sets this value as a byte
setByteValue(byte) Method
public void setByteValue(byte s)
Sets this value as a byte