XmlUnsignedByte Interface
com.bea.xml
XmlUnsignedByte Interface
- public interface XmlUnsignedByte
extends XmlUnsignedShort
Corresponds to the XML Schema
xs:unsignedByte type.
One of the derived types based on xs:decimal.
Verified to be in the range 0..255 when validating.
As suggested by JAXB, convertible to Java short.
-
All Superinterfaces
-
XmlAnySimpleType
, XmlDecimal
, XmlInteger
, XmlNonNegativeInteger
, XmlObject
, XmlTokenSource
, XmlUnsignedInt
, XmlUnsignedLong
, XmlUnsignedShort
public short |
-
getShortValue ()
- Returns this value as a short
|
public void |
-
set (short s)
- Sets this value as a short
|
public void |
-
setShortValue (short s)
- Sets this value as a short
|
public short |
-
shortValue ()
- Returns this value as a short
|
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.
getShortValue() Method
public short getShortValue()
Returns this value as a short
set(short) Method
DEPRECATED replaced with com.bea.xml.XmlUnsignedByte.setShortValue(short)
public void set(short s)
Sets this value as a short
setShortValue(short) Method
public void setShortValue(short s)
Sets this value as a short
shortValue() Method
DEPRECATED replaced with com.bea.xml.XmlUnsignedByte.getShortValue()
public short shortValue()
Returns this value as a short