public final class Q8st extends SmfData
  • Field Details

  • Method Details

    • q8stnameOff

      public int q8stnameOff()
      Q8STNAME_OFF value.
      Returns:
      int Q8STNAME_OFF value
    • q8stname

      public String q8stname()
      Q8STNAME value. The string is converted from EBCDIC or UTF8 depending on a flag value.
      Returns:
      String Q8STNAME value
    • q8stprid

      public String q8stprid()
      Q8STPRID value.
      Returns:
      String Q8STPRID value
    • q8stflg

      public int q8stflg()
      Q8STFLG value.
      Returns:
      int Q8STFLG value
    • q8stcon

      public boolean q8stcon()
      Return true if Q8STCON bit in q8stflg() is set.
      Returns:
      boolean Q8STCON bit is set in q8stflg()

      Q8STCON = 0x80

    • q8stconn

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

      public BigInteger q8stconnAsBigInteger()
      Q8STCONN value as a BigInteger.

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

      Returns:
      BigInteger Q8STCONN
    • q8streq

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

      public BigInteger q8streqAsBigInteger()
      Q8STREQ value as a BigInteger.

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

      Returns:
      BigInteger Q8STREQ
    • q8sttout

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

      public BigInteger q8sttoutAsBigInteger()
      Q8STTOUT value as a BigInteger.

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

      Returns:
      BigInteger Q8STTOUT
    • q8stfail

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

      public BigInteger q8stfailAsBigInteger()
      Q8STFAIL value as a BigInteger.

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

      Returns:
      BigInteger Q8STFAIL
    • q8stbyts

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

      public BigInteger q8stbytsAsBigInteger()
      Q8STBYTS value as a BigInteger.

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

      Returns:
      BigInteger Q8STBYTS
    • q8stbytr

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

      public BigInteger q8stbytrAsBigInteger()
      Q8STBYTR value as a BigInteger.

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

      Returns:
      BigInteger Q8STBYTR
    • q8stmsgs

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

      public BigInteger q8stmsgsAsBigInteger()
      Q8STMSGS value as a BigInteger.

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

      Returns:
      BigInteger Q8STMSGS
    • q8stmsgr

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

      public BigInteger q8stmsgrAsBigInteger()
      Q8STMSGR value as a BigInteger.

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

      Returns:
      BigInteger Q8STMSGR
    • q8stblks

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

      public BigInteger q8stblksAsBigInteger()
      Q8STBLKS value as a BigInteger.

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

      Returns:
      BigInteger Q8STBLKS
    • q8stblkr

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

      public BigInteger q8stblkrAsBigInteger()
      Q8STBLKR value as a BigInteger.

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

      Returns:
      BigInteger Q8STBLKR
    • q8strows

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

      public BigInteger q8strowsAsBigInteger()
      Q8STROWS value as a BigInteger.

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

      Returns:
      BigInteger Q8STROWS
    • q8strowr

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

      public BigInteger q8strowrAsBigInteger()
      Q8STROWR value as a BigInteger.

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

      Returns:
      BigInteger Q8STROWR
    • q8stscpu

      public Duration q8stscpu()
      Q8STSCPU as a Duration.
      Returns:
      Duration Q8STSCPU
      See Also:
    • q8stscpuSeconds

      public double q8stscpuSeconds()
      Q8STSCPU in seconds.
      Returns:
      double Q8STSCPU converted to seconds
    • q8stscpuRawValue

      public long q8stscpuRawValue()
      Q8STSCPU raw value.
      Returns:
      long Q8STSCPU raw value
    • q8stsela

      public Duration q8stsela()
      Q8STSELA as a Duration.
      Returns:
      Duration Q8STSELA
      See Also:
    • q8stselaSeconds

      public double q8stselaSeconds()
      Q8STSELA in seconds.
      Returns:
      double Q8STSELA converted to seconds
    • q8stselaRawValue

      public long q8stselaRawValue()
      Q8STSELA raw value.
      Returns:
      long Q8STSELA raw value
    • q8sttcpu

      public Duration q8sttcpu()
      Q8STTCPU as a Duration.
      Returns:
      Duration Q8STTCPU
      See Also:
    • q8sttcpuSeconds

      public double q8sttcpuSeconds()
      Q8STTCPU in seconds.
      Returns:
      double Q8STTCPU converted to seconds
    • q8sttcpuRawValue

      public long q8sttcpuRawValue()
      Q8STTCPU raw value.
      Returns:
      long Q8STTCPU raw value
    • q8sttela

      public Duration q8sttela()
      Q8STTELA as a Duration.
      Returns:
      Duration Q8STTELA
      See Also:
    • q8sttelaSeconds

      public double q8sttelaSeconds()
      Q8STTELA in seconds.
      Returns:
      double Q8STTELA converted to seconds
    • q8sttelaRawValue

      public long q8sttelaRawValue()
      Q8STTELA raw value.
      Returns:
      long Q8STTELA raw value
    • q8stacpu

      public Duration q8stacpu()
      Q8STACPU as a Duration.
      Returns:
      Duration Q8STACPU
      See Also:
    • q8stacpuSeconds

      public double q8stacpuSeconds()
      Q8STACPU in seconds.
      Returns:
      double Q8STACPU converted to seconds
    • q8stacpuRawValue

      public long q8stacpuRawValue()
      Q8STACPU raw value.
      Returns:
      long Q8STACPU raw value
    • q8staela

      public Duration q8staela()
      Q8STAELA as a Duration.
      Returns:
      Duration Q8STAELA
      See Also:
    • q8staelaSeconds

      public double q8staelaSeconds()
      Q8STAELA in seconds.
      Returns:
      double Q8STAELA converted to seconds
    • q8staelaRawValue

      public long q8staelaRawValue()
      Q8STAELA raw value.
      Returns:
      long Q8STAELA raw value
    • q8sttate

      public int q8sttate()
      Q8STTATE value.
      Returns:
      int Q8STTATE value
    • q8stactv

      public int q8stactv()
      Q8STACTV value.
      Returns:
      int Q8STACTV value
    • q8stmaxa

      public int q8stmaxa()
      Q8STMAXA value.
      Returns:
      int Q8STMAXA value
    • q8stavgq03

      public int q8stavgq03()
      Q8STAVGQ03 value.
      Returns:
      int Q8STAVGQ03 value
    • q8stmaxq

      public int q8stmaxq()
      Q8STMAXQ value.
      Returns:
      int Q8STMAXQ value
    • q8stccpu

      public int q8stccpu()
      Q8STCCPU value.
      Returns:
      int Q8STCCPU value
    • q8stskew

      public int q8stskew()
      Q8STSKEW value.
      Returns:
      int Q8STSKEW value
    • q8stwcpu

      public int q8stwcpu()
      Q8STWCPU value.
      Returns:
      int Q8STWCPU value
    • q8stwnod

      public int q8stwnod()
      Q8STWNOD value.
      Returns:
      int Q8STWNOD value
    • q8stavgq24

      public int q8stavgq24()
      Q8STAVGQ24 value.
      Returns:
      int Q8STAVGQ24 value
    • q8stquew

      public Duration q8stquew()
      Q8STQUEW as a Duration.
      Returns:
      Duration Q8STQUEW
      See Also:
    • q8stquewSeconds

      public double q8stquewSeconds()
      Q8STQUEW in seconds.
      Returns:
      double Q8STQUEW converted to seconds
    • q8stquewRawValue

      public BigInteger q8stquewRawValue()
      Q8STQUEW raw value.
      Returns:
      BigInteger Q8STQUEW raw value
    • q8stquem

      public Duration q8stquem()
      Q8STQUEM as a Duration.
      Returns:
      Duration Q8STQUEM
      See Also:
    • q8stquemSeconds

      public double q8stquemSeconds()
      Q8STQUEM in seconds.
      Returns:
      double Q8STQUEM converted to seconds
    • q8stquemRawValue

      public BigInteger q8stquemRawValue()
      Q8STQUEM raw value.
      Returns:
      BigInteger Q8STQUEM raw value
    • q8stmips

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

      public BigInteger q8stmipsAsBigInteger()
      Q8STMIPS value as a BigInteger.

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

      Returns:
      BigInteger Q8STMIPS
    • q8stcors

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

      public BigInteger q8stcorsAsBigInteger()
      Q8STCORS value as a BigInteger.

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

      Returns:
      BigInteger Q8STCORS
    • q8stsreq

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

      public BigInteger q8stsreqAsBigInteger()
      Q8STSREQ value as a BigInteger.

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

      Returns:
      BigInteger Q8STSREQ
    • q8stfreq

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

      public BigInteger q8stfreqAsBigInteger()
      Q8STFREQ value as a BigInteger.

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

      Returns:
      BigInteger Q8STFREQ
    • q8stfinv

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

      public BigInteger q8stfinvAsBigInteger()
      Q8STFINV value as a BigInteger.

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

      Returns:
      BigInteger Q8STFINV
    • q8stdska

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

      public BigInteger q8stdskaAsBigInteger()
      Q8STDSKA value as a BigInteger.

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

      Returns:
      BigInteger Q8STDSKA
    • q8stdsku

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

      public BigInteger q8stdskuAsBigInteger()
      Q8STDSKU value as a BigInteger.

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

      Returns:
      BigInteger Q8STDSKU
    • q8stdskb

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

      public BigInteger q8stdskbAsBigInteger()
      Q8STDSKB value as a BigInteger.

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

      Returns:
      BigInteger Q8STDSKB
    • q8stcpmu

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

      public BigInteger q8stcpmuAsBigInteger()
      Q8STCPMU value as a BigInteger.

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

      Returns:
      BigInteger Q8STCPMU
    • q8stnmds

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

      public BigInteger q8stnmdsAsBigInteger()
      Q8STNMDS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNMDS
    • q8stwpmu

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

      public BigInteger q8stwpmuAsBigInteger()
      Q8STWPMU value as a BigInteger.

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

      Returns:
      BigInteger Q8STWPMU
    • q8stwsma

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

      public BigInteger q8stwsmaAsBigInteger()
      Q8STWSMA value as a BigInteger.

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

      Returns:
      BigInteger Q8STWSMA
    • q8stwsmu

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

      public BigInteger q8stwsmuAsBigInteger()
      Q8STWSMU value as a BigInteger.

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

      Returns:
      BigInteger Q8STWSMU
    • q8stwsmm

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

      public BigInteger q8stwsmmAsBigInteger()
      Q8STWSMM value as a BigInteger.

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

      Returns:
      BigInteger Q8STWSMM
    • q8stawat

      public Duration q8stawat()
      Q8STAWAT as a Duration.
      Returns:
      Duration Q8STAWAT
      See Also:
    • q8stawatSeconds

      public double q8stawatSeconds()
      Q8STAWAT in seconds.
      Returns:
      double Q8STAWAT converted to seconds
    • q8stawatRawValue

      public long q8stawatRawValue()
      Q8STAWAT raw value.
      Returns:
      long Q8STAWAT raw value
    • q8stnqsa

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

      public BigInteger q8stnqsaAsBigInteger()
      Q8STNQSA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNQSA
    • q8stnqfa

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

      public BigInteger q8stnqfaAsBigInteger()
      Q8STNQFA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNQFA
    • q8stnqcs

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

      public BigInteger q8stnqcsAsBigInteger()
      Q8STNQCS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNQCS
    • q8stactv64

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

      public BigInteger q8stactv64AsBigInteger()
      Q8STACTV_64 value as a BigInteger.

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

      Returns:
      BigInteger Q8STACTV_64
    • q8stmnqs

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

      public BigInteger q8stmnqsAsBigInteger()
      Q8STMNQS value as a BigInteger.

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

      Returns:
      BigInteger Q8STMNQS
    • q8stmaxa64

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

      public BigInteger q8stmaxa64AsBigInteger()
      Q8STMAXA_64 value as a BigInteger.

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

      Returns:
      BigInteger Q8STMAXA_64
    • q8sttcqs

      public Duration q8sttcqs()
      Q8STTCQS as a Duration.
      Returns:
      Duration Q8STTCQS
      See Also:
    • q8sttcqsSeconds

      public double q8sttcqsSeconds()
      Q8STTCQS in seconds.
      Returns:
      double Q8STTCQS converted to seconds
    • q8sttcqsRawValue

      public long q8sttcqsRawValue()
      Q8STTCQS raw value.
      Returns:
      long Q8STTCQS raw value
    • q8sttcqa

      public Duration q8sttcqa()
      Q8STTCQA as a Duration.
      Returns:
      Duration Q8STTCQA
      See Also:
    • q8sttcqaSeconds

      public double q8sttcqaSeconds()
      Q8STTCQA in seconds.
      Returns:
      double Q8STTCQA converted to seconds
    • q8sttcqaRawValue

      public long q8sttcqaRawValue()
      Q8STTCQA raw value.
      Returns:
      long Q8STTCQA raw value
    • q8sttcms

      public Duration q8sttcms()
      Q8STTCMS as a Duration.
      Returns:
      Duration Q8STTCMS
      See Also:
    • q8sttcmsSeconds

      public double q8sttcmsSeconds()
      Q8STTCMS in seconds.
      Returns:
      double Q8STTCMS converted to seconds
    • q8sttcmsRawValue

      public long q8sttcmsRawValue()
      Q8STTCMS raw value.
      Returns:
      long Q8STTCMS raw value
    • q8sttcma

      public Duration q8sttcma()
      Q8STTCMA as a Duration.
      Returns:
      Duration Q8STTCMA
      See Also:
    • q8sttcmaSeconds

      public double q8sttcmaSeconds()
      Q8STTCMA in seconds.
      Returns:
      double Q8STTCMA converted to seconds
    • q8sttcmaRawValue

      public long q8sttcmaRawValue()
      Q8STTCMA raw value.
      Returns:
      long Q8STTCMA raw value
    • q8stdsa

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

      public BigInteger q8stdsaAsBigInteger()
      Q8STDSA value as a BigInteger.

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

      Returns:
      BigInteger Q8STDSA
    • q8stmaxq64

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

      public BigInteger q8stmaxq64AsBigInteger()
      Q8STMAXQ_64 value as a BigInteger.

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

      Returns:
      BigInteger Q8STMAXQ_64
    • q8stwnod64

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

      public BigInteger q8stwnod64AsBigInteger()
      Q8STWNOD_64 value as a BigInteger.

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

      Returns:
      BigInteger Q8STWNOD_64
    • q8stcql

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

      public BigInteger q8stcqlAsBigInteger()
      Q8STCQL value as a BigInteger.

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

      Returns:
      BigInteger Q8STCQL
    • q8stccpu64

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

      public BigInteger q8stccpu64AsBigInteger()
      Q8STCCPU_64 value as a BigInteger.

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

      Returns:
      BigInteger Q8STCCPU_64
    • q8stwcpu64

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

      public BigInteger q8stwcpu64AsBigInteger()
      Q8STWCPU_64 value as a BigInteger.

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

      Returns:
      BigInteger Q8STWCPU_64
    • q8sttccs

      public Duration q8sttccs()
      Q8STTCCS as a Duration.
      Returns:
      Duration Q8STTCCS
      See Also:
    • q8sttccsSeconds

      public double q8sttccsSeconds()
      Q8STTCCS in seconds.
      Returns:
      double Q8STTCCS converted to seconds
    • q8sttccsRawValue

      public BigInteger q8sttccsRawValue()
      Q8STTCCS raw value.
      Returns:
      BigInteger Q8STTCCS raw value
    • q8sttcca

      public Duration q8sttcca()
      Q8STTCCA as a Duration.
      Returns:
      Duration Q8STTCCA
      See Also:
    • q8sttccaSeconds

      public double q8sttccaSeconds()
      Q8STTCCA in seconds.
      Returns:
      double Q8STTCCA converted to seconds
    • q8sttccaRawValue

      public BigInteger q8sttccaRawValue()
      Q8STTCCA raw value.
      Returns:
      BigInteger Q8STTCCA raw value
    • q8stnlrs

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

      public BigInteger q8stnlrsAsBigInteger()
      Q8STNLRS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNLRS
    • q8stnlra

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

      public BigInteger q8stnlraAsBigInteger()
      Q8STNLRA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNLRA
    • q8stnlts

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

      public BigInteger q8stnltsAsBigInteger()
      Q8STNLTS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNLTS
    • q8stnlta

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

      public BigInteger q8stnltaAsBigInteger()
      Q8STNLTA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNLTA
    • q8stnbs

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

      public BigInteger q8stnbsAsBigInteger()
      Q8STNBS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNBS
    • q8stnba

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

      public BigInteger q8stnbaAsBigInteger()
      Q8STNBA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNBA
    • q8stnis

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

      public BigInteger q8stnisAsBigInteger()
      Q8STNIS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNIS
    • q8stnia

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

      public BigInteger q8stniaAsBigInteger()
      Q8STNIA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNIA
    • q8stnus

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

      public BigInteger q8stnusAsBigInteger()
      Q8STNUS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNUS
    • q8stnua

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

      public BigInteger q8stnuaAsBigInteger()
      Q8STNUA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNUA
    • q8stnds

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

      public BigInteger q8stndsAsBigInteger()
      Q8STNDS value as a BigInteger.

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

      Returns:
      BigInteger Q8STNDS
    • q8stnda

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

      public BigInteger q8stndaAsBigInteger()
      Q8STNDA value as a BigInteger.

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

      Returns:
      BigInteger Q8STNDA
    • q8stcrl

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

      public BigInteger q8stcrlAsBigInteger()
      Q8STCRL value as a BigInteger.

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

      Returns:
      BigInteger Q8STCRL
    • q8stcss

      public int q8stcss()
      Q8STCSS value.
      Returns:
      int Q8STCSS value
    • q8sttlsc

      public ZonedDateTime q8sttlsc()
      Q8STTLSC DB2 timestamp value converted to ZonedDateTime (ZoneOffset.UTC).

      Use q8sttlscRawValue() for a BigInteger containing the TimeStamp value.

      Returns:
      DateTime Q8STTLSC DB2 timestamp converted to ZonedDateTime
      See Also:
    • q8sttlscRawValue

      public BigInteger q8sttlscRawValue()
      Q8STTLSC DB2 timestamp value.
      Returns:
      BigInteger Q8STTLSC DB2 timestamp value
    • q8sttart

      public ZonedDateTime q8sttart()
      Q8STTART DB2 timestamp value converted to ZonedDateTime (ZoneOffset.UTC).

      Use q8sttartRawValue() for a BigInteger containing the TimeStamp value.

      Returns:
      DateTime Q8STTART DB2 timestamp converted to ZonedDateTime
      See Also:
    • q8sttartRawValue

      public BigInteger q8sttartRawValue()
      Q8STTART DB2 timestamp value.
      Returns:
      BigInteger Q8STTART DB2 timestamp value
    • q8sttatc

      public ZonedDateTime q8sttatc()
      Q8STTATC DB2 timestamp value converted to ZonedDateTime (ZoneOffset.UTC).

      Use q8sttatcRawValue() for a BigInteger containing the TimeStamp value.

      Returns:
      DateTime Q8STTATC DB2 timestamp converted to ZonedDateTime
      See Also:
    • q8sttatcRawValue

      public BigInteger q8sttatcRawValue()
      Q8STTATC DB2 timestamp value.
      Returns:
      BigInteger Q8STTATC DB2 timestamp value
    • q8stinsc

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

      public BigInteger q8stinscAsBigInteger()
      Q8STINSC value as a BigInteger.

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

      Returns:
      BigInteger Q8STINSC
    • q8stupdc

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

      public BigInteger q8stupdcAsBigInteger()
      Q8STUPDC value as a BigInteger.

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

      Returns:
      BigInteger Q8STUPDC
    • q8stdelc

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

      public BigInteger q8stdelcAsBigInteger()
      Q8STDELC value as a BigInteger.

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

      Returns:
      BigInteger Q8STDELC
    • q8stdrpc

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

      public BigInteger q8stdrpcAsBigInteger()
      Q8STDRPC value as a BigInteger.

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

      Returns:
      BigInteger Q8STDRPC
    • q8stcrtc

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

      public BigInteger q8stcrtcAsBigInteger()
      Q8STCRTC value as a BigInteger.

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

      Returns:
      BigInteger Q8STCRTC
    • q8stcmtc

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

      public BigInteger q8stcmtcAsBigInteger()
      Q8STCMTC value as a BigInteger.

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

      Returns:
      BigInteger Q8STCMTC
    • q8strbkc

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

      public BigInteger q8strbkcAsBigInteger()
      Q8STRBKC value as a BigInteger.

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

      Returns:
      BigInteger Q8STRBKC
    • q8stopnc

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

      public BigInteger q8stopncAsBigInteger()
      Q8STOPNC value as a BigInteger.

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

      Returns:
      BigInteger Q8STOPNC
    • q8sttmud

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

      public BigInteger q8sttmudAsBigInteger()
      Q8STTMUD value as a BigInteger.

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

      Returns:
      BigInteger Q8STTMUD
    • q8sttmps

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

      public BigInteger q8sttmpsAsBigInteger()
      Q8STTMPS value as a BigInteger.

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

      Returns:
      BigInteger Q8STTMPS
    • q8stcqls

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

      public BigInteger q8stcqlsAsBigInteger()
      Q8STCQLS value as a BigInteger.

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

      Returns:
      BigInteger Q8STCQLS
    • q8stoflw

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

      public BigInteger q8stoflwAsBigInteger()
      Q8STOFLW value as a BigInteger.

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

      Returns:
      BigInteger Q8STOFLW
    • q8stabhr

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

      public BigInteger q8stabhrAsBigInteger()
      Q8STABHR value as a BigInteger.

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

      Returns:
      BigInteger Q8STABHR
    • q8stanui

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

      public BigInteger q8stanuiAsBigInteger()
      Q8STANUI value as a BigInteger.

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

      Returns:
      BigInteger Q8STANUI
    • q8stanuo

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

      public BigInteger q8stanuoAsBigInteger()
      Q8STANUO value as a BigInteger.

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

      Returns:
      BigInteger Q8STANUO
    • q8sttsa

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

      public BigInteger q8sttsaAsBigInteger()
      Q8STTSA value as a BigInteger.

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

      Returns:
      BigInteger Q8STTSA
    • q8stlsa

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

      public BigInteger q8stlsaAsBigInteger()
      Q8STLSA value as a BigInteger.

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

      Returns:
      BigInteger Q8STLSA
    • q8sttdps

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

      public BigInteger q8sttdpsAsBigInteger()
      Q8STTDPS value as a BigInteger.

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

      Returns:
      BigInteger Q8STTDPS
    • q8stedps

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

      public BigInteger q8stedpsAsBigInteger()
      Q8STEDPS value as a BigInteger.

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

      Returns:
      BigInteger Q8STEDPS
    • q8sttdpa

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

      public BigInteger q8sttdpaAsBigInteger()
      Q8STTDPA value as a BigInteger.

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

      Returns:
      BigInteger Q8STTDPA
    • q8stedpa

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

      public BigInteger q8stedpaAsBigInteger()
      Q8STEDPA value as a BigInteger.

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

      Returns:
      BigInteger Q8STEDPA
    • q8stvlcs

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

      public BigInteger q8stvlcsAsBigInteger()
      Q8STVLCS value as a BigInteger.

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

      Returns:
      BigInteger Q8STVLCS
    • create

      public static Q8st create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent)
      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