public final class Qlst extends SmfData
  • Method Details

    • qlstlocnOff

      public int qlstlocnOff()
      QLSTLOCN_Off value.
      Returns:
      int QLSTLOCN_Off value
    • qlstvrsn

      public long qlstvrsn()
      6 byte QLSTVRSN value.
      Returns:
      long QLSTVRSN value
    • qlstlocn

      public String qlstlocn()
      QLSTLOCN value. The string is converted from EBCDIC or UTF8 depending on a flag value.
      Returns:
      String QLSTLOCN value
    • qlstprid

      public String qlstprid()
      QLSTPRID value.
      Returns:
      String QLSTPRID value
    • qlstcnvs

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

      public BigInteger qlstcnvsAsBigInteger()
      QLSTCNVS value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVS
    • qlstcnvt

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

      public BigInteger qlstcnvtAsBigInteger()
      QLSTCNVT value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVT
    • qlstcnvr

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

      public BigInteger qlstcnvrAsBigInteger()
      QLSTCNVR value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVR
    • qlstmsgs

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

      public BigInteger qlstmsgsAsBigInteger()
      QLSTMSGS value as a BigInteger.

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

      Returns:
      BigInteger QLSTMSGS
    • qlstmsgr

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

      public BigInteger qlstmsgrAsBigInteger()
      QLSTMSGR value as a BigInteger.

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

      Returns:
      BigInteger QLSTMSGR
    • qlstsqls

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

      public BigInteger qlstsqlsAsBigInteger()
      QLSTSQLS value as a BigInteger.

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

      Returns:
      BigInteger QLSTSQLS
    • qlstsqlr

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

      public BigInteger qlstsqlrAsBigInteger()
      QLSTSQLR value as a BigInteger.

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

      Returns:
      BigInteger QLSTSQLR
    • qlstbyts

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

      public BigInteger qlstbytsAsBigInteger()
      QLSTBYTS value as a BigInteger.

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

      Returns:
      BigInteger QLSTBYTS
    • qlstbytr

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

      public BigInteger qlstbytrAsBigInteger()
      QLSTBYTR value as a BigInteger.

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

      Returns:
      BigInteger QLSTBYTR
    • qlstrows

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

      public BigInteger qlstrowsAsBigInteger()
      QLSTROWS value as a BigInteger.

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

      Returns:
      BigInteger QLSTROWS
    • qlstrowr

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

      public BigInteger qlstrowrAsBigInteger()
      QLSTROWR value as a BigInteger.

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

      Returns:
      BigInteger QLSTROWR
    • qlstbtbf

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

      public BigInteger qlstbtbfAsBigInteger()
      QLSTBTBF value as a BigInteger.

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

      Returns:
      BigInteger QLSTBTBF
    • qlstbrbf

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

      public BigInteger qlstbrbfAsBigInteger()
      QLSTBRBF value as a BigInteger.

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

      Returns:
      BigInteger QLSTBRBF
    • qlstcoms

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

      public BigInteger qlstcomsAsBigInteger()
      QLSTCOMS value as a BigInteger.

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

      Returns:
      BigInteger QLSTCOMS
    • qlstcomr

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

      public BigInteger qlstcomrAsBigInteger()
      QLSTCOMR value as a BigInteger.

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

      Returns:
      BigInteger QLSTCOMR
    • qlstabrs

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

      public BigInteger qlstabrsAsBigInteger()
      QLSTABRS value as a BigInteger.

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

      Returns:
      BigInteger QLSTABRS
    • qlstabrr

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

      public BigInteger qlstabrrAsBigInteger()
      QLSTABRR value as a BigInteger.

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

      Returns:
      BigInteger QLSTABRR
    • qlstindt

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

      public BigInteger qlstindtAsBigInteger()
      QLSTINDT value as a BigInteger.

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

      Returns:
      BigInteger QLSTINDT
    • qlstcnvq

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

      public BigInteger qlstcnvqAsBigInteger()
      QLSTCNVQ value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVQ
    • qlstprlv

      public String qlstprlv()
      QLSTPRLV value.
      Returns:
      String QLSTPRLV value
    • qlstnrest

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

      public BigInteger qlstnrestAsBigInteger()
      QLSTNREST value as a BigInteger.

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

      Returns:
      BigInteger QLSTNREST
    • qlstnssr

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

      public BigInteger qlstnssrAsBigInteger()
      QLSTNSSR value as a BigInteger.

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

      Returns:
      BigInteger QLSTNSSR
    • qlstnsgv

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

      public BigInteger qlstnsgvAsBigInteger()
      QLSTNSGV value as a BigInteger.

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

      Returns:
      BigInteger QLSTNSGV
    • qlstnwlb

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

      public BigInteger qlstnwlbAsBigInteger()
      QLSTNWLB value as a BigInteger.

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

      Returns:
      BigInteger QLSTNWLB
    • qlstntls

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

      public BigInteger qlstntlsAsBigInteger()
      QLSTNTLS value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTLS
    • qlstntrs

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

      public BigInteger qlstntrsAsBigInteger()
      QLSTNTRS value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTRS
    • qlstnaes

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

      public BigInteger qlstnaesAsBigInteger()
      QLSTNAES value as a BigInteger.

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

      Returns:
      BigInteger QLSTNAES
    • qlstnxa

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

      public BigInteger qlstnxaAsBigInteger()
      QLSTNXA value as a BigInteger.

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

      Returns:
      BigInteger QLSTNXA
    • qlstnenc

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

      public BigInteger qlstnencAsBigInteger()
      QLSTNENC value as a BigInteger.

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

      Returns:
      BigInteger QLSTNENC
    • qlstnpwd

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

      public BigInteger qlstnpwdAsBigInteger()
      QLSTNPWD value as a BigInteger.

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

      Returns:
      BigInteger QLSTNPWD
    • qlstnker

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

      public BigInteger qlstnkerAsBigInteger()
      QLSTNKER value as a BigInteger.

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

      Returns:
      BigInteger QLSTNKER
    • qlstnmfa

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

      public BigInteger qlstnmfaAsBigInteger()
      QLSTNMFA value as a BigInteger.

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

      Returns:
      BigInteger QLSTNMFA
    • qlstncca

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

      public BigInteger qlstnccaAsBigInteger()
      QLSTNCCA value as a BigInteger.

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

      Returns:
      BigInteger QLSTNCCA
    • qlstfsec

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

      public BigInteger qlstfsecAsBigInteger()
      QLSTFSEC value as a BigInteger.

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

      Returns:
      BigInteger QLSTFSEC
    • qlsthcrsr

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

      public BigInteger qlsthcrsrAsBigInteger()
      QLSTHCRSR value as a BigInteger.

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

      Returns:
      BigInteger QLSTHCRSR
    • qlstdgtt

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

      public BigInteger qlstdgttAsBigInteger()
      QLSTDGTT value as a BigInteger.

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

      Returns:
      BigInteger QLSTDGTT
    • qlstkpdyn

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

      public BigInteger qlstkpdynAsBigInteger()
      QLSTKPDYN value as a BigInteger.

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

      Returns:
      BigInteger QLSTKPDYN
    • qlsthiprf

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

      public BigInteger qlsthiprfAsBigInteger()
      QLSTHIPRF value as a BigInteger.

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

      Returns:
      BigInteger QLSTHIPRF
    • qlsthlobloc

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

      public BigInteger qlsthloblocAsBigInteger()
      QLSTHLOBLOC value as a BigInteger.

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

      Returns:
      BigInteger QLSTHLOBLOC
    • qlstspcmt

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

      public BigInteger qlstspcmtAsBigInteger()
      QLSTSPCMT value as a BigInteger.

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

      Returns:
      BigInteger QLSTSPCMT
    • qlstcnvtc

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

      public BigInteger qlstcnvtcAsBigInteger()
      QLSTCNVTC value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVTC
    • qlstcnvtp

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

      public BigInteger qlstcnvtpAsBigInteger()
      QLSTCNVTP value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVTP
    • qlstcnvtqn

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

      public BigInteger qlstcnvtqnAsBigInteger()
      QLSTCNVTQN value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVTQN
    • qlstcnvtqw

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

      public BigInteger qlstcnvtqwAsBigInteger()
      QLSTCNVTQW value as a BigInteger.

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

      Returns:
      BigInteger QLSTCNVTQW
    • qlstnthdpq

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

      public BigInteger qlstnthdpqAsBigInteger()
      QLSTNTHDPQ value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTHDPQ
    • qlstnthdpt

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

      public BigInteger qlstnthdptAsBigInteger()
      QLSTNTHDPT value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTHDPT
    • qlstnthda

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

      public BigInteger qlstnthdaAsBigInteger()
      QLSTNTHDA value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTHDA
    • qlstnthdc

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

      public BigInteger qlstnthdcAsBigInteger()
      QLSTNTHDC value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTHDC
    • qlstncnv

      public long qlstncnv()
      QLSTNCNV value.
      Returns:
      long QLSTNCNV value
    • qlsthcnv

      public long qlsthcnv()
      QLSTHCNV value.
      Returns:
      long QLSTHCNV value
    • qlstnthd

      public long qlstnthd()
      QLSTNTHD value.
      Returns:
      long QLSTNTHD value
    • qlsththd

      public long qlsththd()
      QLSTHTHD value.
      Returns:
      long QLSTHTHD value
    • qlstntplh

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

      public BigInteger qlstntplhAsBigInteger()
      QLSTNTPLH value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTPLH
    • qlstntils

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

      public BigInteger qlstntilsAsBigInteger()
      QLSTNTILS value as a BigInteger.

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

      Returns:
      BigInteger QLSTNTILS
    • qlstnatk

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

      public BigInteger qlstnatkAsBigInteger()
      QLSTNATK value as a BigInteger.

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

      Returns:
      BigInteger QLSTNATK
    • qlstnncq

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

      public BigInteger qlstnncqAsBigInteger()
      QLSTNNCQ value as a BigInteger.

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

      Returns:
      BigInteger QLSTNNCQ
    • create

      public static Qlst 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