Class TBDAbstractType

  • Direct Known Subclasses:
    TabDescriptor

    @Internal
    public abstract class TBDAbstractType
    extends Object
    The TBD is a substructure of the PAP.
    • Field Detail

      • field_1_value

        protected byte field_1_value
    • Constructor Detail

      • TBDAbstractType

        protected TBDAbstractType()
    • Method Detail

      • fillFields

        protected void fillFields​(byte[] data,
                                  int offset)
      • serialize

        public void serialize​(byte[] data,
                              int offset)
      • getSize

        public static int getSize()
        Size of record
      • getValue

        @Internal
        public byte getValue()
        Get the value field for the TBD record.
      • setValue

        @Internal
        public void setValue​(byte field_1_value)
        Set the value field for the TBD record.
      • setJc

        @Internal
        public void setJc​(byte value)
        Sets the jc field value. Justification code
      • getJc

        @Internal
        public byte getJc()
        Justification code
        Returns:
        the jc field value.
      • setTlc

        @Internal
        public void setTlc​(byte value)
        Sets the tlc field value. Tab leader code
      • getTlc

        @Internal
        public byte getTlc()
        Tab leader code
        Returns:
        the tlc field value.
      • setReserved

        @Internal
        public void setReserved​(byte value)
        Sets the reserved field value.
      • getReserved

        @Internal
        public byte getReserved()
        Returns:
        the reserved field value.