Class CfStructureDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype4.CfStructureDataSection

public final class CfStructureDataSection extends SmfData
  • Field Details

  • Method Details

    • r744qstr

      public String r744qstr()
      R744QSTR value.
      Returns:
      String R744QSTR value
    • r744qsiz

      public long r744qsiz()
      R744QSIZ value.
      Returns:
      long R744QSIZ value
    • r744qver

      public ZonedDateTime r744qver()
      R744QVER STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use r744qverRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime R744QVER STCK converted to ZonedDateTime
      See Also:
    • r744qverRawValue

      public BigInteger r744qverRawValue()
      R744QVER STCK value.
      Returns:
      BigInteger R744QVER STCK value
    • r744qflg

      public int r744qflg()
      R744QFLG value.
      Returns:
      int R744QFLG value
    • r744qact

      public boolean r744qact()
      Return true if R744QACT bit in r744qflg() is set.
      Returns:
      boolean R744QACT bit is set in r744qflg()

      R744QACT = 0x80

    • r744qrbn

      public boolean r744qrbn()
      Return true if R744QRBN bit in r744qflg() is set.
      Returns:
      boolean R744QRBN bit is set in r744qflg()

      R744QRBN = 0x40

    • r744qrbo

      public boolean r744qrbo()
      Return true if R744QRBO bit in r744qflg() is set.
      Returns:
      boolean R744QRBO bit is set in r744qflg()

      R744QRBO = 0x20

    • r744qtra

      public boolean r744qtra()
      Return true if R744QTRA bit in r744qflg() is set.
      Returns:
      boolean R744QTRA bit is set in r744qflg()

      R744QTRA = 0x10

    • r744qhol

      public boolean r744qhol()
      Return true if R744QHOL bit in r744qflg() is set.
      Returns:
      boolean R744QHOL bit is set in r744qflg()

      R744QHOL = 0x08

    • r744qdpt

      public boolean r744qdpt()
      Return true if R744QDPT bit in r744qflg() is set.
      Returns:
      boolean R744QDPT bit is set in r744qflg()

      R744QDPT = 0x04

    • r744qrbp

      public boolean r744qrbp()
      Return true if R744QRBP bit in r744qflg() is set.
      Returns:
      boolean R744QRBP bit is set in r744qflg()

      R744QRBP = 0x02

    • r744qrbd

      public boolean r744qrbd()
      Return true if R744QRBD bit in r744qflg() is set.
      Returns:
      boolean R744QRBD bit is set in r744qflg()

      R744QRBD = 0x01

    • r744qfl1

      public int r744qfl1()
      R744QFL1 value.
      Returns:
      int R744QFL1 value
    • r744qaad

      public boolean r744qaad()
      Return true if R744QAAD bit in r744qfl1() is set.
      Returns:
      boolean R744QAAD bit is set in r744qfl1()

      R744QAAD = 0x80

    • create

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