Interface XmlUnsignedShort

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlNonNegativeInteger, XmlObject, XmlTokenSource, XmlUnsignedInt, XmlUnsignedLong
All Known Subinterfaces:
STDepthPercentUShort, STFirstSliceAng, STGapAmountUShort, STHoleSizeUByte, STHPercentUShort, STLblOffsetUShort, STMarkerSize, STOrder, STPerspective, STRotY, STSecondPieSizeUShort, STStyle, XmlUnsignedByte
All Known Implementing Classes:
XmlUnsignedByteImpl, XmlUnsignedShortImpl

public interface XmlUnsignedShort extends XmlUnsignedInt
Corresponds to the XML Schema xs:unsignedShort type. One of the derived types based on xs:decimal.

Verified to be in the range 0..65535 when validating.

Convertible to a Java int.

  • Field Details

  • Method Details

    • getIntValue

      int getIntValue()
      Returns this value as an int
    • setIntValue

      void setIntValue(int v)
      Sets this value as an int