public final class Qvas extends SmfData
  • Field Details

  • Method Details

    • qvassusp

      public long qvassusp()
      QVASSUSP value.
      Returns:
      long QVASSUSP value
    • qvasxsus

      public long qvasxsus()
      QVASXSUS value.
      Returns:
      long QVASXSUS value
    • qvasxsut

      public long qvasxsut()
      QVASXSUT value.
      Returns:
      long QVASXSUT value
    • qvasxaus

      public long qvasxaus()
      QVASXAUS value.
      Returns:
      long QVASXAUS value
    • qvasxaut

      public long qvasxaut()
      QVASXAUT value.
      Returns:
      long QVASXAUT value
    • qvasxsrs

      public long qvasxsrs()
      QVASXSRS value.
      Returns:
      long QVASXSRS value
    • qvasxsrt

      public long qvasxsrt()
      QVASXSRT value.
      Returns:
      long QVASXSRT value
    • qvasadur

      public long qvasadur()
      QVASADUR value.
      Returns:
      long QVASADUR value
    • qvasaddl

      public long qvasaddl()
      QVASADDL value.
      Returns:
      long QVASADDL value
    • qvasadir

      public long qvasadir()
      QVASADIR value.
      Returns:
      long QVASADIR value
    • qvascbos

      public long qvascbos()
      QVASCBOS value.
      Returns:
      long QVASCBOS value
    • qvascbof

      public long qvascbof()
      QVASCBOF value.
      Returns:
      long QVASCBOF value
    • qvasmbos

      public long qvasmbos()
      QVASMBOS value.
      Returns:
      long QVASMBOS value
    • qvasmbof

      public long qvasmbof()
      QVASMBOF value.
      Returns:
      long QVASMBOF value
    • qvasbrpt

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

      public BigInteger qvasbrptAsBigInteger()
      QVASBRPT value as a BigInteger.

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

      Returns:
      BigInteger QVASBRPT
    • qvasbrp

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

      public BigInteger qvasbrpAsBigInteger()
      QVASBRP value as a BigInteger.

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

      Returns:
      BigInteger QVASBRP
    • qvasaceb

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

      public BigInteger qvasacebAsBigInteger()
      QVASACEB value as a BigInteger.

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

      Returns:
      BigInteger QVASACEB
    • qvasacef

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

      public BigInteger qvasacefAsBigInteger()
      QVASACEF value as a BigInteger.

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

      Returns:
      BigInteger QVASACEF
    • create

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