Interface XmlShort

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInt, XmlInteger, XmlLong, XmlObject, XmlTokenSource
All Known Subinterfaces:
STOverlapByte, STPitchFamily, STRotX, 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.

  • Field Details

  • Method Details

    • getShortValue

      short getShortValue()
      Returns this value as a short
    • setShortValue

      void setShortValue(short s)
      Sets this value as a short