ifc.bim.openecg.jtools.jparser
Class Sect004.SubZ

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.Sect004.SubZ
Enclosing class:
Sect004

public class Sect004.SubZ
extends java.lang.Object

A structure for storing subtraction zone's details


Field Summary
 short bType
          Stores beat type
 int end
          Stores fiducial location sample number
 int fid
          Stores ending sample number
 int start
          Stores starting sample number
 
Constructor Summary
Sect004.SubZ()
          Constructs a SubZ and read fields' values from section's data part
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bType

public short bType
Stores beat type


start

public int start
Stores starting sample number


fid

public int fid
Stores ending sample number


end

public int end
Stores fiducial location sample number

Constructor Detail

Sect004.SubZ

public Sect004.SubZ()
Constructs a SubZ and read fields' values from section's data part