XmlShort Interface
- public interface XmlShort
extends XmlInt
Corresponds to the XML Schema
xs:short type.
One of the derived types based on xs:decimal.
Naturally, convertible to a Java short.
-
All Superinterfaces
-
XmlAnySimpleType, XmlDecimal, XmlInt, XmlInteger, XmlLong, XmlObject, XmlTokenSource
-
All Known Subinterfaces
-
XmlByte
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.XmlShort.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.XmlShort.getShortValue()
public short shortValue()
Returns this value as a short