Interface XmlShort

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInt, XmlInteger, XmlLong, XmlObject, XmlTokenSource
All Known Subinterfaces:
XmlByte
All Known Implementing Classes:
XmlByteImpl, XmlShortImpl

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.