Class StorageClassSummaryBelowBar

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.subtype15.StorageClassSummaryBelowBar

public final class StorageClassSummaryBelowBar extends SmfData
  • Field Details

  • Method Details

    • smf42faa

      public Duration smf42faa()
      SMF42FAA as a Duration.
      Returns:
      Duration SMF42FAA
      See Also:
    • smf42faaSeconds

      public double smf42faaSeconds()
      SMF42FAA in seconds.
      Returns:
      double SMF42FAA converted to seconds
    • smf42faaRawValue

      public long smf42faaRawValue()
      SMF42FAA raw value.
      Returns:
      long SMF42FAA value
    • smf42f00

      public String smf42f00()
      SMF42F00 value.
      Returns:
      String SMF42F00 value
    • smf42fab

      public int smf42fab()
      SMF42FAB value.
      Returns:
      int SMF42FAB value
    • smf42fac

      public String smf42fac()
      SMF42FAC value.
      Returns:
      String SMF42FAC value
    • smf42f01

      public int smf42f01()
      SMF42F01 value.
      Returns:
      int SMF42F01 value
    • smf42fad

      public String smf42fad()
      SMF42FAD value.
      Returns:
      String SMF42FAD value
    • smf42fae

      public long smf42fae()
      SMF42FAE value.
      Returns:
      long SMF42FAE value
    • smf42faf

      public long smf42faf()
      SMF42FAF value.
      Returns:
      long SMF42FAF value
    • smf42fag

      public long smf42fag()
      SMF42FAG value.
      Returns:
      long SMF42FAG value
    • smf42f02

      public int smf42f02()
      SMF42F02 value.
      Returns:
      int SMF42F02 value
    • smf42f12

      public int smf42f12()
      SMF42F12 value.
      Returns:
      int SMF42F12 value
    • smf42fy3

      public int smf42fy3()
      SMF42FY3 value.
      Returns:
      int SMF42FY3 value
    • smf42fsc

      public boolean smf42fsc()
      Return true if SMF42FSC bit in smf42fy3() is set.
      Returns:
      boolean SMF42FSC bit is set in smf42fy3()

      SMF42FSC = 0x80

    • smf42fst

      public boolean smf42fst()
      Return true if SMF42FST bit in smf42fy3() is set.
      Returns:
      boolean SMF42FST bit is set in smf42fy3()

      SMF42FST = 0x40

    • smf42fsa

      public long smf42fsa()
      SMF42FSA value.
      Returns:
      long SMF42FSA value
    • smf42fsb

      public long smf42fsb()
      SMF42FSB value.
      Returns:
      long SMF42FSB value
    • smf42fca

      public long smf42fca()
      SMF42FCA value.
      Returns:
      long SMF42FCA value
    • smf42fcb

      public long smf42fcb()
      SMF42FCB value.
      Returns:
      long SMF42FCB value
    • smf42fcc

      public long smf42fcc()
      SMF42FCC value.
      Returns:
      long SMF42FCC value
    • smf42fcd

      public long smf42fcd()
      SMF42FCD value.
      Returns:
      long SMF42FCD value
    • smf42fce

      public long smf42fce()
      SMF42FCE value.
      Returns:
      long SMF42FCE value
    • smf42fcf

      public long smf42fcf()
      SMF42FCF value.
      Returns:
      long SMF42FCF value
    • smf42fcg

      public long smf42fcg()
      SMF42FCG value.
      Returns:
      long SMF42FCG value
    • smf42fch

      public long smf42fch()
      SMF42FCH value.
      Returns:
      long SMF42FCH value
    • smf42fci

      public long smf42fci()
      SMF42FCI value.
      Returns:
      long SMF42FCI value
    • smf42fcj

      public long smf42fcj()
      SMF42FCJ value.
      Returns:
      long SMF42FCJ value
    • smf42fck

      public long smf42fck()
      SMF42FCK value.
      Returns:
      long SMF42FCK value
    • smf42fcl

      public long smf42fcl()
      SMF42FCL value.
      Returns:
      long SMF42FCL value
    • smf42fcm

      public long smf42fcm()
      SMF42FCM value.
      Returns:
      long SMF42FCM value
    • smf42fcn

      public long smf42fcn()
      SMF42FCN value.
      Returns:
      long SMF42FCN value
    • smf42fco

      public long smf42fco()
      SMF42FCO value.
      Returns:
      long SMF42FCO value
    • smf42fcp

      public long smf42fcp()
      SMF42FCP value.
      Returns:
      long SMF42FCP value
    • smf42fcq

      public long smf42fcq()
      SMF42FCQ value, throws exception if SMF42FCQ overflows 64 bit signed integer.
      Returns:
      long SMF42FCQ
      Throws:
      IllegalArgumentException - If the value of SMF42FCQ exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FCQ). Use smf42fcqAsBigInteger() if this is possible.
    • smf42fcqAsBigInteger

      public BigInteger smf42fcqAsBigInteger()
      SMF42FCQ value as a BigInteger.

      smf42fcq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FCQ
    • smf42fcr

      public long smf42fcr()
      SMF42FCR value.
      Returns:
      long SMF42FCR value
    • smf42fcs

      public long smf42fcs()
      SMF42FCS value.
      Returns:
      long SMF42FCS value
    • smf42fct

      public long smf42fct()
      SMF42FCT value, throws exception if SMF42FCT overflows 64 bit signed integer.
      Returns:
      long SMF42FCT
      Throws:
      IllegalArgumentException - If the value of SMF42FCT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FCT). Use smf42fctAsBigInteger() if this is possible.
    • smf42fctAsBigInteger

      public BigInteger smf42fctAsBigInteger()
      SMF42FCT value as a BigInteger.

      smf42fct() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FCT
    • smf42fcu

      public long smf42fcu()
      SMF42FCU value, throws exception if SMF42FCU overflows 64 bit signed integer.
      Returns:
      long SMF42FCU
      Throws:
      IllegalArgumentException - If the value of SMF42FCU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FCU). Use smf42fcuAsBigInteger() if this is possible.
    • smf42fcuAsBigInteger

      public BigInteger smf42fcuAsBigInteger()
      SMF42FCU value as a BigInteger.

      smf42fcu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FCU
    • smf42fcw

      public Duration smf42fcw()
      SMF42FCW as a Duration.
      Returns:
      Duration SMF42FCW
      See Also:
    • smf42fcwSeconds

      public double smf42fcwSeconds()
      SMF42FCW in seconds.
      Returns:
      double SMF42FCW converted to seconds
    • smf42fcwRawValue

      public BigInteger smf42fcwRawValue()
      SMF42FCW raw value.
      Returns:
      BigInteger SMF42FCW value
    • smf42fcx

      public Duration smf42fcx()
      SMF42FCX as a Duration.
      Returns:
      Duration SMF42FCX
      See Also:
    • smf42fcxSeconds

      public double smf42fcxSeconds()
      SMF42FCX in seconds.
      Returns:
      double SMF42FCX converted to seconds
    • smf42fcxRawValue

      public long smf42fcxRawValue()
      SMF42FCX raw value.
      Returns:
      long SMF42FCX raw value
    • smf42fcy

      public Duration smf42fcy()
      SMF42FCY as a Duration.
      Returns:
      Duration SMF42FCY
      See Also:
    • smf42fcySeconds

      public double smf42fcySeconds()
      SMF42FCY in seconds.
      Returns:
      double SMF42FCY converted to seconds
    • smf42fcyRawValue

      public long smf42fcyRawValue()
      SMF42FCY raw value.
      Returns:
      long SMF42FCY raw value
    • smf42fda

      public long smf42fda()
      SMF42FDA value.
      Returns:
      long SMF42FDA value
    • smf42fdb

      public long smf42fdb()
      SMF42FDB value.
      Returns:
      long SMF42FDB value
    • smf42fdc

      public long smf42fdc()
      SMF42FDC value.
      Returns:
      long SMF42FDC value
    • smf42fdd

      public long smf42fdd()
      SMF42FDD value.
      Returns:
      long SMF42FDD value
    • smf42fde

      public long smf42fde()
      SMF42FDE value.
      Returns:
      long SMF42FDE value
    • smf42fdf

      public long smf42fdf()
      SMF42FDF value.
      Returns:
      long SMF42FDF value
    • smf42fdg

      public long smf42fdg()
      SMF42FDG value.
      Returns:
      long SMF42FDG value
    • smf42fdh

      public long smf42fdh()
      SMF42FDH value.
      Returns:
      long SMF42FDH value
    • smf42fdi

      public long smf42fdi()
      SMF42FDI value.
      Returns:
      long SMF42FDI value
    • smf42fdj

      public long smf42fdj()
      SMF42FDJ value.
      Returns:
      long SMF42FDJ value
    • smf42fdk

      public long smf42fdk()
      SMF42FDK value.
      Returns:
      long SMF42FDK value
    • smf42fdl

      public long smf42fdl()
      SMF42FDL value.
      Returns:
      long SMF42FDL value
    • smf42fdm

      public long smf42fdm()
      SMF42FDM value.
      Returns:
      long SMF42FDM value
    • smf42fdn

      public long smf42fdn()
      SMF42FDN value.
      Returns:
      long SMF42FDN value
    • smf42fdo

      public long smf42fdo()
      SMF42FDO value.
      Returns:
      long SMF42FDO value
    • smf42fdp

      public long smf42fdp()
      SMF42FDP value.
      Returns:
      long SMF42FDP value
    • smf42fdq

      public long smf42fdq()
      SMF42FDQ value, throws exception if SMF42FDQ overflows 64 bit signed integer.
      Returns:
      long SMF42FDQ
      Throws:
      IllegalArgumentException - If the value of SMF42FDQ exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FDQ). Use smf42fdqAsBigInteger() if this is possible.
    • smf42fdqAsBigInteger

      public BigInteger smf42fdqAsBigInteger()
      SMF42FDQ value as a BigInteger.

      smf42fdq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FDQ
    • smf42fdr

      public long smf42fdr()
      SMF42FDR value.
      Returns:
      long SMF42FDR value
    • smf42fds

      public long smf42fds()
      SMF42FDS value.
      Returns:
      long SMF42FDS value
    • smf42fdt

      public long smf42fdt()
      SMF42FDT value, throws exception if SMF42FDT overflows 64 bit signed integer.
      Returns:
      long SMF42FDT
      Throws:
      IllegalArgumentException - If the value of SMF42FDT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FDT). Use smf42fdtAsBigInteger() if this is possible.
    • smf42fdtAsBigInteger

      public BigInteger smf42fdtAsBigInteger()
      SMF42FDT value as a BigInteger.

      smf42fdt() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FDT
    • smf42fdu

      public long smf42fdu()
      SMF42FDU value, throws exception if SMF42FDU overflows 64 bit signed integer.
      Returns:
      long SMF42FDU
      Throws:
      IllegalArgumentException - If the value of SMF42FDU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FDU). Use smf42fduAsBigInteger() if this is possible.
    • smf42fduAsBigInteger

      public BigInteger smf42fduAsBigInteger()
      SMF42FDU value as a BigInteger.

      smf42fdu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FDU
    • smf42fdw

      public Duration smf42fdw()
      SMF42FDW as a Duration.
      Returns:
      Duration SMF42FDW
      See Also:
    • smf42fdwSeconds

      public double smf42fdwSeconds()
      SMF42FDW in seconds.
      Returns:
      double SMF42FDW converted to seconds
    • smf42fdwRawValue

      public BigInteger smf42fdwRawValue()
      SMF42FDW raw value.
      Returns:
      BigInteger SMF42FDW value
    • smf42fdx

      public Duration smf42fdx()
      SMF42FDX as a Duration.
      Returns:
      Duration SMF42FDX
      See Also:
    • smf42fdxSeconds

      public double smf42fdxSeconds()
      SMF42FDX in seconds.
      Returns:
      double SMF42FDX converted to seconds
    • smf42fdxRawValue

      public long smf42fdxRawValue()
      SMF42FDX raw value.
      Returns:
      long SMF42FDX raw value
    • smf42fdy

      public Duration smf42fdy()
      SMF42FDY as a Duration.
      Returns:
      Duration SMF42FDY
      See Also:
    • smf42fdySeconds

      public double smf42fdySeconds()
      SMF42FDY in seconds.
      Returns:
      double SMF42FDY converted to seconds
    • smf42fdyRawValue

      public long smf42fdyRawValue()
      SMF42FDY raw value.
      Returns:
      long SMF42FDY raw value
    • smf42fea

      public long smf42fea()
      SMF42FEA value.
      Returns:
      long SMF42FEA value
    • smf42feb

      public long smf42feb()
      SMF42FEB value.
      Returns:
      long SMF42FEB value
    • smf42fec

      public long smf42fec()
      SMF42FEC value.
      Returns:
      long SMF42FEC value
    • smf42fed

      public long smf42fed()
      SMF42FED value.
      Returns:
      long SMF42FED value
    • smf42fee

      public long smf42fee()
      SMF42FEE value.
      Returns:
      long SMF42FEE value
    • smf42fef

      public long smf42fef()
      SMF42FEF value.
      Returns:
      long SMF42FEF value
    • smf42feg

      public long smf42feg()
      SMF42FEG value.
      Returns:
      long SMF42FEG value
    • smf42feh

      public long smf42feh()
      SMF42FEH value.
      Returns:
      long SMF42FEH value
    • smf42fei

      public long smf42fei()
      SMF42FEI value.
      Returns:
      long SMF42FEI value
    • smf42fej

      public long smf42fej()
      SMF42FEJ value.
      Returns:
      long SMF42FEJ value
    • smf42fek

      public long smf42fek()
      SMF42FEK value.
      Returns:
      long SMF42FEK value
    • smf42fel

      public long smf42fel()
      SMF42FEL value.
      Returns:
      long SMF42FEL value
    • smf42fem

      public long smf42fem()
      SMF42FEM value.
      Returns:
      long SMF42FEM value
    • smf42fen

      public long smf42fen()
      SMF42FEN value.
      Returns:
      long SMF42FEN value
    • smf42feo

      public long smf42feo()
      SMF42FEO value.
      Returns:
      long SMF42FEO value
    • smf42fep

      public long smf42fep()
      SMF42FEP value.
      Returns:
      long SMF42FEP value
    • smf42feq

      public long smf42feq()
      SMF42FEQ value, throws exception if SMF42FEQ overflows 64 bit signed integer.
      Returns:
      long SMF42FEQ
      Throws:
      IllegalArgumentException - If the value of SMF42FEQ exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FEQ). Use smf42feqAsBigInteger() if this is possible.
    • smf42feqAsBigInteger

      public BigInteger smf42feqAsBigInteger()
      SMF42FEQ value as a BigInteger.

      smf42feq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FEQ
    • smf42fer

      public long smf42fer()
      SMF42FER value.
      Returns:
      long SMF42FER value
    • smf42fes

      public long smf42fes()
      SMF42FES value.
      Returns:
      long SMF42FES value
    • smf42fet

      public long smf42fet()
      SMF42FET value, throws exception if SMF42FET overflows 64 bit signed integer.
      Returns:
      long SMF42FET
      Throws:
      IllegalArgumentException - If the value of SMF42FET exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FET). Use smf42fetAsBigInteger() if this is possible.
    • smf42fetAsBigInteger

      public BigInteger smf42fetAsBigInteger()
      SMF42FET value as a BigInteger.

      smf42fet() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FET
    • smf42feu

      public long smf42feu()
      SMF42FEU value, throws exception if SMF42FEU overflows 64 bit signed integer.
      Returns:
      long SMF42FEU
      Throws:
      IllegalArgumentException - If the value of SMF42FEU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FEU). Use smf42feuAsBigInteger() if this is possible.
    • smf42feuAsBigInteger

      public BigInteger smf42feuAsBigInteger()
      SMF42FEU value as a BigInteger.

      smf42feu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FEU
    • smf42few

      public Duration smf42few()
      SMF42FEW as a Duration.
      Returns:
      Duration SMF42FEW
      See Also:
    • smf42fewSeconds

      public double smf42fewSeconds()
      SMF42FEW in seconds.
      Returns:
      double SMF42FEW converted to seconds
    • smf42fewRawValue

      public BigInteger smf42fewRawValue()
      SMF42FEW raw value.
      Returns:
      BigInteger SMF42FEW value
    • smf42fex

      public Duration smf42fex()
      SMF42FEX as a Duration.
      Returns:
      Duration SMF42FEX
      See Also:
    • smf42fexSeconds

      public double smf42fexSeconds()
      SMF42FEX in seconds.
      Returns:
      double SMF42FEX converted to seconds
    • smf42fexRawValue

      public long smf42fexRawValue()
      SMF42FEX raw value.
      Returns:
      long SMF42FEX raw value
    • smf42fey

      public Duration smf42fey()
      SMF42FEY as a Duration.
      Returns:
      Duration SMF42FEY
      See Also:
    • smf42feySeconds

      public double smf42feySeconds()
      SMF42FEY in seconds.
      Returns:
      double SMF42FEY converted to seconds
    • smf42feyRawValue

      public long smf42feyRawValue()
      SMF42FEY raw value.
      Returns:
      long SMF42FEY raw value
    • smf42ffa

      public long smf42ffa()
      SMF42FFA value.
      Returns:
      long SMF42FFA value
    • smf42ffb

      public long smf42ffb()
      SMF42FFB value.
      Returns:
      long SMF42FFB value
    • smf42ffc

      public long smf42ffc()
      SMF42FFC value.
      Returns:
      long SMF42FFC value
    • smf42ffd

      public long smf42ffd()
      SMF42FFD value.
      Returns:
      long SMF42FFD value
    • smf42ffe

      public long smf42ffe()
      SMF42FFE value.
      Returns:
      long SMF42FFE value
    • smf42fff

      public long smf42fff()
      SMF42FFF value.
      Returns:
      long SMF42FFF value
    • smf42ffg

      public long smf42ffg()
      SMF42FFG value.
      Returns:
      long SMF42FFG value
    • smf42ffh

      public long smf42ffh()
      SMF42FFH value.
      Returns:
      long SMF42FFH value
    • smf42ffi

      public long smf42ffi()
      SMF42FFI value.
      Returns:
      long SMF42FFI value
    • smf42ffj

      public long smf42ffj()
      SMF42FFJ value.
      Returns:
      long SMF42FFJ value
    • smf42ffk

      public long smf42ffk()
      SMF42FFK value.
      Returns:
      long SMF42FFK value
    • smf42ffl

      public long smf42ffl()
      SMF42FFL value.
      Returns:
      long SMF42FFL value
    • smf42ffm

      public long smf42ffm()
      SMF42FFM value.
      Returns:
      long SMF42FFM value
    • smf42ffn

      public long smf42ffn()
      SMF42FFN value.
      Returns:
      long SMF42FFN value
    • smf42ffo

      public long smf42ffo()
      SMF42FFO value.
      Returns:
      long SMF42FFO value
    • smf42ffp

      public long smf42ffp()
      SMF42FFP value.
      Returns:
      long SMF42FFP value
    • smf42ffq

      public long smf42ffq()
      SMF42FFQ value, throws exception if SMF42FFQ overflows 64 bit signed integer.
      Returns:
      long SMF42FFQ
      Throws:
      IllegalArgumentException - If the value of SMF42FFQ exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FFQ). Use smf42ffqAsBigInteger() if this is possible.
    • smf42ffqAsBigInteger

      public BigInteger smf42ffqAsBigInteger()
      SMF42FFQ value as a BigInteger.

      smf42ffq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FFQ
    • smf42ffr

      public long smf42ffr()
      SMF42FFR value.
      Returns:
      long SMF42FFR value
    • smf42ffs

      public long smf42ffs()
      SMF42FFS value.
      Returns:
      long SMF42FFS value
    • smf42fft

      public long smf42fft()
      SMF42FFT value, throws exception if SMF42FFT overflows 64 bit signed integer.
      Returns:
      long SMF42FFT
      Throws:
      IllegalArgumentException - If the value of SMF42FFT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FFT). Use smf42fftAsBigInteger() if this is possible.
    • smf42fftAsBigInteger

      public BigInteger smf42fftAsBigInteger()
      SMF42FFT value as a BigInteger.

      smf42fft() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FFT
    • smf42ffu

      public long smf42ffu()
      SMF42FFU value, throws exception if SMF42FFU overflows 64 bit signed integer.
      Returns:
      long SMF42FFU
      Throws:
      IllegalArgumentException - If the value of SMF42FFU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FFU). Use smf42ffuAsBigInteger() if this is possible.
    • smf42ffuAsBigInteger

      public BigInteger smf42ffuAsBigInteger()
      SMF42FFU value as a BigInteger.

      smf42ffu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FFU
    • smf42ffw

      public Duration smf42ffw()
      SMF42FFW as a Duration.
      Returns:
      Duration SMF42FFW
      See Also:
    • smf42ffwSeconds

      public double smf42ffwSeconds()
      SMF42FFW in seconds.
      Returns:
      double SMF42FFW converted to seconds
    • smf42ffwRawValue

      public BigInteger smf42ffwRawValue()
      SMF42FFW raw value.
      Returns:
      BigInteger SMF42FFW value
    • smf42ffx

      public Duration smf42ffx()
      SMF42FFX as a Duration.
      Returns:
      Duration SMF42FFX
      See Also:
    • smf42ffxSeconds

      public double smf42ffxSeconds()
      SMF42FFX in seconds.
      Returns:
      double SMF42FFX converted to seconds
    • smf42ffxRawValue

      public long smf42ffxRawValue()
      SMF42FFX raw value.
      Returns:
      long SMF42FFX raw value
    • smf42ffy

      public Duration smf42ffy()
      SMF42FFY as a Duration.
      Returns:
      Duration SMF42FFY
      See Also:
    • smf42ffySeconds

      public double smf42ffySeconds()
      SMF42FFY in seconds.
      Returns:
      double SMF42FFY converted to seconds
    • smf42ffyRawValue

      public long smf42ffyRawValue()
      SMF42FFY raw value.
      Returns:
      long SMF42FFY raw value
    • smf42fga

      public long smf42fga()
      SMF42FGA value.
      Returns:
      long SMF42FGA value
    • smf42fgb

      public long smf42fgb()
      SMF42FGB value.
      Returns:
      long SMF42FGB value
    • smf42fgc

      public long smf42fgc()
      SMF42FGC value.
      Returns:
      long SMF42FGC value
    • smf42fgd

      public long smf42fgd()
      SMF42FGD value.
      Returns:
      long SMF42FGD value
    • smf42fge

      public long smf42fge()
      SMF42FGE value.
      Returns:
      long SMF42FGE value
    • smf42fgf

      public long smf42fgf()
      SMF42FGF value.
      Returns:
      long SMF42FGF value
    • smf42fgg

      public long smf42fgg()
      SMF42FGG value.
      Returns:
      long SMF42FGG value
    • smf42fgh

      public long smf42fgh()
      SMF42FGH value.
      Returns:
      long SMF42FGH value
    • smf42fgi

      public long smf42fgi()
      SMF42FGI value.
      Returns:
      long SMF42FGI value
    • smf42fgj

      public long smf42fgj()
      SMF42FGJ value.
      Returns:
      long SMF42FGJ value
    • smf42fgk

      public long smf42fgk()
      SMF42FGK value.
      Returns:
      long SMF42FGK value
    • smf42fgl

      public long smf42fgl()
      SMF42FGL value.
      Returns:
      long SMF42FGL value
    • smf42fgm

      public long smf42fgm()
      SMF42FGM value.
      Returns:
      long SMF42FGM value
    • smf42fgn

      public long smf42fgn()
      SMF42FGN value.
      Returns:
      long SMF42FGN value
    • smf42fgo

      public long smf42fgo()
      SMF42FGO value.
      Returns:
      long SMF42FGO value
    • smf42fgp

      public long smf42fgp()
      SMF42FGP value.
      Returns:
      long SMF42FGP value
    • smf42fgq

      public long smf42fgq()
      SMF42FGQ value, throws exception if SMF42FGQ overflows 64 bit signed integer.
      Returns:
      long SMF42FGQ
      Throws:
      IllegalArgumentException - If the value of SMF42FGQ exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FGQ). Use smf42fgqAsBigInteger() if this is possible.
    • smf42fgqAsBigInteger

      public BigInteger smf42fgqAsBigInteger()
      SMF42FGQ value as a BigInteger.

      smf42fgq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FGQ
    • smf42fgr

      public long smf42fgr()
      SMF42FGR value.
      Returns:
      long SMF42FGR value
    • smf42fgs

      public long smf42fgs()
      SMF42FGS value.
      Returns:
      long SMF42FGS value
    • smf42fgt

      public long smf42fgt()
      SMF42FGT value, throws exception if SMF42FGT overflows 64 bit signed integer.
      Returns:
      long SMF42FGT
      Throws:
      IllegalArgumentException - If the value of SMF42FGT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FGT). Use smf42fgtAsBigInteger() if this is possible.
    • smf42fgtAsBigInteger

      public BigInteger smf42fgtAsBigInteger()
      SMF42FGT value as a BigInteger.

      smf42fgt() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FGT
    • smf42fgu

      public long smf42fgu()
      SMF42FGU value, throws exception if SMF42FGU overflows 64 bit signed integer.
      Returns:
      long SMF42FGU
      Throws:
      IllegalArgumentException - If the value of SMF42FGU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FGU). Use smf42fguAsBigInteger() if this is possible.
    • smf42fguAsBigInteger

      public BigInteger smf42fguAsBigInteger()
      SMF42FGU value as a BigInteger.

      smf42fgu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FGU
    • smf42fgw

      public Duration smf42fgw()
      SMF42FGW as a Duration.
      Returns:
      Duration SMF42FGW
      See Also:
    • smf42fgwSeconds

      public double smf42fgwSeconds()
      SMF42FGW in seconds.
      Returns:
      double SMF42FGW converted to seconds
    • smf42fgwRawValue

      public BigInteger smf42fgwRawValue()
      SMF42FGW raw value.
      Returns:
      BigInteger SMF42FGW value
    • smf42fgx

      public Duration smf42fgx()
      SMF42FGX as a Duration.
      Returns:
      Duration SMF42FGX
      See Also:
    • smf42fgxSeconds

      public double smf42fgxSeconds()
      SMF42FGX in seconds.
      Returns:
      double SMF42FGX converted to seconds
    • smf42fgxRawValue

      public long smf42fgxRawValue()
      SMF42FGX raw value.
      Returns:
      long SMF42FGX raw value
    • smf42fgy

      public Duration smf42fgy()
      SMF42FGY as a Duration.
      Returns:
      Duration SMF42FGY
      See Also:
    • smf42fgySeconds

      public double smf42fgySeconds()
      SMF42FGY in seconds.
      Returns:
      double SMF42FGY converted to seconds
    • smf42fgyRawValue

      public long smf42fgyRawValue()
      SMF42FGY raw value.
      Returns:
      long SMF42FGY raw value
    • smf42fha

      public long smf42fha()
      SMF42FHA value.
      Returns:
      long SMF42FHA value
    • smf42fhb

      public long smf42fhb()
      SMF42FHB value.
      Returns:
      long SMF42FHB value
    • smf42fhc

      public long smf42fhc()
      SMF42FHC value.
      Returns:
      long SMF42FHC value
    • smf42fhd

      public long smf42fhd()
      SMF42FHD value.
      Returns:
      long SMF42FHD value
    • smf42fhe

      public long smf42fhe()
      SMF42FHE value.
      Returns:
      long SMF42FHE value
    • smf42fhf

      public long smf42fhf()
      SMF42FHF value.
      Returns:
      long SMF42FHF value
    • smf42fhg

      public long smf42fhg()
      SMF42FHG value.
      Returns:
      long SMF42FHG value
    • smf42fhh

      public long smf42fhh()
      SMF42FHH value.
      Returns:
      long SMF42FHH value
    • smf42fhi

      public long smf42fhi()
      SMF42FHI value.
      Returns:
      long SMF42FHI value
    • smf42fhj

      public long smf42fhj()
      SMF42FHJ value.
      Returns:
      long SMF42FHJ value
    • smf42fhk

      public long smf42fhk()
      SMF42FHK value.
      Returns:
      long SMF42FHK value
    • smf42fhl

      public long smf42fhl()
      SMF42FHL value.
      Returns:
      long SMF42FHL value
    • smf42fhm

      public long smf42fhm()
      SMF42FHM value.
      Returns:
      long SMF42FHM value
    • smf42fhn

      public long smf42fhn()
      SMF42FHN value.
      Returns:
      long SMF42FHN value
    • smf42fho

      public long smf42fho()
      SMF42FHO value.
      Returns:
      long SMF42FHO value
    • smf42fhp

      public long smf42fhp()
      SMF42FHP value.
      Returns:
      long SMF42FHP value
    • smf42fhq

      public long smf42fhq()
      SMF42FHQ value, throws exception if SMF42FHQ overflows 64 bit signed integer.
      Returns:
      long SMF42FHQ
      Throws:
      IllegalArgumentException - If the value of SMF42FHQ exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FHQ). Use smf42fhqAsBigInteger() if this is possible.
    • smf42fhqAsBigInteger

      public BigInteger smf42fhqAsBigInteger()
      SMF42FHQ value as a BigInteger.

      smf42fhq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FHQ
    • smf42fhr

      public long smf42fhr()
      SMF42FHR value.
      Returns:
      long SMF42FHR value
    • smf42fhs

      public long smf42fhs()
      SMF42FHS value.
      Returns:
      long SMF42FHS value
    • smf42fht

      public long smf42fht()
      SMF42FHT value, throws exception if SMF42FHT overflows 64 bit signed integer.
      Returns:
      long SMF42FHT
      Throws:
      IllegalArgumentException - If the value of SMF42FHT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FHT). Use smf42fhtAsBigInteger() if this is possible.
    • smf42fhtAsBigInteger

      public BigInteger smf42fhtAsBigInteger()
      SMF42FHT value as a BigInteger.

      smf42fht() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FHT
    • smf42fhu

      public long smf42fhu()
      SMF42FHU value, throws exception if SMF42FHU overflows 64 bit signed integer.
      Returns:
      long SMF42FHU
      Throws:
      IllegalArgumentException - If the value of SMF42FHU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF42FHU). Use smf42fhuAsBigInteger() if this is possible.
    • smf42fhuAsBigInteger

      public BigInteger smf42fhuAsBigInteger()
      SMF42FHU value as a BigInteger.

      smf42fhu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF42FHU
    • smf42fhw

      public Duration smf42fhw()
      SMF42FHW as a Duration.
      Returns:
      Duration SMF42FHW
      See Also:
    • smf42fhwSeconds

      public double smf42fhwSeconds()
      SMF42FHW in seconds.
      Returns:
      double SMF42FHW converted to seconds
    • smf42fhwRawValue

      public BigInteger smf42fhwRawValue()
      SMF42FHW raw value.
      Returns:
      BigInteger SMF42FHW value
    • smf42fhx

      public Duration smf42fhx()
      SMF42FHX as a Duration.
      Returns:
      Duration SMF42FHX
      See Also:
    • smf42fhxSeconds

      public double smf42fhxSeconds()
      SMF42FHX in seconds.
      Returns:
      double SMF42FHX converted to seconds
    • smf42fhxRawValue

      public long smf42fhxRawValue()
      SMF42FHX raw value.
      Returns:
      long SMF42FHX raw value
    • smf42fhy

      public Duration smf42fhy()
      SMF42FHY as a Duration.
      Returns:
      Duration SMF42FHY
      See Also:
    • smf42fhySeconds

      public double smf42fhySeconds()
      SMF42FHY in seconds.
      Returns:
      double SMF42FHY converted to seconds
    • smf42fhyRawValue

      public long smf42fhyRawValue()
      SMF42FHY raw value.
      Returns:
      long SMF42FHY raw value
    • smf42foa

      public long smf42foa()
      SMF42FOA value.
      Returns:
      long SMF42FOA value
    • smf42fob

      public long smf42fob()
      SMF42FOB value.
      Returns:
      long SMF42FOB value
    • smf42foc

      public long smf42foc()
      SMF42FOC value.
      Returns:
      long SMF42FOC value
    • smf42fod

      public long smf42fod()
      SMF42FOD value.
      Returns:
      long SMF42FOD value
    • smf42foe

      public long smf42foe()
      SMF42FOE value.
      Returns:
      long SMF42FOE value
    • smf42fof

      public long smf42fof()
      SMF42FOF value.
      Returns:
      long SMF42FOF value
    • smf42fua

      public long smf42fua()
      SMF42FUA value.
      Returns:
      long SMF42FUA value
    • smf42fub

      public long smf42fub()
      SMF42FUB value.
      Returns:
      long SMF42FUB value
    • smf42foh

      public long smf42foh()
      SMF42FOH value.
      Returns:
      long SMF42FOH value
    • smf42foi

      public long smf42foi()
      SMF42FOI value.
      Returns:
      long SMF42FOI value
    • smf42foj

      public long smf42foj()
      SMF42FOJ value.
      Returns:
      long SMF42FOJ value
    • smf42fok

      public long smf42fok()
      SMF42FOK value.
      Returns:
      long SMF42FOK value
    • smf42fol

      public long smf42fol()
      SMF42FOL value.
      Returns:
      long SMF42FOL value
    • smf42fom

      public long smf42fom()
      SMF42FOM value.
      Returns:
      long SMF42FOM value
    • smf42fon

      public long smf42fon()
      SMF42FON value.
      Returns:
      long SMF42FON value
    • smf42foo

      public long smf42foo()
      SMF42FOO value.
      Returns:
      long SMF42FOO value
    • smf42fop

      public long smf42fop()
      SMF42FOP value.
      Returns:
      long SMF42FOP value
    • smf42foq

      public long smf42foq()
      SMF42FOQ value.
      Returns:
      long SMF42FOQ value
    • smf42for

      public long smf42for()
      SMF42FOR value.
      Returns:
      long SMF42FOR value
    • smf42fos

      public long smf42fos()
      SMF42FOS value.
      Returns:
      long SMF42FOS value
    • smf42fot

      public long smf42fot()
      SMF42FOT value.
      Returns:
      long SMF42FOT value
    • smf42fou

      public long smf42fou()
      SMF42FOU value.
      Returns:
      long SMF42FOU value
    • smf42fov

      public long smf42fov()
      SMF42FOV value.
      Returns:
      long SMF42FOV value
    • smf42fow

      public long smf42fow()
      SMF42FOW value.
      Returns:
      long SMF42FOW value
    • smf42fud

      public long smf42fud()
      SMF42FUD value.
      Returns:
      long SMF42FUD value
    • smf42fue

      public long smf42fue()
      SMF42FUE value.
      Returns:
      long SMF42FUE value
    • smf42fuf

      public long smf42fuf()
      SMF42FUF value.
      Returns:
      long SMF42FUF value
    • smf42fug

      public long smf42fug()
      SMF42FUG value.
      Returns:
      long SMF42FUG value
    • smf42fph

      public long smf42fph()
      SMF42FPH value.
      Returns:
      long SMF42FPH value
    • smf42fpi

      public long smf42fpi()
      SMF42FPI value.
      Returns:
      long SMF42FPI value
    • smf42fpj

      public long smf42fpj()
      SMF42FPJ value.
      Returns:
      long SMF42FPJ value
    • smf42fpk

      public long smf42fpk()
      SMF42FPK value.
      Returns:
      long SMF42FPK value
    • smf42fpr

      public Duration smf42fpr()
      SMF42FPR as a Duration.
      Returns:
      Duration SMF42FPR
      See Also:
    • smf42fprSeconds

      public double smf42fprSeconds()
      SMF42FPR in seconds.
      Returns:
      double SMF42FPR converted to seconds
    • smf42fprRawValue

      public BigInteger smf42fprRawValue()
      SMF42FPR raw value.
      Returns:
      BigInteger SMF42FPR value
    • smf42fps

      public long smf42fps()
      SMF42FPS value.
      Returns:
      long SMF42FPS value
    • smf42fpu

      public Duration smf42fpu()
      SMF42FPU as a Duration.
      Returns:
      Duration SMF42FPU
      See Also:
    • smf42fpuSeconds

      public double smf42fpuSeconds()
      SMF42FPU in seconds.
      Returns:
      double SMF42FPU converted to seconds
    • smf42fpuRawValue

      public long smf42fpuRawValue()
      SMF42FPU raw value.
      Returns:
      long SMF42FPU raw value
    • smf42fpv

      public Duration smf42fpv()
      SMF42FPV as a Duration.
      Returns:
      Duration SMF42FPV
      See Also:
    • smf42fpvSeconds

      public double smf42fpvSeconds()
      SMF42FPV in seconds.
      Returns:
      double SMF42FPV converted to seconds
    • smf42fpvRawValue

      public long smf42fpvRawValue()
      SMF42FPV raw value.
      Returns:
      long SMF42FPV raw value
    • smf42fai

      public String smf42fai()
      SMF42FAI value.
      Returns:
      String SMF42FAI value
    • smf42faj

      public String smf42faj()
      SMF42FAJ value.
      Returns:
      String SMF42FAJ value
    • create

      public static StorageClassSummaryBelowBar create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section