Interface XmlInt

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlLong, XmlObject, XmlTokenSource
All Known Subinterfaces:
STAngle, STColID, STCoordinate32Unqualified, STFixedAngle, STFixedPercentageDecimal, STFOVAngle, STLineWidth, STOverlapByte, STPercentageDecimal, STPitchFamily, STPositionOffset, STPositiveCoordinate32, STPositiveFixedAngle, STPositiveFixedPercentageDecimal, STPositivePercentageDecimal, STRotX, STRowID, STSlideSizeCoordinate, STTextBulletSizeDecimal, STTextBulletStartAtNum, STTextColumnCount, STTextFontScalePercent, STTextFontSize, STTextIndent, STTextIndentLevelType, STTextMargin, STTextNonNegativePoint, STTextPointUnqualified, STTextSpacingPercent, STTextSpacingPoint, XmlByte, XmlShort
All Known Implementing Classes:
XmlByteImpl, XmlIntImpl, XmlIntRestriction, XmlShortImpl

public interface XmlInt extends XmlLong
Corresponds to the XML Schema xs:int type. One of the derived types based on xs:decimal.

Naturally, 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