KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > poi > hdf > model > hdftypes > definitions > FIBAbstractType


1
2 /* ====================================================================
3    Copyright 2002-2004 Apache Software Foundation
4
5    Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9        http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16 ==================================================================== */

17         
18
19
20 package org.apache.poi.hdf.model.hdftypes.definitions;
21
22
23
24 import org.apache.poi.util.BitField;
25 import org.apache.poi.util.LittleEndian;
26 import org.apache.poi.util.StringUtil;
27 import org.apache.poi.util.HexDump;
28 import org.apache.poi.hdf.model.hdftypes.HDFType;
29
30 /**
31  * File information Block.
32  * NOTE: This source is automatically generated please do not modify this file. Either subclass or
33  * remove the record in src/records/definitions.
34
35  * @author Andrew C. Oliver
36  */

37 public abstract class FIBAbstractType
38     implements HDFType
39 {
40
41     private int field_1_wIdent;
42     private int field_2_nFib;
43     private int field_3_nProduct;
44     private int field_4_lid;
45     private int field_5_pnNext;
46     private short field_6_options;
47         private static BitField fDot = new BitField(0x0001);
48         private static BitField fGlsy = new BitField(0x0002);
49         private static BitField fComplex = new BitField(0x0004);
50         private static BitField fHasPic = new BitField(0x0008);
51         private static BitField cQuickSaves = new BitField(0x00F0);
52         private static BitField fEncrypted = new BitField(0x0100);
53         private static BitField fWhichTblStm = new BitField(0x0200);
54         private static BitField fReadOnlyRecommended = new BitField(0x0400);
55         private static BitField fWriteReservation = new BitField(0x0800);
56         private static BitField fExtChar = new BitField(0x1000);
57         private static BitField fLoadOverride = new BitField(0x2000);
58         private static BitField fFarEast = new BitField(0x4000);
59         private static BitField fCrypto = new BitField(0x8000);
60     private int field_7_nFibBack;
61     private int field_8_lKey;
62     private int field_9_envr;
63     private short field_10_history;
64         private static BitField fMac = new BitField(0x0001);
65         private static BitField fEmptySpecial = new BitField(0x0002);
66         private static BitField fLoadOverridePage = new BitField(0x0004);
67         private static BitField fFutureSavedUndo = new BitField(0x0008);
68         private static BitField fWord97Saved = new BitField(0x0010);
69         private static BitField fSpare0 = new BitField(0x00FE);
70     private int field_11_chs;
71     private int field_12_chsTables;
72     private int field_13_fcMin;
73     private int field_14_fcMac;
74     private int field_15_csw;
75     private int field_16_wMagicCreated;
76     private int field_17_wMagicRevised;
77     private int field_18_wMagicCreatedPrivate;
78     private int field_19_wMagicRevisedPrivate;
79     private int field_20_pnFbpChpFirst_W6;
80     private int field_21_pnChpFirst_W6;
81     private int field_22_cpnBteChp_W6;
82     private int field_23_pnFbpPapFirst_W6;
83     private int field_24_pnPapFirst_W6;
84     private int field_25_cpnBtePap_W6;
85     private int field_26_pnFbpLvcFirst_W6;
86     private int field_27_pnLvcFirst_W6;
87     private int field_28_cpnBteLvc_W6;
88     private int field_29_lidFE;
89     private int field_30_clw;
90     private int field_31_cbMac;
91     private int field_32_lProductCreated;
92     private int field_33_lProductRevised;
93     private int field_34_ccpText;
94     private int field_35_ccpFtn;
95     private int field_36_ccpHdd;
96     private int field_37_ccpMcr;
97     private int field_38_ccpAtn;
98     private int field_39_ccpEdn;
99     private int field_40_ccpTxbx;
100     private int field_41_ccpHdrTxbx;
101     private int field_42_pnFbpChpFirst;
102     private int field_43_pnChpFirst;
103     private int field_44_cpnBteChp;
104     private int field_45_pnFbpPapFirst;
105     private int field_46_pnPapFirst;
106     private int field_47_cpnBtePap;
107     private int field_48_pnFbpLvcFirst;
108     private int field_49_pnLvcFirst;
109     private int field_50_cpnBteLvc;
110     private int field_51_fcIslandFirst;
111     private int field_52_fcIslandLim;
112     private int field_53_cfclcb;
113     private int field_54_fcStshfOrig;
114     private int field_55_lcbStshfOrig;
115     private int field_56_fcStshf;
116     private int field_57_lcbStshf;
117     private int field_58_fcPlcffndRef;
118     private int field_59_lcbPlcffndRef;
119     private int field_60_fcPlcffndTxt;
120     private int field_61_lcbPlcffndTxt;
121     private int field_62_fcPlcfandRef;
122     private int field_63_lcbPlcfandRef;
123     private int field_64_fcPlcfandTxt;
124     private int field_65_lcbPlcfandTxt;
125     private int field_66_fcPlcfsed;
126     private int field_67_lcbPlcfsed;
127     private int field_68_fcPlcpad;
128     private int field_69_lcbPlcpad;
129     private int field_70_fcPlcfphe;
130     private int field_71_lcbPlcfphe;
131     private int field_72_fcSttbfglsy;
132     private int field_73_lcbSttbfglsy;
133     private int field_74_fcPlcfglsy;
134     private int field_75_lcbPlcfglsy;
135     private int field_76_fcPlcfhdd;
136     private int field_77_lcbPlcfhdd;
137     private int field_78_fcPlcfbteChpx;
138     private int field_79_lcbPlcfbteChpx;
139     private int field_80_fcPlcfbtePapx;
140     private int field_81_lcbPlcfbtePapx;
141     private int field_82_fcPlcfsea;
142     private int field_83_lcbPlcfsea;
143     private int field_84_fcSttbfffn;
144     private int field_85_lcbSttbfffn;
145     private int field_86_fcPlcffldMom;
146     private int field_87_lcbPlcffldMom;
147     private int field_88_fcPlcffldHdr;
148     private int field_89_lcbPlcffldHdr;
149     private int field_90_fcPlcffldFtn;
150     private int field_91_lcbPlcffldFtn;
151     private int field_92_fcPlcffldAtn;
152     private int field_93_lcbPlcffldAtn;
153     private int field_94_fcPlcffldMcr;
154     private int field_95_lcbPlcffldMcr;
155     private int field_96_fcSttbfbkmk;
156     private int field_97_lcbSttbfbkmk;
157     private int field_98_fcPlcfbkf;
158     private int field_99_lcbPlcfbkf;
159     private int field_100_fcPlcfbkl;
160     private int field_101_lcbPlcfbkl;
161     private int field_102_fcCmds;
162     private int field_103_lcbCmds;
163     private int field_104_fcPlcmcr;
164     private int field_105_lcbPlcmcr;
165     private int field_106_fcSttbfmcr;
166     private int field_107_lcbSttbfmcr;
167     private int field_108_fcPrDrvr;
168     private int field_109_lcbPrDrvr;
169     private int field_110_fcPrEnvPort;
170     private int field_111_lcbPrEnvPort;
171     private int field_112_fcPrEnvLand;
172     private int field_113_lcbPrEnvLand;
173     private int field_114_fcWss;
174     private int field_115_lcbWss;
175     private int field_116_fcDop;
176     private int field_117_lcbDop;
177     private int field_118_fcSttbfAssoc;
178     private int field_119_lcbSttbfAssoc;
179     private int field_120_fcClx;
180     private int field_121_lcbClx;
181     private int field_122_fcPlcfpgdFtn;
182     private int field_123_lcbPlcfpgdFtn;
183     private int field_124_fcAutosaveSource;
184     private int field_125_lcbAutosaveSource;
185     private int field_126_fcGrpXstAtnOwners;
186     private int field_127_lcbGrpXstAtnOwners;
187     private int field_128_fcSttbfAtnbkmk;
188     private int field_129_lcbSttbfAtnbkmk;
189     private int field_130_fcPlcdoaMom;
190     private int field_131_lcbPlcdoaMom;
191     private int field_132_fcPlcdoaHdr;
192     private int field_133_lcbPlcdoaHdr;
193     private int field_134_fcPlcspaMom;
194     private int field_135_lcbPlcspaMom;
195     private int field_136_fcPlcspaHdr;
196     private int field_137_lcbPlcspaHdr;
197     private int field_138_fcPlcfAtnbkf;
198     private int field_139_lcbPlcfAtnbkf;
199     private int field_140_fcPlcfAtnbkl;
200     private int field_141_lcbPlcfAtnbkl;
201     private int field_142_fcPms;
202     private int field_143_lcbPms;
203     private int field_144_fcFormFldSttbs;
204     private int field_145_lcbFormFldSttbs;
205     private int field_146_fcPlcfendRef;
206     private int field_147_lcbPlcfendRef;
207     private int field_148_fcPlcfendTxt;
208     private int field_149_lcbPlcfendTxt;
209     private int field_150_fcPlcffldEdn;
210     private int field_151_lcbPlcffldEdn;
211     private int field_152_fcPlcfpgdEdn;
212     private int field_153_lcbPlcfpgdEdn;
213     private int field_154_fcDggInfo;
214     private int field_155_lcbDggInfo;
215     private int field_156_fcSttbfRMark;
216     private int field_157_lcbSttbfRMark;
217     private int field_158_fcSttbCaption;
218     private int field_159_lcbSttbCaption;
219     private int field_160_fcSttbAutoCaption;
220     private int field_161_lcbSttbAutoCaption;
221     private int field_162_fcPlcfwkb;
222     private int field_163_lcbPlcfwkb;
223     private int field_164_fcPlcfspl;
224     private int field_165_lcbPlcfspl;
225     private int field_166_fcPlcftxbxTxt;
226     private int field_167_lcbPlcftxbxTxt;
227     private int field_168_fcPlcffldTxbx;
228     private int field_169_lcbPlcffldTxbx;
229     private int field_170_fcPlcfhdrtxbxTxt;
230     private int field_171_lcbPlcfhdrtxbxTxt;
231     private int field_172_fcPlcffldHdrTxbx;
232     private int field_173_lcbPlcffldHdrTxbx;
233     private int field_174_fcStwUser;
234     private int field_175_lcbStwUser;
235     private int field_176_fcSttbttmbd;
236     private int field_177_cbSttbttmbd;
237     private int field_178_fcUnused;
238     private int field_179_lcbUnused;
239     private int field_180_fcPgdMother;
240     private int field_181_lcbPgdMother;
241     private int field_182_fcBkdMother;
242     private int field_183_lcbBkdMother;
243     private int field_184_fcPgdFtn;
244     private int field_185_lcbPgdFtn;
245     private int field_186_fcBkdFtn;
246     private int field_187_lcbBkdFtn;
247     private int field_188_fcPgdEdn;
248     private int field_189_lcbPgdEdn;
249     private int field_190_fcBkdEdn;
250     private int field_191_lcbBkdEdn;
251     private int field_192_fcSttbfIntlFld;
252     private int field_193_lcbSttbfIntlFld;
253     private int field_194_fcRouteSlip;
254     private int field_195_lcbRouteSlip;
255     private int field_196_fcSttbSavedBy;
256     private int field_197_lcbSttbSavedBy;
257     private int field_198_fcSttbFnm;
258     private int field_199_lcbSttbFnm;
259     private int field_200_fcPlcfLst;
260     private int field_201_lcbPlcfLst;
261     private int field_202_fcPlfLfo;
262     private int field_203_lcbPlfLfo;
263     private int field_204_fcPlcftxbxBkd;
264     private int field_205_lcbPlcftxbxBkd;
265     private int field_206_fcPlcftxbxHdrBkd;
266     private int field_207_lcbPlcftxbxHdrBkd;
267     private int field_208_fcDocUndo;
268     private int field_209_lcbDocUndo;
269     private int field_210_fcRgbuse;
270     private int field_211_lcbRgbuse;
271     private int field_212_fcUsp;
272     private int field_213_lcbUsp;
273     private int field_214_fcUskf;
274     private int field_215_lcbUskf;
275     private int field_216_fcPlcupcRgbuse;
276     private int field_217_lcbPlcupcRgbuse;
277     private int field_218_fcPlcupcUsp;
278     private int field_219_lcbPlcupcUsp;
279     private int field_220_fcSttbGlsyStyle;
280     private int field_221_lcbSttbGlsyStyle;
281     private int field_222_fcPlgosl;
282     private int field_223_lcbPlgosl;
283     private int field_224_fcPlcocx;
284     private int field_225_lcbPlcocx;
285     private int field_226_fcPlcfbteLvc;
286     private int field_227_lcbPlcfbteLvc;
287     private int field_228_dwLowDateTime;
288     private int field_229_dwHighDateTime;
289     private int field_230_fcPlcflvc;
290     private int field_231_lcbPlcflvc;
291     private int field_232_fcPlcasumy;
292     private int field_233_lcbPlcasumy;
293     private int field_234_fcPlcfgram;
294     private int field_235_lcbPlcfgram;
295     private int field_236_fcSttbListNames;
296     private int field_237_lcbSttbListNames;
297     private int field_238_fcSttbfUssr;
298     private int field_239_lcbSttbfUssr;
299
300
301     public FIBAbstractType()
302     {
303
304     }
305
306     protected void fillFields(byte [] data, short size, int offset)
307     {
308         field_1_wIdent = LittleEndian.getShort(data, 0x0 + offset);
309         field_2_nFib = LittleEndian.getShort(data, 0x2 + offset);
310         field_3_nProduct = LittleEndian.getShort(data, 0x4 + offset);
311         field_4_lid = LittleEndian.getShort(data, 0x6 + offset);
312         field_5_pnNext = LittleEndian.getShort(data, 0x8 + offset);
313         field_6_options = LittleEndian.getShort(data, 0xa + offset);
314         field_7_nFibBack = LittleEndian.getShort(data, 0xc + offset);
315         field_8_lKey = LittleEndian.getShort(data, 0xe + offset);
316         field_9_envr = LittleEndian.getShort(data, 0x10 + offset);
317         field_10_history = LittleEndian.getShort(data, 0x12 + offset);
318         field_11_chs = LittleEndian.getShort(data, 0x14 + offset);
319         field_12_chsTables = LittleEndian.getShort(data, 0x16 + offset);
320         field_13_fcMin = LittleEndian.getInt(data, 0x18 + offset);
321         field_14_fcMac = LittleEndian.getInt(data, 0x1c + offset);
322         field_15_csw = LittleEndian.getShort(data, 0x20 + offset);
323         field_16_wMagicCreated = LittleEndian.getShort(data, 0x22 + offset);
324         field_17_wMagicRevised = LittleEndian.getShort(data, 0x24 + offset);
325         field_18_wMagicCreatedPrivate = LittleEndian.getShort(data, 0x26 + offset);
326         field_19_wMagicRevisedPrivate = LittleEndian.getShort(data, 0x28 + offset);
327         field_20_pnFbpChpFirst_W6 = LittleEndian.getShort(data, 0x2a + offset);
328         field_21_pnChpFirst_W6 = LittleEndian.getShort(data, 0x2c + offset);
329         field_22_cpnBteChp_W6 = LittleEndian.getShort(data, 0x2e + offset);
330         field_23_pnFbpPapFirst_W6 = LittleEndian.getShort(data, 0x30 + offset);
331         field_24_pnPapFirst_W6 = LittleEndian.getShort(data, 0x32 + offset);
332         field_25_cpnBtePap_W6 = LittleEndian.getShort(data, 0x34 + offset);
333         field_26_pnFbpLvcFirst_W6 = LittleEndian.getShort(data, 0x36 + offset);
334         field_27_pnLvcFirst_W6 = LittleEndian.getShort(data, 0x38 + offset);
335         field_28_cpnBteLvc_W6 = LittleEndian.getShort(data, 0x3a + offset);
336         field_29_lidFE = LittleEndian.getShort(data, 0x3c + offset);
337         field_30_clw = LittleEndian.getShort(data, 0x3e + offset);
338         field_31_cbMac = LittleEndian.getInt(data, 0x40 + offset);
339         field_32_lProductCreated = LittleEndian.getInt(data, 0x44 + offset);
340         field_33_lProductRevised = LittleEndian.getInt(data, 0x48 + offset);
341         field_34_ccpText = LittleEndian.getInt(data, 0x4c + offset);
342         field_35_ccpFtn = LittleEndian.getInt(data, 0x50 + offset);
343         field_36_ccpHdd = LittleEndian.getInt(data, 0x54 + offset);
344         field_37_ccpMcr = LittleEndian.getInt(data, 0x58 + offset);
345         field_38_ccpAtn = LittleEndian.getInt(data, 0x5c + offset);
346         field_39_ccpEdn = LittleEndian.getInt(data, 0x60 + offset);
347         field_40_ccpTxbx = LittleEndian.getInt(data, 0x64 + offset);
348         field_41_ccpHdrTxbx = LittleEndian.getInt(data, 0x68 + offset);
349         field_42_pnFbpChpFirst = LittleEndian.getInt(data, 0x6c + offset);
350         field_43_pnChpFirst = LittleEndian.getInt(data, 0x70 + offset);
351         field_44_cpnBteChp = LittleEndian.getInt(data, 0x74 + offset);
352         field_45_pnFbpPapFirst = LittleEndian.getInt(data, 0x78 + offset);
353         field_46_pnPapFirst = LittleEndian.getInt(data, 0x7c + offset);
354         field_47_cpnBtePap = LittleEndian.getInt(data, 0x80 + offset);
355         field_48_pnFbpLvcFirst = LittleEndian.getInt(data, 0x84 + offset);
356         field_49_pnLvcFirst = LittleEndian.getInt(data, 0x88 + offset);
357         field_50_cpnBteLvc = LittleEndian.getInt(data, 0x8c + offset);
358         field_51_fcIslandFirst = LittleEndian.getInt(data, 0x90 + offset);
359         field_52_fcIslandLim = LittleEndian.getInt(data, 0x94 + offset);
360         field_53_cfclcb = LittleEndian.getShort(data, 0x98 + offset);
361         field_54_fcStshfOrig = LittleEndian.getInt(data, 0x9a + offset);
362         field_55_lcbStshfOrig = LittleEndian.getInt(data, 0x9e + offset);
363         field_56_fcStshf = LittleEndian.getInt(data, 0xa2 + offset);
364         field_57_lcbStshf = LittleEndian.getInt(data, 0xa6 + offset);
365         field_58_fcPlcffndRef = LittleEndian.getInt(data, 0xaa + offset);
366         field_59_lcbPlcffndRef = LittleEndian.getInt(data, 0xae + offset);
367         field_60_fcPlcffndTxt = LittleEndian.getInt(data, 0xb2 + offset);
368         field_61_lcbPlcffndTxt = LittleEndian.getInt(data, 0xb6 + offset);
369         field_62_fcPlcfandRef = LittleEndian.getInt(data, 0xba + offset);
370         field_63_lcbPlcfandRef = LittleEndian.getInt(data, 0xbe + offset);
371         field_64_fcPlcfandTxt = LittleEndian.getInt(data, 0xc2 + offset);
372         field_65_lcbPlcfandTxt = LittleEndian.getInt(data, 0xc6 + offset);
373         field_66_fcPlcfsed = LittleEndian.getInt(data, 0xca + offset);
374         field_67_lcbPlcfsed = LittleEndian.getInt(data, 0xce + offset);
375         field_68_fcPlcpad = LittleEndian.getInt(data, 0xd2 + offset);
376         field_69_lcbPlcpad = LittleEndian.getInt(data, 0xd6 + offset);
377         field_70_fcPlcfphe = LittleEndian.getInt(data, 0xda + offset);
378         field_71_lcbPlcfphe = LittleEndian.getInt(data, 0xde + offset);
379         field_72_fcSttbfglsy = LittleEndian.getInt(data, 0xe2 + offset);
380         field_73_lcbSttbfglsy = LittleEndian.getInt(data, 0xe6 + offset);
381         field_74_fcPlcfglsy = LittleEndian.getInt(data, 0xea + offset);
382         field_75_lcbPlcfglsy = LittleEndian.getInt(data, 0xee + offset);
383         field_76_fcPlcfhdd = LittleEndian.getInt(data, 0xf2 + offset);
384         field_77_lcbPlcfhdd = LittleEndian.getInt(data, 0xf6 + offset);
385         field_78_fcPlcfbteChpx = LittleEndian.getInt(data, 0xfa + offset);
386         field_79_lcbPlcfbteChpx = LittleEndian.getInt(data, 0xfe + offset);
387         field_80_fcPlcfbtePapx = LittleEndian.getInt(data, 0x102 + offset);
388         field_81_lcbPlcfbtePapx = LittleEndian.getInt(data, 0x106 + offset);
389         field_82_fcPlcfsea = LittleEndian.getInt(data, 0x10a + offset);
390         field_83_lcbPlcfsea = LittleEndian.getInt(data, 0x10e + offset);
391         field_84_fcSttbfffn = LittleEndian.getInt(data, 0x112 + offset);
392         field_85_lcbSttbfffn = LittleEndian.getInt(data, 0x116 + offset);
393         field_86_fcPlcffldMom = LittleEndian.getInt(data, 0x11a + offset);
394         field_87_lcbPlcffldMom = LittleEndian.getInt(data, 0x11e + offset);
395         field_88_fcPlcffldHdr = LittleEndian.getInt(data, 0x122 + offset);
396         field_89_lcbPlcffldHdr = LittleEndian.getInt(data, 0x126 + offset);
397         field_90_fcPlcffldFtn = LittleEndian.getInt(data, 0x12a + offset);
398         field_91_lcbPlcffldFtn = LittleEndian.getInt(data, 0x12e + offset);
399         field_92_fcPlcffldAtn = LittleEndian.getInt(data, 0x132 + offset);
400         field_93_lcbPlcffldAtn = LittleEndian.getInt(data, 0x136 + offset);
401         field_94_fcPlcffldMcr = LittleEndian.getInt(data, 0x13a + offset);
402         field_95_lcbPlcffldMcr = LittleEndian.getInt(data, 0x13e + offset);
403         field_96_fcSttbfbkmk = LittleEndian.getInt(data, 0x142 + offset);
404         field_97_lcbSttbfbkmk = LittleEndian.getInt(data, 0x146 + offset);
405         field_98_fcPlcfbkf = LittleEndian.getInt(data, 0x14a + offset);
406         field_99_lcbPlcfbkf = LittleEndian.getInt(data, 0x14e + offset);
407         field_100_fcPlcfbkl = LittleEndian.getInt(data, 0x152 + offset);
408         field_101_lcbPlcfbkl = LittleEndian.getInt(data, 0x156 + offset);
409         field_102_fcCmds = LittleEndian.getInt(data, 0x15a + offset);
410         field_103_lcbCmds = LittleEndian.getInt(data, 0x15e + offset);
411         field_104_fcPlcmcr = LittleEndian.getInt(data, 0x162 + offset);
412         field_105_lcbPlcmcr = LittleEndian.getInt(data, 0x166 + offset);
413         field_106_fcSttbfmcr = LittleEndian.getInt(data, 0x16a + offset);
414         field_107_lcbSttbfmcr = LittleEndian.getInt(data, 0x16e + offset);
415         field_108_fcPrDrvr = LittleEndian.getInt(data, 0x172 + offset);
416         field_109_lcbPrDrvr = LittleEndian.getInt(data, 0x176 + offset);
417         field_110_fcPrEnvPort = LittleEndian.getInt(data, 0x17a + offset);
418         field_111_lcbPrEnvPort = LittleEndian.getInt(data, 0x17e + offset);
419         field_112_fcPrEnvLand = LittleEndian.getInt(data, 0x182 + offset);
420         field_113_lcbPrEnvLand = LittleEndian.getInt(data, 0x186 + offset);
421         field_114_fcWss = LittleEndian.getInt(data, 0x18a + offset);
422         field_115_lcbWss = LittleEndian.getInt(data, 0x18e + offset);
423         field_116_fcDop = LittleEndian.getInt(data, 0x192 + offset);
424         field_117_lcbDop = LittleEndian.getInt(data, 0x196 + offset);
425         field_118_fcSttbfAssoc = LittleEndian.getInt(data, 0x19a + offset);
426         field_119_lcbSttbfAssoc = LittleEndian.getInt(data, 0x19e + offset);
427         field_120_fcClx = LittleEndian.getInt(data, 0x1a2 + offset);
428         field_121_lcbClx = LittleEndian.getInt(data, 0x1a6 + offset);
429         field_122_fcPlcfpgdFtn = LittleEndian.getInt(data, 0x1aa + offset);
430         field_123_lcbPlcfpgdFtn = LittleEndian.getInt(data, 0x1ae + offset);
431         field_124_fcAutosaveSource = LittleEndian.getInt(data, 0x1b2 + offset);
432         field_125_lcbAutosaveSource = LittleEndian.getInt(data, 0x1b6 + offset);
433         field_126_fcGrpXstAtnOwners = LittleEndian.getInt(data, 0x1ba + offset);
434         field_127_lcbGrpXstAtnOwners = LittleEndian.getInt(data, 0x1be + offset);
435         field_128_fcSttbfAtnbkmk = LittleEndian.getInt(data, 0x1c2 + offset);
436         field_129_lcbSttbfAtnbkmk = LittleEndian.getInt(data, 0x1c6 + offset);
437         field_130_fcPlcdoaMom = LittleEndian.getInt(data, 0x1ca + offset);
438         field_131_lcbPlcdoaMom = LittleEndian.getInt(data, 0x1ce + offset);
439         field_132_fcPlcdoaHdr = LittleEndian.getInt(data, 0x1d2 + offset);
440         field_133_lcbPlcdoaHdr = LittleEndian.getInt(data, 0x1d6 + offset);
441         field_134_fcPlcspaMom = LittleEndian.getInt(data, 0x1da + offset);
442         field_135_lcbPlcspaMom = LittleEndian.getInt(data, 0x1de + offset);
443         field_136_fcPlcspaHdr = LittleEndian.getInt(data, 0x1e2 + offset);
444         field_137_lcbPlcspaHdr = LittleEndian.getInt(data, 0x1e6 + offset);
445         field_138_fcPlcfAtnbkf = LittleEndian.getInt(data, 0x1ea + offset);
446         field_139_lcbPlcfAtnbkf = LittleEndian.getInt(data, 0x1ee + offset);
447         field_140_fcPlcfAtnbkl = LittleEndian.getInt(data, 0x1f2 + offset);
448         field_141_lcbPlcfAtnbkl = LittleEndian.getInt(data, 0x1f6 + offset);
449         field_142_fcPms = LittleEndian.getInt(data, 0x1fa + offset);
450         field_143_lcbPms = LittleEndian.getInt(data, 0x1fe + offset);
451         field_144_fcFormFldSttbs = LittleEndian.getInt(data, 0x202 + offset);
452         field_145_lcbFormFldSttbs = LittleEndian.getInt(data, 0x206 + offset);
453         field_146_fcPlcfendRef = LittleEndian.getInt(data, 0x20a + offset);
454         field_147_lcbPlcfendRef = LittleEndian.getInt(data, 0x20e + offset);
455         field_148_fcPlcfendTxt = LittleEndian.getInt(data, 0x212 + offset);
456         field_149_lcbPlcfendTxt = LittleEndian.getInt(data, 0x216 + offset);
457         field_150_fcPlcffldEdn = LittleEndian.getInt(data, 0x21a + offset);
458         field_151_lcbPlcffldEdn = LittleEndian.getInt(data, 0x21e + offset);
459         field_152_fcPlcfpgdEdn = LittleEndian.getInt(data, 0x222 + offset);
460         field_153_lcbPlcfpgdEdn = LittleEndian.getInt(data, 0x226 + offset);
461         field_154_fcDggInfo = LittleEndian.getInt(data, 0x22a + offset);
462         field_155_lcbDggInfo = LittleEndian.getInt(data, 0x22e + offset);
463         field_156_fcSttbfRMark = LittleEndian.getInt(data, 0x232 + offset);
464         field_157_lcbSttbfRMark = LittleEndian.getInt(data, 0x236 + offset);
465         field_158_fcSttbCaption = LittleEndian.getInt(data, 0x23a + offset);
466         field_159_lcbSttbCaption = LittleEndian.getInt(data, 0x23e + offset);
467         field_160_fcSttbAutoCaption = LittleEndian.getInt(data, 0x242 + offset);
468         field_161_lcbSttbAutoCaption = LittleEndian.getInt(data, 0x246 + offset);
469         field_162_fcPlcfwkb = LittleEndian.getInt(data, 0x24a + offset);
470         field_163_lcbPlcfwkb = LittleEndian.getInt(data, 0x24e + offset);
471         field_164_fcPlcfspl = LittleEndian.getInt(data, 0x252 + offset);
472         field_165_lcbPlcfspl = LittleEndian.getInt(data, 0x256 + offset);
473         field_166_fcPlcftxbxTxt = LittleEndian.getInt(data, 0x25a + offset);
474         field_167_lcbPlcftxbxTxt = LittleEndian.getInt(data, 0x25e + offset);
475         field_168_fcPlcffldTxbx = LittleEndian.getInt(data, 0x262 + offset);
476         field_169_lcbPlcffldTxbx = LittleEndian.getInt(data, 0x266 + offset);
477         field_170_fcPlcfhdrtxbxTxt = LittleEndian.getInt(data, 0x26a + offset);
478         field_171_lcbPlcfhdrtxbxTxt = LittleEndian.getInt(data, 0x26e + offset);
479         field_172_fcPlcffldHdrTxbx = LittleEndian.getInt(data, 0x272 + offset);
480         field_173_lcbPlcffldHdrTxbx = LittleEndian.getInt(data, 0x276 + offset);
481         field_174_fcStwUser = LittleEndian.getInt(data, 0x27a + offset);
482         field_175_lcbStwUser = LittleEndian.getInt(data, 0x27e + offset);
483         field_176_fcSttbttmbd = LittleEndian.getInt(data, 0x282 + offset);
484         field_177_cbSttbttmbd = LittleEndian.getInt(data, 0x286 + offset);
485         field_178_fcUnused = LittleEndian.getInt(data, 0x28a + offset);
486         field_179_lcbUnused = LittleEndian.getInt(data, 0x28e + offset);
487         field_180_fcPgdMother = LittleEndian.getInt(data, 0x292 + offset);
488         field_181_lcbPgdMother = LittleEndian.getInt(data, 0x296 + offset);
489         field_182_fcBkdMother = LittleEndian.getInt(data, 0x29a + offset);
490         field_183_lcbBkdMother = LittleEndian.getInt(data, 0x29e + offset);
491         field_184_fcPgdFtn = LittleEndian.getInt(data, 0x2a2 + offset);
492         field_185_lcbPgdFtn = LittleEndian.getInt(data, 0x2a6 + offset);
493         field_186_fcBkdFtn = LittleEndian.getInt(data, 0x2aa + offset);
494         field_187_lcbBkdFtn = LittleEndian.getInt(data, 0x2ae + offset);
495         field_188_fcPgdEdn = LittleEndian.getInt(data, 0x2b2 + offset);
496         field_189_lcbPgdEdn = LittleEndian.getInt(data, 0x2b6 + offset);
497         field_190_fcBkdEdn = LittleEndian.getInt(data, 0x2ba + offset);
498         field_191_lcbBkdEdn = LittleEndian.getInt(data, 0x2be + offset);
499         field_192_fcSttbfIntlFld = LittleEndian.getInt(data, 0x2c2 + offset);
500         field_193_lcbSttbfIntlFld = LittleEndian.getInt(data, 0x2c6 + offset);
501         field_194_fcRouteSlip = LittleEndian.getInt(data, 0x2ca + offset);
502         field_195_lcbRouteSlip = LittleEndian.getInt(data, 0x2ce + offset);
503         field_196_fcSttbSavedBy = LittleEndian.getInt(data, 0x2d2 + offset);
504         field_197_lcbSttbSavedBy = LittleEndian.getInt(data, 0x2d6 + offset);
505         field_198_fcSttbFnm = LittleEndian.getInt(data, 0x2da + offset);
506         field_199_lcbSttbFnm = LittleEndian.getInt(data, 0x2de + offset);
507         field_200_fcPlcfLst = LittleEndian.getInt(data, 0x2e2 + offset);
508         field_201_lcbPlcfLst = LittleEndian.getInt(data, 0x2e6 + offset);
509         field_202_fcPlfLfo = LittleEndian.getInt(data, 0x2ea + offset);
510         field_203_lcbPlfLfo = LittleEndian.getInt(data, 0x2ee + offset);
511         field_204_fcPlcftxbxBkd = LittleEndian.getInt(data, 0x2f2 + offset);
512         field_205_lcbPlcftxbxBkd = LittleEndian.getInt(data, 0x2f6 + offset);
513         field_206_fcPlcftxbxHdrBkd = LittleEndian.getInt(data, 0x2fa + offset);
514         field_207_lcbPlcftxbxHdrBkd = LittleEndian.getInt(data, 0x2fe + offset);
515         field_208_fcDocUndo = LittleEndian.getInt(data, 0x302 + offset);
516         field_209_lcbDocUndo = LittleEndian.getInt(data, 0x306 + offset);
517         field_210_fcRgbuse = LittleEndian.getInt(data, 0x30a + offset);
518         field_211_lcbRgbuse = LittleEndian.getInt(data, 0x30e + offset);
519         field_212_fcUsp = LittleEndian.getInt(data, 0x312 + offset);
520         field_213_lcbUsp = LittleEndian.getInt(data, 0x316 + offset);
521         field_214_fcUskf = LittleEndian.getInt(data, 0x31a + offset);
522         field_215_lcbUskf = LittleEndian.getInt(data, 0x31e + offset);
523         field_216_fcPlcupcRgbuse = LittleEndian.getInt(data, 0x322 + offset);
524         field_217_lcbPlcupcRgbuse = LittleEndian.getInt(data, 0x326 + offset);
525         field_218_fcPlcupcUsp = LittleEndian.getInt(data, 0x32a + offset);
526         field_219_lcbPlcupcUsp = LittleEndian.getInt(data, 0x32e + offset);
527         field_220_fcSttbGlsyStyle = LittleEndian.getInt(data, 0x332 + offset);
528         field_221_lcbSttbGlsyStyle = LittleEndian.getInt(data, 0x336 + offset);
529         field_222_fcPlgosl = LittleEndian.getInt(data, 0x33a + offset);
530         field_223_lcbPlgosl = LittleEndian.getInt(data, 0x33e + offset);
531         field_224_fcPlcocx = LittleEndian.getInt(data, 0x342 + offset);
532         field_225_lcbPlcocx = LittleEndian.getInt(data, 0x346 + offset);
533         field_226_fcPlcfbteLvc = LittleEndian.getInt(data, 0x34a + offset);
534         field_227_lcbPlcfbteLvc = LittleEndian.getInt(data, 0x34e + offset);
535         field_228_dwLowDateTime = LittleEndian.getInt(data, 0x352 + offset);
536         field_229_dwHighDateTime = LittleEndian.getInt(data, 0x356 + offset);
537         field_230_fcPlcflvc = LittleEndian.getInt(data, 0x35a + offset);
538         field_231_lcbPlcflvc = LittleEndian.getInt(data, 0x35e + offset);
539         field_232_fcPlcasumy = LittleEndian.getInt(data, 0x362 + offset);
540         field_233_lcbPlcasumy = LittleEndian.getInt(data, 0x366 + offset);
541         field_234_fcPlcfgram = LittleEndian.getInt(data, 0x36a + offset);
542         field_235_lcbPlcfgram = LittleEndian.getInt(data, 0x36e + offset);
543         field_236_fcSttbListNames = LittleEndian.getInt(data, 0x372 + offset);
544         field_237_lcbSttbListNames = LittleEndian.getInt(data, 0x376 + offset);
545         field_238_fcSttbfUssr = LittleEndian.getInt(data, 0x37a + offset);
546         field_239_lcbSttbfUssr = LittleEndian.getInt(data, 0x37e + offset);
547
548     }
549
550     public void serialize(byte[] data, int offset)
551     {
552         LittleEndian.putShort(data, 0x0 + offset, (short)field_1_wIdent);;
553         LittleEndian.putShort(data, 0x2 + offset, (short)field_2_nFib);;
554         LittleEndian.putShort(data, 0x4 + offset, (short)field_3_nProduct);;
555         LittleEndian.putShort(data, 0x6 + offset, (short)field_4_lid);;
556         LittleEndian.putShort(data, 0x8 + offset, (short)field_5_pnNext);;
557         LittleEndian.putShort(data, 0xa + offset, (short)field_6_options);;
558         LittleEndian.putShort(data, 0xc + offset, (short)field_7_nFibBack);;
559         LittleEndian.putShort(data, 0xe + offset, (short)field_8_lKey);;
560         LittleEndian.putShort(data, 0x10 + offset, (short)field_9_envr);;
561         LittleEndian.putShort(data, 0x12 + offset, (short)field_10_history);;
562         LittleEndian.putShort(data, 0x14 + offset, (short)field_11_chs);;
563         LittleEndian.putShort(data, 0x16 + offset, (short)field_12_chsTables);;
564         LittleEndian.putInt(data, 0x18 + offset, field_13_fcMin);;
565         LittleEndian.putInt(data, 0x1c + offset, field_14_fcMac);;
566         LittleEndian.putShort(data, 0x20 + offset, (short)field_15_csw);;
567         LittleEndian.putShort(data, 0x22 + offset, (short)field_16_wMagicCreated);;
568         LittleEndian.putShort(data, 0x24 + offset, (short)field_17_wMagicRevised);;
569         LittleEndian.putShort(data, 0x26 + offset, (short)field_18_wMagicCreatedPrivate);;
570         LittleEndian.putShort(data, 0x28 + offset, (short)field_19_wMagicRevisedPrivate);;
571         LittleEndian.putShort(data, 0x2a + offset, (short)field_20_pnFbpChpFirst_W6);;
572         LittleEndian.putShort(data, 0x2c + offset, (short)field_21_pnChpFirst_W6);;
573         LittleEndian.putShort(data, 0x2e + offset, (short)field_22_cpnBteChp_W6);;
574         LittleEndian.putShort(data, 0x30 + offset, (short)field_23_pnFbpPapFirst_W6);;
575         LittleEndian.putShort(data, 0x32 + offset, (short)field_24_pnPapFirst_W6);;
576         LittleEndian.putShort(data, 0x34 + offset, (short)field_25_cpnBtePap_W6);;
577         LittleEndian.putShort(data, 0x36 + offset, (short)field_26_pnFbpLvcFirst_W6);;
578         LittleEndian.putShort(data, 0x38 + offset, (short)field_27_pnLvcFirst_W6);;
579         LittleEndian.putShort(data, 0x3a + offset, (short)field_28_cpnBteLvc_W6);;
580         LittleEndian.putShort(data, 0x3c + offset, (short)field_29_lidFE);;
581         LittleEndian.putShort(data, 0x3e + offset, (short)field_30_clw);;
582         LittleEndian.putInt(data, 0x40 + offset, field_31_cbMac);;
583         LittleEndian.putInt(data, 0x44 + offset, field_32_lProductCreated);;
584         LittleEndian.putInt(data, 0x48 + offset, field_33_lProductRevised);;
585         LittleEndian.putInt(data, 0x4c + offset, field_34_ccpText);;
586         LittleEndian.putInt(data, 0x50 + offset, field_35_ccpFtn);;
587         LittleEndian.putInt(data, 0x54 + offset, field_36_ccpHdd);;
588         LittleEndian.putInt(data, 0x58 + offset, field_37_ccpMcr);;
589         LittleEndian.putInt(data, 0x5c + offset, field_38_ccpAtn);;
590         LittleEndian.putInt(data, 0x60 + offset, field_39_ccpEdn);;
591         LittleEndian.putInt(data, 0x64 + offset, field_40_ccpTxbx);;
592         LittleEndian.putInt(data, 0x68 + offset, field_41_ccpHdrTxbx);;
593         LittleEndian.putInt(data, 0x6c + offset, field_42_pnFbpChpFirst);;
594         LittleEndian.putInt(data, 0x70 + offset, field_43_pnChpFirst);;
595         LittleEndian.putInt(data, 0x74 + offset, field_44_cpnBteChp);;
596         LittleEndian.putInt(data, 0x78 + offset, field_45_pnFbpPapFirst);;
597         LittleEndian.putInt(data, 0x7c + offset, field_46_pnPapFirst);;
598         LittleEndian.putInt(data, 0x80 + offset, field_47_cpnBtePap);;
599         LittleEndian.putInt(data, 0x84 + offset, field_48_pnFbpLvcFirst);;
600         LittleEndian.putInt(data, 0x88 + offset, field_49_pnLvcFirst);;
601         LittleEndian.putInt(data, 0x8c + offset, field_50_cpnBteLvc);;
602         LittleEndian.putInt(data, 0x90 + offset, field_51_fcIslandFirst);;
603         LittleEndian.putInt(data, 0x94 + offset, field_52_fcIslandLim);;
604         LittleEndian.putShort(data, 0x98 + offset, (short)field_53_cfclcb);;
605         LittleEndian.putInt(data, 0x9a + offset, field_54_fcStshfOrig);;
606         LittleEndian.putInt(data, 0x9e + offset, field_55_lcbStshfOrig);;
607         LittleEndian.putInt(data, 0xa2 + offset, field_56_fcStshf);;
608         LittleEndian.putInt(data, 0xa6 + offset, field_57_lcbStshf);;
609         LittleEndian.putInt(data, 0xaa + offset, field_58_fcPlcffndRef);;
610         LittleEndian.putInt(data, 0xae + offset, field_59_lcbPlcffndRef);;
611         LittleEndian.putInt(data, 0xb2 + offset, field_60_fcPlcffndTxt);;
612         LittleEndian.putInt(data, 0xb6 + offset, field_61_lcbPlcffndTxt);;
613         LittleEndian.putInt(data, 0xba + offset, field_62_fcPlcfandRef);;
614         LittleEndian.putInt(data, 0xbe + offset, field_63_lcbPlcfandRef);;
615         LittleEndian.putInt(data, 0xc2 + offset, field_64_fcPlcfandTxt);;
616         LittleEndian.putInt(data, 0xc6 + offset, field_65_lcbPlcfandTxt);;
617         LittleEndian.putInt(data, 0xca + offset, field_66_fcPlcfsed);;
618         LittleEndian.putInt(data, 0xce + offset, field_67_lcbPlcfsed);;
619         LittleEndian.putInt(data, 0xd2 + offset, field_68_fcPlcpad);;
620         LittleEndian.putInt(data, 0xd6 + offset, field_69_lcbPlcpad);;
621         LittleEndian.putInt(data, 0xda + offset, field_70_fcPlcfphe);;
622         LittleEndian.putInt(data, 0xde + offset, field_71_lcbPlcfphe);;
623         LittleEndian.putInt(data, 0xe2 + offset, field_72_fcSttbfglsy);;
624         LittleEndian.putInt(data, 0xe6 + offset, field_73_lcbSttbfglsy);;
625         LittleEndian.putInt(data, 0xea + offset, field_74_fcPlcfglsy);;
626         LittleEndian.putInt(data, 0xee + offset, field_75_lcbPlcfglsy);;
627         LittleEndian.putInt(data, 0xf2 + offset, field_76_fcPlcfhdd);;
628         LittleEndian.putInt(data, 0xf6 + offset, field_77_lcbPlcfhdd);;
629         LittleEndian.putInt(data, 0xfa + offset, field_78_fcPlcfbteChpx);;
630         LittleEndian.putInt(data, 0xfe + offset, field_79_lcbPlcfbteChpx);;
631         LittleEndian.putInt(data, 0x102 + offset, field_80_fcPlcfbtePapx);;
632         LittleEndian.putInt(data, 0x106 + offset, field_81_lcbPlcfbtePapx);;
633         LittleEndian.putInt(data, 0x10a + offset, field_82_fcPlcfsea);;
634         LittleEndian.putInt(data, 0x10e + offset, field_83_lcbPlcfsea);;
635         LittleEndian.putInt(data, 0x112 + offset, field_84_fcSttbfffn);;
636         LittleEndian.putInt(data, 0x116 + offset, field_85_lcbSttbfffn);;
637         LittleEndian.putInt(data, 0x11a + offset, field_86_fcPlcffldMom);;
638         LittleEndian.putInt(data, 0x11e + offset, field_87_lcbPlcffldMom);;
639         LittleEndian.putInt(data, 0x122 + offset, field_88_fcPlcffldHdr);;
640         LittleEndian.putInt(data, 0x126 + offset, field_89_lcbPlcffldHdr);;
641         LittleEndian.putInt(data, 0x12a + offset, field_90_fcPlcffldFtn);;
642         LittleEndian.putInt(data, 0x12e + offset, field_91_lcbPlcffldFtn);;
643         LittleEndian.putInt(data, 0x132 + offset, field_92_fcPlcffldAtn);;
644         LittleEndian.putInt(data, 0x136 + offset, field_93_lcbPlcffldAtn);;
645         LittleEndian.putInt(data, 0x13a + offset, field_94_fcPlcffldMcr);;
646         LittleEndian.putInt(data, 0x13e + offset, field_95_lcbPlcffldMcr);;
647         LittleEndian.putInt(data, 0x142 + offset, field_96_fcSttbfbkmk);;
648         LittleEndian.putInt(data, 0x146 + offset, field_97_lcbSttbfbkmk);;
649         LittleEndian.putInt(data, 0x14a + offset, field_98_fcPlcfbkf);;
650         LittleEndian.putInt(data, 0x14e + offset, field_99_lcbPlcfbkf);;
651         LittleEndian.putInt(data, 0x152 + offset, field_100_fcPlcfbkl);;
652         LittleEndian.putInt(data, 0x156 + offset, field_101_lcbPlcfbkl);;
653         LittleEndian.putInt(data, 0x15a + offset, field_102_fcCmds);;
654         LittleEndian.putInt(data, 0x15e + offset, field_103_lcbCmds);;
655         LittleEndian.putInt(data, 0x162 + offset, field_104_fcPlcmcr);;
656         LittleEndian.putInt(data, 0x166 + offset, field_105_lcbPlcmcr);;
657         LittleEndian.putInt(data, 0x16a + offset, field_106_fcSttbfmcr);;
658         LittleEndian.putInt(data, 0x16e + offset, field_107_lcbSttbfmcr);;
659         LittleEndian.putInt(data, 0x172 + offset, field_108_fcPrDrvr);;
660         LittleEndian.putInt(data, 0x176 + offset, field_109_lcbPrDrvr);;
661         LittleEndian.putInt(data, 0x17a + offset, field_110_fcPrEnvPort);;
662         LittleEndian.putInt(data, 0x17e + offset, field_111_lcbPrEnvPort);;
663         LittleEndian.putInt(data, 0x182 + offset, field_112_fcPrEnvLand);;
664         LittleEndian.putInt(data, 0x186 + offset, field_113_lcbPrEnvLand);;
665         LittleEndian.putInt(data, 0x18a + offset, field_114_fcWss);;
666         LittleEndian.putInt(data, 0x18e + offset, field_115_lcbWss);;
667         LittleEndian.putInt(data, 0x192 + offset, field_116_fcDop);;
668         LittleEndian.putInt(data, 0x196 + offset, field_117_lcbDop);;
669         LittleEndian.putInt(data, 0x19a + offset, field_118_fcSttbfAssoc);;
670         LittleEndian.putInt(data, 0x19e + offset, field_119_lcbSttbfAssoc);;
671         LittleEndian.putInt(data, 0x1a2 + offset, field_120_fcClx);;
672         LittleEndian.putInt(data, 0x1a6 + offset, field_121_lcbClx);;
673         LittleEndian.putInt(data, 0x1aa + offset, field_122_fcPlcfpgdFtn);;
674         LittleEndian.putInt(data, 0x1ae + offset, field_123_lcbPlcfpgdFtn);;
675         LittleEndian.putInt(data, 0x1b2 + offset, field_124_fcAutosaveSource);;
676         LittleEndian.putInt(data, 0x1b6 + offset, field_125_lcbAutosaveSource);;
677         LittleEndian.putInt(data, 0x1ba + offset, field_126_fcGrpXstAtnOwners);;
678         LittleEndian.putInt(data, 0x1be + offset, field_127_lcbGrpXstAtnOwners);;
679         LittleEndian.putInt(data, 0x1c2 + offset, field_128_fcSttbfAtnbkmk);;
680         LittleEndian.putInt(data, 0x1c6 + offset, field_129_lcbSttbfAtnbkmk);;
681         LittleEndian.putInt(data, 0x1ca + offset, field_130_fcPlcdoaMom);;
682         LittleEndian.putInt(data, 0x1ce + offset, field_131_lcbPlcdoaMom);;
683         LittleEndian.putInt(data, 0x1d2 + offset, field_132_fcPlcdoaHdr);;
684         LittleEndian.putInt(data, 0x1d6 + offset, field_133_lcbPlcdoaHdr);;
685         LittleEndian.putInt(data, 0x1da + offset, field_134_fcPlcspaMom);;
686         LittleEndian.putInt(data, 0x1de + offset, field_135_lcbPlcspaMom);;
687         LittleEndian.putInt(data, 0x1e2 + offset, field_136_fcPlcspaHdr);;
688         LittleEndian.putInt(data, 0x1e6 + offset, field_137_lcbPlcspaHdr);;
689         LittleEndian.putInt(data, 0x1ea + offset, field_138_fcPlcfAtnbkf);;
690         LittleEndian.putInt(data, 0x1ee + offset, field_139_lcbPlcfAtnbkf);;
691         LittleEndian.putInt(data, 0x1f2 + offset, field_140_fcPlcfAtnbkl);;
692         LittleEndian.putInt(data, 0x1f6 + offset, field_141_lcbPlcfAtnbkl);;
693         LittleEndian.putInt(data, 0x1fa + offset, field_142_fcPms);;
694         LittleEndian.putInt(data, 0x1fe + offset, field_143_lcbPms);;
695         LittleEndian.putInt(data, 0x202 + offset, field_144_fcFormFldSttbs);;
696         LittleEndian.putInt(data, 0x206 + offset, field_145_lcbFormFldSttbs);;
697         LittleEndian.putInt(data, 0x20a + offset, field_146_fcPlcfendRef);;
698         LittleEndian.putInt(data, 0x20e + offset, field_147_lcbPlcfendRef);;
699         LittleEndian.putInt(data, 0x212 + offset, field_148_fcPlcfendTxt);;
700         LittleEndian.putInt(data, 0x216 + offset, field_149_lcbPlcfendTxt);;
701         LittleEndian.putInt(data, 0x21a + offset, field_150_fcPlcffldEdn);;
702         LittleEndian.putInt(data, 0x21e + offset, field_151_lcbPlcffldEdn);;
703         LittleEndian.putInt(data, 0x222 + offset, field_152_fcPlcfpgdEdn);;
704         LittleEndian.putInt(data, 0x226 + offset, field_153_lcbPlcfpgdEdn);;
705         LittleEndian.putInt(data, 0x22a + offset, field_154_fcDggInfo);;
706         LittleEndian.putInt(data, 0x22e + offset, field_155_lcbDggInfo);;
707         LittleEndian.putInt(data, 0x232 + offset, field_156_fcSttbfRMark);;
708         LittleEndian.putInt(data, 0x236 + offset, field_157_lcbSttbfRMark);;
709         LittleEndian.putInt(data, 0x23a + offset, field_158_fcSttbCaption);;
710         LittleEndian.putInt(data, 0x23e + offset, field_159_lcbSttbCaption);;
711         LittleEndian.putInt(data, 0x242 + offset, field_160_fcSttbAutoCaption);;
712         LittleEndian.putInt(data, 0x246 + offset, field_161_lcbSttbAutoCaption);;
713         LittleEndian.putInt(data, 0x24a + offset, field_162_fcPlcfwkb);;
714         LittleEndian.putInt(data, 0x24e + offset, field_163_lcbPlcfwkb);;
715         LittleEndian.putInt(data, 0x252 + offset, field_164_fcPlcfspl);;
716         LittleEndian.putInt(data, 0x256 + offset, field_165_lcbPlcfspl);;
717         LittleEndian.putInt(data, 0x25a + offset, field_166_fcPlcftxbxTxt);;
718         LittleEndian.putInt(data, 0x25e + offset, field_167_lcbPlcftxbxTxt);;
719         LittleEndian.putInt(data, 0x262 + offset, field_168_fcPlcffldTxbx);;
720         LittleEndian.putInt(data, 0x266 + offset, field_169_lcbPlcffldTxbx);;
721         LittleEndian.putInt(data, 0x26a + offset, field_170_fcPlcfhdrtxbxTxt);;
722         LittleEndian.putInt(data, 0x26e + offset, field_171_lcbPlcfhdrtxbxTxt);;
723         LittleEndian.putInt(data, 0x272 + offset, field_172_fcPlcffldHdrTxbx);;
724         LittleEndian.putInt(data, 0x276 + offset, field_173_lcbPlcffldHdrTxbx);;
725         LittleEndian.putInt(data, 0x27a + offset, field_174_fcStwUser);;
726         LittleEndian.putInt(data, 0x27e + offset, field_175_lcbStwUser);;
727         LittleEndian.putInt(data, 0x282 + offset, field_176_fcSttbttmbd);;
728         LittleEndian.putInt(data, 0x286 + offset, field_177_cbSttbttmbd);;
729         LittleEndian.putInt(data, 0x28a + offset, field_178_fcUnused);;
730         LittleEndian.putInt(data, 0x28e + offset, field_179_lcbUnused);;
731         LittleEndian.putInt(data, 0x292 + offset, field_180_fcPgdMother);;
732         LittleEndian.putInt(data, 0x296 + offset, field_181_lcbPgdMother);;
733         LittleEndian.putInt(data, 0x29a + offset, field_182_fcBkdMother);;
734         LittleEndian.putInt(data, 0x29e + offset, field_183_lcbBkdMother);;
735         LittleEndian.putInt(data, 0x2a2 + offset, field_184_fcPgdFtn);;
736         LittleEndian.putInt(data, 0x2a6 + offset, field_185_lcbPgdFtn);;
737         LittleEndian.putInt(data, 0x2aa + offset, field_186_fcBkdFtn);;
738         LittleEndian.putInt(data, 0x2ae + offset, field_187_lcbBkdFtn);;
739         LittleEndian.putInt(data, 0x2b2 + offset, field_188_fcPgdEdn);;
740         LittleEndian.putInt(data, 0x2b6 + offset, field_189_lcbPgdEdn);;
741         LittleEndian.putInt(data, 0x2ba + offset, field_190_fcBkdEdn);;
742         LittleEndian.putInt(data, 0x2be + offset, field_191_lcbBkdEdn);;
743         LittleEndian.putInt(data, 0x2c2 + offset, field_192_fcSttbfIntlFld);;
744         LittleEndian.putInt(data, 0x2c6 + offset, field_193_lcbSttbfIntlFld);;
745         LittleEndian.putInt(data, 0x2ca + offset, field_194_fcRouteSlip);;
746         LittleEndian.putInt(data, 0x2ce + offset, field_195_lcbRouteSlip);;
747         LittleEndian.putInt(data, 0x2d2 + offset, field_196_fcSttbSavedBy);;
748         LittleEndian.putInt(data, 0x2d6 + offset, field_197_lcbSttbSavedBy);;
749         LittleEndian.putInt(data, 0x2da + offset, field_198_fcSttbFnm);;
750         LittleEndian.putInt(data, 0x2de + offset, field_199_lcbSttbFnm);;
751         LittleEndian.putInt(data, 0x2e2 + offset, field_200_fcPlcfLst);;
752         LittleEndian.putInt(data, 0x2e6 + offset, field_201_lcbPlcfLst);;
753         LittleEndian.putInt(data, 0x2ea + offset, field_202_fcPlfLfo);;
754         LittleEndian.putInt(data, 0x2ee + offset, field_203_lcbPlfLfo);;
755         LittleEndian.putInt(data, 0x2f2 + offset, field_204_fcPlcftxbxBkd);;
756         LittleEndian.putInt(data, 0x2f6 + offset, field_205_lcbPlcftxbxBkd);;
757         LittleEndian.putInt(data, 0x2fa + offset, field_206_fcPlcftxbxHdrBkd);;
758         LittleEndian.putInt(data, 0x2fe + offset, field_207_lcbPlcftxbxHdrBkd);;
759         LittleEndian.putInt(data, 0x302 + offset, field_208_fcDocUndo);;
760         LittleEndian.putInt(data, 0x306 + offset, field_209_lcbDocUndo);;
761         LittleEndian.putInt(data, 0x30a + offset, field_210_fcRgbuse);;
762         LittleEndian.putInt(data, 0x30e + offset, field_211_lcbRgbuse);;
763         LittleEndian.putInt(data, 0x312 + offset, field_212_fcUsp);;
764         LittleEndian.putInt(data, 0x316 + offset, field_213_lcbUsp);;
765         LittleEndian.putInt(data, 0x31a + offset, field_214_fcUskf);;
766         LittleEndian.putInt(data, 0x31e + offset, field_215_lcbUskf);;
767         LittleEndian.putInt(data, 0x322 + offset, field_216_fcPlcupcRgbuse);;
768         LittleEndian.putInt(data, 0x326 + offset, field_217_lcbPlcupcRgbuse);;
769         LittleEndian.putInt(data, 0x32a + offset, field_218_fcPlcupcUsp);;
770         LittleEndian.putInt(data, 0x32e + offset, field_219_lcbPlcupcUsp);;
771         LittleEndian.putInt(data, 0x332 + offset, field_220_fcSttbGlsyStyle);;
772         LittleEndian.putInt(data, 0x336 + offset, field_221_lcbSttbGlsyStyle);;
773         LittleEndian.putInt(data, 0x33a + offset, field_222_fcPlgosl);;
774         LittleEndian.putInt(data, 0x33e + offset, field_223_lcbPlgosl);;
775         LittleEndian.putInt(data, 0x342 + offset, field_224_fcPlcocx);;
776         LittleEndian.putInt(data, 0x346 + offset, field_225_lcbPlcocx);;
777         LittleEndian.putInt(data, 0x34a + offset, field_226_fcPlcfbteLvc);;
778         LittleEndian.putInt(data, 0x34e + offset, field_227_lcbPlcfbteLvc);;
779         LittleEndian.putInt(data, 0x352 + offset, field_228_dwLowDateTime);;
780         LittleEndian.putInt(data, 0x356 + offset, field_229_dwHighDateTime);;
781         LittleEndian.putInt(data, 0x35a + offset, field_230_fcPlcflvc);;
782         LittleEndian.putInt(data, 0x35e + offset, field_231_lcbPlcflvc);;
783         LittleEndian.putInt(data, 0x362 + offset, field_232_fcPlcasumy);;
784         LittleEndian.putInt(data, 0x366 + offset, field_233_lcbPlcasumy);;
785         LittleEndian.putInt(data, 0x36a + offset, field_234_fcPlcfgram);;
786         LittleEndian.putInt(data, 0x36e + offset, field_235_lcbPlcfgram);;
787         LittleEndian.putInt(data, 0x372 + offset, field_236_fcSttbListNames);;
788         LittleEndian.putInt(data, 0x376 + offset, field_237_lcbSttbListNames);;
789         LittleEndian.putInt(data, 0x37a + offset, field_238_fcSttbfUssr);;
790         LittleEndian.putInt(data, 0x37e + offset, field_239_lcbSttbfUssr);;
791
792     }
793
794     public String JavaDoc toString()
795     {
796         StringBuffer JavaDoc buffer = new StringBuffer JavaDoc();
797
798         buffer.append("[FIB]\n");
799
800         buffer.append(" .wIdent = ");
801         buffer.append("0x");
802         buffer.append(HexDump.toHex((int)getWIdent()));
803         buffer.append(" (").append(getWIdent()).append(" )\n");
804
805         buffer.append(" .nFib = ");
806         buffer.append("0x");
807         buffer.append(HexDump.toHex((int)getNFib()));
808         buffer.append(" (").append(getNFib()).append(" )\n");
809
810         buffer.append(" .nProduct = ");
811         buffer.append("0x");
812         buffer.append(HexDump.toHex((int)getNProduct()));
813         buffer.append(" (").append(getNProduct()).append(" )\n");
814
815         buffer.append(" .lid = ");
816         buffer.append("0x");
817         buffer.append(HexDump.toHex((int)getLid()));
818         buffer.append(" (").append(getLid()).append(" )\n");
819
820         buffer.append(" .pnNext = ");
821         buffer.append("0x");
822         buffer.append(HexDump.toHex((int)getPnNext()));
823         buffer.append(" (").append(getPnNext()).append(" )\n");
824
825         buffer.append(" .options = ");
826         buffer.append("0x");
827         buffer.append(HexDump.toHex((short)getOptions()));
828         buffer.append(" (").append(getOptions()).append(" )\n");
829         buffer.append(" .fDot = ").append(isFDot()).append('\n');
830         buffer.append(" .fGlsy = ").append(isFGlsy()).append('\n');
831         buffer.append(" .fComplex = ").append(isFComplex()).append('\n');
832         buffer.append(" .fHasPic = ").append(isFHasPic()).append('\n');
833         buffer.append(" .cQuickSaves = ").append(getCQuickSaves()).append('\n');
834         buffer.append(" .fEncrypted = ").append(isFEncrypted()).append('\n');
835         buffer.append(" .fWhichTblStm = ").append(isFWhichTblStm()).append('\n');
836         buffer.append(" .fReadOnlyRecommended = ").append(isFReadOnlyRecommended()).append('\n');
837         buffer.append(" .fWriteReservation = ").append(isFWriteReservation()).append('\n');
838         buffer.append(" .fExtChar = ").append(isFExtChar()).append('\n');
839         buffer.append(" .fLoadOverride = ").append(isFLoadOverride()).append('\n');
840         buffer.append(" .fFarEast = ").append(isFFarEast()).append('\n');
841         buffer.append(" .fCrypto = ").append(isFCrypto()).append('\n');
842
843         buffer.append(" .nFibBack = ");
844         buffer.append("0x");
845         buffer.append(HexDump.toHex((int)getNFibBack()));
846         buffer.append(" (").append(getNFibBack()).append(" )\n");
847
848         buffer.append(" .lKey = ");
849         buffer.append("0x");
850         buffer.append(HexDump.toHex((int)getLKey()));
851         buffer.append(" (").append(getLKey()).append(" )\n");
852
853         buffer.append(" .envr = ");
854         buffer.append("0x");
855         buffer.append(HexDump.toHex((int)getEnvr()));
856         buffer.append(" (").append(getEnvr()).append(" )\n");
857
858         buffer.append(" .history = ");
859         buffer.append("0x");
860         buffer.append(HexDump.toHex((short)getHistory()));
861         buffer.append(" (").append(getHistory()).append(" )\n");
862         buffer.append(" .fMac = ").append(isFMac()).append('\n');
863         buffer.append(" .fEmptySpecial = ").append(isFEmptySpecial()).append('\n');
864         buffer.append(" .fLoadOverridePage = ").append(isFLoadOverridePage()).append('\n');
865         buffer.append(" .fFutureSavedUndo = ").append(isFFutureSavedUndo()).append('\n');
866         buffer.append(" .fWord97Saved = ").append(isFWord97Saved()).append('\n');
867         buffer.append(" .fSpare0 = ").append(getFSpare0()).append('\n');
868
869         buffer.append(" .chs = ");
870         buffer.append("0x");
871         buffer.append(HexDump.toHex((int)getChs()));
872         buffer.append(" (").append(getChs()).append(" )\n");
873
874         buffer.append(" .chsTables = ");
875         buffer.append("0x");
876         buffer.append(HexDump.toHex((int)getChsTables()));
877         buffer.append(" (").append(getChsTables()).append(" )\n");
878
879         buffer.append(" .fcMin = ");
880         buffer.append("0x");
881         buffer.append(HexDump.toHex((int)getFcMin()));
882         buffer.append(" (").append(getFcMin()).append(" )\n");
883
884         buffer.append(" .fcMac = ");
885         buffer.append("0x");
886         buffer.append(HexDump.toHex((int)getFcMac()));
887         buffer.append(" (").append(getFcMac()).append(" )\n");
888
889         buffer.append(" .csw = ");
890         buffer.append("0x");
891         buffer.append(HexDump.toHex((int)getCsw()));
892         buffer.append(" (").append(getCsw()).append(" )\n");
893
894         buffer.append(" .wMagicCreated = ");
895         buffer.append("0x");
896         buffer.append(HexDump.toHex((int)getWMagicCreated()));
897         buffer.append(" (").append(getWMagicCreated()).append(" )\n");
898
899         buffer.append(" .wMagicRevised = ");
900         buffer.append("0x");
901         buffer.append(HexDump.toHex((int)getWMagicRevised()));
902         buffer.append(" (").append(getWMagicRevised()).append(" )\n");
903
904         buffer.append(" .wMagicCreatedPrivate = ");
905         buffer.append("0x");
906         buffer.append(HexDump.toHex((int)getWMagicCreatedPrivate()));
907         buffer.append(" (").append(getWMagicCreatedPrivate()).append(" )\n");
908
909         buffer.append(" .wMagicRevisedPrivate = ");
910         buffer.append("0x");
911         buffer.append(HexDump.toHex((int)getWMagicRevisedPrivate()));
912         buffer.append(" (").append(getWMagicRevisedPrivate()).append(" )\n");
913
914         buffer.append(" .pnFbpChpFirst_W6 = ");
915         buffer.append("0x");
916         buffer.append(HexDump.toHex((int)getPnFbpChpFirst_W6()));
917         buffer.append(" (").append(getPnFbpChpFirst_W6()).append(" )\n");
918
919         buffer.append(" .pnChpFirst_W6 = ");
920         buffer.append("0x");
921         buffer.append(HexDump.toHex((int)getPnChpFirst_W6()));
922         buffer.append(" (").append(getPnChpFirst_W6()).append(" )\n");
923
924         buffer.append(" .cpnBteChp_W6 = ");
925         buffer.append("0x");
926         buffer.append(HexDump.toHex((int)getCpnBteChp_W6()));
927         buffer.append(" (").append(getCpnBteChp_W6()).append(" )\n");
928
929         buffer.append(" .pnFbpPapFirst_W6 = ");
930         buffer.append("0x");
931         buffer.append(HexDump.toHex((int)getPnFbpPapFirst_W6()));
932         buffer.append(" (").append(getPnFbpPapFirst_W6()).append(" )\n");
933
934         buffer.append(" .pnPapFirst_W6 = ");
935         buffer.append("0x");
936         buffer.append(HexDump.toHex((int)getPnPapFirst_W6()));
937         buffer.append(" (").append(getPnPapFirst_W6()).append(" )\n");
938
939         buffer.append(" .cpnBtePap_W6 = ");
940         buffer.append("0x");
941         buffer.append(HexDump.toHex((int)getCpnBtePap_W6()));
942         buffer.append(" (").append(getCpnBtePap_W6()).append(" )\n");
943
944         buffer.append(" .pnFbpLvcFirst_W6 = ");
945         buffer.append("0x");
946         buffer.append(HexDump.toHex((int)getPnFbpLvcFirst_W6()));
947         buffer.append(" (").append(getPnFbpLvcFirst_W6()).append(" )\n");
948
949         buffer.append(" .pnLvcFirst_W6 = ");
950         buffer.append("0x");
951         buffer.append(HexDump.toHex((int)getPnLvcFirst_W6()));
952         buffer.append(" (").append(getPnLvcFirst_W6()).append(" )\n");
953
954         buffer.append(" .cpnBteLvc_W6 = ");
955         buffer.append("0x");
956         buffer.append(HexDump.toHex((int)getCpnBteLvc_W6()));
957         buffer.append(" (").append(getCpnBteLvc_W6()).append(" )\n");
958
959         buffer.append(" .lidFE = ");
960         buffer.append("0x");
961         buffer.append(HexDump.toHex((int)getLidFE()));
962         buffer.append(" (").append(getLidFE()).append(" )\n");
963
964         buffer.append(" .clw = ");
965         buffer.append("0x");
966         buffer.append(HexDump.toHex((int)getClw()));
967         buffer.append(" (").append(getClw()).append(" )\n");
968
969         buffer.append(" .cbMac = ");
970         buffer.append("0x");
971         buffer.append(HexDump.toHex((int)getCbMac()));
972         buffer.append(" (").append(getCbMac()).append(" )\n");
973
974         buffer.append(" .lProductCreated = ");
975         buffer.append("0x");
976         buffer.append(HexDump.toHex((int)getLProductCreated()));
977         buffer.append(" (").append(getLProductCreated()).append(" )\n");
978
979         buffer.append(" .lProductRevised = ");
980         buffer.append("0x");
981         buffer.append(HexDump.toHex((int)getLProductRevised()));
982         buffer.append(" (").append(getLProductRevised()).append(" )\n");
983
984         buffer.append(" .ccpText = ");
985         buffer.append("0x");
986         buffer.append(HexDump.toHex((int)getCcpText()));
987         buffer.append(" (").append(getCcpText()).append(" )\n");
988
989         buffer.append(" .ccpFtn = ");
990         buffer.append("0x");
991         buffer.append(HexDump.toHex((int)getCcpFtn()));
992         buffer.append(" (").append(getCcpFtn()).append(" )\n");
993
994         buffer.append(" .ccpHdd = ");
995         buffer.append("0x");
996         buffer.append(HexDump.toHex((int)getCcpHdd()));
997         buffer.append(" (").append(getCcpHdd()).append(" )\n");
998
999         buffer.append(" .ccpMcr = ");
1000        buffer.append("0x");
1001        buffer.append(HexDump.toHex((int)getCcpMcr()));
1002        buffer.append(" (").append(getCcpMcr()).append(" )\n");
1003
1004        buffer.append(" .ccpAtn = ");
1005        buffer.append("0x");
1006        buffer.append(HexDump.toHex((int)getCcpAtn()));
1007        buffer.append(" (").append(getCcpAtn()).append(" )\n");
1008
1009        buffer.append(" .ccpEdn = ");
1010        buffer.append("0x");
1011        buffer.append(HexDump.toHex((int)getCcpEdn()));
1012        buffer.append(" (").append(getCcpEdn()).append(" )\n");
1013
1014        buffer.append(" .ccpTxbx = ");
1015        buffer.append("0x");
1016        buffer.append(HexDump.toHex((int)getCcpTxbx()));
1017        buffer.append(" (").append(getCcpTxbx()).append(" )\n");
1018
1019        buffer.append(" .ccpHdrTxbx = ");
1020        buffer.append("0x");
1021        buffer.append(HexDump.toHex((int)getCcpHdrTxbx()));
1022        buffer.append(" (").append(getCcpHdrTxbx()).append(" )\n");
1023
1024        buffer.append(" .pnFbpChpFirst = ");
1025        buffer.append("0x");
1026        buffer.append(HexDump.toHex((int)getPnFbpChpFirst()));
1027        buffer.append(" (").append(getPnFbpChpFirst()).append(" )\n");
1028
1029        buffer.append(" .pnChpFirst = ");
1030        buffer.append("0x");
1031        buffer.append(HexDump.toHex((int)getPnChpFirst()));
1032        buffer.append(" (").append(getPnChpFirst()).append(" )\n");
1033
1034        buffer.append(" .cpnBteChp = ");
1035        buffer.append("0x");
1036        buffer.append(HexDump.toHex((int)getCpnBteChp()));
1037        buffer.append(" (").append(getCpnBteChp()).append(" )\n");
1038
1039        buffer.append(" .pnFbpPapFirst = ");
1040        buffer.append("0x");
1041        buffer.append(HexDump.toHex((int)getPnFbpPapFirst()));
1042        buffer.append(" (").append(getPnFbpPapFirst()).append(" )\n");
1043
1044        buffer.append(" .pnPapFirst = ");
1045        buffer.append("0x");
1046        buffer.append(HexDump.toHex((int)getPnPapFirst()));
1047        buffer.append(" (").append(getPnPapFirst()).append(" )\n");
1048
1049        buffer.append(" .cpnBtePap = ");
1050        buffer.append("0x");
1051        buffer.append(HexDump.toHex((int)getCpnBtePap()));
1052        buffer.append(" (").append(getCpnBtePap()).append(" )\n");
1053
1054        buffer.append(" .pnFbpLvcFirst = ");
1055        buffer.append("0x");
1056        buffer.append(HexDump.toHex((int)getPnFbpLvcFirst()));
1057        buffer.append(" (").append(getPnFbpLvcFirst()).append(" )\n");
1058
1059        buffer.append(" .pnLvcFirst = ");
1060        buffer.append("0x");
1061        buffer.append(HexDump.toHex((int)getPnLvcFirst()));
1062        buffer.append(" (").append(getPnLvcFirst()).append(" )\n");
1063
1064        buffer.append(" .cpnBteLvc = ");
1065        buffer.append("0x");
1066        buffer.append(HexDump.toHex((int)getCpnBteLvc()));
1067        buffer.append(" (").append(getCpnBteLvc()).append(" )\n");
1068
1069        buffer.append(" .fcIslandFirst = ");
1070        buffer.append("0x");
1071        buffer.append(HexDump.toHex((int)getFcIslandFirst()));
1072        buffer.append(" (").append(getFcIslandFirst()).append(" )\n");
1073
1074        buffer.append(" .fcIslandLim = ");
1075        buffer.append("0x");
1076        buffer.append(HexDump.toHex((int)getFcIslandLim()));
1077        buffer.append(" (").append(getFcIslandLim()).append(" )\n");
1078
1079        buffer.append(" .cfclcb = ");
1080        buffer.append("0x");
1081        buffer.append(HexDump.toHex((int)getCfclcb()));
1082        buffer.append(" (").append(getCfclcb()).append(" )\n");
1083
1084        buffer.append(" .fcStshfOrig = ");
1085        buffer.append("0x");
1086        buffer.append(HexDump.toHex((int)getFcStshfOrig()));
1087        buffer.append(" (").append(getFcStshfOrig()).append(" )\n");
1088
1089        buffer.append(" .lcbStshfOrig = ");
1090        buffer.append("0x");
1091        buffer.append(HexDump.toHex((int)getLcbStshfOrig()));
1092        buffer.append(" (").append(getLcbStshfOrig()).append(" )\n");
1093
1094        buffer.append(" .fcStshf = ");
1095        buffer.append("0x");
1096        buffer.append(HexDump.toHex((int)getFcStshf()));
1097        buffer.append(" (").append(getFcStshf()).append(" )\n");
1098
1099        buffer.append(" .lcbStshf = ");
1100        buffer.append("0x");
1101        buffer.append(HexDump.toHex((int)getLcbStshf()));
1102        buffer.append(" (").append(getLcbStshf()).append(" )\n");
1103
1104        buffer.append(" .fcPlcffndRef = ");
1105        buffer.append("0x");
1106        buffer.append(HexDump.toHex((int)getFcPlcffndRef()));
1107        buffer.append(" (").append(getFcPlcffndRef()).append(" )\n");
1108
1109        buffer.append(" .lcbPlcffndRef = ");
1110        buffer.append("0x");
1111        buffer.append(HexDump.toHex((int)getLcbPlcffndRef()));
1112        buffer.append(" (").append(getLcbPlcffndRef()).append(" )\n");
1113
1114        buffer.append(" .fcPlcffndTxt = ");
1115        buffer.append("0x");
1116        buffer.append(HexDump.toHex((int)getFcPlcffndTxt()));
1117        buffer.append(" (").append(getFcPlcffndTxt()).append(" )\n");
1118
1119        buffer.append(" .lcbPlcffndTxt = ");
1120        buffer.append("0x");
1121        buffer.append(HexDump.toHex((int)getLcbPlcffndTxt()));
1122        buffer.append(" (").append(getLcbPlcffndTxt()).append(" )\n");
1123
1124        buffer.append(" .fcPlcfandRef = ");
1125        buffer.append("0x");
1126        buffer.append(HexDump.toHex((int)getFcPlcfandRef()));
1127        buffer.append(" (").append(getFcPlcfandRef()).append(" )\n");
1128
1129        buffer.append(" .lcbPlcfandRef = ");
1130        buffer.append("0x");
1131        buffer.append(HexDump.toHex((int)getLcbPlcfandRef()));
1132        buffer.append(" (").append(getLcbPlcfandRef()).append(" )\n");
1133
1134        buffer.append(" .fcPlcfandTxt = ");
1135        buffer.append("0x");
1136        buffer.append(HexDump.toHex((int)getFcPlcfandTxt()));
1137        buffer.append(" (").append(getFcPlcfandTxt()).append(" )\n");
1138
1139        buffer.append(" .lcbPlcfandTxt = ");
1140        buffer.append("0x");
1141        buffer.append(HexDump.toHex((int)getLcbPlcfandTxt()));
1142        buffer.append(" (").append(getLcbPlcfandTxt()).append(" )\n");
1143
1144        buffer.append(" .fcPlcfsed = ");
1145        buffer.append("0x");
1146        buffer.append(HexDump.toHex((int)getFcPlcfsed()));
1147        buffer.append(" (").append(getFcPlcfsed()).append(" )\n");
1148
1149        buffer.append(" .lcbPlcfsed = ");
1150        buffer.append("0x");
1151        buffer.append(HexDump.toHex((int)getLcbPlcfsed()));
1152        buffer.append(" (").append(getLcbPlcfsed()).append(" )\n");
1153
1154        buffer.append(" .fcPlcpad = ");
1155        buffer.append("0x");
1156        buffer.append(HexDump.toHex((int)getFcPlcpad()));
1157        buffer.append(" (").append(getFcPlcpad()).append(" )\n");
1158
1159        buffer.append(" .lcbPlcpad = ");
1160        buffer.append("0x");
1161        buffer.append(HexDump.toHex((int)getLcbPlcpad()));
1162        buffer.append(" (").append(getLcbPlcpad()).append(" )\n");
1163
1164        buffer.append(" .fcPlcfphe = ");
1165        buffer.append("0x");
1166        buffer.append(HexDump.toHex((int)getFcPlcfphe()));
1167        buffer.append(" (").append(getFcPlcfphe()).append(" )\n");
1168
1169        buffer.append(" .lcbPlcfphe = ");
1170        buffer.append("0x");
1171        buffer.append(HexDump.toHex((int)getLcbPlcfphe()));
1172        buffer.append(" (").append(getLcbPlcfphe()).append(" )\n");
1173
1174        buffer.append(" .fcSttbfglsy = ");
1175        buffer.append("0x");
1176        buffer.append(HexDump.toHex((int)getFcSttbfglsy()));
1177        buffer.append(" (").append(getFcSttbfglsy()).append(" )\n");
1178
1179        buffer.append(" .lcbSttbfglsy = ");
1180        buffer.append("0x");
1181        buffer.append(HexDump.toHex((int)getLcbSttbfglsy()));
1182        buffer.append(" (").append(getLcbSttbfglsy()).append(" )\n");
1183
1184        buffer.append(" .fcPlcfglsy = ");
1185        buffer.append("0x");
1186        buffer.append(HexDump.toHex((int)getFcPlcfglsy()));
1187        buffer.append(" (").append(getFcPlcfglsy()).append(" )\n");
1188
1189        buffer.append(" .lcbPlcfglsy = ");
1190        buffer.append("0x");
1191        buffer.append(HexDump.toHex((int)getLcbPlcfglsy()));
1192        buffer.append(" (").append(getLcbPlcfglsy()).append(" )\n");
1193
1194        buffer.append(" .fcPlcfhdd = ");
1195        buffer.append("0x");
1196        buffer.append(HexDump.toHex((int)getFcPlcfhdd()));
1197        buffer.append(" (").append(getFcPlcfhdd()).append(" )\n");
1198
1199        buffer.append(" .lcbPlcfhdd = ");
1200        buffer.append("0x");
1201        buffer.append(HexDump.toHex((int)getLcbPlcfhdd()));
1202        buffer.append(" (").append(getLcbPlcfhdd()).append(" )\n");
1203
1204        buffer.append(" .fcPlcfbteChpx = ");
1205        buffer.append("0x");
1206        buffer.append(HexDump.toHex((int)getFcPlcfbteChpx()));
1207        buffer.append(" (").append(getFcPlcfbteChpx()).append(" )\n");
1208
1209        buffer.append(" .lcbPlcfbteChpx = ");
1210        buffer.append("0x");
1211        buffer.append(HexDump.toHex((int)getLcbPlcfbteChpx()));
1212        buffer.append(" (").append(getLcbPlcfbteChpx()).append(" )\n");
1213
1214        buffer.append(" .fcPlcfbtePapx = ");
1215        buffer.append("0x");
1216        buffer.append(HexDump.toHex((int)getFcPlcfbtePapx()));
1217        buffer.append(" (").append(getFcPlcfbtePapx()).append(" )\n");
1218
1219        buffer.append(" .lcbPlcfbtePapx = ");
1220        buffer.append("0x");
1221        buffer.append(HexDump.toHex((int)getLcbPlcfbtePapx()));
1222        buffer.append(" (").append(getLcbPlcfbtePapx()).append(" )\n");
1223
1224        buffer.append(" .fcPlcfsea = ");
1225        buffer.append("0x");
1226        buffer.append(HexDump.toHex((int)getFcPlcfsea()));
1227        buffer.append(" (").append(getFcPlcfsea()).append(" )\n");
1228
1229        buffer.append(" .lcbPlcfsea = ");
1230        buffer.append("0x");
1231        buffer.append(HexDump.toHex((int)getLcbPlcfsea()));
1232        buffer.append(" (").append(getLcbPlcfsea()).append(" )\n");
1233
1234        buffer.append(" .fcSttbfffn = ");
1235        buffer.append("0x");
1236        buffer.append(HexDump.toHex((int)getFcSttbfffn()));
1237        buffer.append(" (").append(getFcSttbfffn()).append(" )\n");
1238
1239        buffer.append(" .lcbSttbfffn = ");
1240        buffer.append("0x");
1241        buffer.append(HexDump.toHex((int)getLcbSttbfffn()));
1242        buffer.append(" (").append(getLcbSttbfffn()).append(" )\n");
1243
1244        buffer.append(" .fcPlcffldMom = ");
1245        buffer.append("0x");
1246        buffer.append(HexDump.toHex((int)getFcPlcffldMom()));
1247        buffer.append(" (").append(getFcPlcffldMom()).append(" )\n");
1248
1249        buffer.append(" .lcbPlcffldMom = ");
1250        buffer.append("0x");
1251        buffer.append(HexDump.toHex((int)getLcbPlcffldMom()));
1252        buffer.append(" (").append(getLcbPlcffldMom()).append(" )\n");
1253
1254        buffer.append(" .fcPlcffldHdr = ");
1255        buffer.append("0x");
1256        buffer.append(HexDump.toHex((int)getFcPlcffldHdr()));
1257        buffer.append(" (").append(getFcPlcffldHdr()).append(" )\n");
1258
1259        buffer.append(" .lcbPlcffldHdr = ");
1260        buffer.append("0x");
1261        buffer.append(HexDump.toHex((int)getLcbPlcffldHdr()));
1262        buffer.append(" (").append(getLcbPlcffldHdr()).append(" )\n");
1263
1264        buffer.append(" .fcPlcffldFtn = ");
1265        buffer.append("0x");
1266        buffer.append(HexDump.toHex((int)getFcPlcffldFtn()));
1267        buffer.append(" (").append(getFcPlcffldFtn()).append(" )\n");
1268
1269        buffer.append(" .lcbPlcffldFtn = ");
1270        buffer.append("0x");
1271        buffer.append(HexDump.toHex((int)getLcbPlcffldFtn()));
1272        buffer.append(" (").append(getLcbPlcffldFtn()).append(" )\n");
1273
1274        buffer.append(" .fcPlcffldAtn = ");
1275        buffer.append("0x");
1276        buffer.append(HexDump.toHex((int)getFcPlcffldAtn()));
1277        buffer.append(" (").append(getFcPlcffldAtn()).append(" )\n");
1278
1279        buffer.append(" .lcbPlcffldAtn = ");
1280        buffer.append("0x");
1281        buffer.append(HexDump.toHex((int)getLcbPlcffldAtn()));
1282        buffer.append(" (").append(getLcbPlcffldAtn()).append(" )\n");
1283
1284        buffer.append(" .fcPlcffldMcr = ");
1285        buffer.append("0x");
1286        buffer.append(HexDump.toHex((int)getFcPlcffldMcr()));
1287        buffer.append(" (").append(getFcPlcffldMcr()).append(" )\n");
1288
1289        buffer.append(" .lcbPlcffldMcr = ");
1290        buffer.append("0x");
1291        buffer.append(HexDump.toHex((int)getLcbPlcffldMcr()));
1292        buffer.append(" (").append(getLcbPlcffldMcr()).append(" )\n");
1293
1294        buffer.append(" .fcSttbfbkmk = ");
1295        buffer.append("0x");
1296        buffer.append(HexDump.toHex((int)getFcSttbfbkmk()));
1297        buffer.append(" (").append(getFcSttbfbkmk()).append(" )\n");
1298
1299        buffer.append(" .lcbSttbfbkmk = ");
1300        buffer.append("0x");
1301        buffer.append(HexDump.toHex((int)getLcbSttbfbkmk()));
1302        buffer.append(" (").append(getLcbSttbfbkmk()).append(" )\n");
1303
1304        buffer.append(" .fcPlcfbkf = ");
1305        buffer.append("0x");
1306        buffer.append(HexDump.toHex((int)getFcPlcfbkf()));
1307        buffer.append(" (").append(getFcPlcfbkf()).append(" )\n");
1308
1309        buffer.append(" .lcbPlcfbkf = ");
1310        buffer.append("0x");
1311        buffer.append(HexDump.toHex((int)getLcbPlcfbkf()));
1312        buffer.append(" (").append(getLcbPlcfbkf()).append(" )\n");
1313
1314        buffer.append(" .fcPlcfbkl = ");
1315        buffer.append("0x");
1316        buffer.append(HexDump.toHex((int)getFcPlcfbkl()));
1317        buffer.append(" (").append(getFcPlcfbkl()).append(" )\n");
1318
1319        buffer.append(" .lcbPlcfbkl = ");
1320        buffer.append("0x");
1321        buffer.append(HexDump.toHex((int)getLcbPlcfbkl()));
1322        buffer.append(" (").append(getLcbPlcfbkl()).append(" )\n");
1323
1324        buffer.append(" .fcCmds = ");
1325        buffer.append("0x");
1326        buffer.append(HexDump.toHex((int)getFcCmds()));
1327        buffer.append(" (").append(getFcCmds()).append(" )\n");
1328
1329        buffer.append(" .lcbCmds = ");
1330        buffer.append("0x");
1331        buffer.append(HexDump.toHex((int)getLcbCmds()));
1332        buffer.append(" (").append(getLcbCmds()).append(" )\n");
1333
1334        buffer.append(" .fcPlcmcr = ");
1335        buffer.append("0x");
1336        buffer.append(HexDump.toHex((int)getFcPlcmcr()));
1337        buffer.append(" (").append(getFcPlcmcr()).append(" )\n");
1338
1339        buffer.append(" .lcbPlcmcr = ");
1340        buffer.append("0x");
1341        buffer.append(HexDump.toHex((int)getLcbPlcmcr()));
1342        buffer.append(" (").append(getLcbPlcmcr()).append(" )\n");
1343
1344        buffer.append(" .fcSttbfmcr = ");
1345        buffer.append("0x");
1346        buffer.append(HexDump.toHex((int)getFcSttbfmcr()));
1347        buffer.append(" (").append(getFcSttbfmcr()).append(" )\n");
1348
1349        buffer.append(" .lcbSttbfmcr = ");
1350        buffer.append("0x");
1351        buffer.append(HexDump.toHex((int)getLcbSttbfmcr()));
1352        buffer.append(" (").append(getLcbSttbfmcr()).append(" )\n");
1353
1354        buffer.append(" .fcPrDrvr = ");
1355        buffer.append("0x");
1356        buffer.append(HexDump.toHex((int)getFcPrDrvr()));
1357        buffer.append(" (").append(getFcPrDrvr()).append(" )\n");
1358
1359        buffer.append(" .lcbPrDrvr = ");
1360        buffer.append("0x");
1361        buffer.append(HexDump.toHex((int)getLcbPrDrvr()));
1362        buffer.append(" (").append(getLcbPrDrvr()).append(" )\n");
1363
1364        buffer.append(" .fcPrEnvPort = ");
1365        buffer.append("0x");
1366        buffer.append(HexDump.toHex((int)getFcPrEnvPort()));
1367        buffer.append(" (").append(getFcPrEnvPort()).append(" )\n");
1368
1369        buffer.append(" .lcbPrEnvPort = ");
1370        buffer.append("0x");
1371        buffer.append(HexDump.toHex((int)getLcbPrEnvPort()));
1372        buffer.append(" (").append(getLcbPrEnvPort()).append(" )\n");
1373
1374        buffer.append(" .fcPrEnvLand = ");
1375        buffer.append("0x");
1376        buffer.append(HexDump.toHex((int)getFcPrEnvLand()));
1377        buffer.append(" (").append(getFcPrEnvLand()).append(" )\n");
1378
1379        buffer.append(" .lcbPrEnvLand = ");
1380        buffer.append("0x");
1381        buffer.append(HexDump.toHex((int)getLcbPrEnvLand()));
1382        buffer.append(" (").append(getLcbPrEnvLand()).append(" )\n");
1383
1384        buffer.append(" .fcWss = ");
1385        buffer.append("0x");
1386        buffer.append(HexDump.toHex((int)getFcWss()));
1387        buffer.append(" (").append(getFcWss()).append(" )\n");
1388
1389        buffer.append(" .lcbWss = ");
1390        buffer.append("0x");
1391        buffer.append(HexDump.toHex((int)getLcbWss()));
1392        buffer.append(" (").append(getLcbWss()).append(" )\n");
1393
1394        buffer.append(" .fcDop = ");
1395        buffer.append("0x");
1396        buffer.append(HexDump.toHex((int)getFcDop()));
1397        buffer.append(" (").append(getFcDop()).append(" )\n");
1398
1399        buffer.append(" .lcbDop = ");
1400        buffer.append("0x");
1401        buffer.append(HexDump.toHex((int)getLcbDop()));
1402        buffer.append(" (").append(getLcbDop()).append(" )\n");
1403
1404        buffer.append(" .fcSttbfAssoc = ");
1405        buffer.append("0x");
1406        buffer.append(HexDump.toHex((int)getFcSttbfAssoc()));
1407        buffer.append(" (").append(getFcSttbfAssoc()).append(" )\n");
1408
1409        buffer.append(" .lcbSttbfAssoc = ");
1410        buffer.append("0x");
1411        buffer.append(HexDump.toHex((int)getLcbSttbfAssoc()));
1412        buffer.append(" (").append(getLcbSttbfAssoc()).append(" )\n");
1413
1414        buffer.append(" .fcClx = ");
1415        buffer.append("0x");
1416        buffer.append(HexDump.toHex((int)getFcClx()));
1417        buffer.append(" (").append(getFcClx()).append(" )\n");
1418
1419        buffer.append(" .lcbClx = ");
1420        buffer.append("0x");
1421        buffer.append(HexDump.toHex((int)getLcbClx()));
1422        buffer.append(" (").append(getLcbClx()).append(" )\n");
1423
1424        buffer.append(" .fcPlcfpgdFtn = ");
1425        buffer.append("0x");
1426        buffer.append(HexDump.toHex((int)getFcPlcfpgdFtn()));
1427        buffer.append(" (").append(getFcPlcfpgdFtn()).append(" )\n");
1428
1429        buffer.append(" .lcbPlcfpgdFtn = ");
1430        buffer.append("0x");
1431        buffer.append(HexDump.toHex((int)getLcbPlcfpgdFtn()));
1432        buffer.append(" (").append(getLcbPlcfpgdFtn()).append(" )\n");
1433
1434        buffer.append(" .fcAutosaveSource = ");
1435        buffer.append("0x");
1436        buffer.append(HexDump.toHex((int)getFcAutosaveSource()));
1437        buffer.append(" (").append(getFcAutosaveSource()).append(" )\n");
1438
1439        buffer.append(" .lcbAutosaveSource = ");
1440        buffer.append("0x");
1441        buffer.append(HexDump.toHex((int)getLcbAutosaveSource()));
1442        buffer.append(" (").append(getLcbAutosaveSource()).append(" )\n");
1443
1444        buffer.append(" .fcGrpXstAtnOwners = ");
1445        buffer.append("0x");
1446        buffer.append(HexDump.toHex((int)getFcGrpXstAtnOwners()));
1447        buffer.append(" (").append(getFcGrpXstAtnOwners()).append(" )\n");
1448
1449        buffer.append(" .lcbGrpXstAtnOwners = ");
1450        buffer.append("0x");
1451        buffer.append(HexDump.toHex((int)getLcbGrpXstAtnOwners()));
1452        buffer.append(" (").append(getLcbGrpXstAtnOwners()).append(" )\n");
1453
1454        buffer.append(" .fcSttbfAtnbkmk = ");
1455        buffer.append("0x");
1456        buffer.append(HexDump.toHex((int)getFcSttbfAtnbkmk()));
1457        buffer.append(" (").append(getFcSttbfAtnbkmk()).append(" )\n");
1458
1459        buffer.append(" .lcbSttbfAtnbkmk = ");
1460        buffer.append("0x");
1461        buffer.append(HexDump.toHex((int)getLcbSttbfAtnbkmk()));
1462        buffer.append(" (").append(getLcbSttbfAtnbkmk()).append(" )\n");
1463
1464        buffer.append(" .fcPlcdoaMom = ");
1465        buffer.append("0x");
1466        buffer.append(HexDump.toHex((int)getFcPlcdoaMom()));
1467        buffer.append(" (").append(getFcPlcdoaMom()).append(" )\n");
1468
1469        buffer.append(" .lcbPlcdoaMom = ");
1470        buffer.append("0x");
1471        buffer.append(HexDump.toHex((int)getLcbPlcdoaMom()));
1472        buffer.append(" (").append(getLcbPlcdoaMom()).append(" )\n");
1473
1474        buffer.append(" .fcPlcdoaHdr = ");
1475        buffer.append("0x");
1476        buffer.append(HexDump.toHex((int)getFcPlcdoaHdr()));
1477        buffer.append(" (").append(getFcPlcdoaHdr()).append(" )\n");
1478
1479        buffer.append(" .lcbPlcdoaHdr = ");
1480        buffer.append("0x");
1481        buffer.append(HexDump.toHex((int)getLcbPlcdoaHdr()));
1482        buffer.append(" (").append(getLcbPlcdoaHdr()).append(" )\n");
1483
1484        buffer.append(" .fcPlcspaMom = ");
1485        buffer.append("0x");
1486        buffer.append(HexDump.toHex((int)getFcPlcspaMom()));
1487        buffer.append(" (").append(getFcPlcspaMom()).append(" )\n");
1488
1489        buffer.append(" .lcbPlcspaMom = ");
1490        buffer.append("0x");
1491        buffer.append(HexDump.toHex((int)getLcbPlcspaMom()));
1492        buffer.append(" (").append(getLcbPlcspaMom()).append(" )\n");
1493
1494        buffer.append(" .fcPlcspaHdr = ");
1495        buffer.append("0x");
1496        buffer.append(HexDump.toHex((int)getFcPlcspaHdr()));
1497        buffer.append(" (").append(getFcPlcspaHdr()).append(" )\n");
1498
1499        buffer.append(" .lcbPlcspaHdr = ");
1500        buffer.append("0x");
1501        buffer.append(HexDump.toHex((int)getLcbPlcspaHdr()));
1502        buffer.append(" (").append(getLcbPlcspaHdr()).append(" )\n");
1503
1504        buffer.append(" .fcPlcfAtnbkf = ");
1505        buffer.append("0x");
1506        buffer.append(HexDump.toHex((int)getFcPlcfAtnbkf()));
1507        buffer.append(" (").append(getFcPlcfAtnbkf()).append(" )\n");
1508
1509        buffer.append(" .lcbPlcfAtnbkf = ");
1510        buffer.append("0x");
1511        buffer.append(HexDump.toHex((int)getLcbPlcfAtnbkf()));
1512        buffer.append(" (").append(getLcbPlcfAtnbkf()).append(" )\n");
1513
1514        buffer.append(" .fcPlcfAtnbkl = ");
1515        buffer.append("0x");
1516        buffer.append(HexDump.toHex((int)getFcPlcfAtnbkl()));
1517        buffer.append(" (").append(getFcPlcfAtnbkl()).append(" )\n");
1518
1519        buffer.append(" .lcbPlcfAtnbkl = ");
1520        buffer.append("0x");
1521        buffer.append(HexDump.toHex((int)getLcbPlcfAtnbkl()));
1522        buffer.append(" (").append(getLcbPlcfAtnbkl()).append(" )\n");
1523
1524        buffer.append(" .fcPms = ");
1525        buffer.append("0x");
1526        buffer.append(HexDump.toHex((int)getFcPms()));
1527        buffer.append(" (").append(getFcPms()).append(" )\n");
1528
1529        buffer.append(" .lcbPms = ");
1530        buffer.append("0x");
1531        buffer.append(HexDump.toHex((int)getLcbPms()));
1532        buffer.append(" (").append(getLcbPms()).append(" )\n");
1533
1534        buffer.append(" .fcFormFldSttbs = ");
1535        buffer.append("0x");
1536        buffer.append(HexDump.toHex((int)getFcFormFldSttbs()));
1537        buffer.append(" (").append(getFcFormFldSttbs()).append(" )\n");
1538
1539        buffer.append(" .lcbFormFldSttbs = ");
1540        buffer.append("0x");
1541        buffer.append(HexDump.toHex((int)getLcbFormFldSttbs()));
1542        buffer.append(" (").append(getLcbFormFldSttbs()).append(" )\n");
1543
1544        buffer.append(" .fcPlcfendRef = ");
1545        buffer.append("0x");
1546        buffer.append(HexDump.toHex((int)getFcPlcfendRef()));
1547        buffer.append(" (").append(getFcPlcfendRef()).append(" )\n");
1548
1549        buffer.append(" .lcbPlcfendRef = ");
1550        buffer.append("0x");
1551        buffer.append(HexDump.toHex((int)getLcbPlcfendRef()));
1552        buffer.append(" (").append(getLcbPlcfendRef()).append(" )\n");
1553
1554        buffer.append(" .fcPlcfendTxt = ");
1555        buffer.append("0x");
1556        buffer.append(HexDump.toHex((int)getFcPlcfendTxt()));
1557        buffer.append(" (").append(getFcPlcfendTxt()).append(" )\n");
1558
1559        buffer.append(" .lcbPlcfendTxt = ");
1560        buffer.append("0x");
1561        buffer.append(HexDump.toHex((int)getLcbPlcfendTxt()));
1562        buffer.append(" (").append(getLcbPlcfendTxt()).append(" )\n");
1563
1564        buffer.append(" .fcPlcffldEdn = ");
1565        buffer.append("0x");
1566        buffer.append(HexDump.toHex((int)getFcPlcffldEdn()));
1567        buffer.append(" (").append(getFcPlcffldEdn()).append(" )\n");
1568
1569        buffer.append(" .lcbPlcffldEdn = ");
1570        buffer.append("0x");
1571        buffer.append(HexDump.toHex((int)getLcbPlcffldEdn()));
1572        buffer.append(" (").append(getLcbPlcffldEdn()).append(" )\n");
1573
1574        buffer.append(" .fcPlcfpgdEdn = ");
1575        buffer.append("0x");
1576        buffer.append(HexDump.toHex((int)getFcPlcfpgdEdn()));
1577        buffer.append(" (").append(getFcPlcfpgdEdn()).append(" )\n");
1578
1579        buffer.append(" .lcbPlcfpgdEdn = ");
1580        buffer.append("0x");
1581        buffer.append(HexDump.toHex((int)getLcbPlcfpgdEdn()));
1582        buffer.append(" (").append(getLcbPlcfpgdEdn()).append(" )\n");
1583
1584        buffer.append(" .fcDggInfo = ");
1585        buffer.append("0x");
1586        buffer.append(HexDump.toHex((int)getFcDggInfo()));
1587        buffer.append(" (").append(getFcDggInfo()).append(" )\n");
1588
1589        buffer.append(" .lcbDggInfo = ");
1590        buffer.append("0x");
1591        buffer.append(HexDump.toHex((int)getLcbDggInfo()));
1592        buffer.append(" (").append(getLcbDggInfo()).append(" )\n");
1593
1594        buffer.append(" .fcSttbfRMark = ");
1595        buffer.append("0x");
1596        buffer.append(HexDump.toHex((int)getFcSttbfRMark()));
1597        buffer.append(" (").append(getFcSttbfRMark()).append(" )\n");
1598
1599        buffer.append(" .lcbSttbfRMark = ");
1600        buffer.append("0x");
1601        buffer.append(HexDump.toHex((int)getLcbSttbfRMark()));
1602        buffer.append(" (").append(getLcbSttbfRMark()).append(" )\n");
1603
1604        buffer.append(" .fcSttbCaption = ");
1605        buffer.append("0x");
1606        buffer.append(HexDump.toHex((int)getFcSttbCaption()));
1607        buffer.append(" (").append(getFcSttbCaption()).append(" )\n");
1608
1609        buffer.append(" .lcbSttbCaption = ");
1610        buffer.append("0x");
1611        buffer.append(HexDump.toHex((int)getLcbSttbCaption()));
1612        buffer.append(" (").append(getLcbSttbCaption()).append(" )\n");
1613
1614        buffer.append(" .fcSttbAutoCaption = ");
1615        buffer.append("0x");
1616        buffer.append(HexDump.toHex((int)getFcSttbAutoCaption()));
1617        buffer.append(" (").append(getFcSttbAutoCaption()).append(" )\n");
1618
1619        buffer.append(" .lcbSttbAutoCaption = ");
1620        buffer.append("0x");
1621        buffer.append(HexDump.toHex((int)getLcbSttbAutoCaption()));
1622        buffer.append(" (").append(getLcbSttbAutoCaption()).append(" )\n");
1623
1624        buffer.append(" .fcPlcfwkb = ");
1625        buffer.append("0x");
1626        buffer.append(HexDump.toHex((int)getFcPlcfwkb()));
1627        buffer.append(" (").append(getFcPlcfwkb()).append(" )\n");
1628
1629        buffer.append(" .lcbPlcfwkb = ");
1630        buffer.append("0x");
1631        buffer.append(HexDump.toHex((int)getLcbPlcfwkb()));
1632        buffer.append(" (").append(getLcbPlcfwkb()).append(" )\n");
1633
1634        buffer.append(" .fcPlcfspl = ");
1635        buffer.append("0x");
1636        buffer.append(HexDump.toHex((int)getFcPlcfspl()));
1637        buffer.append(" (").append(getFcPlcfspl()).append(" )\n");
1638
1639        buffer.append(" .lcbPlcfspl = ");
1640        buffer.append("0x");
1641        buffer.append(HexDump.toHex((int)getLcbPlcfspl()));
1642        buffer.append(" (").append(getLcbPlcfspl()).append(" )\n");
1643
1644        buffer.append(" .fcPlcftxbxTxt = ");
1645        buffer.append("0x");
1646        buffer.append(HexDump.toHex((int)getFcPlcftxbxTxt()));
1647        buffer.append(" (").append(getFcPlcftxbxTxt()).append(" )\n");
1648
1649        buffer.append(" .lcbPlcftxbxTxt = ");
1650        buffer.append("0x");
1651        buffer.append(HexDump.toHex((int)getLcbPlcftxbxTxt()));
1652        buffer.append(" (").append(getLcbPlcftxbxTxt()).append(" )\n");
1653
1654        buffer.append(" .fcPlcffldTxbx = ");
1655        buffer.append("0x");
1656        buffer.append(HexDump.toHex((int)getFcPlcffldTxbx()));
1657        buffer.append(" (").append(getFcPlcffldTxbx()).append(" )\n");
1658
1659        buffer.append(" .lcbPlcffldTxbx = ");
1660        buffer.append("0x");
1661        buffer.append(HexDump.toHex((int)getLcbPlcffldTxbx()));
1662        buffer.append(" (").append(getLcbPlcffldTxbx()).append(" )\n");
1663
1664        buffer.append(" .fcPlcfhdrtxbxTxt = ");
1665        buffer.append("0x");
1666        buffer.append(HexDump.toHex((int)getFcPlcfhdrtxbxTxt()));
1667        buffer.append(" (").append(getFcPlcfhdrtxbxTxt()).append(" )\n");
1668
1669        buffer.append(" .lcbPlcfhdrtxbxTxt = ");
1670        buffer.append("0x");
1671        buffer.append(HexDump.toHex((int)getLcbPlcfhdrtxbxTxt()));
1672        buffer.append(" (").append(getLcbPlcfhdrtxbxTxt()).append(" )\n");
1673
1674        buffer.append(" .fcPlcffldHdrTxbx = ");
1675        buffer.append("0x");
1676        buffer.append(HexDump.toHex((int)getFcPlcffldHdrTxbx()));
1677        buffer.append(" (").append(getFcPlcffldHdrTxbx()).append(" )\n");
1678
1679        buffer.append(" .lcbPlcffldHdrTxbx = ");
1680        buffer.append("0x");
1681        buffer.append(HexDump.toHex((int)getLcbPlcffldHdrTxbx()));
1682        buffer.append(" (").append(getLcbPlcffldHdrTxbx()).append(" )\n");
1683
1684        buffer.append(" .fcStwUser = ");
1685        buffer.append("0x");
1686        buffer.append(HexDump.toHex((int)getFcStwUser()));
1687        buffer.append(" (").append(getFcStwUser()).append(" )\n");
1688
1689        buffer.append(" .lcbStwUser = ");
1690        buffer.append("0x");
1691        buffer.append(HexDump.toHex((int)getLcbStwUser()));
1692        buffer.append(" (").append(getLcbStwUser()).append(" )\n");
1693
1694        buffer.append(" .fcSttbttmbd = ");
1695        buffer.append("0x");
1696        buffer.append(HexDump.toHex((int)getFcSttbttmbd()));
1697        buffer.append(" (").append(getFcSttbttmbd()).append(" )\n");
1698
1699        buffer.append(" .cbSttbttmbd = ");
1700        buffer.append("0x");
1701        buffer.append(HexDump.toHex((int)getCbSttbttmbd()));
1702        buffer.append(" (").append(getCbSttbttmbd()).append(" )\n");
1703
1704        buffer.append(" .fcUnused = ");
1705        buffer.append("0x");
1706        buffer.append(HexDump.toHex((int)getFcUnused()));
1707        buffer.append(" (").append(getFcUnused()).append(" )\n");
1708
1709        buffer.append(" .lcbUnused = ");
1710        buffer.append("0x");
1711        buffer.append(HexDump.toHex((int)getLcbUnused()));
1712        buffer.append(" (").append(getLcbUnused()).append(" )\n");
1713
1714        buffer.append(" .fcPgdMother = ");
1715        buffer.append("0x");
1716        buffer.append(HexDump.toHex((int)getFcPgdMother()));
1717        buffer.append(" (").append(getFcPgdMother()).append(" )\n");
1718
1719        buffer.append(" .lcbPgdMother = ");
1720        buffer.append("0x");
1721        buffer.append(HexDump.toHex((int)getLcbPgdMother()));
1722        buffer.append(" (").append(getLcbPgdMother()).append(" )\n");
1723
1724        buffer.append(" .fcBkdMother = ");
1725        buffer.append("0x");
1726        buffer.append(HexDump.toHex((int)getFcBkdMother()));
1727        buffer.append(" (").append(getFcBkdMother()).append(" )\n");
1728
1729        buffer.append(" .lcbBkdMother = ");
1730        buffer.append("0x");
1731        buffer.append(HexDump.toHex((int)getLcbBkdMother()));
1732        buffer.append(" (").append(getLcbBkdMother()).append(" )\n");
1733
1734        buffer.append(" .fcPgdFtn = ");
1735        buffer.append("0x");
1736        buffer.append(HexDump.toHex((int)getFcPgdFtn()));
1737        buffer.append(" (").append(getFcPgdFtn()).append(" )\n");
1738
1739        buffer.append(" .lcbPgdFtn = ");
1740        buffer.append("0x");
1741        buffer.append(HexDump.toHex((int)getLcbPgdFtn()));
1742        buffer.append(" (").append(getLcbPgdFtn()).append(" )\n");
1743
1744        buffer.append(" .fcBkdFtn = ");
1745        buffer.append("0x");
1746        buffer.append(HexDump.toHex((int)getFcBkdFtn()));
1747        buffer.append(" (").append(getFcBkdFtn()).append(" )\n");
1748
1749        buffer.append(" .lcbBkdFtn = ");
1750        buffer.append("0x");
1751        buffer.append(HexDump.toHex((int)getLcbBkdFtn()));
1752        buffer.append(" (").append(getLcbBkdFtn()).append(" )\n");
1753
1754        buffer.append(" .fcPgdEdn = ");
1755        buffer.append("0x");
1756        buffer.append(HexDump.toHex((int)getFcPgdEdn()));
1757        buffer.append(" (").append(getFcPgdEdn()).append(" )\n");
1758
1759        buffer.append(" .lcbPgdEdn = ");
1760        buffer.append("0x");
1761        buffer.append(HexDump.toHex((int)getLcbPgdEdn()));
1762        buffer.append(" (").append(getLcbPgdEdn()).append(" )\n");
1763
1764        buffer.append(" .fcBkdEdn = ");
1765        buffer.append("0x");
1766        buffer.append(HexDump.toHex((int)getFcBkdEdn()));
1767        buffer.append(" (").append(getFcBkdEdn()).append(" )\n");
1768
1769        buffer.append(" .lcbBkdEdn = ");
1770        buffer.append("0x");
1771        buffer.append(HexDump.toHex((int)getLcbBkdEdn()));
1772        buffer.append(" (").append(getLcbBkdEdn()).append(" )\n");
1773
1774        buffer.append(" .fcSttbfIntlFld = ");
1775        buffer.append("0x");
1776        buffer.append(HexDump.toHex((int)getFcSttbfIntlFld()));
1777        buffer.append(" (").append(getFcSttbfIntlFld()).append(" )\n");
1778
1779        buffer.append(" .lcbSttbfIntlFld = ");
1780        buffer.append("0x");
1781        buffer.append(HexDump.toHex((int)getLcbSttbfIntlFld()));
1782        buffer.append(" (").append(getLcbSttbfIntlFld()).append(" )\n");
1783
1784        buffer.append(" .fcRouteSlip = ");
1785        buffer.append("0x");
1786        buffer.append(HexDump.toHex((int)getFcRouteSlip()));
1787        buffer.append(" (").append(getFcRouteSlip()).append(" )\n");
1788
1789        buffer.append(" .lcbRouteSlip = ");
1790        buffer.append("0x");
1791        buffer.append(HexDump.toHex((int)getLcbRouteSlip()));
1792        buffer.append(" (").append(getLcbRouteSlip()).append(" )\n");
1793
1794        buffer.append(" .fcSttbSavedBy = ");
1795        buffer.append("0x");
1796        buffer.append(HexDump.toHex((int)getFcSttbSavedBy()));
1797        buffer.append(" (").append(getFcSttbSavedBy()).append(" )\n");
1798
1799        buffer.append(" .lcbSttbSavedBy = ");
1800        buffer.append("0x");
1801        buffer.append(HexDump.toHex((int)getLcbSttbSavedBy()));
1802        buffer.append(" (").append(getLcbSttbSavedBy()).append(" )\n");
1803
1804        buffer.append(" .fcSttbFnm = ");
1805        buffer.append("0x");
1806        buffer.append(HexDump.toHex((int)getFcSttbFnm()));
1807        buffer.append(" (").append(getFcSttbFnm()).append(" )\n");
1808
1809        buffer.append(" .lcbSttbFnm = ");
1810        buffer.append("0x");
1811        buffer.append(HexDump.toHex((int)getLcbSttbFnm()));
1812        buffer.append(" (").append(getLcbSttbFnm()).append(" )\n");
1813
1814        buffer.append(" .fcPlcfLst = ");
1815        buffer.append("0x");
1816        buffer.append(HexDump.toHex((int)getFcPlcfLst()));
1817        buffer.append(" (").append(getFcPlcfLst()).append(" )\n");
1818
1819        buffer.append(" .lcbPlcfLst = ");
1820        buffer.append("0x");
1821        buffer.append(HexDump.toHex((int)getLcbPlcfLst()));
1822        buffer.append(" (").append(getLcbPlcfLst()).append(" )\n");
1823
1824        buffer.append(" .fcPlfLfo = ");
1825        buffer.append("0x");
1826        buffer.append(HexDump.toHex((int)getFcPlfLfo()));
1827        buffer.append(" (").append(getFcPlfLfo()).append(" )\n");
1828
1829        buffer.append(" .lcbPlfLfo = ");
1830        buffer.append("0x");
1831        buffer.append(HexDump.toHex((int)getLcbPlfLfo()));
1832        buffer.append(" (").append(getLcbPlfLfo()).append(" )\n");
1833
1834        buffer.append(" .fcPlcftxbxBkd = ");
1835        buffer.append("0x");
1836        buffer.append(HexDump.toHex((int)getFcPlcftxbxBkd()));
1837        buffer.append(" (").append(getFcPlcftxbxBkd()).append(" )\n");
1838
1839        buffer.append(" .lcbPlcftxbxBkd = ");
1840        buffer.append("0x");
1841        buffer.append(HexDump.toHex((int)getLcbPlcftxbxBkd()));
1842        buffer.append(" (").append(getLcbPlcftxbxBkd()).append(" )\n");
1843
1844        buffer.append(" .fcPlcftxbxHdrBkd = ");
1845        buffer.append("0x");
1846        buffer.append(HexDump.toHex((int)getFcPlcftxbxHdrBkd()));
1847        buffer.append(" (").append(getFcPlcftxbxHdrBkd()).append(" )\n");
1848
1849        buffer.append(" .lcbPlcftxbxHdrBkd = ");
1850        buffer.append("0x");
1851        buffer.append(HexDump.toHex((int)getLcbPlcftxbxHdrBkd()));
1852        buffer.append(" (").append(getLcbPlcftxbxHdrBkd()).append(" )\n");
1853
1854        buffer.append(" .fcDocUndo = ");
1855        buffer.append("0x");
1856        buffer.append(HexDump.toHex((int)getFcDocUndo()));
1857        buffer.append(" (").append(getFcDocUndo()).append(" )\n");
1858
1859        buffer.append(" .lcbDocUndo = ");
1860        buffer.append("0x");
1861        buffer.append(HexDump.toHex((int)getLcbDocUndo()));
1862        buffer.append(" (").append(getLcbDocUndo()).append(" )\n");
1863
1864        buffer.append(" .fcRgbuse = ");
1865        buffer.append("0x");
1866        buffer.append(HexDump.toHex((int)getFcRgbuse()));
1867        buffer.append(" (").append(getFcRgbuse()).append(" )\n");
1868
1869        buffer.append(" .lcbRgbuse = ");
1870        buffer.append("0x");
1871        buffer.append(HexDump.toHex((int)getLcbRgbuse()));
1872        buffer.append(" (").append(getLcbRgbuse()).append(" )\n");
1873
1874        buffer.append(" .fcUsp = ");
1875        buffer.append("0x");
1876        buffer.append(HexDump.toHex((int)getFcUsp()));
1877        buffer.append(" (").append(getFcUsp()).append(" )\n");
1878
1879        buffer.append(" .lcbUsp = ");
1880        buffer.append("0x");
1881        buffer.append(HexDump.toHex((int)getLcbUsp()));
1882        buffer.append(" (").append(getLcbUsp()).append(" )\n");
1883
1884        buffer.append(" .fcUskf = ");
1885        buffer.append("0x");
1886        buffer.append(HexDump.toHex((int)getFcUskf()));
1887        buffer.append(" (").append(getFcUskf()).append(" )\n");
1888
1889        buffer.append(" .lcbUskf = ");
1890        buffer.append("0x");
1891        buffer.append(HexDump.toHex((int)getLcbUskf()));
1892        buffer.append(" (").append(getLcbUskf()).append(" )\n");
1893
1894        buffer.append(" .fcPlcupcRgbuse = ");
1895        buffer.append("0x");
1896        buffer.append(HexDump.toHex((int)getFcPlcupcRgbuse()));
1897        buffer.append(" (").append(getFcPlcupcRgbuse()).append(" )\n");
1898
1899        buffer.append(" .lcbPlcupcRgbuse = ");
1900        buffer.append("0x");
1901        buffer.append(HexDump.toHex((int)getLcbPlcupcRgbuse()));
1902        buffer.append(" (").append(getLcbPlcupcRgbuse()).append(" )\n");
1903
1904        buffer.append(" .fcPlcupcUsp = ");
1905        buffer.append("0x");
1906        buffer.append(HexDump.toHex((int)getFcPlcupcUsp()));
1907        buffer.append(" (").append(getFcPlcupcUsp()).append(" )\n");
1908
1909        buffer.append(" .lcbPlcupcUsp = ");
1910        buffer.append("0x");
1911        buffer.append(HexDump.toHex((int)getLcbPlcupcUsp()));
1912        buffer.append(" (").append(getLcbPlcupcUsp()).append(" )\n");
1913
1914        buffer.append(" .fcSttbGlsyStyle = ");
1915        buffer.append("0x");
1916        buffer.append(HexDump.toHex((int)getFcSttbGlsyStyle()));
1917        buffer.append(" (").append(getFcSttbGlsyStyle()).append(" )\n");
1918
1919        buffer.append(" .lcbSttbGlsyStyle = ");
1920        buffer.append("0x");
1921        buffer.append(HexDump.toHex((int)getLcbSttbGlsyStyle()));
1922        buffer.append(" (").append(getLcbSttbGlsyStyle()).append(" )\n");
1923
1924        buffer.append(" .fcPlgosl = ");
1925        buffer.append("0x");
1926        buffer.append(HexDump.toHex((int)getFcPlgosl()));
1927        buffer.append(" (").append(getFcPlgosl()).append(" )\n");
1928
1929        buffer.append(" .lcbPlgosl = ");
1930        buffer.append("0x");
1931        buffer.append(HexDump.toHex((int)getLcbPlgosl()));
1932        buffer.append(" (").append(getLcbPlgosl()).append(" )\n");
1933
1934        buffer.append(" .fcPlcocx = ");
1935        buffer.append("0x");
1936        buffer.append(HexDump.toHex((int)getFcPlcocx()));
1937        buffer.append(" (").append(getFcPlcocx()).append(" )\n");
1938
1939        buffer.append(" .lcbPlcocx = ");
1940        buffer.append("0x");
1941        buffer.append(HexDump.toHex((int)getLcbPlcocx()));
1942        buffer.append(" (").append(getLcbPlcocx()).append(" )\n");
1943
1944        buffer.append(" .fcPlcfbteLvc = ");
1945        buffer.append("0x");
1946        buffer.append(HexDump.toHex((int)getFcPlcfbteLvc()));
1947        buffer.append(" (").append(getFcPlcfbteLvc()).append(" )\n");
1948
1949        buffer.append(" .lcbPlcfbteLvc = ");
1950        buffer.append("0x");
1951        buffer.append(HexDump.toHex((int)getLcbPlcfbteLvc()));
1952        buffer.append(" (").append(getLcbPlcfbteLvc()).append(" )\n");
1953
1954        buffer.append(" .dwLowDateTime = ");
1955        buffer.append("0x");
1956        buffer.append(HexDump.toHex((int)getDwLowDateTime()));
1957        buffer.append(" (").append(getDwLowDateTime()).append(" )\n");
1958
1959        buffer.append(" .dwHighDateTime = ");
1960        buffer.append("0x");
1961        buffer.append(HexDump.toHex((int)getDwHighDateTime()));
1962        buffer.append(" (").append(getDwHighDateTime()).append(" )\n");
1963
1964        buffer.append(" .fcPlcflvc = ");
1965        buffer.append("0x");
1966        buffer.append(HexDump.toHex((int)getFcPlcflvc()));
1967        buffer.append(" (").append(getFcPlcflvc()).append(" )\n");
1968
1969        buffer.append(" .lcbPlcflvc = ");
1970        buffer.append("0x");
1971        buffer.append(HexDump.toHex((int)getLcbPlcflvc()));
1972        buffer.append(" (").append(getLcbPlcflvc()).append(" )\n");
1973
1974        buffer.append(" .fcPlcasumy = ");
1975        buffer.append("0x");
1976        buffer.append(HexDump.toHex((int)getFcPlcasumy()));
1977        buffer.append(" (").append(getFcPlcasumy()).append(" )\n");
1978
1979        buffer.append(" .lcbPlcasumy = ");
1980        buffer.append("0x");
1981        buffer.append(HexDump.toHex((int)getLcbPlcasumy()));
1982        buffer.append(" (").append(getLcbPlcasumy()).append(" )\n");
1983
1984        buffer.append(" .fcPlcfgram = ");
1985        buffer.append("0x");
1986        buffer.append(HexDump.toHex((int)getFcPlcfgram()));
1987        buffer.append(" (").append(getFcPlcfgram()).append(" )\n");
1988
1989        buffer.append(" .lcbPlcfgram = ");
1990        buffer.append("0x");
1991        buffer.append(HexDump.toHex((int)getLcbPlcfgram()));
1992        buffer.append(" (").append(getLcbPlcfgram()).append(" )\n");
1993
1994        buffer.append(" .fcSttbListNames = ");
1995        buffer.append("0x");
1996        buffer.append(HexDump.toHex((int)getFcSttbListNames()));
1997        buffer.append(" (").append(getFcSttbListNames()).append(" )\n");
1998
1999        buffer.append(" .lcbSttbListNames = ");
2000        buffer.append("0x");
2001        buffer.append(HexDump.toHex((int)getLcbSttbListNames()));
2002        buffer.append(" (").append(getLcbSttbListNames()).append(" )\n");
2003
2004        buffer.append(" .fcSttbfUssr = ");
2005        buffer.append("0x");
2006        buffer.append(HexDump.toHex((int)getFcSttbfUssr()));
2007        buffer.append(" (").append(getFcSttbfUssr()).append(" )\n");
2008
2009        buffer.append(" .lcbSttbfUssr = ");
2010        buffer.append("0x");
2011        buffer.append(HexDump.toHex((int)getLcbSttbfUssr()));
2012        buffer.append(" (").append(getLcbSttbfUssr()).append(" )\n");
2013
2014        buffer.append("[/FIB]\n");
2015        return buffer.toString();
2016    }
2017
2018    /**
2019     * Size of record (exluding 4 byte header)
2020     */

2021    public int getSize()
2022    {
2023        return 4 + + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 4 + 4 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 2 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4;
2024    }
2025
2026
2027
2028    /**
2029     * Get the wIdent field for the FIB record.
2030     */

2031    public int getWIdent()
2032    {
2033        return field_1_wIdent;
2034    }
2035
2036    /**
2037     * Set the wIdent field for the FIB record.
2038     */

2039    public void setWIdent(int field_1_wIdent)
2040    {
2041        this.field_1_wIdent = field_1_wIdent;
2042    }
2043
2044    /**
2045     * Get the nFib field for the FIB record.
2046     */

2047    public int getNFib()
2048    {
2049        return field_2_nFib;
2050    }
2051
2052    /**
2053     * Set the nFib field for the FIB record.
2054     */

2055    public void setNFib(int field_2_nFib)
2056    {
2057        this.field_2_nFib = field_2_nFib;
2058    }
2059
2060    /**
2061     * Get the nProduct field for the FIB record.
2062     */

2063    public int getNProduct()
2064    {
2065        return field_3_nProduct;
2066    }
2067
2068    /**
2069     * Set the nProduct field for the FIB record.
2070     */

2071    public void setNProduct(int field_3_nProduct)
2072    {
2073        this.field_3_nProduct = field_3_nProduct;
2074    }
2075
2076    /**
2077     * Get the lid field for the FIB record.
2078     */

2079    public int getLid()
2080    {
2081        return field_4_lid;
2082    }
2083
2084    /**
2085     * Set the lid field for the FIB record.
2086     */

2087    public void setLid(int field_4_lid)
2088    {
2089        this.field_4_lid = field_4_lid;
2090    }
2091
2092    /**
2093     * Get the pnNext field for the FIB record.
2094     */

2095    public int getPnNext()
2096    {
2097        return field_5_pnNext;
2098    }
2099
2100    /**
2101     * Set the pnNext field for the FIB record.
2102     */

2103    public void setPnNext(int field_5_pnNext)
2104    {
2105        this.field_5_pnNext = field_5_pnNext;
2106    }
2107
2108    /**
2109     * Get the options field for the FIB record.
2110     */

2111    public short getOptions()
2112    {
2113        return field_6_options;
2114    }
2115
2116    /**
2117     * Set the options field for the FIB record.
2118     */

2119    public void setOptions(short field_6_options)
2120    {
2121        this.field_6_options = field_6_options;
2122    }
2123
2124    /**
2125     * Get the nFibBack field for the FIB record.
2126     */

2127    public int getNFibBack()
2128    {
2129        return field_7_nFibBack;
2130    }
2131
2132    /**
2133     * Set the nFibBack field for the FIB record.
2134     */

2135    public void setNFibBack(int field_7_nFibBack)
2136    {
2137        this.field_7_nFibBack = field_7_nFibBack;
2138    }
2139
2140    /**
2141     * Get the lKey field for the FIB record.
2142     */

2143    public int getLKey()
2144    {
2145        return field_8_lKey;
2146    }
2147
2148    /**
2149     * Set the lKey field for the FIB record.
2150     */

2151    public void setLKey(int field_8_lKey)
2152    {
2153        this.field_8_lKey = field_8_lKey;
2154    }
2155
2156    /**
2157     * Get the envr field for the FIB record.
2158     */

2159    public int getEnvr()
2160    {
2161        return field_9_envr;
2162    }
2163
2164    /**
2165     * Set the envr field for the FIB record.
2166     */

2167    public void setEnvr(int field_9_envr)
2168    {
2169        this.field_9_envr = field_9_envr;
2170    }
2171
2172    /**
2173     * Get the history field for the FIB record.
2174     */

2175    public short getHistory()
2176    {
2177        return field_10_history;
2178    }
2179
2180    /**
2181     * Set the history field for the FIB record.
2182     */

2183    public void setHistory(short field_10_history)
2184    {
2185        this.field_10_history = field_10_history;
2186    }
2187
2188    /**
2189     * Get the chs field for the FIB record.
2190     */

2191    public int getChs()
2192    {
2193        return field_11_chs;
2194    }
2195
2196    /**
2197     * Set the chs field for the FIB record.
2198     */

2199    public void setChs(int field_11_chs)
2200    {
2201        this.field_11_chs = field_11_chs;
2202    }
2203
2204    /**
2205     * Get the chsTables field for the FIB record.
2206     */

2207    public int getChsTables()
2208    {
2209        return field_12_chsTables;
2210    }
2211
2212    /**
2213     * Set the chsTables field for the FIB record.
2214     */

2215    public void setChsTables(int field_12_chsTables)
2216    {
2217        this.field_12_chsTables = field_12_chsTables;
2218    }
2219
2220    /**
2221     * Get the fcMin field for the FIB record.
2222     */

2223    public int getFcMin()
2224    {
2225        return field_13_fcMin;
2226    }
2227
2228    /**
2229     * Set the fcMin field for the FIB record.
2230     */

2231    public void setFcMin(int field_13_fcMin)
2232    {
2233        this.field_13_fcMin = field_13_fcMin;
2234    }
2235
2236    /**
2237     * Get the fcMac field for the FIB record.
2238     */

2239    public int getFcMac()
2240    {
2241        return field_14_fcMac;
2242    }
2243
2244    /**
2245     * Set the fcMac field for the FIB record.
2246     */

2247    public void setFcMac(int field_14_fcMac)
2248    {
2249        this.field_14_fcMac = field_14_fcMac;
2250    }
2251
2252    /**
2253     * Get the csw field for the FIB record.
2254     */

2255    public int getCsw()
2256    {
2257        return field_15_csw;
2258    }
2259
2260    /**
2261     * Set the csw field for the FIB record.
2262     */

2263    public void setCsw(int field_15_csw)
2264    {
2265        this.field_15_csw = field_15_csw;
2266    }
2267
2268    /**
2269     * Get the wMagicCreated field for the FIB record.
2270     */

2271    public int getWMagicCreated()
2272    {
2273        return field_16_wMagicCreated;
2274    }
2275
2276    /**
2277     * Set the wMagicCreated field for the FIB record.
2278     */

2279    public void setWMagicCreated(int field_16_wMagicCreated)
2280    {
2281        this.field_16_wMagicCreated = field_16_wMagicCreated;
2282    }
2283
2284    /**
2285     * Get the wMagicRevised field for the FIB record.
2286     */

2287    public int getWMagicRevised()
2288    {
2289        return field_17_wMagicRevised;
2290    }
2291
2292    /**
2293     * Set the wMagicRevised field for the FIB record.
2294     */

2295    public void setWMagicRevised(int field_17_wMagicRevised)
2296    {
2297        this.field_17_wMagicRevised = field_17_wMagicRevised;
2298    }
2299
2300    /**
2301     * Get the wMagicCreatedPrivate field for the FIB record.
2302     */

2303    public int getWMagicCreatedPrivate()
2304    {
2305        return field_18_wMagicCreatedPrivate;
2306    }
2307
2308    /**
2309     * Set the wMagicCreatedPrivate field for the FIB record.
2310     */

2311    public void setWMagicCreatedPrivate(int field_18_wMagicCreatedPrivate)
2312    {
2313        this.field_18_wMagicCreatedPrivate = field_18_wMagicCreatedPrivate;
2314    }
2315
2316    /**
2317     * Get the wMagicRevisedPrivate field for the FIB record.
2318     */

2319    public int getWMagicRevisedPrivate()
2320    {
2321        return field_19_wMagicRevisedPrivate;
2322    }
2323
2324    /**
2325     * Set the wMagicRevisedPrivate field for the FIB record.
2326     */

2327    public void setWMagicRevisedPrivate(int field_19_wMagicRevisedPrivate)
2328    {
2329        this.field_19_wMagicRevisedPrivate = field_19_wMagicRevisedPrivate;
2330    }
2331
2332    /**
2333     * Get the pnFbpChpFirst_W6 field for the FIB record.
2334     */

2335    public int getPnFbpChpFirst_W6()
2336    {
2337        return field_20_pnFbpChpFirst_W6;
2338    }
2339
2340    /**
2341     * Set the pnFbpChpFirst_W6 field for the FIB record.
2342     */

2343    public void setPnFbpChpFirst_W6(int field_20_pnFbpChpFirst_W6)
2344    {
2345        this.field_20_pnFbpChpFirst_W6 = field_20_pnFbpChpFirst_W6;
2346    }
2347
2348    /**
2349     * Get the pnChpFirst_W6 field for the FIB record.
2350     */

2351    public int getPnChpFirst_W6()
2352    {
2353        return field_21_pnChpFirst_W6;
2354    }
2355
2356    /**
2357     * Set the pnChpFirst_W6 field for the FIB record.
2358     */

2359    public void setPnChpFirst_W6(int field_21_pnChpFirst_W6)
2360    {
2361        this.field_21_pnChpFirst_W6 = field_21_pnChpFirst_W6;
2362    }
2363
2364    /**
2365     * Get the cpnBteChp_W6 field for the FIB record.
2366     */

2367    public int getCpnBteChp_W6()
2368    {
2369        return field_22_cpnBteChp_W6;
2370    }
2371
2372    /**
2373     * Set the cpnBteChp_W6 field for the FIB record.
2374     */

2375    public void setCpnBteChp_W6(int field_22_cpnBteChp_W6)
2376    {
2377        this.field_22_cpnBteChp_W6 = field_22_cpnBteChp_W6;
2378    }
2379
2380    /**
2381     * Get the pnFbpPapFirst_W6 field for the FIB record.
2382     */

2383    public int getPnFbpPapFirst_W6()
2384    {
2385        return field_23_pnFbpPapFirst_W6;
2386    }
2387
2388    /**
2389     * Set the pnFbpPapFirst_W6 field for the FIB record.
2390     */

2391    public void setPnFbpPapFirst_W6(int field_23_pnFbpPapFirst_W6)
2392    {
2393        this.field_23_pnFbpPapFirst_W6 = field_23_pnFbpPapFirst_W6;
2394    }
2395
2396    /**
2397     * Get the pnPapFirst_W6 field for the FIB record.
2398     */

2399    public int getPnPapFirst_W6()
2400    {
2401        return field_24_pnPapFirst_W6;
2402    }
2403
2404    /**
2405     * Set the pnPapFirst_W6 field for the FIB record.
2406     */

2407    public void setPnPapFirst_W6(int field_24_pnPapFirst_W6)
2408    {
2409        this.field_24_pnPapFirst_W6 = field_24_pnPapFirst_W6;
2410    }
2411
2412    /**
2413     * Get the cpnBtePap_W6 field for the FIB record.
2414     */

2415    public int getCpnBtePap_W6()
2416    {
2417        return field_25_cpnBtePap_W6;
2418    }
2419
2420    /**
2421     * Set the cpnBtePap_W6 field for the FIB record.
2422     */

2423    public void setCpnBtePap_W6(int field_25_cpnBtePap_W6)
2424    {
2425        this.field_25_cpnBtePap_W6 = field_25_cpnBtePap_W6;
2426    }
2427
2428    /**
2429     * Get the pnFbpLvcFirst_W6 field for the FIB record.
2430     */

2431    public int getPnFbpLvcFirst_W6()
2432    {
2433        return field_26_pnFbpLvcFirst_W6;
2434    }
2435
2436    /**
2437     * Set the pnFbpLvcFirst_W6 field for the FIB record.
2438     */

2439    public void setPnFbpLvcFirst_W6(int field_26_pnFbpLvcFirst_W6)
2440    {
2441        this.field_26_pnFbpLvcFirst_W6 = field_26_pnFbpLvcFirst_W6;
2442    }
2443
2444    /**
2445     * Get the pnLvcFirst_W6 field for the FIB record.
2446     */

2447    public int getPnLvcFirst_W6()
2448    {
2449        return field_27_pnLvcFirst_W6;
2450    }
2451
2452    /**
2453     * Set the pnLvcFirst_W6 field for the FIB record.
2454     */

2455    public void setPnLvcFirst_W6(int field_27_pnLvcFirst_W6)
2456    {
2457        this.field_27_pnLvcFirst_W6 = field_27_pnLvcFirst_W6;
2458    }
2459
2460    /**
2461     * Get the cpnBteLvc_W6 field for the FIB record.
2462     */

2463    public int getCpnBteLvc_W6()
2464    {
2465        return field_28_cpnBteLvc_W6;
2466    }
2467
2468    /**
2469     * Set the cpnBteLvc_W6 field for the FIB record.
2470     */

2471    public void setCpnBteLvc_W6(int field_28_cpnBteLvc_W6)
2472    {
2473        this.field_28_cpnBteLvc_W6 = field_28_cpnBteLvc_W6;
2474    }
2475
2476    /**
2477     * Get the lidFE field for the FIB record.
2478     */

2479    public int getLidFE()
2480    {
2481        return field_29_lidFE;
2482    }
2483
2484    /**
2485     * Set the lidFE field for the FIB record.
2486     */

2487    public void setLidFE(int field_29_lidFE)
2488    {
2489        this.field_29_lidFE = field_29_lidFE;
2490    }
2491
2492    /**
2493     * Get the clw field for the FIB record.
2494     */

2495    public int getClw()
2496    {
2497        return field_30_clw;
2498    }
2499
2500    /**
2501     * Set the clw field for the FIB record.
2502     */

2503    public void setClw(int field_30_clw)
2504    {
2505        this.field_30_clw = field_30_clw;
2506    }
2507
2508    /**
2509     * Get the cbMac field for the FIB record.
2510     */

2511    public int getCbMac()
2512    {
2513        return field_31_cbMac;
2514    }
2515
2516    /**
2517     * Set the cbMac field for the FIB record.
2518     */

2519    public void setCbMac(int field_31_cbMac)
2520    {
2521        this.field_31_cbMac = field_31_cbMac;
2522    }
2523
2524    /**
2525     * Get the lProductCreated field for the FIB record.
2526     */

2527    public int getLProductCreated()
2528    {
2529        return field_32_lProductCreated;
2530    }
2531
2532    /**
2533     * Set the lProductCreated field for the FIB record.
2534     */

2535    public void setLProductCreated(int field_32_lProductCreated)
2536    {
2537        this.field_32_lProductCreated = field_32_lProductCreated;
2538    }
2539
2540    /**
2541     * Get the lProductRevised field for the FIB record.
2542     */

2543    public int getLProductRevised()
2544    {
2545        return field_33_lProductRevised;
2546    }
2547
2548    /**
2549     * Set the lProductRevised field for the FIB record.
2550     */

2551    public void setLProductRevised(int field_33_lProductRevised)
2552    {
2553        this.field_33_lProductRevised = field_33_lProductRevised;
2554    }
2555
2556    /**
2557     * Get the ccpText field for the FIB record.
2558     */

2559    public int getCcpText()
2560    {
2561        return field_34_ccpText;
2562    }
2563
2564    /**
2565     * Set the ccpText field for the FIB record.
2566     */

2567    public void setCcpText(int field_34_ccpText)
2568    {
2569        this.field_34_ccpText = field_34_ccpText;
2570    }
2571
2572    /**
2573     * Get the ccpFtn field for the FIB record.
2574     */

2575    public int getCcpFtn()
2576    {
2577        return field_35_ccpFtn;
2578    }
2579
2580    /**
2581     * Set the ccpFtn field for the FIB record.
2582     */

2583    public void setCcpFtn(int field_35_ccpFtn)
2584    {
2585        this.field_35_ccpFtn = field_35_ccpFtn;
2586    }
2587
2588    /**
2589     * Get the ccpHdd field for the FIB record.
2590     */

2591    public int getCcpHdd()
2592    {
2593        return field_36_ccpHdd;
2594    }
2595
2596    /**
2597     * Set the ccpHdd field for the FIB record.
2598     */

2599    public void setCcpHdd(int field_36_ccpHdd)
2600    {
2601        this.field_36_ccpHdd = field_36_ccpHdd;
2602    }
2603
2604    /**
2605     * Get the ccpMcr field for the FIB record.
2606     */

2607    public int getCcpMcr()
2608    {
2609        return field_37_ccpMcr;
2610    }
2611
2612    /**
2613     * Set the ccpMcr field for the FIB record.
2614     */

2615    public void setCcpMcr(int field_37_ccpMcr)
2616    {
2617        this.field_37_ccpMcr = field_37_ccpMcr;
2618    }
2619
2620    /**
2621     * Get the ccpAtn field for the FIB record.
2622     */

2623    public int getCcpAtn()
2624    {
2625        return field_38_ccpAtn;
2626    }
2627
2628    /**
2629     * Set the ccpAtn field for the FIB record.
2630     */

2631    public void setCcpAtn(int field_38_ccpAtn)
2632    {
2633        this.field_38_ccpAtn = field_38_ccpAtn;
2634    }
2635
2636    /**
2637     * Get the ccpEdn field for the FIB record.
2638     */

2639    public int getCcpEdn()
2640    {
2641        return field_39_ccpEdn;
2642    }
2643
2644    /**
2645     * Set the ccpEdn field for the FIB record.
2646     */

2647    public void setCcpEdn(int field_39_ccpEdn)
2648    {
2649        this.field_39_ccpEdn = field_39_ccpEdn;
2650    }
2651
2652    /**
2653     * Get the ccpTxbx field for the FIB record.
2654     */

2655    public int getCcpTxbx()
2656    {
2657        return field_40_ccpTxbx;
2658    }
2659
2660    /**
2661     * Set the ccpTxbx field for the FIB record.
2662     */

2663    public void setCcpTxbx(int field_40_ccpTxbx)
2664    {
2665        this.field_40_ccpTxbx = field_40_ccpTxbx;
2666    }
2667
2668    /**
2669     * Get the ccpHdrTxbx field for the FIB record.
2670     */

2671    public int getCcpHdrTxbx()
2672    {
2673        return field_41_ccpHdrTxbx;
2674    }
2675
2676    /**
2677     * Set the ccpHdrTxbx field for the FIB record.
2678     */

2679    public void setCcpHdrTxbx(int field_41_ccpHdrTxbx)
2680    {
2681        this.field_41_ccpHdrTxbx = field_41_ccpHdrTxbx;
2682    }
2683
2684    /**
2685     * Get the pnFbpChpFirst field for the FIB record.
2686     */

2687    public int getPnFbpChpFirst()
2688    {
2689        return field_42_pnFbpChpFirst;
2690    }
2691
2692    /**
2693     * Set the pnFbpChpFirst field for the FIB record.
2694     */

2695    public void setPnFbpChpFirst(int field_42_pnFbpChpFirst)
2696    {
2697        this.field_42_pnFbpChpFirst = field_42_pnFbpChpFirst;
2698    }
2699
2700    /**
2701     * Get the pnChpFirst field for the FIB record.
2702     */

2703    public int getPnChpFirst()
2704    {
2705        return field_43_pnChpFirst;
2706    }
2707
2708    /**
2709     * Set the pnChpFirst field for the FIB record.
2710     */

2711    public void setPnChpFirst(int field_43_pnChpFirst)
2712    {
2713        this.field_43_pnChpFirst = field_43_pnChpFirst;
2714    }
2715
2716    /**
2717     * Get the cpnBteChp field for the FIB record.
2718     */

2719    public int getCpnBteChp()
2720    {
2721        return field_44_cpnBteChp;
2722    }
2723
2724    /**
2725     * Set the cpnBteChp field for the FIB record.
2726     */

2727    public void setCpnBteChp(int field_44_cpnBteChp)
2728    {
2729        this.field_44_cpnBteChp = field_44_cpnBteChp;
2730    }
2731
2732    /**
2733     * Get the pnFbpPapFirst field for the FIB record.
2734     */

2735    public int getPnFbpPapFirst()
2736    {
2737        return field_45_pnFbpPapFirst;
2738    }
2739
2740    /**
2741     * Set the pnFbpPapFirst field for the FIB record.
2742     */

2743    public void setPnFbpPapFirst(int field_45_pnFbpPapFirst)
2744    {
2745        this.field_45_pnFbpPapFirst = field_45_pnFbpPapFirst;
2746    }
2747
2748    /**
2749     * Get the pnPapFirst field for the FIB record.
2750     */

2751    public int getPnPapFirst()
2752    {
2753        return field_46_pnPapFirst;
2754    }
2755
2756    /**
2757     * Set the pnPapFirst field for the FIB record.
2758     */

2759    public void setPnPapFirst(int field_46_pnPapFirst)
2760    {
2761        this.field_46_pnPapFirst = field_46_pnPapFirst;
2762    }
2763
2764    /**
2765     * Get the cpnBtePap field for the FIB record.
2766     */

2767    public int getCpnBtePap()
2768    {
2769        return field_47_cpnBtePap;
2770    }
2771
2772    /**
2773     * Set the cpnBtePap field for the FIB record.
2774     */

2775    public void setCpnBtePap(int field_47_cpnBtePap)
2776    {
2777        this.field_47_cpnBtePap = field_47_cpnBtePap;
2778    }
2779
2780    /**
2781     * Get the pnFbpLvcFirst field for the FIB record.
2782     */

2783    public int getPnFbpLvcFirst()
2784    {
2785        return field_48_pnFbpLvcFirst;
2786    }
2787
2788    /**
2789     * Set the pnFbpLvcFirst field for the FIB record.
2790     */

2791    public void setPnFbpLvcFirst(int field_48_pnFbpLvcFirst)
2792    {
2793        this.field_48_pnFbpLvcFirst = field_48_pnFbpLvcFirst;
2794    }
2795
2796    /**
2797     * Get the pnLvcFirst field for the FIB record.
2798     */

2799    public int getPnLvcFirst()
2800    {
2801        return field_49_pnLvcFirst;
2802    }
2803
2804    /**
2805     * Set the pnLvcFirst field for the FIB record.
2806     */

2807    public void setPnLvcFirst(int field_49_pnLvcFirst)
2808    {
2809        this.field_49_pnLvcFirst = field_49_pnLvcFirst;
2810    }
2811
2812    /**
2813     * Get the cpnBteLvc field for the FIB record.
2814     */

2815    public int getCpnBteLvc()
2816    {
2817        return field_50_cpnBteLvc;
2818    }
2819
2820    /**
2821     * Set the cpnBteLvc field for the FIB record.
2822     */

2823    public void setCpnBteLvc(int field_50_cpnBteLvc)
2824    {
2825        this.field_50_cpnBteLvc = field_50_cpnBteLvc;
2826    }
2827
2828    /**
2829     * Get the fcIslandFirst field for the FIB record.
2830     */

2831    public int getFcIslandFirst()
2832    {
2833        return field_51_fcIslandFirst;
2834    }
2835
2836    /**
2837     * Set the fcIslandFirst field for the FIB record.
2838     */

2839    public void setFcIslandFirst(int field_51_fcIslandFirst)
2840    {
2841        this.field_51_fcIslandFirst = field_51_fcIslandFirst;
2842    }
2843
2844    /**
2845     * Get the fcIslandLim field for the FIB record.
2846     */

2847    public int getFcIslandLim()
2848    {
2849        return field_52_fcIslandLim;
2850    }
2851
2852    /**
2853     * Set the fcIslandLim field for the FIB record.
2854     */

2855    public void setFcIslandLim(int field_52_fcIslandLim)
2856    {
2857        this.field_52_fcIslandLim = field_52_fcIslandLim;
2858    }
2859
2860    /**
2861     * Get the cfclcb field for the FIB record.
2862     */

2863    public int getCfclcb()
2864    {
2865        return field_53_cfclcb;
2866    }
2867
2868    /**
2869     * Set the cfclcb field for the FIB record.
2870     */

2871    public void setCfclcb(int field_53_cfclcb)
2872    {
2873        this.field_53_cfclcb = field_53_cfclcb;
2874    }
2875
2876    /**
2877     * Get the fcStshfOrig field for the FIB record.
2878     */

2879    public int getFcStshfOrig()
2880    {
2881        return field_54_fcStshfOrig;
2882    }
2883
2884    /**
2885     * Set the fcStshfOrig field for the FIB record.
2886     */

2887    public void setFcStshfOrig(int field_54_fcStshfOrig)
2888    {
2889        this.field_54_fcStshfOrig = field_54_fcStshfOrig;
2890    }
2891
2892    /**
2893     * Get the lcbStshfOrig field for the FIB record.
2894     */

2895    public int getLcbStshfOrig()
2896    {
2897        return field_55_lcbStshfOrig;
2898    }
2899
2900    /**
2901     * Set the lcbStshfOrig field for the FIB record.
2902     */

2903    public void setLcbStshfOrig(int field_55_lcbStshfOrig)
2904    {
2905        this.field_55_lcbStshfOrig = field_55_lcbStshfOrig;
2906    }
2907
2908    /**
2909     * Get the fcStshf field for the FIB record.
2910     */

2911    public int getFcStshf()
2912    {
2913        return field_56_fcStshf;
2914    }
2915
2916    /**
2917     * Set the fcStshf field for the FIB record.
2918     */

2919    public void setFcStshf(int field_56_fcStshf)
2920    {
2921        this.field_56_fcStshf = field_56_fcStshf;
2922    }
2923
2924    /**
2925     * Get the lcbStshf field for the FIB record.
2926     */

2927    public int getLcbStshf()
2928    {
2929        return field_57_lcbStshf;
2930    }
2931
2932    /**
2933     * Set the lcbStshf field for the FIB record.
2934     */

2935    public void setLcbStshf(int field_57_lcbStshf)
2936    {
2937        this.field_57_lcbStshf = field_57_lcbStshf;
2938    }
2939
2940    /**
2941     * Get the fcPlcffndRef field for the FIB record.
2942     */

2943    public int getFcPlcffndRef()
2944    {
2945        return field_58_fcPlcffndRef;
2946    }
2947
2948    /**
2949     * Set the fcPlcffndRef field for the FIB record.
2950     */

2951    public void setFcPlcffndRef(int field_58_fcPlcffndRef)
2952    {
2953        this.field_58_fcPlcffndRef = field_58_fcPlcffndRef;
2954    }
2955
2956    /**
2957     * Get the lcbPlcffndRef field for the FIB record.
2958     */

2959    public int getLcbPlcffndRef()
2960    {
2961        return field_59_lcbPlcffndRef;
2962    }
2963
2964    /**
2965     * Set the lcbPlcffndRef field for the FIB record.
2966     */

2967    public void setLcbPlcffndRef(int field_59_lcbPlcffndRef)
2968    {
2969        this.field_59_lcbPlcffndRef = field_59_lcbPlcffndRef;
2970    }
2971
2972    /**
2973     * Get the fcPlcffndTxt field for the FIB record.
2974     */

2975    public int getFcPlcffndTxt()
2976    {
2977        return field_60_fcPlcffndTxt;
2978    }
2979
2980    /**
2981     * Set the fcPlcffndTxt field for the FIB record.
2982     */

2983    public void setFcPlcffndTxt(int field_60_fcPlcffndTxt)
2984    {
2985        this.field_60_fcPlcffndTxt = field_60_fcPlcffndTxt;
2986    }
2987
2988    /**
2989     * Get the lcbPlcffndTxt field for the FIB record.
2990     */

2991    public int getLcbPlcffndTxt()
2992    {
2993        return field_61_lcbPlcffndTxt;
2994    }
2995
2996    /**
2997     * Set the lcbPlcffndTxt field for the FIB record.
2998     */

2999    public void setLcbPlcffndTxt(int field_61_lcbPlcffndTxt)
3000    {
3001        this.field_61_lcbPlcffndTxt = field_61_lcbPlcffndTxt;
3002    }
3003
3004    /**
3005     * Get the fcPlcfandRef field for the FIB record.
3006     */

3007    public int getFcPlcfandRef()
3008    {
3009        return field_62_fcPlcfandRef;
3010    }
3011
3012    /**
3013     * Set the fcPlcfandRef field for the FIB record.
3014     */

3015    public void setFcPlcfandRef(int field_62_fcPlcfandRef)
3016    {
3017        this.field_62_fcPlcfandRef = field_62_fcPlcfandRef;
3018    }
3019
3020    /**
3021     * Get the lcbPlcfandRef field for the FIB record.
3022     */

3023    public int getLcbPlcfandRef()
3024    {
3025        return field_63_lcbPlcfandRef;
3026    }
3027
3028    /**
3029     * Set the lcbPlcfandRef field for the FIB record.
3030     */

3031    public void setLcbPlcfandRef(int field_63_lcbPlcfandRef)
3032    {
3033        this.field_63_lcbPlcfandRef = field_63_lcbPlcfandRef;
3034    }
3035
3036    /**
3037     * Get the fcPlcfandTxt field for the FIB record.
3038     */

3039    public int getFcPlcfandTxt()
3040    {
3041        return field_64_fcPlcfandTxt;
3042    }
3043
3044    /**
3045     * Set the fcPlcfandTxt field for the FIB record.
3046     */

3047    public void setFcPlcfandTxt(int field_64_fcPlcfandTxt)
3048    {
3049        this.field_64_fcPlcfandTxt = field_64_fcPlcfandTxt;
3050    }
3051
3052    /**
3053     * Get the lcbPlcfandTxt field for the FIB record.
3054     */

3055    public int getLcbPlcfandTxt()
3056    {
3057        return field_65_lcbPlcfandTxt;
3058    }
3059
3060    /**
3061     * Set the lcbPlcfandTxt field for the FIB record.
3062     */

3063    public void setLcbPlcfandTxt(int field_65_lcbPlcfandTxt)
3064    {
3065        this.field_65_lcbPlcfandTxt = field_65_lcbPlcfandTxt;
3066    }
3067
3068    /**
3069     * Get the fcPlcfsed field for the FIB record.
3070     */

3071    public int getFcPlcfsed()
3072    {
3073        return field_66_fcPlcfsed;
3074    }
3075
3076    /**
3077     * Set the fcPlcfsed field for the FIB record.
3078     */

3079    public void setFcPlcfsed(int field_66_fcPlcfsed)
3080    {
3081        this.field_66_fcPlcfsed = field_66_fcPlcfsed;
3082    }
3083
3084    /**
3085     * Get the lcbPlcfsed field for the FIB record.
3086     */

3087    public int getLcbPlcfsed()
3088    {
3089        return field_67_lcbPlcfsed;
3090    }
3091
3092    /**
3093     * Set the lcbPlcfsed field for the FIB record.
3094     */

3095    public void setLcbPlcfsed(int field_67_lcbPlcfsed)
3096    {
3097        this.field_67_lcbPlcfsed = field_67_lcbPlcfsed;
3098    }
3099
3100    /**
3101     * Get the fcPlcpad field for the FIB record.
3102     */

3103    public int getFcPlcpad()
3104    {
3105        return field_68_fcPlcpad;
3106    }
3107
3108    /**
3109     * Set the fcPlcpad field for the FIB record.
3110     */

3111    public void setFcPlcpad(int field_68_fcPlcpad)
3112    {
3113        this.field_68_fcPlcpad = field_68_fcPlcpad;
3114    }
3115
3116    /**
3117     * Get the lcbPlcpad field for the FIB record.
3118     */

3119    public int getLcbPlcpad()
3120    {
3121        return field_69_lcbPlcpad;
3122    }
3123
3124    /**
3125     * Set the lcbPlcpad field for the FIB record.
3126     */

3127    public void setLcbPlcpad(int field_69_lcbPlcpad)
3128    {
3129        this.field_69_lcbPlcpad = field_69_lcbPlcpad;
3130    }
3131
3132    /**
3133     * Get the fcPlcfphe field for the FIB record.
3134     */

3135    public int getFcPlcfphe()
3136    {
3137        return field_70_fcPlcfphe;
3138    }
3139
3140    /**
3141     * Set the fcPlcfphe field for the FIB record.
3142     */

3143    public void setFcPlcfphe(int field_70_fcPlcfphe)
3144    {
3145        this.field_70_fcPlcfphe = field_70_fcPlcfphe;
3146    }
3147
3148    /**
3149     * Get the lcbPlcfphe field for the FIB record.
3150     */

3151    public int getLcbPlcfphe()
3152    {
3153        return field_71_lcbPlcfphe;
3154    }
3155
3156    /**
3157     * Set the lcbPlcfphe field for the FIB record.
3158     */

3159    public void setLcbPlcfphe(int field_71_lcbPlcfphe)
3160    {
3161        this.field_71_lcbPlcfphe = field_71_lcbPlcfphe;
3162    }
3163
3164    /**
3165     * Get the fcSttbfglsy field for the FIB record.
3166     */

3167    public int getFcSttbfglsy()
3168    {
3169        return field_72_fcSttbfglsy;
3170    }
3171
3172    /**
3173     * Set the fcSttbfglsy field for the FIB record.
3174     */

3175    public void setFcSttbfglsy(int field_72_fcSttbfglsy)
3176    {
3177        this.field_72_fcSttbfglsy = field_72_fcSttbfglsy;
3178    }
3179
3180    /**
3181     * Get the lcbSttbfglsy field for the FIB record.
3182     */

3183    public int getLcbSttbfglsy()
3184    {
3185        return field_73_lcbSttbfglsy;
3186    }
3187
3188    /**
3189     * Set the lcbSttbfglsy field for the FIB record.
3190     */

3191    public void setLcbSttbfglsy(int field_73_lcbSttbfglsy)
3192    {
3193        this.field_73_lcbSttbfglsy = field_73_lcbSttbfglsy;
3194    }
3195
3196    /**
3197     * Get the fcPlcfglsy field for the FIB record.
3198     */

3199    public int getFcPlcfglsy()
3200    {
3201        return field_74_fcPlcfglsy;
3202    }
3203
3204    /**
3205     * Set the fcPlcfglsy field for the FIB record.
3206     */

3207    public void setFcPlcfglsy(int field_74_fcPlcfglsy)
3208    {
3209        this.field_74_fcPlcfglsy = field_74_fcPlcfglsy;
3210    }
3211
3212    /**
3213     * Get the lcbPlcfglsy field for the FIB record.
3214     */

3215    public int getLcbPlcfglsy()
3216    {
3217        return field_75_lcbPlcfglsy;
3218    }
3219
3220    /**
3221     * Set the lcbPlcfglsy field for the FIB record.
3222     */

3223    public void setLcbPlcfglsy(int field_75_lcbPlcfglsy)
3224    {
3225        this.field_75_lcbPlcfglsy = field_75_lcbPlcfglsy;
3226    }
3227
3228    /**
3229     * Get the fcPlcfhdd field for the FIB record.
3230     */

3231    public int getFcPlcfhdd()
3232    {
3233        return field_76_fcPlcfhdd;
3234    }
3235
3236    /**
3237     * Set the fcPlcfhdd field for the FIB record.
3238     */

3239    public void setFcPlcfhdd(int field_76_fcPlcfhdd)
3240    {
3241        this.field_76_fcPlcfhdd = field_76_fcPlcfhdd;
3242    }
3243
3244    /**
3245     * Get the lcbPlcfhdd field for the FIB record.
3246     */

3247    public int getLcbPlcfhdd()
3248    {
3249        return field_77_lcbPlcfhdd;
3250    }
3251
3252    /**
3253     * Set the lcbPlcfhdd field for the FIB record.
3254     */

3255    public void setLcbPlcfhdd(int field_77_lcbPlcfhdd)
3256    {
3257        this.field_77_lcbPlcfhdd = field_77_lcbPlcfhdd;
3258    }
3259
3260    /**
3261     * Get the fcPlcfbteChpx field for the FIB record.
3262     */

3263    public int getFcPlcfbteChpx()
3264    {
3265        return field_78_fcPlcfbteChpx;
3266    }
3267
3268    /**
3269     * Set the fcPlcfbteChpx field for the FIB record.
3270     */

3271    public void setFcPlcfbteChpx(int field_78_fcPlcfbteChpx)
3272    {
3273        this.field_78_fcPlcfbteChpx = field_78_fcPlcfbteChpx;
3274    }
3275
3276    /**
3277     * Get the lcbPlcfbteChpx field for the FIB record.
3278     */

3279    public int getLcbPlcfbteChpx()
3280    {
3281        return field_79_lcbPlcfbteChpx;
3282    }
3283
3284    /**
3285     * Set the lcbPlcfbteChpx field for the FIB record.
3286     */

3287    public void setLcbPlcfbteChpx(int field_79_lcbPlcfbteChpx)
3288    {
3289        this.field_79_lcbPlcfbteChpx = field_79_lcbPlcfbteChpx;
3290    }
3291
3292    /**
3293     * Get the fcPlcfbtePapx field for the FIB record.
3294     */

3295    public int getFcPlcfbtePapx()
3296    {
3297        return field_80_fcPlcfbtePapx;
3298    }
3299
3300    /**
3301     * Set the fcPlcfbtePapx field for the FIB record.
3302     */

3303    public void setFcPlcfbtePapx(int field_80_fcPlcfbtePapx)
3304    {
3305        this.field_80_fcPlcfbtePapx = field_80_fcPlcfbtePapx;
3306    }
3307
3308    /**
3309     * Get the lcbPlcfbtePapx field for the FIB record.
3310     */

3311    public int getLcbPlcfbtePapx()
3312    {
3313        return field_81_lcbPlcfbtePapx;
3314    }
3315
3316    /**
3317     * Set the lcbPlcfbtePapx field for the FIB record.
3318     */

3319    public void setLcbPlcfbtePapx(int field_81_lcbPlcfbtePapx)
3320    {
3321        this.field_81_lcbPlcfbtePapx = field_81_lcbPlcfbtePapx;
3322    }
3323
3324    /**
3325     * Get the fcPlcfsea field for the FIB record.
3326     */

3327    public int getFcPlcfsea()
3328    {
3329        return field_82_fcPlcfsea;
3330    }
3331
3332    /**
3333     * Set the fcPlcfsea field for the FIB record.
3334     */

3335    public void setFcPlcfsea(int field_82_fcPlcfsea)
3336    {
3337        this.field_82_fcPlcfsea = field_82_fcPlcfsea;
3338    }
3339
3340    /**
3341     * Get the lcbPlcfsea field for the FIB record.
3342     */

3343    public int getLcbPlcfsea()
3344    {
3345        return field_83_lcbPlcfsea;
3346    }
3347
3348    /**
3349     * Set the lcbPlcfsea field for the FIB record.
3350     */

3351    public void setLcbPlcfsea(int field_83_lcbPlcfsea)
3352    {
3353        this.field_83_lcbPlcfsea = field_83_lcbPlcfsea;
3354    }
3355
3356    /**
3357     * Get the fcSttbfffn field for the FIB record.
3358     */

3359    public int getFcSttbfffn()
3360    {
3361        return field_84_fcSttbfffn;
3362    }
3363
3364    /**
3365     * Set the fcSttbfffn field for the FIB record.
3366     */

3367    public void setFcSttbfffn(int field_84_fcSttbfffn)
3368    {
3369        this.field_84_fcSttbfffn = field_84_fcSttbfffn;
3370    }
3371
3372    /**
3373     * Get the lcbSttbfffn field for the FIB record.
3374     */

3375    public int getLcbSttbfffn()
3376    {
3377        return field_85_lcbSttbfffn;
3378    }
3379
3380    /**
3381     * Set the lcbSttbfffn field for the FIB record.
3382     */

3383    public void setLcbSttbfffn(int field_85_lcbSttbfffn)
3384    {
3385        this.field_85_lcbSttbfffn = field_85_lcbSttbfffn;
3386    }
3387
3388    /**
3389     * Get the fcPlcffldMom field for the FIB record.
3390     */

3391    public int getFcPlcffldMom()
3392    {
3393        return field_86_fcPlcffldMom;
3394    }
3395
3396    /**
3397     * Set the fcPlcffldMom field for the FIB record.
3398     */

3399    public void setFcPlcffldMom(int field_86_fcPlcffldMom)
3400    {
3401        this.field_86_fcPlcffldMom = field_86_fcPlcffldMom;
3402    }
3403
3404    /**
3405     * Get the lcbPlcffldMom field for the FIB record.
3406     */

3407    public int getLcbPlcffldMom()
3408    {
3409        return field_87_lcbPlcffldMom;
3410    }
3411
3412    /**
3413     * Set the lcbPlcffldMom field for the FIB record.
3414     */

3415    public void setLcbPlcffldMom(int field_87_lcbPlcffldMom)
3416    {
3417        this.field_87_lcbPlcffldMom = field_87_lcbPlcffldMom;
3418    }
3419
3420    /**
3421     * Get the fcPlcffldHdr field for the FIB record.
3422     */

3423    public int getFcPlcffldHdr()
3424    {
3425        return field_88_fcPlcffldHdr;
3426    }
3427
3428    /**
3429     * Set the fcPlcffldHdr field for the FIB record.
3430     */

3431    public void setFcPlcffldHdr(int field_88_fcPlcffldHdr)
3432    {
3433        this.field_88_fcPlcffldHdr = field_88_fcPlcffldHdr;
3434    }
3435
3436    /**
3437     * Get the lcbPlcffldHdr field for the FIB record.
3438     */

3439    public int getLcbPlcffldHdr()
3440    {
3441        return field_89_lcbPlcffldHdr;
3442    }
3443
3444    /**
3445     * Set the lcbPlcffldHdr field for the FIB record.
3446     */

3447    public void setLcbPlcffldHdr(int field_89_lcbPlcffldHdr)
3448    {
3449        this.field_89_lcbPlcffldHdr = field_89_lcbPlcffldHdr;
3450    }
3451
3452    /**
3453     * Get the fcPlcffldFtn field for the FIB record.
3454     */

3455    public int getFcPlcffldFtn()
3456    {
3457        return field_90_fcPlcffldFtn;
3458    }
3459
3460    /**
3461     * Set the fcPlcffldFtn field for the FIB record.
3462     */

3463    public void setFcPlcffldFtn(int field_90_fcPlcffldFtn)
3464    {
3465        this.field_90_fcPlcffldFtn = field_90_fcPlcffldFtn;
3466    }
3467
3468    /**
3469     * Get the lcbPlcffldFtn field for the FIB record.
3470     */

3471    public int getLcbPlcffldFtn()
3472    {
3473        return field_91_lcbPlcffldFtn;
3474    }
3475
3476    /**
3477     * Set the lcbPlcffldFtn field for the FIB record.
3478     */

3479    public void setLcbPlcffldFtn(int field_91_lcbPlcffldFtn)
3480    {
3481        this.field_91_lcbPlcffldFtn = field_91_lcbPlcffldFtn;
3482    }
3483
3484    /**
3485     * Get the fcPlcffldAtn field for the FIB record.
3486     */

3487    public int getFcPlcffldAtn()
3488    {
3489        return field_92_fcPlcffldAtn;
3490    }
3491
3492    /**
3493     * Set the fcPlcffldAtn field for the FIB record.
3494     */

3495    public void setFcPlcffldAtn(int field_92_fcPlcffldAtn)
3496    {
3497        this.field_92_fcPlcffldAtn = field_92_fcPlcffldAtn;
3498    }
3499
3500    /**
3501     * Get the lcbPlcffldAtn field for the FIB record.
3502     */

3503    public int getLcbPlcffldAtn()
3504    {
3505        return field_93_lcbPlcffldAtn;
3506    }
3507
3508    /**
3509     * Set the lcbPlcffldAtn field for the FIB record.
3510     */

3511    public void setLcbPlcffldAtn(int field_93_lcbPlcffldAtn)
3512    {
3513        this.field_93_lcbPlcffldAtn = field_93_lcbPlcffldAtn;
3514    }
3515
3516    /**
3517     * Get the fcPlcffldMcr field for the FIB record.
3518     */

3519    public int getFcPlcffldMcr()
3520    {
3521        return field_94_fcPlcffldMcr;
3522    }
3523
3524    /**
3525     * Set the fcPlcffldMcr field for the FIB record.
3526     */

3527    public void setFcPlcffldMcr(int field_94_fcPlcffldMcr)
3528    {
3529        this.field_94_fcPlcffldMcr = field_94_fcPlcffldMcr;
3530    }
3531
3532    /**
3533     * Get the lcbPlcffldMcr field for the FIB record.
3534     */

3535    public int getLcbPlcffldMcr()
3536    {
3537        return field_95_lcbPlcffldMcr;
3538    }
3539
3540    /**
3541     * Set the lcbPlcffldMcr field for the FIB record.
3542     */

3543    public void setLcbPlcffldMcr(int field_95_lcbPlcffldMcr)
3544    {
3545        this.field_95_lcbPlcffldMcr = field_95_lcbPlcffldMcr;
3546    }
3547
3548    /**
3549     * Get the fcSttbfbkmk field for the FIB record.
3550     */

3551    public int getFcSttbfbkmk()
3552    {
3553        return field_96_fcSttbfbkmk;
3554    }
3555
3556    /**
3557     * Set the fcSttbfbkmk field for the FIB record.
3558     */

3559    public void setFcSttbfbkmk(int field_96_fcSttbfbkmk)
3560    {
3561        this.field_96_fcSttbfbkmk = field_96_fcSttbfbkmk;
3562    }
3563
3564    /**
3565     * Get the lcbSttbfbkmk field for the FIB record.
3566     */

3567    public int getLcbSttbfbkmk()
3568    {
3569        return field_97_lcbSttbfbkmk;
3570    }
3571
3572    /**
3573     * Set the lcbSttbfbkmk field for the FIB record.
3574     */

3575    public void setLcbSttbfbkmk(int field_97_lcbSttbfbkmk)
3576    {
3577        this.field_97_lcbSttbfbkmk = field_97_lcbSttbfbkmk;
3578    }
3579
3580    /**
3581     * Get the fcPlcfbkf field for the FIB record.
3582     */

3583    public int getFcPlcfbkf()
3584    {
3585        return field_98_fcPlcfbkf;
3586    }
3587
3588    /**
3589     * Set the fcPlcfbkf field for the FIB record.
3590     */

3591    public void setFcPlcfbkf(int field_98_fcPlcfbkf)
3592    {
3593        this.field_98_fcPlcfbkf = field_98_fcPlcfbkf;
3594    }
3595
3596    /**
3597     * Get the lcbPlcfbkf field for the FIB record.
3598     */

3599    public int getLcbPlcfbkf()
3600    {
3601        return field_99_lcbPlcfbkf;
3602    }
3603
3604    /**
3605     * Set the lcbPlcfbkf field for the FIB record.
3606     */

3607    public void setLcbPlcfbkf(int field_99_lcbPlcfbkf)
3608    {
3609        this.field_99_lcbPlcfbkf = field_99_lcbPlcfbkf;
3610    }
3611
3612    /**
3613     * Get the fcPlcfbkl field for the FIB record.
3614     */

3615    public int getFcPlcfbkl()
3616    {
3617        return field_100_fcPlcfbkl;
3618    }
3619
3620    /**
3621     * Set the fcPlcfbkl field for the FIB record.
3622     */

3623    public void setFcPlcfbkl(int field_100_fcPlcfbkl)
3624    {
3625        this.field_100_fcPlcfbkl = field_100_fcPlcfbkl;
3626    }
3627
3628    /**
3629     * Get the lcbPlcfbkl field for the FIB record.
3630     */

3631    public int getLcbPlcfbkl()
3632    {
3633        return field_101_lcbPlcfbkl;
3634    }
3635
3636    /**
3637     * Set the lcbPlcfbkl field for the FIB record.
3638     */

3639    public void setLcbPlcfbkl(int field_101_lcbPlcfbkl)
3640    {
3641        this.field_101_lcbPlcfbkl = field_101_lcbPlcfbkl;
3642    }
3643
3644    /**
3645     * Get the fcCmds field for the FIB record.
3646     */

3647    public int getFcCmds()
3648    {
3649        return field_102_fcCmds;
3650    }
3651
3652    /**
3653     * Set the fcCmds field for the FIB record.
3654     */

3655    public void setFcCmds(int field_102_fcCmds)
3656    {
3657        this.field_102_fcCmds = field_102_fcCmds;
3658    }
3659
3660    /**
3661     * Get the lcbCmds field for the FIB record.
3662     */

3663    public int getLcbCmds()
3664    {
3665        return field_103_lcbCmds;
3666    }
3667
3668    /**
3669     * Set the lcbCmds field for the FIB record.
3670     */

3671    public void setLcbCmds(int field_103_lcbCmds)
3672    {
3673        this.field_103_lcbCmds = field_103_lcbCmds;
3674    }
3675
3676    /**
3677     * Get the fcPlcmcr field for the FIB record.
3678     */

3679    public int getFcPlcmcr()
3680    {
3681        return field_104_fcPlcmcr;
3682    }
3683
3684    /**
3685     * Set the fcPlcmcr field for the FIB record.
3686     */

3687    public void setFcPlcmcr(int field_104_fcPlcmcr)
3688    {
3689        this.field_104_fcPlcmcr = field_104_fcPlcmcr;
3690    }
3691
3692    /**
3693     * Get the lcbPlcmcr field for the FIB record.
3694     */

3695    public int getLcbPlcmcr()
3696    {
3697        return field_105_lcbPlcmcr;
3698    }
3699
3700    /**
3701     * Set the lcbPlcmcr field for the FIB record.
3702     */

3703    public void setLcbPlcmcr(int field_105_lcbPlcmcr)
3704    {
3705        this.field_105_lcbPlcmcr = field_105_lcbPlcmcr;
3706    }
3707
3708    /**
3709     * Get the fcSttbfmcr field for the FIB record.
3710     */

3711    public int getFcSttbfmcr()
3712    {
3713        return field_106_fcSttbfmcr;
3714    }
3715
3716    /**
3717     * Set the fcSttbfmcr field for the FIB record.
3718     */

3719    public void setFcSttbfmcr(int field_106_fcSttbfmcr)
3720    {
3721        this.field_106_fcSttbfmcr = field_106_fcSttbfmcr;
3722    }
3723
3724    /**
3725     * Get the lcbSttbfmcr field for the FIB record.
3726     */

3727    public int getLcbSttbfmcr()
3728    {
3729        return field_107_lcbSttbfmcr;
3730    }
3731
3732    /**
3733     * Set the lcbSttbfmcr field for the FIB record.
3734     */

3735    public void setLcbSttbfmcr(int field_107_lcbSttbfmcr)
3736    {
3737        this.field_107_lcbSttbfmcr = field_107_lcbSttbfmcr;
3738    }
3739
3740    /**
3741     * Get the fcPrDrvr field for the FIB record.
3742     */

3743    public int getFcPrDrvr()
3744    {
3745        return field_108_fcPrDrvr;
3746    }
3747
3748    /**
3749     * Set the fcPrDrvr field for the FIB record.
3750     */

3751    public void setFcPrDrvr(int field_108_fcPrDrvr)
3752    {
3753        this.field_108_fcPrDrvr = field_108_fcPrDrvr;
3754    }
3755
3756    /**
3757     * Get the lcbPrDrvr field for the FIB record.
3758     */

3759    public int getLcbPrDrvr()
3760    {
3761        return field_109_lcbPrDrvr;
3762    }
3763
3764    /**
3765     * Set the lcbPrDrvr field for the FIB record.
3766     */

3767    public void setLcbPrDrvr(int field_109_lcbPrDrvr)
3768    {
3769        this.field_109_lcbPrDrvr = field_109_lcbPrDrvr;
3770    }
3771
3772    /**
3773     * Get the fcPrEnvPort field for the FIB record.
3774     */

3775    public int getFcPrEnvPort()
3776    {
3777        return field_110_fcPrEnvPort;
3778    }
3779
3780    /**
3781     * Set the fcPrEnvPort field for the FIB record.
3782     */

3783    public void setFcPrEnvPort(int field_110_fcPrEnvPort)
3784    {
3785        this.field_110_fcPrEnvPort = field_110_fcPrEnvPort;
3786    }
3787
3788    /**
3789     * Get the lcbPrEnvPort field for the FIB record.
3790     */

3791    public int getLcbPrEnvPort()
3792    {
3793        return field_111_lcbPrEnvPort;
3794    }
3795
3796    /**
3797     * Set the lcbPrEnvPort field for the FIB record.
3798     */

3799    public void setLcbPrEnvPort(int field_111_lcbPrEnvPort)
3800    {
3801        this.field_111_lcbPrEnvPort = field_111_lcbPrEnvPort;
3802    }
3803
3804    /**
3805     * Get the fcPrEnvLand field for the FIB record.
3806     */

3807    public int getFcPrEnvLand()
3808    {
3809        return field_112_fcPrEnvLand;
3810    }
3811
3812    /**
3813     * Set the fcPrEnvLand field for the FIB record.
3814     */

3815    public void setFcPrEnvLand(int field_112_fcPrEnvLand)
3816    {
3817        this.field_112_fcPrEnvLand = field_112_fcPrEnvLand;
3818    }
3819
3820    /**
3821     * Get the lcbPrEnvLand field for the FIB record.
3822     */

3823    public int getLcbPrEnvLand()
3824    {
3825        return field_113_lcbPrEnvLand;
3826    }
3827
3828    /**
3829     * Set the lcbPrEnvLand field for the FIB record.
3830     */

3831    public void setLcbPrEnvLand(int field_113_lcbPrEnvLand)
3832    {
3833        this.field_113_lcbPrEnvLand = field_113_lcbPrEnvLand;
3834    }
3835
3836    /**
3837     * Get the fcWss field for the FIB record.
3838     */

3839    public int getFcWss()
3840    {
3841        return field_114_fcWss;
3842    }
3843
3844    /**
3845     * Set the fcWss field for the FIB record.
3846     */

3847    public void setFcWss(int field_114_fcWss)
3848    {
3849        this.field_114_fcWss = field_114_fcWss;
3850    }
3851
3852    /**
3853     * Get the lcbWss field for the FIB record.
3854     */

3855    public int getLcbWss()
3856    {
3857        return field_115_lcbWss;
3858    }
3859
3860    /**
3861     * Set the lcbWss field for the FIB record.
3862     */

3863    public void setLcbWss(int field_115_lcbWss)
3864    {
3865        this.field_115_lcbWss = field_115_lcbWss;
3866    }
3867
3868    /**
3869     * Get the fcDop field for the FIB record.
3870     */

3871    public int getFcDop()
3872    {
3873        return field_116_fcDop;
3874    }
3875
3876    /**
3877     * Set the fcDop field for the FIB record.
3878     */

3879    public void setFcDop(int field_116_fcDop)
3880    {
3881        this.field_116_fcDop = field_116_fcDop;
3882    }
3883
3884    /**
3885     * Get the lcbDop field for the FIB record.
3886     */

3887    public int getLcbDop()
3888    {
3889        return field_117_lcbDop;
3890    }
3891
3892    /**
3893     * Set the lcbDop field for the FIB record.
3894     */

3895    public void setLcbDop(int field_117_lcbDop)
3896    {
3897        this.field_117_lcbDop = field_117_lcbDop;
3898    }
3899
3900    /**
3901     * Get the fcSttbfAssoc field for the FIB record.
3902     */

3903    public int getFcSttbfAssoc()
3904    {
3905        return field_118_fcSttbfAssoc;
3906    }
3907
3908    /**
3909     * Set the fcSttbfAssoc field for the FIB record.
3910     */

3911    public void setFcSttbfAssoc(int field_118_fcSttbfAssoc)
3912    {
3913        this.field_118_fcSttbfAssoc = field_118_fcSttbfAssoc;
3914    }
3915
3916    /**
3917     * Get the lcbSttbfAssoc field for the FIB record.
3918     */

3919    public int getLcbSttbfAssoc()
3920    {
3921        return field_119_lcbSttbfAssoc;
3922    }
3923
3924    /**
3925     * Set the lcbSttbfAssoc field for the FIB record.
3926     */

3927    public void setLcbSttbfAssoc(int field_119_lcbSttbfAssoc)
3928    {
3929        this.field_119_lcbSttbfAssoc = field_119_lcbSttbfAssoc;
3930    }
3931
3932    /**
3933     * Get the fcClx field for the FIB record.
3934     */

3935    public int getFcClx()
3936    {
3937        return field_120_fcClx;
3938    }
3939
3940    /**
3941     * Set the fcClx field for the FIB record.
3942     */

3943    public void setFcClx(int field_120_fcClx)
3944    {
3945        this.field_120_fcClx = field_120_fcClx;
3946    }
3947
3948    /**
3949     * Get the lcbClx field for the FIB record.
3950     */

3951    public int getLcbClx()
3952    {
3953        return field_121_lcbClx;
3954    }
3955
3956    /**
3957     * Set the lcbClx field for the FIB record.
3958     */

3959    public void setLcbClx(int field_121_lcbClx)
3960    {
3961        this.field_121_lcbClx = field_121_lcbClx;
3962    }
3963
3964    /**
3965     * Get the fcPlcfpgdFtn field for the FIB record.
3966     */

3967    public int getFcPlcfpgdFtn()
3968    {
3969        return field_122_fcPlcfpgdFtn;
3970    }
3971
3972    /**
3973     * Set the fcPlcfpgdFtn field for the FIB record.
3974     */

3975    public void setFcPlcfpgdFtn(int field_122_fcPlcfpgdFtn)
3976    {
3977        this.field_122_fcPlcfpgdFtn = field_122_fcPlcfpgdFtn;
3978    }
3979
3980    /**
3981     * Get the lcbPlcfpgdFtn field for the FIB record.
3982     */

3983    public int getLcbPlcfpgdFtn()
3984    {
3985        return field_123_lcbPlcfpgdFtn;
3986    }
3987
3988    /**
3989     * Set the lcbPlcfpgdFtn field for the FIB record.
3990     */

3991    public void setLcbPlcfpgdFtn(int field_123_lcbPlcfpgdFtn)
3992    {
3993        this.field_123_lcbPlcfpgdFtn = field_123_lcbPlcfpgdFtn;
3994    }
3995
3996    /**
3997     * Get the fcAutosaveSource field for the FIB record.
3998     */

3999    public int getFcAutosaveSource()
4000    {
4001        return field_124_fcAutosaveSource;
4002    }
4003
4004    /**
4005     * Set the fcAutosaveSource field for the FIB record.
4006     */

4007    public void setFcAutosaveSource(int field_124_fcAutosaveSource)
4008    {
4009        this.field_124_fcAutosaveSource = field_124_fcAutosaveSource;
4010    }
4011
4012    /**
4013     * Get the lcbAutosaveSource field for the FIB record.
4014     */

4015    public int getLcbAutosaveSource()
4016    {
4017        return field_125_lcbAutosaveSource;
4018    }
4019
4020    /**
4021     * Set the lcbAutosaveSource field for the FIB record.
4022     */

4023    public void setLcbAutosaveSource(int field_125_lcbAutosaveSource)
4024    {
4025        this.field_125_lcbAutosaveSource = field_125_lcbAutosaveSource;
4026    }
4027
4028    /**
4029     * Get the fcGrpXstAtnOwners field for the FIB record.
4030     */

4031    public int getFcGrpXstAtnOwners()
4032    {
4033        return field_126_fcGrpXstAtnOwners;
4034    }
4035
4036    /**
4037     * Set the fcGrpXstAtnOwners field for the FIB record.
4038     */

4039    public void setFcGrpXstAtnOwners(int field_126_fcGrpXstAtnOwners)
4040    {
4041        this.field_126_fcGrpXstAtnOwners = field_126_fcGrpXstAtnOwners;
4042    }
4043
4044    /**
4045     * Get the lcbGrpXstAtnOwners field for the FIB record.
4046     */

4047    public int getLcbGrpXstAtnOwners()
4048    {
4049        return field_127_lcbGrpXstAtnOwners;
4050    }
4051
4052    /**
4053     * Set the lcbGrpXstAtnOwners field for the FIB record.
4054     */

4055    public void setLcbGrpXstAtnOwners(int field_127_lcbGrpXstAtnOwners)
4056    {
4057        this.field_127_lcbGrpXstAtnOwners = field_127_lcbGrpXstAtnOwners;
4058    }
4059
4060    /**
4061     * Get the fcSttbfAtnbkmk field for the FIB record.
4062     */

4063    public int getFcSttbfAtnbkmk()
4064    {
4065        return field_128_fcSttbfAtnbkmk;
4066    }
4067
4068    /**
4069     * Set the fcSttbfAtnbkmk field for the FIB record.
4070     */

4071    public void setFcSttbfAtnbkmk(int field_128_fcSttbfAtnbkmk)
4072    {
4073        this.field_128_fcSttbfAtnbkmk = field_128_fcSttbfAtnbkmk;
4074    }
4075
4076    /**
4077     * Get the lcbSttbfAtnbkmk field for the FIB record.
4078     */

4079    public int getLcbSttbfAtnbkmk()
4080    {
4081        return field_129_lcbSttbfAtnbkmk;
4082    }
4083
4084    /**
4085     * Set the lcbSttbfAtnbkmk field for the FIB record.
4086     */

4087    public void setLcbSttbfAtnbkmk(int field_129_lcbSttbfAtnbkmk)
4088    {
4089        this.field_129_lcbSttbfAtnbkmk = field_129_lcbSttbfAtnbkmk;
4090    }
4091
4092    /**
4093     * Get the fcPlcdoaMom field for the FIB record.
4094     */

4095    public int getFcPlcdoaMom()
4096    {
4097        return field_130_fcPlcdoaMom;
4098    }
4099
4100    /**
4101     * Set the fcPlcdoaMom field for the FIB record.
4102     */

4103    public void setFcPlcdoaMom(int field_130_fcPlcdoaMom)
4104    {
4105        this.field_130_fcPlcdoaMom = field_130_fcPlcdoaMom;
4106    }
4107
4108    /**
4109     * Get the lcbPlcdoaMom field for the FIB record.
4110     */

4111    public int getLcbPlcdoaMom()
4112    {
4113        return field_131_lcbPlcdoaMom;
4114    }
4115
4116    /**
4117     * Set the lcbPlcdoaMom field for the FIB record.
4118     */

4119    public void setLcbPlcdoaMom(int field_131_lcbPlcdoaMom)
4120    {
4121        this.field_131_lcbPlcdoaMom = field_131_lcbPlcdoaMom;
4122    }
4123
4124    /**
4125     * Get the fcPlcdoaHdr field for the FIB record.
4126     */

4127    public int getFcPlcdoaHdr()
4128    {
4129        return field_132_fcPlcdoaHdr;
4130    }
4131
4132    /**
4133     * Set the fcPlcdoaHdr field for the FIB record.
4134     */

4135    public void setFcPlcdoaHdr(int field_132_fcPlcdoaHdr)
4136    {
4137        this.field_132_fcPlcdoaHdr = field_132_fcPlcdoaHdr;
4138    }
4139
4140    /**
4141     * Get the lcbPlcdoaHdr field for the FIB record.
4142     */

4143    public int getLcbPlcdoaHdr()
4144    {
4145        return field_133_lcbPlcdoaHdr;
4146    }
4147
4148    /**
4149     * Set the lcbPlcdoaHdr field for the FIB record.
4150     */

4151    public void setLcbPlcdoaHdr(int field_133_lcbPlcdoaHdr)
4152    {
4153        this.field_133_lcbPlcdoaHdr = field_133_lcbPlcdoaHdr;
4154    }
4155
4156    /**
4157     * Get the fcPlcspaMom field for the FIB record.
4158     */

4159    public int getFcPlcspaMom()
4160    {
4161        return field_134_fcPlcspaMom;
4162    }
4163
4164    /**
4165     * Set the fcPlcspaMom field for the FIB record.
4166     */

4167    public void setFcPlcspaMom(int field_134_fcPlcspaMom)
4168    {
4169        this.field_134_fcPlcspaMom = field_134_fcPlcspaMom;
4170    }
4171
4172    /**
4173     * Get the lcbPlcspaMom field for the FIB record.
4174     */

4175    public int getLcbPlcspaMom()
4176    {
4177        return field_135_lcbPlcspaMom;
4178    }
4179
4180    /**
4181     * Set the lcbPlcspaMom field for the FIB record.
4182     */

4183    public void setLcbPlcspaMom(int field_135_lcbPlcspaMom)
4184    {
4185        this.field_135_lcbPlcspaMom = field_135_lcbPlcspaMom;
4186    }
4187
4188    /**
4189     * Get the fcPlcspaHdr field for the FIB record.
4190     */

4191    public int getFcPlcspaHdr()
4192    {
4193        return field_136_fcPlcspaHdr;
4194    }
4195
4196    /**
4197     * Set the fcPlcspaHdr field for the FIB record.
4198     */

4199    public void setFcPlcspaHdr(int field_136_fcPlcspaHdr)
4200    {
4201        this.field_136_fcPlcspaHdr = field_136_fcPlcspaHdr;
4202    }
4203
4204    /**
4205     * Get the lcbPlcspaHdr field for the FIB record.
4206     */

4207    public int getLcbPlcspaHdr()
4208    {
4209        return field_137_lcbPlcspaHdr;
4210    }
4211
4212    /**
4213     * Set the lcbPlcspaHdr field for the FIB record.
4214     */

4215    public void setLcbPlcspaHdr(int field_137_lcbPlcspaHdr)
4216    {
4217        this.field_137_lcbPlcspaHdr = field_137_lcbPlcspaHdr;
4218    }
4219
4220    /**
4221     * Get the fcPlcfAtnbkf field for the FIB record.
4222     */

4223    public int getFcPlcfAtnbkf()
4224    {
4225        return field_138_fcPlcfAtnbkf;
4226    }
4227
4228    /**
4229     * Set the fcPlcfAtnbkf field for the FIB record.
4230     */

4231    public void setFcPlcfAtnbkf(int field_138_fcPlcfAtnbkf)
4232    {
4233        this.field_138_fcPlcfAtnbkf = field_138_fcPlcfAtnbkf;
4234    }
4235
4236    /**
4237     * Get the lcbPlcfAtnbkf field for the FIB record.
4238     */

4239    public int getLcbPlcfAtnbkf()
4240    {
4241        return field_139_lcbPlcfAtnbkf;
4242    }
4243
4244    /**
4245     * Set the lcbPlcfAtnbkf field for the FIB record.
4246     */

4247    public void setLcbPlcfAtnbkf(int field_139_lcbPlcfAtnbkf)
4248    {
4249        this.field_139_lcbPlcfAtnbkf = field_139_lcbPlcfAtnbkf;
4250    }
4251
4252    /**
4253     * Get the fcPlcfAtnbkl field for the FIB record.
4254     */

4255    public int getFcPlcfAtnbkl()
4256    {
4257        return field_140_fcPlcfAtnbkl;
4258    }
4259
4260    /**
4261     * Set the fcPlcfAtnbkl field for the FIB record.
4262     */

4263    public void setFcPlcfAtnbkl(int field_140_fcPlcfAtnbkl)
4264    {
4265        this.field_140_fcPlcfAtnbkl = field_140_fcPlcfAtnbkl;
4266    }
4267
4268    /**
4269     * Get the lcbPlcfAtnbkl field for the FIB record.
4270     */

4271    public int getLcbPlcfAtnbkl()
4272    {
4273        return field_141_lcbPlcfAtnbkl;
4274    }
4275
4276    /**
4277     * Set the lcbPlcfAtnbkl field for the FIB record.
4278     */

4279    public void setLcbPlcfAtnbkl(int field_141_lcbPlcfAtnbkl)
4280    {
4281        this.field_141_lcbPlcfAtnbkl = field_141_lcbPlcfAtnbkl;
4282    }
4283
4284    /**
4285     * Get the fcPms field for the FIB record.
4286     */

4287    public int getFcPms()
4288    {
4289        return field_142_fcPms;
4290    }
4291
4292    /**
4293     * Set the fcPms field for the FIB record.
4294     */

4295    public void setFcPms(int field_142_fcPms)
4296    {
4297        this.field_142_fcPms = field_142_fcPms;
4298    }
4299
4300    /**
4301     * Get the lcbPms field for the FIB record.
4302     */

4303    public int getLcbPms()
4304    {
4305        return field_143_lcbPms;
4306    }
4307
4308    /**
4309     * Set the lcbPms field for the FIB record.
4310     */

4311    public void setLcbPms(int field_143_lcbPms)
4312    {
4313        this.field_143_lcbPms = field_143_lcbPms;
4314    }
4315
4316    /**
4317     * Get the fcFormFldSttbs field for the FIB record.
4318     */

4319    public int getFcFormFldSttbs()
4320    {
4321        return field_144_fcFormFldSttbs;
4322    }
4323
4324    /**
4325     * Set the fcFormFldSttbs field for the FIB record.
4326     */

4327    public void setFcFormFldSttbs(int field_144_fcFormFldSttbs)
4328    {
4329        this.field_144_fcFormFldSttbs = field_144_fcFormFldSttbs;
4330    }
4331
4332    /**
4333     * Get the lcbFormFldSttbs field for the FIB record.
4334     */

4335    public int getLcbFormFldSttbs()
4336    {
4337        return field_145_lcbFormFldSttbs;
4338    }
4339
4340    /**
4341     * Set the lcbFormFldSttbs field for the FIB record.
4342     */

4343    public void setLcbFormFldSttbs(int field_145_lcbFormFldSttbs)
4344    {
4345        this.field_145_lcbFormFldSttbs = field_145_lcbFormFldSttbs;
4346    }
4347
4348    /**
4349     * Get the fcPlcfendRef field for the FIB record.
4350     */

4351    public int getFcPlcfendRef()
4352    {
4353        return field_146_fcPlcfendRef;
4354    }
4355
4356    /**
4357     * Set the fcPlcfendRef field for the FIB record.
4358     */

4359    public void setFcPlcfendRef(int field_146_fcPlcfendRef)
4360    {
4361        this.field_146_fcPlcfendRef = field_146_fcPlcfendRef;
4362    }
4363
4364    /**
4365     * Get the lcbPlcfendRef field for the FIB record.
4366     */

4367    public int getLcbPlcfendRef()
4368    {
4369        return field_147_lcbPlcfendRef;
4370    }
4371
4372    /**
4373     * Set the lcbPlcfendRef field for the FIB record.
4374     */

4375    public void setLcbPlcfendRef(int field_147_lcbPlcfendRef)
4376    {
4377        this.field_147_lcbPlcfendRef = field_147_lcbPlcfendRef;
4378    }
4379
4380    /**
4381     * Get the fcPlcfendTxt field for the FIB record.
4382     */

4383    public int getFcPlcfendTxt()
4384    {
4385        return field_148_fcPlcfendTxt;
4386    }
4387
4388    /**
4389     * Set the fcPlcfendTxt field for the FIB record.
4390     */

4391    public void setFcPlcfendTxt(int field_148_fcPlcfendTxt)
4392    {
4393        this.field_148_fcPlcfendTxt = field_148_fcPlcfendTxt;
4394    }
4395
4396    /**
4397     * Get the lcbPlcfendTxt field for the FIB record.
4398     */

4399    public int getLcbPlcfendTxt()
4400    {
4401        return field_149_lcbPlcfendTxt;
4402    }
4403
4404    /**
4405     * Set the lcbPlcfendTxt field for the FIB record.
4406     */

4407    public void setLcbPlcfendTxt(int field_149_lcbPlcfendTxt)
4408    {
4409        this.field_149_lcbPlcfendTxt = field_149_lcbPlcfendTxt;
4410    }
4411
4412    /**
4413     * Get the fcPlcffldEdn field for the FIB record.
4414     */

4415    public int getFcPlcffldEdn()
4416    {
4417        return field_150_fcPlcffldEdn;
4418    }
4419
4420    /**
4421     * Set the fcPlcffldEdn field for the FIB record.
4422     */

4423    public void setFcPlcffldEdn(int field_150_fcPlcffldEdn)
4424    {
4425        this.field_150_fcPlcffldEdn = field_150_fcPlcffldEdn;
4426    }
4427
4428    /**
4429     * Get the lcbPlcffldEdn field for the FIB record.
4430     */

4431    public int getLcbPlcffldEdn()
4432    {
4433        return field_151_lcbPlcffldEdn;
4434    }
4435
4436    /**
4437     * Set the lcbPlcffldEdn field for the FIB record.
4438     */

4439    public void setLcbPlcffldEdn(int field_151_lcbPlcffldEdn)
4440    {
4441        this.field_151_lcbPlcffldEdn = field_151_lcbPlcffldEdn;
4442    }
4443
4444    /**
4445     * Get the fcPlcfpgdEdn field for the FIB record.
4446     */

4447    public int getFcPlcfpgdEdn()
4448    {
4449        return field_152_fcPlcfpgdEdn;
4450    }
4451
4452    /**
4453     * Set the fcPlcfpgdEdn field for the FIB record.
4454     */

4455    public void setFcPlcfpgdEdn(int field_152_fcPlcfpgdEdn)
4456    {
4457        this.field_152_fcPlcfpgdEdn = field_152_fcPlcfpgdEdn;
4458    }
4459
4460    /**
4461     * Get the lcbPlcfpgdEdn field for the FIB record.
4462     */

4463    public int getLcbPlcfpgdEdn()
4464    {
4465        return field_153_lcbPlcfpgdEdn;
4466    }
4467
4468    /**
4469     * Set the lcbPlcfpgdEdn field for the FIB record.
4470     */

4471    public void setLcbPlcfpgdEdn(int field_153_lcbPlcfpgdEdn)
4472    {
4473        this.field_153_lcbPlcfpgdEdn = field_153_lcbPlcfpgdEdn;
4474    }
4475
4476    /**
4477     * Get the fcDggInfo field for the FIB record.
4478     */

4479    public int getFcDggInfo()
4480    {
4481        return field_154_fcDggInfo;
4482    }
4483
4484    /**
4485     * Set the fcDggInfo field for the FIB record.
4486     */

4487    public void setFcDggInfo(int field_154_fcDggInfo)
4488    {
4489        this.field_154_fcDggInfo = field_154_fcDggInfo;
4490    }
4491
4492    /**
4493     * Get the lcbDggInfo field for the FIB record.
4494     */

4495    public int getLcbDggInfo()
4496    {
4497        return field_155_lcbDggInfo;
4498    }
4499
4500    /**
4501     * Set the lcbDggInfo field for the FIB record.
4502     */

4503    public void setLcbDggInfo(int field_155_lcbDggInfo)
4504    {
4505        this.field_155_lcbDggInfo = field_155_lcbDggInfo;
4506    }
4507
4508    /**
4509     * Get the fcSttbfRMark field for the FIB record.
4510     */

4511    public int getFcSttbfRMark()
4512    {
4513        return field_156_fcSttbfRMark;
4514    }
4515
4516    /**
4517     * Set the fcSttbfRMark field for the FIB record.
4518     */

4519    public void setFcSttbfRMark(int field_156_fcSttbfRMark)
4520    {
4521        this.field_156_fcSttbfRMark = field_156_fcSttbfRMark;
4522    }
4523
4524    /**
4525     * Get the lcbSttbfRMark field for the FIB record.
4526     */

4527    public int getLcbSttbfRMark()
4528    {
4529        return field_157_lcbSttbfRMark;
4530    }
4531
4532    /**
4533     * Set the lcbSttbfRMark field for the FIB record.
4534     */

4535    public void setLcbSttbfRMark(int field_157_lcbSttbfRMark)
4536    {
4537        this.field_157_lcbSttbfRMark = field_157_lcbSttbfRMark;
4538    }
4539
4540    /**
4541     * Get the fcSttbCaption field for the FIB record.
4542     */

4543    public int getFcSttbCaption()
4544    {
4545        return field_158_fcSttbCaption;
4546    }
4547
4548    /**
4549     * Set the fcSttbCaption field for the FIB record.
4550     */

4551    public void setFcSttbCaption(int field_158_fcSttbCaption)
4552    {
4553        this.field_158_fcSttbCaption = field_158_fcSttbCaption;
4554    }
4555
4556    /**
4557     * Get the lcbSttbCaption field for the FIB record.
4558     */

4559    public int getLcbSttbCaption()
4560    {
4561        return field_159_lcbSttbCaption;
4562    }
4563
4564    /**
4565     * Set the lcbSttbCaption field for the FIB record.
4566     */

4567    public void setLcbSttbCaption(int field_159_lcbSttbCaption)
4568    {
4569        this.field_159_lcbSttbCaption = field_159_lcbSttbCaption;
4570    }
4571
4572    /**
4573     * Get the fcSttbAutoCaption field for the FIB record.
4574     */

4575    public int getFcSttbAutoCaption()
4576    {
4577        return field_160_fcSttbAutoCaption;
4578    }
4579
4580    /**
4581     * Set the fcSttbAutoCaption field for the FIB record.
4582     */

4583    public void setFcSttbAutoCaption(int field_160_fcSttbAutoCaption)
4584    {
4585        this.field_160_fcSttbAutoCaption = field_160_fcSttbAutoCaption;
4586    }
4587
4588    /**
4589     * Get the lcbSttbAutoCaption field for the FIB record.
4590     */

4591    public int getLcbSttbAutoCaption()
4592    {
4593        return field_161_lcbSttbAutoCaption;
4594    }
4595
4596    /**
4597     * Set the lcbSttbAutoCaption field for the FIB record.
4598     */

4599    public void setLcbSttbAutoCaption(int field_161_lcbSttbAutoCaption)
4600    {
4601        this.field_161_lcbSttbAutoCaption = field_161_lcbSttbAutoCaption;
4602    }
4603
4604    /**
4605     * Get the fcPlcfwkb field for the FIB record.
4606     */

4607    public int getFcPlcfwkb()
4608    {
4609        return field_162_fcPlcfwkb;
4610    }
4611
4612    /**
4613     * Set the fcPlcfwkb field for the FIB record.
4614     */

4615    public void setFcPlcfwkb(int field_162_fcPlcfwkb)
4616    {
4617        this.field_162_fcPlcfwkb = field_162_fcPlcfwkb;
4618    }
4619
4620    /**
4621     * Get the lcbPlcfwkb field for the FIB record.
4622     */

4623    public int getLcbPlcfwkb()
4624    {
4625        return field_163_lcbPlcfwkb;
4626    }
4627
4628    /**
4629     * Set the lcbPlcfwkb field for the FIB record.
4630     */

4631    public void setLcbPlcfwkb(int field_163_lcbPlcfwkb)
4632    {
4633        this.field_163_lcbPlcfwkb = field_163_lcbPlcfwkb;
4634    }
4635
4636    /**
4637     * Get the fcPlcfspl field for the FIB record.
4638     */

4639    public int getFcPlcfspl()
4640    {
4641        return field_164_fcPlcfspl;
4642    }
4643
4644    /**
4645     * Set the fcPlcfspl field for the FIB record.
4646     */

4647    public void setFcPlcfspl(int field_164_fcPlcfspl)
4648    {
4649        this.field_164_fcPlcfspl = field_164_fcPlcfspl;
4650    }
4651
4652    /**
4653     * Get the lcbPlcfspl field for the FIB record.
4654     */

4655    public int getLcbPlcfspl()
4656    {
4657        return field_165_lcbPlcfspl;
4658    }
4659
4660    /**
4661     * Set the lcbPlcfspl field for the FIB record.
4662     */

4663    public void setLcbPlcfspl(int field_165_lcbPlcfspl)
4664    {
4665        this.field_165_lcbPlcfspl = field_165_lcbPlcfspl;
4666    }
4667
4668    /**
4669     * Get the fcPlcftxbxTxt field for the FIB record.
4670     */

4671    public int getFcPlcftxbxTxt()
4672    {
4673        return field_166_fcPlcftxbxTxt;
4674    }
4675
4676    /**
4677     * Set the fcPlcftxbxTxt field for the FIB record.
4678     */

4679    public void setFcPlcftxbxTxt(int field_166_fcPlcftxbxTxt)
4680    {
4681        this.field_166_fcPlcftxbxTxt = field_166_fcPlcftxbxTxt;
4682    }
4683
4684    /**
4685     * Get the lcbPlcftxbxTxt field for the FIB record.
4686     */

4687    public int getLcbPlcftxbxTxt()
4688    {
4689        return field_167_lcbPlcftxbxTxt;
4690    }
4691
4692    /**
4693     * Set the lcbPlcftxbxTxt field for the FIB record.
4694     */

4695    public void setLcbPlcftxbxTxt(int field_167_lcbPlcftxbxTxt)
4696    {
4697        this.field_167_lcbPlcftxbxTxt = field_167_lcbPlcftxbxTxt;
4698    }
4699
4700    /**
4701     * Get the fcPlcffldTxbx field for the FIB record.
4702     */

4703    public int getFcPlcffldTxbx()
4704    {
4705        return field_168_fcPlcffldTxbx;
4706    }
4707
4708    /**
4709     * Set the fcPlcffldTxbx field for the FIB record.
4710     */

4711    public void setFcPlcffldTxbx(int field_168_fcPlcffldTxbx)
4712    {
4713        this.field_168_fcPlcffldTxbx = field_168_fcPlcffldTxbx;
4714    }
4715
4716    /**
4717     * Get the lcbPlcffldTxbx field for the FIB record.
4718     */

4719    public int getLcbPlcffldTxbx()
4720    {
4721        return field_169_lcbPlcffldTxbx;
4722    }
4723
4724    /**
4725     * Set the lcbPlcffldTxbx field for the FIB record.
4726     */

4727    public void setLcbPlcffldTxbx(int field_169_lcbPlcffldTxbx)
4728    {
4729        this.field_169_lcbPlcffldTxbx = field_169_lcbPlcffldTxbx;
4730    }
4731
4732    /**
4733     * Get the fcPlcfhdrtxbxTxt field for the FIB record.
4734     */

4735    public int getFcPlcfhdrtxbxTxt()
4736    {
4737        return field_170_fcPlcfhdrtxbxTxt;
4738    }
4739
4740    /**
4741     * Set the fcPlcfhdrtxbxTxt field for the FIB record.
4742     */

4743    public void setFcPlcfhdrtxbxTxt(int field_170_fcPlcfhdrtxbxTxt)
4744    {
4745        this.field_170_fcPlcfhdrtxbxTxt = field_170_fcPlcfhdrtxbxTxt;
4746    }
4747
4748    /**
4749     * Get the lcbPlcfhdrtxbxTxt field for the FIB record.
4750     */

4751    public int getLcbPlcfhdrtxbxTxt()
4752    {
4753        return field_171_lcbPlcfhdrtxbxTxt;
4754    }
4755
4756    /**
4757     * Set the lcbPlcfhdrtxbxTxt field for the FIB record.
4758     */

4759    public void setLcbPlcfhdrtxbxTxt(int field_171_lcbPlcfhdrtxbxTxt)
4760    {
4761        this.field_171_lcbPlcfhdrtxbxTxt = field_171_lcbPlcfhdrtxbxTxt;
4762    }
4763
4764    /**
4765     * Get the fcPlcffldHdrTxbx field for the FIB record.
4766     */

4767    public int getFcPlcffldHdrTxbx()
4768    {
4769        return field_172_fcPlcffldHdrTxbx;
4770    }
4771
4772    /**
4773     * Set the fcPlcffldHdrTxbx field for the FIB record.
4774     */

4775    public void setFcPlcffldHdrTxbx(int field_172_fcPlcffldHdrTxbx)
4776    {
4777        this.field_172_fcPlcffldHdrTxbx = field_172_fcPlcffldHdrTxbx;
4778    }
4779
4780    /**
4781     * Get the lcbPlcffldHdrTxbx field for the FIB record.
4782     */

4783    public int getLcbPlcffldHdrTxbx()
4784    {
4785        return field_173_lcbPlcffldHdrTxbx;
4786    }
4787
4788    /**
4789     * Set the lcbPlcffldHdrTxbx field for the FIB record.
4790     */

4791    public void setLcbPlcffldHdrTxbx(int field_173_lcbPlcffldHdrTxbx)
4792    {
4793        this.field_173_lcbPlcffldHdrTxbx = field_173_lcbPlcffldHdrTxbx;
4794    }
4795
4796    /**
4797     * Get the fcStwUser field for the FIB record.
4798     */

4799    public int getFcStwUser()
4800    {
4801        return field_174_fcStwUser;
4802    }
4803
4804    /**
4805     * Set the fcStwUser field for the FIB record.
4806     */

4807    public void setFcStwUser(int field_174_fcStwUser)
4808    {
4809        this.field_174_fcStwUser = field_174_fcStwUser;
4810    }
4811
4812    /**
4813     * Get the lcbStwUser field for the FIB record.
4814     */

4815    public int getLcbStwUser()
4816    {
4817        return field_175_lcbStwUser;
4818    }
4819
4820    /**
4821     * Set the lcbStwUser field for the FIB record.
4822     */

4823    public void setLcbStwUser(int field_175_lcbStwUser)
4824    {
4825        this.field_175_lcbStwUser = field_175_lcbStwUser;
4826    }
4827
4828    /**
4829     * Get the fcSttbttmbd field for the FIB record.
4830     */

4831    public int getFcSttbttmbd()
4832    {
4833        return field_176_fcSttbttmbd;
4834    }
4835
4836    /**
4837     * Set the fcSttbttmbd field for the FIB record.
4838     */

4839    public void setFcSttbttmbd(int field_176_fcSttbttmbd)
4840    {
4841        this.field_176_fcSttbttmbd = field_176_fcSttbttmbd;
4842    }
4843
4844    /**
4845     * Get the cbSttbttmbd field for the FIB record.
4846     */

4847    public int getCbSttbttmbd()
4848    {
4849        return field_177_cbSttbttmbd;
4850    }
4851
4852    /**
4853     * Set the cbSttbttmbd field for the FIB record.
4854     */

4855    public void setCbSttbttmbd(int field_177_cbSttbttmbd)
4856    {
4857        this.field_177_cbSttbttmbd = field_177_cbSttbttmbd;
4858    }
4859
4860    /**
4861     * Get the fcUnused field for the FIB record.
4862     */

4863    public int getFcUnused()
4864    {
4865        return field_178_fcUnused;
4866    }
4867
4868    /**
4869     * Set the fcUnused field for the FIB record.
4870     */

4871    public void setFcUnused(int field_178_fcUnused)
4872    {
4873        this.field_178_fcUnused = field_178_fcUnused;
4874    }
4875
4876    /**
4877     * Get the lcbUnused field for the FIB record.
4878     */

4879    public int getLcbUnused()
4880    {
4881        return field_179_lcbUnused;
4882    }
4883
4884    /**
4885     * Set the lcbUnused field for the FIB record.
4886     */

4887    public void setLcbUnused(int field_179_lcbUnused)
4888    {
4889        this.field_179_lcbUnused = field_179_lcbUnused;
4890    }
4891
4892    /**
4893     * Get the fcPgdMother field for the FIB record.
4894     */

4895    public int getFcPgdMother()
4896    {
4897        return field_180_fcPgdMother;
4898    }
4899
4900    /**
4901     * Set the fcPgdMother field for the FIB record.
4902     */

4903    public void setFcPgdMother(int field_180_fcPgdMother)
4904    {
4905        this.field_180_fcPgdMother = field_180_fcPgdMother;
4906    }
4907
4908    /**
4909     * Get the lcbPgdMother field for the FIB record.
4910     */

4911    public int getLcbPgdMother()
4912    {
4913        return field_181_lcbPgdMother;
4914    }
4915
4916    /**
4917     * Set the lcbPgdMother field for the FIB record.
4918     */

4919    public void setLcbPgdMother(int field_181_lcbPgdMother)
4920    {
4921        this.field_181_lcbPgdMother = field_181_lcbPgdMother;
4922    }
4923
4924    /**
4925     * Get the fcBkdMother field for the FIB record.
4926     */

4927    public int getFcBkdMother()
4928    {
4929        return field_182_fcBkdMother;
4930    }
4931
4932    /**
4933     * Set the fcBkdMother field for the FIB record.
4934     */

4935    public void setFcBkdMother(int field_182_fcBkdMother)
4936    {
4937        this.field_182_fcBkdMother = field_182_fcBkdMother;
4938    }
4939
4940    /**
4941     * Get the lcbBkdMother field for the FIB record.
4942     */

4943    public int getLcbBkdMother()
4944    {
4945        return field_183_lcbBkdMother;
4946    }
4947
4948    /**
4949     * Set the lcbBkdMother field for the FIB record.
4950     */

4951    public void setLcbBkdMother(int field_183_lcbBkdMother)
4952    {
4953        this.field_183_lcbBkdMother = field_183_lcbBkdMother;
4954    }
4955
4956    /**
4957     * Get the fcPgdFtn field for the FIB record.
4958     */

4959    public int getFcPgdFtn()
4960    {
4961        return field_184_fcPgdFtn;
4962    }
4963
4964    /**
4965     * Set the fcPgdFtn field for the FIB record.
4966     */

4967    public void setFcPgdFtn(int field_184_fcPgdFtn)
4968    {
4969        this.field_184_fcPgdFtn = field_184_fcPgdFtn;
4970    }
4971
4972    /**
4973     * Get the lcbPgdFtn field for the FIB record.
4974     */

4975    public int getLcbPgdFtn()
4976    {
4977        return field_185_lcbPgdFtn;
4978    }
4979
4980    /**
4981     * Set the lcbPgdFtn field for the FIB record.
4982     */

4983    public void setLcbPgdFtn(int field_185_lcbPgdFtn)
4984    {
4985        this.field_185_lcbPgdFtn = field_185_lcbPgdFtn;
4986    }
4987
4988    /**
4989     * Get the fcBkdFtn field for the FIB record.
4990     */

4991    public int getFcBkdFtn()
4992    {
4993        return field_186_fcBkdFtn;
4994    }
4995
4996    /**
4997     * Set the fcBkdFtn field for the FIB record.
4998     */

4999    public void setFcBkdFtn(int field_186_fcBkdFtn)
5000    {
5001        this.field_186_fcBkdFtn = field_186_fcBkdFtn;
5002    }
5003
5004    /**
5005     * Get the lcbBkdFtn field for the FIB record.
5006     */

5007    public int getLcbBkdFtn()
5008    {
5009        return field_187_lcbBkdFtn;
5010    }
5011
5012    /**
5013     * Set the lcbBkdFtn field for the FIB record.
5014     */

5015    public void setLcbBkdFtn(int field_187_lcbBkdFtn)
5016    {
5017        this.field_187_lcbBkdFtn = field_187_lcbBkdFtn;
5018    }
5019
5020    /**
5021     * Get the fcPgdEdn field for the FIB record.
5022     */

5023    public int getFcPgdEdn()
5024    {
5025        return field_188_fcPgdEdn;
5026    }
5027
5028    /**
5029     * Set the fcPgdEdn field for the FIB record.
5030     */

5031    public void setFcPgdEdn(int field_188_fcPgdEdn)
5032    {
5033        this.field_188_fcPgdEdn = field_188_fcPgdEdn;
5034    }
5035
5036    /**
5037     * Get the lcbPgdEdn field for the FIB record.
5038     */

5039    public int getLcbPgdEdn()
5040    {
5041        return field_189_lcbPgdEdn;
5042    }
5043
5044    /**
5045     * Set the lcbPgdEdn field for the FIB record.
5046     */

5047    public void setLcbPgdEdn(int field_189_lcbPgdEdn)
5048    {
5049        this.field_189_lcbPgdEdn = field_189_lcbPgdEdn;
5050    }
5051
5052    /**
5053     * Get the fcBkdEdn field for the FIB record.
5054     */

5055    public int getFcBkdEdn()
5056    {
5057        return field_190_fcBkdEdn;
5058    }
5059
5060    /**
5061     * Set the fcBkdEdn field for the FIB record.
5062     */

5063    public void setFcBkdEdn(int field_190_fcBkdEdn)
5064    {
5065        this.field_190_fcBkdEdn = field_190_fcBkdEdn;
5066    }
5067
5068    /**
5069     * Get the lcbBkdEdn field for the FIB record.
5070     */

5071    public int getLcbBkdEdn()
5072    {
5073        return field_191_lcbBkdEdn;
5074    }
5075
5076    /**
5077     * Set the lcbBkdEdn field for the FIB record.
5078     */

5079    public void setLcbBkdEdn(int field_191_lcbBkdEdn)
5080    {
5081        this.field_191_lcbBkdEdn = field_191_lcbBkdEdn;
5082    }
5083
5084    /**
5085     * Get the fcSttbfIntlFld field for the FIB record.
5086     */

5087    public int getFcSttbfIntlFld()
5088    {
5089        return field_192_fcSttbfIntlFld;
5090    }
5091
5092    /**
5093     * Set the fcSttbfIntlFld field for the FIB record.
5094     */

5095    public void setFcSttbfIntlFld(int field_192_fcSttbfIntlFld)
5096    {
5097        this.field_192_fcSttbfIntlFld = field_192_fcSttbfIntlFld;
5098    }
5099
5100    /**
5101     * Get the lcbSttbfIntlFld field for the FIB record.
5102     */

5103    public int getLcbSttbfIntlFld()
5104    {
5105        return field_193_lcbSttbfIntlFld;
5106    }
5107
5108    /**
5109     * Set the lcbSttbfIntlFld field for the FIB record.
5110     */

5111    public void setLcbSttbfIntlFld(int field_193_lcbSttbfIntlFld)
5112    {
5113        this.field_193_lcbSttbfIntlFld = field_193_lcbSttbfIntlFld;
5114    }
5115
5116    /**
5117     * Get the fcRouteSlip field for the FIB record.
5118     */

5119    public int getFcRouteSlip()
5120    {
5121        return field_194_fcRouteSlip;
5122    }
5123
5124    /**
5125     * Set the fcRouteSlip field for the FIB record.
5126     */

5127    public void setFcRouteSlip(int field_194_fcRouteSlip)
5128    {
5129        this.field_194_fcRouteSlip = field_194_fcRouteSlip;
5130    }
5131
5132    /**
5133     * Get the lcbRouteSlip field for the FIB record.
5134     */

5135    public int getLcbRouteSlip()
5136    {
5137        return field_195_lcbRouteSlip;
5138    }
5139
5140    /**
5141     * Set the lcbRouteSlip field for the FIB record.
5142     */

5143    public void setLcbRouteSlip(int field_195_lcbRouteSlip)
5144    {
5145        this.field_195_lcbRouteSlip = field_195_lcbRouteSlip;
5146    }
5147
5148    /**
5149     * Get the fcSttbSavedBy field for the FIB record.
5150     */

5151    public int getFcSttbSavedBy()
5152    {
5153        return field_196_fcSttbSavedBy;
5154    }
5155
5156    /**
5157     * Set the fcSttbSavedBy field for the FIB record.
5158     */

5159    public void setFcSttbSavedBy(int field_196_fcSttbSavedBy)
5160    {
5161        this.field_196_fcSttbSavedBy = field_196_fcSttbSavedBy;
5162    }
5163
5164    /**
5165     * Get the lcbSttbSavedBy field for the FIB record.
5166     */

5167    public int getLcbSttbSavedBy()
5168    {
5169        return field_197_lcbSttbSavedBy;
5170    }
5171
5172    /**
5173     * Set the lcbSttbSavedBy field for the FIB record.
5174     */

5175    public void setLcbSttbSavedBy(int field_197_lcbSttbSavedBy)
5176    {
5177        this.field_197_lcbSttbSavedBy = field_197_lcbSttbSavedBy;
5178    }
5179
5180    /**
5181     * Get the fcSttbFnm field for the FIB record.
5182     */

5183    public int getFcSttbFnm()
5184    {
5185        return field_198_fcSttbFnm;
5186    }
5187
5188    /**
5189     * Set the fcSttbFnm field for the FIB record.
5190     */

5191    public void setFcSttbFnm(int field_198_fcSttbFnm)
5192    {
5193        this.field_198_fcSttbFnm = field_198_fcSttbFnm;
5194    }
5195
5196    /**
5197     * Get the lcbSttbFnm field for the FIB record.
5198     */

5199    public int getLcbSttbFnm()
5200    {
5201        return field_199_lcbSttbFnm;
5202    }
5203
5204    /**
5205     * Set the lcbSttbFnm field for the FIB record.
5206     */

5207    public void setLcbSttbFnm(int field_199_lcbSttbFnm)
5208    {
5209        this.field_199_lcbSttbFnm = field_199_lcbSttbFnm;
5210    }
5211
5212    /**
5213     * Get the fcPlcfLst field for the FIB record.
5214     */

5215    public int getFcPlcfLst()
5216    {
5217        return field_200_fcPlcfLst;
5218    }
5219
5220    /**
5221     * Set the fcPlcfLst field for the FIB record.
5222     */

5223    public void setFcPlcfLst(int field_200_fcPlcfLst)
5224    {
5225        this.field_200_fcPlcfLst = field_200_fcPlcfLst;
5226    }
5227
5228    /**
5229     * Get the lcbPlcfLst field for the FIB record.
5230     */

5231    public int getLcbPlcfLst()
5232    {
5233        return field_201_lcbPlcfLst;
5234    }
5235
5236    /**
5237     * Set the lcbPlcfLst field for the FIB record.
5238     */

5239    public void setLcbPlcfLst(int field_201_lcbPlcfLst)
5240    {
5241        this.field_201_lcbPlcfLst = field_201_lcbPlcfLst;
5242    }
5243
5244    /**
5245     * Get the fcPlfLfo field for the FIB record.
5246     */

5247    public int getFcPlfLfo()
5248    {
5249        return field_202_fcPlfLfo;
5250    }
5251
5252    /**
5253     * Set the fcPlfLfo field for the FIB record.
5254     */

5255    public void setFcPlfLfo(int field_202_fcPlfLfo)
5256    {
5257        this.field_202_fcPlfLfo = field_202_fcPlfLfo;
5258    }
5259
5260    /**
5261     * Get the lcbPlfLfo field for the FIB record.
5262     */

5263    public int getLcbPlfLfo()
5264    {
5265        return field_203_lcbPlfLfo;
5266    }
5267
5268    /**
5269     * Set the lcbPlfLfo field for the FIB record.
5270     */

5271    public void setLcbPlfLfo(int field_203_lcbPlfLfo)
5272    {
5273        this.field_203_lcbPlfLfo = field_203_lcbPlfLfo;
5274    }
5275
5276    /**
5277     * Get the fcPlcftxbxBkd field for the FIB record.
5278     */

5279    public int getFcPlcftxbxBkd()
5280    {
5281        return field_204_fcPlcftxbxBkd;
5282    }
5283
5284    /**
5285     * Set the fcPlcftxbxBkd field for the FIB record.
5286     */

5287    public void setFcPlcftxbxBkd(int field_204_fcPlcftxbxBkd)
5288    {
5289        this.field_204_fcPlcftxbxBkd = field_204_fcPlcftxbxBkd;
5290    }
5291
5292    /**
5293     * Get the lcbPlcftxbxBkd field for the FIB record.
5294     */

5295    public int getLcbPlcftxbxBkd()
5296    {
5297        return field_205_lcbPlcftxbxBkd;
5298    }
5299
5300    /**
5301     * Set the lcbPlcftxbxBkd field for the FIB record.
5302     */

5303    public void setLcbPlcftxbxBkd(int field_205_lcbPlcftxbxBkd)
5304    {
5305        this.field_205_lcbPlcftxbxBkd = field_205_lcbPlcftxbxBkd;
5306    }
5307
5308    /**
5309     * Get the fcPlcftxbxHdrBkd field for the FIB record.
5310     */

5311    public int getFcPlcftxbxHdrBkd()
5312    {
5313        return field_206_fcPlcftxbxHdrBkd;
5314    }
5315
5316    /**
5317     * Set the fcPlcftxbxHdrBkd field for the FIB record.
5318     */

5319    public void setFcPlcftxbxHdrBkd(int field_206_fcPlcftxbxHdrBkd)
5320    {
5321        this.field_206_fcPlcftxbxHdrBkd = field_206_fcPlcftxbxHdrBkd;
5322    }
5323
5324    /**
5325     * Get the lcbPlcftxbxHdrBkd field for the FIB record.
5326     */

5327    public int getLcbPlcftxbxHdrBkd()
5328    {
5329        return field_207_lcbPlcftxbxHdrBkd;
5330    }
5331
5332    /**
5333     * Set the lcbPlcftxbxHdrBkd field for the FIB record.
5334     */

5335    public void setLcbPlcftxbxHdrBkd(int field_207_lcbPlcftxbxHdrBkd)
5336    {
5337        this.field_207_lcbPlcftxbxHdrBkd = field_207_lcbPlcftxbxHdrBkd;
5338    }
5339
5340    /**
5341     * Get the fcDocUndo field for the FIB record.
5342     */

5343    public int getFcDocUndo()
5344    {
5345        return field_208_fcDocUndo;
5346    }
5347
5348    /**
5349     * Set the fcDocUndo field for the FIB record.
5350     */

5351    public void setFcDocUndo(int field_208_fcDocUndo)
5352    {
5353        this.field_208_fcDocUndo = field_208_fcDocUndo;
5354    }
5355
5356    /**
5357     * Get the lcbDocUndo field for the FIB record.
5358     */

5359    public int getLcbDocUndo()
5360    {
5361        return field_209_lcbDocUndo;
5362    }
5363
5364    /**
5365     * Set the lcbDocUndo field for the FIB record.
5366     */

5367    public void setLcbDocUndo(int field_209_lcbDocUndo)
5368    {
5369        this.field_209_lcbDocUndo = field_209_lcbDocUndo;
5370    }
5371
5372    /**
5373     * Get the fcRgbuse field for the FIB record.
5374     */

5375    public int getFcRgbuse()
5376    {
5377        return field_210_fcRgbuse;
5378    }
5379
5380    /**
5381     * Set the fcRgbuse field for the FIB record.
5382     */

5383    public void setFcRgbuse(int field_210_fcRgbuse)
5384    {
5385        this.field_210_fcRgbuse = field_210_fcRgbuse;
5386    }
5387
5388    /**
5389     * Get the lcbRgbuse field for the FIB record.
5390     */

5391    public int getLcbRgbuse()
5392    {
5393        return field_211_lcbRgbuse;
5394    }
5395
5396    /**
5397     * Set the lcbRgbuse field for the FIB record.
5398     */

5399    public void setLcbRgbuse(int field_211_lcbRgbuse)
5400    {
5401        this.field_211_lcbRgbuse = field_211_lcbRgbuse;
5402    }
5403
5404    /**
5405     * Get the fcUsp field for the FIB record.
5406     */

5407    public int getFcUsp()
5408    {
5409        return field_212_fcUsp;
5410    }
5411
5412    /**
5413     * Set the fcUsp field for the FIB record.
5414     */

5415    public void setFcUsp(int field_212_fcUsp)
5416    {
5417        this.field_212_fcUsp = field_212_fcUsp;
5418    }
5419
5420    /**
5421     * Get the lcbUsp field for the FIB record.
5422     */

5423    public int getLcbUsp()
5424    {
5425        return field_213_lcbUsp;
5426    }
5427
5428    /**
5429     * Set the lcbUsp field for the FIB record.
5430     */

5431    public void setLcbUsp(int field_213_lcbUsp)
5432    {
5433        this.field_213_lcbUsp = field_213_lcbUsp;
5434    }
5435
5436    /**
5437     * Get the fcUskf field for the FIB record.
5438     */

5439    public int getFcUskf()
5440    {
5441        return field_214_fcUskf;
5442    }
5443
5444    /**
5445     * Set the fcUskf field for the FIB record.
5446     */

5447    public void setFcUskf(int field_214_fcUskf)
5448    {
5449        this.field_214_fcUskf = field_214_fcUskf;
5450    }
5451
5452    /**
5453     * Get the lcbUskf field for the FIB record.
5454     */

5455    public int getLcbUskf()
5456    {
5457        return field_215_lcbUskf;
5458    }
5459
5460    /**
5461     * Set the lcbUskf field for the FIB record.
5462     */

5463    public void setLcbUskf(int field_215_lcbUskf)
5464    {
5465        this.field_215_lcbUskf = field_215_lcbUskf;
5466    }
5467
5468    /**
5469     * Get the fcPlcupcRgbuse field for the FIB record.
5470     */

5471    public int getFcPlcupcRgbuse()
5472    {
5473        return field_216_fcPlcupcRgbuse;
5474    }
5475
5476    /**
5477     * Set the fcPlcupcRgbuse field for the FIB record.
5478     */

5479    public void setFcPlcupcRgbuse(int field_216_fcPlcupcRgbuse)
5480    {
5481        this.field_216_fcPlcupcRgbuse = field_216_fcPlcupcRgbuse;
5482    }
5483
5484    /**
5485     * Get the lcbPlcupcRgbuse field for the FIB record.
5486     */

5487    public int getLcbPlcupcRgbuse()
5488    {
5489        return field_217_lcbPlcupcRgbuse;
5490    }
5491
5492    /**
5493     * Set the lcbPlcupcRgbuse field for the FIB record.
5494     */

5495    public void setLcbPlcupcRgbuse(int field_217_lcbPlcupcRgbuse)
5496    {
5497        this.field_217_lcbPlcupcRgbuse = field_217_lcbPlcupcRgbuse;
5498    }
5499
5500    /**
5501     * Get the fcPlcupcUsp field for the FIB record.
5502     */

5503    public int getFcPlcupcUsp()
5504    {
5505        return field_218_fcPlcupcUsp;
5506    }
5507
5508    /**
5509     * Set the fcPlcupcUsp field for the FIB record.
5510     */

5511    public void setFcPlcupcUsp(int field_218_fcPlcupcUsp)
5512    {
5513        this.field_218_fcPlcupcUsp = field_218_fcPlcupcUsp;
5514    }
5515
5516    /**
5517     * Get the lcbPlcupcUsp field for the FIB record.
5518     */

5519    public int getLcbPlcupcUsp()
5520    {
5521        return field_219_lcbPlcupcUsp;
5522    }
5523
5524    /**
5525     * Set the lcbPlcupcUsp field for the FIB record.
5526     */

5527    public void setLcbPlcupcUsp(int field_219_lcbPlcupcUsp)
5528    {
5529        this.field_219_lcbPlcupcUsp = field_219_lcbPlcupcUsp;
5530    }
5531
5532    /**
5533     * Get the fcSttbGlsyStyle field for the FIB record.
5534     */

5535    public int getFcSttbGlsyStyle()
5536    {
5537        return field_220_fcSttbGlsyStyle;
5538    }
5539
5540    /**
5541     * Set the fcSttbGlsyStyle field for the FIB record.
5542     */

5543    public void setFcSttbGlsyStyle(int field_220_fcSttbGlsyStyle)
5544    {
5545        this.field_220_fcSttbGlsyStyle = field_220_fcSttbGlsyStyle;
5546    }
5547
5548    /**
5549     * Get the lcbSttbGlsyStyle field for the FIB record.
5550     */

5551    public int getLcbSttbGlsyStyle()
5552    {
5553        return field_221_lcbSttbGlsyStyle;
5554    }
5555
5556    /**
5557     * Set the lcbSttbGlsyStyle field for the FIB record.
5558     */

5559    public void setLcbSttbGlsyStyle(int field_221_lcbSttbGlsyStyle)
5560    {
5561        this.field_221_lcbSttbGlsyStyle = field_221_lcbSttbGlsyStyle;
5562    }
5563
5564    /**
5565     * Get the fcPlgosl field for the FIB record.
5566     */

5567    public int getFcPlgosl()
5568    {
5569        return field_222_fcPlgosl;
5570    }
5571
5572    /**
5573     * Set the fcPlgosl field for the FIB record.
5574     */

5575    public void setFcPlgosl(int field_222_fcPlgosl)
5576    {
5577        this.field_222_fcPlgosl = field_222_fcPlgosl;
5578    }
5579
5580    /**
5581     * Get the lcbPlgosl field for the FIB record.
5582     */

5583    public int getLcbPlgosl()
5584    {
5585        return field_223_lcbPlgosl;
5586    }
5587
5588    /**
5589     * Set the lcbPlgosl field for the FIB record.
5590     */

5591    public void setLcbPlgosl(int field_223_lcbPlgosl)
5592    {
5593        this.field_223_lcbPlgosl = field_223_lcbPlgosl;
5594    }
5595
5596    /**
5597     * Get the fcPlcocx field for the FIB record.
5598     */

5599    public int getFcPlcocx()
5600    {
5601        return field_224_fcPlcocx;
5602    }
5603
5604    /**
5605     * Set the fcPlcocx field for the FIB record.
5606     */

5607    public void setFcPlcocx(int field_224_fcPlcocx)
5608    {
5609        this.field_224_fcPlcocx = field_224_fcPlcocx;
5610    }
5611
5612    /**
5613     * Get the lcbPlcocx field for the FIB record.
5614     */

5615    public int getLcbPlcocx()
5616    {
5617        return field_225_lcbPlcocx;
5618    }
5619
5620    /**
5621     * Set the lcbPlcocx field for the FIB record.
5622     */

5623    public void setLcbPlcocx(int field_225_lcbPlcocx)
5624    {
5625        this.field_225_lcbPlcocx = field_225_lcbPlcocx;
5626    }
5627
5628    /**
5629     * Get the fcPlcfbteLvc field for the FIB record.
5630     */

5631    public int getFcPlcfbteLvc()
5632    {
5633        return field_226_fcPlcfbteLvc;
5634    }
5635
5636    /**
5637     * Set the fcPlcfbteLvc field for the FIB record.
5638     */

5639    public void setFcPlcfbteLvc(int field_226_fcPlcfbteLvc)
5640    {
5641        this.field_226_fcPlcfbteLvc = field_226_fcPlcfbteLvc;
5642    }
5643
5644    /**
5645     * Get the lcbPlcfbteLvc field for the FIB record.
5646     */

5647    public int getLcbPlcfbteLvc()
5648    {
5649        return field_227_lcbPlcfbteLvc;
5650    }
5651
5652    /**
5653     * Set the lcbPlcfbteLvc field for the FIB record.
5654     */

5655    public void setLcbPlcfbteLvc(int field_227_lcbPlcfbteLvc)
5656    {
5657        this.field_227_lcbPlcfbteLvc = field_227_lcbPlcfbteLvc;
5658    }
5659
5660    /**
5661     * Get the dwLowDateTime field for the FIB record.
5662     */

5663    public int getDwLowDateTime()
5664    {
5665        return field_228_dwLowDateTime;
5666    }
5667
5668    /**
5669     * Set the dwLowDateTime field for the FIB record.
5670     */

5671    public void setDwLowDateTime(int field_228_dwLowDateTime)
5672    {
5673        this.field_228_dwLowDateTime = field_228_dwLowDateTime;
5674    }
5675
5676    /**
5677     * Get the dwHighDateTime field for the FIB record.
5678     */

5679    public int getDwHighDateTime()
5680    {
5681        return field_229_dwHighDateTime;
5682    }
5683
5684    /**
5685     * Set the dwHighDateTime field for the FIB record.
5686     */

5687    public void setDwHighDateTime(int field_229_dwHighDateTime)
5688    {
5689        this.field_229_dwHighDateTime = field_229_dwHighDateTime;
5690    }
5691
5692    /**
5693     * Get the fcPlcflvc field for the FIB record.
5694     */

5695    public int getFcPlcflvc()
5696    {
5697        return field_230_fcPlcflvc;
5698    }
5699
5700    /**
5701     * Set the fcPlcflvc field for the FIB record.
5702     */

5703    public void setFcPlcflvc(int field_230_fcPlcflvc)
5704    {
5705        this.field_230_fcPlcflvc = field_230_fcPlcflvc;
5706    }
5707
5708    /**
5709     * Get the lcbPlcflvc field for the FIB record.
5710     */

5711    public int getLcbPlcflvc()
5712    {
5713        return field_231_lcbPlcflvc;
5714    }
5715
5716    /**
5717     * Set the lcbPlcflvc field for the FIB record.
5718     */

5719    public void setLcbPlcflvc(int field_231_lcbPlcflvc)
5720    {
5721        this.field_231_lcbPlcflvc = field_231_lcbPlcflvc;
5722    }
5723
5724    /**
5725     * Get the fcPlcasumy field for the FIB record.
5726     */

5727    public int getFcPlcasumy()
5728    {
5729        return field_232_fcPlcasumy;
5730    }
5731
5732    /**
5733     * Set the fcPlcasumy field for the FIB record.
5734     */

5735    public void setFcPlcasumy(int field_232_fcPlcasumy)
5736    {
5737        this.field_232_fcPlcasumy = field_232_fcPlcasumy;
5738    }
5739
5740    /**
5741     * Get the lcbPlcasumy field for the FIB record.
5742     */

5743    public int getLcbPlcasumy()
5744    {
5745        return field_233_lcbPlcasumy;
5746    }
5747
5748    /**
5749     * Set the lcbPlcasumy field for the FIB record.
5750     */

5751    public void setLcbPlcasumy(int field_233_lcbPlcasumy)
5752    {
5753        this.field_233_lcbPlcasumy = field_233_lcbPlcasumy;
5754    }
5755
5756    /**
5757     * Get the fcPlcfgram field for the FIB record.
5758     */

5759    public int getFcPlcfgram()
5760    {
5761        return field_234_fcPlcfgram;
5762    }
5763
5764    /**
5765     * Set the fcPlcfgram field for the FIB record.
5766     */

5767    public void setFcPlcfgram(int field_234_fcPlcfgram)
5768    {
5769        this.field_234_fcPlcfgram = field_234_fcPlcfgram;
5770    }
5771
5772    /**
5773     * Get the lcbPlcfgram field for the FIB record.
5774     */

5775    public int getLcbPlcfgram()
5776    {
5777        return field_235_lcbPlcfgram;
5778    }
5779
5780    /**
5781     * Set the lcbPlcfgram field for the FIB record.
5782     */

5783    public void setLcbPlcfgram(int field_235_lcbPlcfgram)
5784    {
5785        this.field_235_lcbPlcfgram = field_235_lcbPlcfgram;
5786    }
5787
5788    /**
5789     * Get the fcSttbListNames field for the FIB record.
5790     */

5791    public int getFcSttbListNames()
5792    {
5793        return field_236_fcSttbListNames;
5794    }
5795
5796    /**
5797     * Set the fcSttbListNames field for the FIB record.
5798     */

5799    public void setFcSttbListNames(int field_236_fcSttbListNames)
5800    {
5801        this.field_236_fcSttbListNames = field_236_fcSttbListNames;
5802    }
5803
5804    /**
5805     * Get the lcbSttbListNames field for the FIB record.
5806     */

5807    public int getLcbSttbListNames()
5808    {
5809        return field_237_lcbSttbListNames;
5810    }
5811
5812    /**
5813     * Set the lcbSttbListNames field for the FIB record.
5814     */

5815    public void setLcbSttbListNames(int field_237_lcbSttbListNames)
5816    {
5817        this.field_237_lcbSttbListNames = field_237_lcbSttbListNames;
5818    }
5819
5820    /**
5821     * Get the fcSttbfUssr field for the FIB record.
5822     */

5823    public int getFcSttbfUssr()
5824    {
5825        return field_238_fcSttbfUssr;
5826    }
5827
5828    /**
5829     * Set the fcSttbfUssr field for the FIB record.
5830     */

5831    public void setFcSttbfUssr(int field_238_fcSttbfUssr)
5832    {
5833        this.field_238_fcSttbfUssr = field_238_fcSttbfUssr;
5834    }
5835
5836    /**
5837     * Get the lcbSttbfUssr field for the FIB record.
5838     */

5839    public int getLcbSttbfUssr()
5840    {
5841        return field_239_lcbSttbfUssr;
5842    }
5843
5844    /**
5845     * Set the lcbSttbfUssr field for the FIB record.
5846     */

5847    public void setLcbSttbfUssr(int field_239_lcbSttbfUssr)
5848    {
5849        this.field_239_lcbSttbfUssr = field_239_lcbSttbfUssr;
5850    }
5851
5852    /**
5853     * Sets the fDot field value.
5854     *
5855     */

5856    public void setFDot(boolean value)
5857    {
5858        field_6_options = (short)fDot.setBoolean(field_6_options, value);
5859
5860
5861    }
5862
5863    /**
5864     *
5865     * @return the fDot field value.
5866     */

5867    public boolean isFDot()
5868    {
5869        return fDot.isSet(field_6_options);
5870
5871    }
5872
5873    /**
5874     * Sets the fGlsy field value.
5875     *
5876     */

5877    public void setFGlsy(boolean value)
5878    {
5879        field_6_options = (short)fGlsy.setBoolean(field_6_options, value);
5880
5881
5882    }
5883
5884    /**
5885     *
5886     * @return the fGlsy field value.
5887     */

5888    public boolean isFGlsy()
5889    {
5890        return fGlsy.isSet(field_6_options);
5891
5892    }
5893
5894    /**
5895     * Sets the fComplex field value.
5896     *
5897     */

5898    public void setFComplex(boolean value)
5899    {
5900        field_6_options = (short)fComplex.setBoolean(field_6_options, value);
5901
5902
5903    }
5904
5905    /**
5906     *
5907     * @return the fComplex field value.
5908     */

5909    public boolean isFComplex()
5910    {
5911        return fComplex.isSet(field_6_options);
5912
5913    }
5914
5915    /**
5916     * Sets the fHasPic field value.
5917     *
5918     */

5919    public void setFHasPic(boolean value)
5920    {
5921        field_6_options = (short)fHasPic.setBoolean(field_6_options, value);
5922
5923
5924    }
5925
5926    /**
5927     *
5928     * @return the fHasPic field value.
5929     */

5930    public boolean isFHasPic()
5931    {
5932        return fHasPic.isSet(field_6_options);
5933
5934    }
5935
5936    /**
5937     * Sets the cQuickSaves field value.
5938     *
5939     */

5940    public void setCQuickSaves(byte value)
5941    {
5942        field_6_options = (short)cQuickSaves.setValue(field_6_options, value);
5943
5944
5945    }
5946
5947    /**
5948     *
5949     * @return the cQuickSaves field value.
5950     */

5951    public byte getCQuickSaves()
5952    {
5953        return ( byte )cQuickSaves.getValue(field_6_options);
5954
5955    }
5956
5957    /**
5958     * Sets the fEncrypted field value.
5959     *
5960     */

5961    public void setFEncrypted(boolean value)
5962    {
5963        field_6_options = (short)fEncrypted.setBoolean(field_6_options, value);
5964
5965
5966    }
5967
5968    /**
5969     *
5970     * @return the fEncrypted field value.
5971     */

5972    public boolean isFEncrypted()
5973    {
5974        return fEncrypted.isSet(field_6_options);
5975
5976    }
5977
5978    /**
5979     * Sets the fWhichTblStm field value.
5980     *
5981     */

5982    public void setFWhichTblStm(boolean value)
5983    {
5984        field_6_options = (short)fWhichTblStm.setBoolean(field_6_options, value);
5985
5986
5987    }
5988
5989    /**
5990     *
5991     * @return the fWhichTblStm field value.
5992     */

5993    public boolean isFWhichTblStm()
5994    {
5995        return fWhichTblStm.isSet(field_6_options);
5996
5997    }
5998
5999    /**
6000     * Sets the fReadOnlyRecommended field value.
6001     *
6002     */

6003    public void setFReadOnlyRecommended(boolean value)
6004    {
6005        field_6_options = (short)fReadOnlyRecommended.setBoolean(field_6_options, value);
6006
6007
6008    }
6009
6010    /**
6011     *
6012     * @return the fReadOnlyRecommended field value.
6013     */

6014    public boolean isFReadOnlyRecommended()
6015    {
6016        return fReadOnlyRecommended.isSet(field_6_options);
6017
6018    }
6019
6020    /**
6021     * Sets the fWriteReservation field value.
6022     *
6023     */

6024    public void setFWriteReservation(boolean value)
6025    {
6026        field_6_options = (short)fWriteReservation.setBoolean(field_6_options, value);
6027
6028
6029    }
6030
6031    /**
6032     *
6033     * @return the fWriteReservation field value.
6034     */

6035    public boolean isFWriteReservation()
6036    {
6037        return fWriteReservation.isSet(field_6_options);
6038
6039    }
6040
6041    /**
6042     * Sets the fExtChar field value.
6043     *
6044     */

6045    public void setFExtChar(boolean value)
6046    {
6047        field_6_options = (short)fExtChar.setBoolean(field_6_options, value);
6048
6049
6050    }
6051
6052    /**
6053     *
6054     * @return the fExtChar field value.
6055     */

6056    public boolean isFExtChar()
6057    {
6058        return fExtChar.isSet(field_6_options);
6059
6060    }
6061
6062    /**
6063     * Sets the fLoadOverride field value.
6064     *
6065     */

6066    public void setFLoadOverride(boolean value)
6067    {
6068        field_6_options = (short)fLoadOverride.setBoolean(field_6_options, value);
6069
6070
6071    }
6072
6073    /**
6074     *
6075     * @return the fLoadOverride field value.
6076     */

6077    public boolean isFLoadOverride()
6078    {
6079        return fLoadOverride.isSet(field_6_options);
6080
6081    }
6082
6083    /**
6084     * Sets the fFarEast field value.
6085     *
6086     */

6087    public void setFFarEast(boolean value)
6088    {
6089        field_6_options = (short)fFarEast.setBoolean(field_6_options, value);
6090
6091
6092    }
6093
6094    /**
6095     *
6096     * @return the fFarEast field value.
6097     */

6098    public boolean isFFarEast()
6099    {
6100        return fFarEast.isSet(field_6_options);
6101
6102    }
6103
6104    /**
6105     * Sets the fCrypto field value.
6106     *
6107     */

6108    public void setFCrypto(boolean value)
6109    {
6110        field_6_options = (short)fCrypto.setBoolean(field_6_options, value);
6111
6112
6113    }
6114
6115    /**
6116     *
6117     * @return the fCrypto field value.
6118     */

6119    public boolean isFCrypto()
6120    {
6121        return fCrypto.isSet(field_6_options);
6122
6123    }
6124
6125    /**
6126     * Sets the fMac field value.
6127     *
6128     */

6129    public void setFMac(boolean value)
6130    {
6131        field_10_history = (short)fMac.setBoolean(field_10_history, value);
6132
6133
6134    }
6135
6136    /**
6137     *
6138     * @return the fMac field value.
6139     */

6140    public boolean isFMac()
6141    {
6142        return fMac.isSet(field_10_history);
6143
6144    }
6145
6146    /**
6147     * Sets the fEmptySpecial field value.
6148     *
6149     */

6150    public void setFEmptySpecial(boolean value)
6151    {
6152        field_10_history = (short)fEmptySpecial.setBoolean(field_10_history, value);
6153
6154
6155    }
6156
6157    /**
6158     *
6159     * @return the fEmptySpecial field value.
6160     */

6161    public boolean isFEmptySpecial()
6162    {
6163        return fEmptySpecial.isSet(field_10_history);
6164
6165    }
6166
6167    /**
6168     * Sets the fLoadOverridePage field value.
6169     *
6170     */

6171    public void setFLoadOverridePage(boolean value)
6172    {
6173        field_10_history = (short)fLoadOverridePage.setBoolean(field_10_history, value);
6174
6175
6176    }
6177
6178    /**
6179     *
6180     * @return the fLoadOverridePage field value.
6181     */

6182    public boolean isFLoadOverridePage()
6183    {
6184        return fLoadOverridePage.isSet(field_10_history);
6185
6186    }
6187
6188    /**
6189     * Sets the fFutureSavedUndo field value.
6190     *
6191     */

6192    public void setFFutureSavedUndo(boolean value)
6193    {
6194        field_10_history = (short)fFutureSavedUndo.setBoolean(field_10_history, value);
6195
6196
6197    }
6198
6199    /**
6200     *
6201     * @return the fFutureSavedUndo field value.
6202     */

6203    public boolean isFFutureSavedUndo()
6204    {
6205        return fFutureSavedUndo.isSet(field_10_history);
6206
6207    }
6208
6209    /**
6210     * Sets the fWord97Saved field value.
6211     *
6212     */

6213    public void setFWord97Saved(boolean value)
6214    {
6215        field_10_history = (short)fWord97Saved.setBoolean(field_10_history, value);
6216
6217
6218    }
6219
6220    /**
6221     *
6222     * @return the fWord97Saved field value.
6223     */

6224    public boolean isFWord97Saved()
6225    {
6226        return fWord97Saved.isSet(field_10_history);
6227
6228    }
6229
6230    /**
6231     * Sets the fSpare0 field value.
6232     *
6233     */

6234    public void setFSpare0(byte value)
6235    {
6236        field_10_history = (short)fSpare0.setValue(field_10_history, value);
6237
6238
6239    }
6240
6241    /**
6242     *
6243     * @return the fSpare0 field value.
6244     */

6245    public byte getFSpare0()
6246    {
6247        return ( byte )fSpare0.getValue(field_10_history);
6248
6249    }
6250
6251
6252} // END OF CLASS
6253

6254
6255
6256
6257
Popular Tags