Interface XmlLong

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

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

Naturally, convertible to a Java long.

  • Field Details

  • Method Details

    • getLongValue

      long getLongValue()
      Returns this value as a long
    • setLongValue

      void setLongValue(long v)
      Sets this value as a long