Completed
Push — master ( 17d78d...4b1efa )
by WEBEWEB
01:27
created

DecTvaGroupe   F

Complexity

Total Complexity 303

Size/Duplication

Total Lines 4087
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
wmc 303
lcom 0
cbo 0
dl 0
loc 4087
rs 0.8
c 0
b 0
f 0

How to fix   Complexity   

Complex Class

Complex classes like DecTvaGroupe often do a lot of different things. To break such a class down, we need to identify a cohesive component within that class. A common approach to find such a component is to look for fields/methods that share the same prefixes, or suffixes. You can also have a look at the cohesion graph to spot any un-connected, or weakly-connected components.

Once you have determined the fields that belong together, you can apply the Extract Class refactoring. If the component makes sense as a sub-class, Extract Subclass is also a candidate, and is often faster.

While breaking up the class, it is a good idea to analyze how other classes use DecTvaGroupe, and based on these observations, apply Extract Interface, too.

1
<?php
2
3
/*
4
 * This file is part of the core-library package.
5
 *
6
 * (c) 2018 WEBEWEB
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11
12
namespace WBW\Library\Core\ThirdParty\Quadratus\Model\QCompta;
13
14
use DateTime;
15
16
/**
17
 * Dec tva groupe.
18
 *
19
 * @author webeweb <https://github.com/webeweb/>
20
 * @package WBW\Library\Core\ThirdParty\Quadratus\Model\QCompta
21
 */
22
class DecTvaGroupe {
23
24
    /**
25
     * Az0990b.
26
     *
27
     * @var float|null
28
     */
29
    private $az0990b;
30
31
    /**
32
     * Az1010b.
33
     *
34
     * @var float|null
35
     */
36
    private $az1010b;
37
38
    /**
39
     * Az1020b.
40
     *
41
     * @var float|null
42
     */
43
    private $az1020b;
44
45
    /**
46
     * Az1030b.
47
     *
48
     * @var float|null
49
     */
50
    private $az1030b;
51
52
    /**
53
     * Az1040b.
54
     *
55
     * @var float|null
56
     */
57
    private $az1040b;
58
59
    /**
60
     * Az1050b.
61
     *
62
     * @var float|null
63
     */
64
    private $az1050b;
65
66
    /**
67
     * Az1080b.
68
     *
69
     * @var float|null
70
     */
71
    private $az1080b;
72
73
    /**
74
     * Az1090b.
75
     *
76
     * @var float|null
77
     */
78
    private $az1090b;
79
80
    /**
81
     * Az1100b.
82
     *
83
     * @var float|null
84
     */
85
    private $az1100b;
86
87
    /**
88
     * Az1110b.
89
     *
90
     * @var float|null
91
     */
92
    private $az1110b;
93
94
    /**
95
     * Az1120b.
96
     *
97
     * @var float|null
98
     */
99
    private $az1120b;
100
101
    /**
102
     * Az3240.
103
     *
104
     * @var float|null
105
     */
106
    private $az3240;
107
108
    /**
109
     * Az3510.
110
     *
111
     * @var float|null
112
     */
113
    private $az3510;
114
115
    /**
116
     * Az3520.
117
     *
118
     * @var float|null
119
     */
120
    private $az3520;
121
122
    /**
123
     * Az38 code.
124
     *
125
     * @var string|null
126
     */
127
    private $az38Code;
128
129
    /**
130
     * Az38 lib.
131
     *
132
     * @var string|null
133
     */
134
    private $az38Lib;
135
136
    /**
137
     * Az38b.
138
     *
139
     * @var float|null
140
     */
141
    private $az38b;
142
143
    /**
144
     * Az4200.
145
     *
146
     * @var float|null
147
     */
148
    private $az4200;
149
150
    /**
151
     * Az4201.
152
     *
153
     * @var float|null
154
     */
155
    private $az4201;
156
157
    /**
158
     * Az4204.
159
     *
160
     * @var float|null
161
     */
162
    private $az4204;
163
164
    /**
165
     * Az4206.
166
     *
167
     * @var float|null
168
     */
169
    private $az4206;
170
171
    /**
172
     * Az4207.
173
     *
174
     * @var float|null
175
     */
176
    private $az4207;
177
178
    /**
179
     * Az4213.
180
     *
181
     * @var float|null
182
     */
183
    private $az4213;
184
185
    /**
186
     * Az4215.
187
     *
188
     * @var float|null
189
     */
190
    private $az4215;
191
192
    /**
193
     * Az4220.
194
     *
195
     * @var float|null
196
     */
197
    private $az4220;
198
199
    /**
200
     * Az4222.
201
     *
202
     * @var float|null
203
     */
204
    private $az4222;
205
206
    /**
207
     * Az4223.
208
     *
209
     * @var float|null
210
     */
211
    private $az4223;
212
213
    /**
214
     * Az4228 mtt.
215
     *
216
     * @var float|null
217
     */
218
    private $az4228Mtt;
219
220
    /**
221
     * Az4230.
222
     *
223
     * @var float|null
224
     */
225
    private $az4230;
226
227
    /**
228
     * Az4231.
229
     *
230
     * @var float|null
231
     */
232
    private $az4231;
233
234
    /**
235
     * Az4232.
236
     *
237
     * @var float|null
238
     */
239
    private $az4232;
240
241
    /**
242
     * Az4233.
243
     *
244
     * @var float|null
245
     */
246
    private $az4233;
247
248
    /**
249
     * Az4234.
250
     *
251
     * @var float|null
252
     */
253
    private $az4234;
254
255
    /**
256
     * Az4235.
257
     *
258
     * @var float|null
259
     */
260
    private $az4235;
261
262
    /**
263
     * Az59 mtt.
264
     *
265
     * @var float|null
266
     */
267
    private $az59Mtt;
268
269
    /**
270
     * Az es mtt.
271
     *
272
     * @var float|null
273
     */
274
    private $azEsMtt;
275
276
    /**
277
     * Az eu mtt.
278
     *
279
     * @var float|null
280
     */
281
    private $azEuMtt;
282
283
    /**
284
     * Az ez code.
285
     *
286
     * @var string|null
287
     */
288
    private $azEzCode;
289
290
    /**
291
     * Az ez lib.
292
     *
293
     * @var string|null
294
     */
295
    private $azEzLib;
296
297
    /**
298
     * Az ez mtt.
299
     *
300
     * @var float|null
301
     */
302
    private $azEzMtt;
303
304
    /**
305
     * Az ga code.
306
     *
307
     * @var string|null
308
     */
309
    private $azGaCode;
310
311
    /**
312
     * Az ga lib.
313
     *
314
     * @var string|null
315
     */
316
    private $azGaLib;
317
318
    /**
319
     * Az ga mtt.
320
     *
321
     * @var float|null
322
     */
323
    private $azGaMtt;
324
325
    /**
326
     * Az gc mtt.
327
     *
328
     * @var float|null
329
     */
330
    private $azGcMtt;
331
332
    /**
333
     * Az hi.
334
     *
335
     * @var float|null
336
     */
337
    private $azHi;
338
339
    /**
340
     * Az jb.
341
     *
342
     * @var float|null
343
     */
344
    private $azJb;
345
346
    /**
347
     * Az jc.
348
     *
349
     * @var float|null
350
     */
351
    private $azJc;
352
353
    /**
354
     * Az total b.
355
     *
356
     * @var float|null
357
     */
358
    private $azTotalB;
359
360
    /**
361
     * Az1081b.
362
     *
363
     * @var float|null
364
     */
365
    private $az1081b;
366
367
    /**
368
     * Az4236.
369
     *
370
     * @var float|null
371
     */
372
    private $az4236;
373
374
    /**
375
     * Az4237.
376
     *
377
     * @var float|null
378
     */
379
    private $az4237;
380
381
    /**
382
     * Az4238.
383
     *
384
     * @var float|null
385
     */
386
    private $az4238;
387
388
    /**
389
     * Az4239.
390
     *
391
     * @var float|null
392
     */
393
    private $az4239;
394
395
    /**
396
     * Az4240.
397
     *
398
     * @var float|null
399
     */
400
    private $az4240;
401
402
    /**
403
     * Az4241.
404
     *
405
     * @var float|null
406
     */
407
    private $az4241;
408
409
    /**
410
     * Az4242.
411
     *
412
     * @var float|null
413
     */
414
    private $az4242;
415
416
    /**
417
     * Az4243.
418
     *
419
     * @var float|null
420
     */
421
    private $az4243;
422
423
    /**
424
     * Az4244.
425
     *
426
     * @var float|null
427
     */
428
    private $az4244;
429
430
    /**
431
     * Az4245.
432
     *
433
     * @var float|null
434
     */
435
    private $az4245;
436
437
    /**
438
     * Az4246.
439
     *
440
     * @var float|null
441
     */
442
    private $az4246;
443
444
    /**
445
     * Az4247.
446
     *
447
     * @var float|null
448
     */
449
    private $az4247;
450
451
    /**
452
     * Az4248.
453
     *
454
     * @var float|null
455
     */
456
    private $az4248;
457
458
    /**
459
     * Az4249.
460
     *
461
     * @var float|null
462
     */
463
    private $az4249;
464
465
    /**
466
     * Az4250.
467
     *
468
     * @var float|null
469
     */
470
    private $az4250;
471
472
    /**
473
     * Az4251.
474
     *
475
     * @var float|null
476
     */
477
    private $az4251;
478
479
    /**
480
     * Az4252.
481
     *
482
     * @var float|null
483
     */
484
    private $az4252;
485
486
    /**
487
     * Az4254.
488
     *
489
     * @var float|null
490
     */
491
    private $az4254;
492
493
    /**
494
     * Az4255.
495
     *
496
     * @var float|null
497
     */
498
    private $az4255;
499
500
    /**
501
     * Az4256.
502
     *
503
     * @var float|null
504
     */
505
    private $az4256;
506
507
    /**
508
     * Az4257.
509
     *
510
     * @var float|null
511
     */
512
    private $az4257;
513
514
    /**
515
     * Az4258.
516
     *
517
     * @var float|null
518
     */
519
    private $az4258;
520
521
    /**
522
     * Az4259.
523
     *
524
     * @var float|null
525
     */
526
    private $az4259;
527
528
    /**
529
     * Az4260.
530
     *
531
     * @var float|null
532
     */
533
    private $az4260;
534
535
    /**
536
     * Az4261.
537
     *
538
     * @var float|null
539
     */
540
    private $az4261;
541
542
    /**
543
     * Az4262.
544
     *
545
     * @var float|null
546
     */
547
    private $az4262;
548
549
    /**
550
     * Az4263.
551
     *
552
     * @var float|null
553
     */
554
    private $az4263;
555
556
    /**
557
     * Az4264.
558
     *
559
     * @var float|null
560
     */
561
    private $az4264;
562
563
    /**
564
     * Az4265.
565
     *
566
     * @var float|null
567
     */
568
    private $az4265;
569
570
    /**
571
     * Az4266.
572
     *
573
     * @var float|null
574
     */
575
    private $az4266;
576
577
    /**
578
     * Az4267.
579
     *
580
     * @var float|null
581
     */
582
    private $az4267;
583
584
    /**
585
     * Az4268.
586
     *
587
     * @var float|null
588
     */
589
    private $az4268;
590
591
    /**
592
     * Az4268 base.
593
     *
594
     * @var float|null
595
     */
596
    private $az4268Base;
597
598
    /**
599
     * Az4269.
600
     *
601
     * @var float|null
602
     */
603
    private $az4269;
604
605
    /**
606
     * Az4269 base.
607
     *
608
     * @var float|null
609
     */
610
    private $az4269Base;
611
612
    /**
613
     * Az4270.
614
     *
615
     * @var float|null
616
     */
617
    private $az4270;
618
619
    /**
620
     * Az4270 base.
621
     *
622
     * @var float|null
623
     */
624
    private $az4270Base;
625
626
    /**
627
     * Az4271.
628
     *
629
     * @var float|null
630
     */
631
    private $az4271;
632
633
    /**
634
     * Az4271 base.
635
     *
636
     * @var float|null
637
     */
638
    private $az4271Base;
639
640
    /**
641
     * Az4272.
642
     *
643
     * @var float|null
644
     */
645
    private $az4272;
646
647
    /**
648
     * Az4274.
649
     *
650
     * @var float|null
651
     */
652
    private $az4274;
653
654
    /**
655
     * Az4276.
656
     *
657
     * @var float|null
658
     */
659
    private $az4276;
660
661
    /**
662
     * Az4276 base.
663
     *
664
     * @var float|null
665
     */
666
    private $az4276Base;
667
668
    /**
669
     * Az4277.
670
     *
671
     * @var float|null
672
     */
673
    private $az4277;
674
675
    /**
676
     * Az4277 base.
677
     *
678
     * @var float|null
679
     */
680
    private $az4277Base;
681
682
    /**
683
     * Az4278.
684
     *
685
     * @var float|null
686
     */
687
    private $az4278;
688
689
    /**
690
     * Az4279.
691
     *
692
     * @var float|null
693
     */
694
    private $az4279;
695
696
    /**
697
     * Az4280.
698
     *
699
     * @var float|null
700
     */
701
    private $az4280;
702
703
    /**
704
     * Az4281.
705
     *
706
     * @var float|null
707
     */
708
    private $az4281;
709
710
    /**
711
     * Az4282.
712
     *
713
     * @var float|null
714
     */
715
    private $az4282;
716
717
    /**
718
     * Az4283.
719
     *
720
     * @var float|null
721
     */
722
    private $az4283;
723
724
    /**
725
     * Az4284.
726
     *
727
     * @var float|null
728
     */
729
    private $az4284;
730
731
    /**
732
     * Az4285.
733
     *
734
     * @var float|null
735
     */
736
    private $az4285;
737
738
    /**
739
     * Az4288.
740
     *
741
     * @var float|null
742
     */
743
    private $az4288;
744
745
    /**
746
     * Az4289.
747
     *
748
     * @var float|null
749
     */
750
    private $az4289;
751
752
    /**
753
     * Az4290.
754
     *
755
     * @var float|null
756
     */
757
    private $az4290;
758
759
    /**
760
     * Corres1.
761
     *
762
     * @var string|null
763
     */
764
    private $corres1;
765
766
    /**
767
     * Corres2.
768
     *
769
     * @var string|null
770
     */
771
    private $corres2;
772
773
    /**
774
     * Corres3.
775
     *
776
     * @var string|null
777
     */
778
    private $corres3;
779
780
    /**
781
     * Corres4.
782
     *
783
     * @var string|null
784
     */
785
    private $corres4;
786
787
    /**
788
     * Corres5.
789
     *
790
     * @var string|null
791
     */
792
    private $corres5;
793
794
    /**
795
     * Date dec.
796
     *
797
     * @var string|null
798
     */
799
    private $dateDec;
800
801
    /**
802
     * Debut exo.
803
     *
804
     * @var DateTime|null
805
     */
806
    private $debutExo;
807
808
    /**
809
     * Fin exo.
810
     *
811
     * @var DateTime|null
812
     */
813
    private $finExo;
814
815
    /**
816
     * Lib doss.
817
     *
818
     * @var string|null
819
     */
820
    private $libDoss;
821
822
    /**
823
     * Mention expresse.
824
     *
825
     * @var bool|null
826
     */
827
    private $mentionExpresse;
828
829
    /**
830
     * No doss.
831
     *
832
     * @var string|null
833
     */
834
    private $noDoss;
835
836
    /**
837
     * No lot ecritures.
838
     *
839
     * @var int|null
840
     */
841
    private $noLotEcritures;
842
843
    /**
844
     * Num uniq.
845
     *
846
     * @var int|null
847
     */
848
    private $numUniq;
849
850
    /**
851
     * Paiement imputation.
852
     *
853
     * @var bool|null
854
     */
855
    private $paiementImputation;
856
857
    /**
858
     * Periode.
859
     *
860
     * @var DateTime|null
861
     */
862
    private $periode;
863
864
    /**
865
     * Sel adresse dest.
866
     *
867
     * @var string|null
868
     */
869
    private $selAdresseDest;
870
871
    /**
872
     * Total.
873
     *
874
     * @var float|null
875
     */
876
    private $total;
877
878
    /**
879
     * Type dec.
880
     *
881
     * @var string|null
882
     */
883
    private $typeDec;
884
885
    /**
886
     * Ville.
887
     *
888
     * @var string|null
889
     */
890
    private $ville;
891
892
    /**
893
     * Z0100b.
894
     *
895
     * @var float|null
896
     */
897
    private $z0100b;
898
899
    /**
900
     * Z0121b.
901
     *
902
     * @var float|null
903
     */
904
    private $z0121b;
905
906
    /**
907
     * Z0705.
908
     *
909
     * @var float|null
910
     */
911
    private $z0705;
912
913
    /**
914
     * Z0920b.
915
     *
916
     * @var float|null
917
     */
918
    private $z0920b;
919
920
    /**
921
     * Z12 code.
922
     *
923
     * @var string|null
924
     */
925
    private $z12Code;
926
927
    /**
928
     * Z12 lib.
929
     *
930
     * @var string|null
931
     */
932
    private $z12Lib;
933
934
    /**
935
     * Z12 taxe.
936
     *
937
     * @var float|null
938
     */
939
    private $z12Taxe;
940
941
    /**
942
     * Z14.
943
     *
944
     * @var float|null
945
     */
946
    private $z14;
947
948
    /**
949
     * Z196b.
950
     *
951
     * @var float|null
952
     */
953
    private $z196b;
954
955
    /**
956
     * Z21.
957
     *
958
     * @var float|null
959
     */
960
    private $z21;
961
962
    /**
963
     * Z25.
964
     *
965
     * @var float|null
966
     */
967
    private $z25;
968
969
    /**
970
     * Z4227.
971
     *
972
     * @var float|null
973
     */
974
    private $z4227;
975
976
    /**
977
     * Z8001.
978
     *
979
     * @var float|null
980
     */
981
    private $z8001;
982
983
    /**
984
     * Z8002.
985
     *
986
     * @var float|null
987
     */
988
    private $z8002;
989
990
    /**
991
     * Z8003.
992
     *
993
     * @var float|null
994
     */
995
    private $z8003;
996
997
    /**
998
     * Z8005.
999
     *
1000
     * @var float|null
1001
     */
1002
    private $z8005;
1003
1004
    /**
1005
     * Z8006.
1006
     *
1007
     * @var float|null
1008
     */
1009
    private $z8006;
1010
1011
    /**
1012
     * Z9979.
1013
     *
1014
     * @var float|null
1015
     */
1016
    private $z9979;
1017
1018
    /**
1019
     * Z9989.
1020
     *
1021
     * @var float|null
1022
     */
1023
    private $z9989;
1024
1025
    /**
1026
     * Z9991.
1027
     *
1028
     * @var float|null
1029
     */
1030
    private $z9991;
1031
1032
    /**
1033
     * Z9999.
1034
     *
1035
     * @var float|null
1036
     */
1037
    private $z9999;
1038
1039
    /**
1040
     * Z9 b taxe.
1041
     *
1042
     * @var float|null
1043
     */
1044
    private $z9BTaxe;
1045
1046
    /**
1047
     * i lock.
1048
     *
1049
     * @var int|null
1050
     */
1051
    private $iLock;
1052
1053
    /**
1054
     * z0151b.
1055
     *
1056
     * @var float|null
1057
     */
1058
    private $z0151b;
1059
1060
    /**
1061
     * z0207b.
1062
     *
1063
     * @var float|null
1064
     */
1065
    private $z0207b;
1066
1067
    /**
1068
     * Z0600.
1069
     *
1070
     * @var float|null
1071
     */
1072
    private $z0600;
1073
1074
    /**
1075
     * Z0900b.
1076
     *
1077
     * @var float|null
1078
     */
1079
    private $z0900b;
1080
1081
1082
    /**
1083
     * Constructor.
1084
     */
1085
    public function __construct() {
1086
        // NOTHING TO DO
1087
    }
1088
1089
    /**
1090
     * Get the az0990b.
1091
     *
1092
     * @return float|null Returns the az0990b.
1093
     */
1094
    public function getAz0990b(): ?float{
1095
        return $this->az0990b;
1096
    }
1097
1098
    /**
1099
     * Get the az1010b.
1100
     *
1101
     * @return float|null Returns the az1010b.
1102
     */
1103
    public function getAz1010b(): ?float{
1104
        return $this->az1010b;
1105
    }
1106
1107
    /**
1108
     * Get the az1020b.
1109
     *
1110
     * @return float|null Returns the az1020b.
1111
     */
1112
    public function getAz1020b(): ?float{
1113
        return $this->az1020b;
1114
    }
1115
1116
    /**
1117
     * Get the az1030b.
1118
     *
1119
     * @return float|null Returns the az1030b.
1120
     */
1121
    public function getAz1030b(): ?float{
1122
        return $this->az1030b;
1123
    }
1124
1125
    /**
1126
     * Get the az1040b.
1127
     *
1128
     * @return float|null Returns the az1040b.
1129
     */
1130
    public function getAz1040b(): ?float{
1131
        return $this->az1040b;
1132
    }
1133
1134
    /**
1135
     * Get the az1050b.
1136
     *
1137
     * @return float|null Returns the az1050b.
1138
     */
1139
    public function getAz1050b(): ?float{
1140
        return $this->az1050b;
1141
    }
1142
1143
    /**
1144
     * Get the az1080b.
1145
     *
1146
     * @return float|null Returns the az1080b.
1147
     */
1148
    public function getAz1080b(): ?float{
1149
        return $this->az1080b;
1150
    }
1151
1152
    /**
1153
     * Get the az1090b.
1154
     *
1155
     * @return float|null Returns the az1090b.
1156
     */
1157
    public function getAz1090b(): ?float{
1158
        return $this->az1090b;
1159
    }
1160
1161
    /**
1162
     * Get the az1100b.
1163
     *
1164
     * @return float|null Returns the az1100b.
1165
     */
1166
    public function getAz1100b(): ?float{
1167
        return $this->az1100b;
1168
    }
1169
1170
    /**
1171
     * Get the az1110b.
1172
     *
1173
     * @return float|null Returns the az1110b.
1174
     */
1175
    public function getAz1110b(): ?float{
1176
        return $this->az1110b;
1177
    }
1178
1179
    /**
1180
     * Get the az1120b.
1181
     *
1182
     * @return float|null Returns the az1120b.
1183
     */
1184
    public function getAz1120b(): ?float{
1185
        return $this->az1120b;
1186
    }
1187
1188
    /**
1189
     * Get the az3240.
1190
     *
1191
     * @return float|null Returns the az3240.
1192
     */
1193
    public function getAz3240(): ?float{
1194
        return $this->az3240;
1195
    }
1196
1197
    /**
1198
     * Get the az3510.
1199
     *
1200
     * @return float|null Returns the az3510.
1201
     */
1202
    public function getAz3510(): ?float{
1203
        return $this->az3510;
1204
    }
1205
1206
    /**
1207
     * Get the az3520.
1208
     *
1209
     * @return float|null Returns the az3520.
1210
     */
1211
    public function getAz3520(): ?float{
1212
        return $this->az3520;
1213
    }
1214
1215
    /**
1216
     * Get the az38 code.
1217
     *
1218
     * @return string|null Returns the az38 code.
1219
     */
1220
    public function getAz38Code(): ?string{
1221
        return $this->az38Code;
1222
    }
1223
1224
    /**
1225
     * Get the az38 lib.
1226
     *
1227
     * @return string|null Returns the az38 lib.
1228
     */
1229
    public function getAz38Lib(): ?string{
1230
        return $this->az38Lib;
1231
    }
1232
1233
    /**
1234
     * Get the az38b.
1235
     *
1236
     * @return float|null Returns the az38b.
1237
     */
1238
    public function getAz38b(): ?float{
1239
        return $this->az38b;
1240
    }
1241
1242
    /**
1243
     * Get the az4200.
1244
     *
1245
     * @return float|null Returns the az4200.
1246
     */
1247
    public function getAz4200(): ?float{
1248
        return $this->az4200;
1249
    }
1250
1251
    /**
1252
     * Get the az4201.
1253
     *
1254
     * @return float|null Returns the az4201.
1255
     */
1256
    public function getAz4201(): ?float{
1257
        return $this->az4201;
1258
    }
1259
1260
    /**
1261
     * Get the az4204.
1262
     *
1263
     * @return float|null Returns the az4204.
1264
     */
1265
    public function getAz4204(): ?float{
1266
        return $this->az4204;
1267
    }
1268
1269
    /**
1270
     * Get the az4206.
1271
     *
1272
     * @return float|null Returns the az4206.
1273
     */
1274
    public function getAz4206(): ?float{
1275
        return $this->az4206;
1276
    }
1277
1278
    /**
1279
     * Get the az4207.
1280
     *
1281
     * @return float|null Returns the az4207.
1282
     */
1283
    public function getAz4207(): ?float{
1284
        return $this->az4207;
1285
    }
1286
1287
    /**
1288
     * Get the az4213.
1289
     *
1290
     * @return float|null Returns the az4213.
1291
     */
1292
    public function getAz4213(): ?float{
1293
        return $this->az4213;
1294
    }
1295
1296
    /**
1297
     * Get the az4215.
1298
     *
1299
     * @return float|null Returns the az4215.
1300
     */
1301
    public function getAz4215(): ?float{
1302
        return $this->az4215;
1303
    }
1304
1305
    /**
1306
     * Get the az4220.
1307
     *
1308
     * @return float|null Returns the az4220.
1309
     */
1310
    public function getAz4220(): ?float{
1311
        return $this->az4220;
1312
    }
1313
1314
    /**
1315
     * Get the az4222.
1316
     *
1317
     * @return float|null Returns the az4222.
1318
     */
1319
    public function getAz4222(): ?float{
1320
        return $this->az4222;
1321
    }
1322
1323
    /**
1324
     * Get the az4223.
1325
     *
1326
     * @return float|null Returns the az4223.
1327
     */
1328
    public function getAz4223(): ?float{
1329
        return $this->az4223;
1330
    }
1331
1332
    /**
1333
     * Get the az4228 mtt.
1334
     *
1335
     * @return float|null Returns the az4228 mtt.
1336
     */
1337
    public function getAz4228Mtt(): ?float{
1338
        return $this->az4228Mtt;
1339
    }
1340
1341
    /**
1342
     * Get the az4230.
1343
     *
1344
     * @return float|null Returns the az4230.
1345
     */
1346
    public function getAz4230(): ?float{
1347
        return $this->az4230;
1348
    }
1349
1350
    /**
1351
     * Get the az4231.
1352
     *
1353
     * @return float|null Returns the az4231.
1354
     */
1355
    public function getAz4231(): ?float{
1356
        return $this->az4231;
1357
    }
1358
1359
    /**
1360
     * Get the az4232.
1361
     *
1362
     * @return float|null Returns the az4232.
1363
     */
1364
    public function getAz4232(): ?float{
1365
        return $this->az4232;
1366
    }
1367
1368
    /**
1369
     * Get the az4233.
1370
     *
1371
     * @return float|null Returns the az4233.
1372
     */
1373
    public function getAz4233(): ?float{
1374
        return $this->az4233;
1375
    }
1376
1377
    /**
1378
     * Get the az4234.
1379
     *
1380
     * @return float|null Returns the az4234.
1381
     */
1382
    public function getAz4234(): ?float{
1383
        return $this->az4234;
1384
    }
1385
1386
    /**
1387
     * Get the az4235.
1388
     *
1389
     * @return float|null Returns the az4235.
1390
     */
1391
    public function getAz4235(): ?float{
1392
        return $this->az4235;
1393
    }
1394
1395
    /**
1396
     * Get the az59 mtt.
1397
     *
1398
     * @return float|null Returns the az59 mtt.
1399
     */
1400
    public function getAz59Mtt(): ?float{
1401
        return $this->az59Mtt;
1402
    }
1403
1404
    /**
1405
     * Get the az es mtt.
1406
     *
1407
     * @return float|null Returns the az es mtt.
1408
     */
1409
    public function getAzEsMtt(): ?float{
1410
        return $this->azEsMtt;
1411
    }
1412
1413
    /**
1414
     * Get the az eu mtt.
1415
     *
1416
     * @return float|null Returns the az eu mtt.
1417
     */
1418
    public function getAzEuMtt(): ?float{
1419
        return $this->azEuMtt;
1420
    }
1421
1422
    /**
1423
     * Get the az ez code.
1424
     *
1425
     * @return string|null Returns the az ez code.
1426
     */
1427
    public function getAzEzCode(): ?string{
1428
        return $this->azEzCode;
1429
    }
1430
1431
    /**
1432
     * Get the az ez lib.
1433
     *
1434
     * @return string|null Returns the az ez lib.
1435
     */
1436
    public function getAzEzLib(): ?string{
1437
        return $this->azEzLib;
1438
    }
1439
1440
    /**
1441
     * Get the az ez mtt.
1442
     *
1443
     * @return float|null Returns the az ez mtt.
1444
     */
1445
    public function getAzEzMtt(): ?float{
1446
        return $this->azEzMtt;
1447
    }
1448
1449
    /**
1450
     * Get the az ga code.
1451
     *
1452
     * @return string|null Returns the az ga code.
1453
     */
1454
    public function getAzGaCode(): ?string{
1455
        return $this->azGaCode;
1456
    }
1457
1458
    /**
1459
     * Get the az ga lib.
1460
     *
1461
     * @return string|null Returns the az ga lib.
1462
     */
1463
    public function getAzGaLib(): ?string{
1464
        return $this->azGaLib;
1465
    }
1466
1467
    /**
1468
     * Get the az ga mtt.
1469
     *
1470
     * @return float|null Returns the az ga mtt.
1471
     */
1472
    public function getAzGaMtt(): ?float{
1473
        return $this->azGaMtt;
1474
    }
1475
1476
    /**
1477
     * Get the az gc mtt.
1478
     *
1479
     * @return float|null Returns the az gc mtt.
1480
     */
1481
    public function getAzGcMtt(): ?float{
1482
        return $this->azGcMtt;
1483
    }
1484
1485
    /**
1486
     * Get the az hi.
1487
     *
1488
     * @return float|null Returns the az hi.
1489
     */
1490
    public function getAzHi(): ?float{
1491
        return $this->azHi;
1492
    }
1493
1494
    /**
1495
     * Get the az jb.
1496
     *
1497
     * @return float|null Returns the az jb.
1498
     */
1499
    public function getAzJb(): ?float{
1500
        return $this->azJb;
1501
    }
1502
1503
    /**
1504
     * Get the az jc.
1505
     *
1506
     * @return float|null Returns the az jc.
1507
     */
1508
    public function getAzJc(): ?float{
1509
        return $this->azJc;
1510
    }
1511
1512
    /**
1513
     * Get the az total b.
1514
     *
1515
     * @return float|null Returns the az total b.
1516
     */
1517
    public function getAzTotalB(): ?float{
1518
        return $this->azTotalB;
1519
    }
1520
1521
    /**
1522
     * Get the az1081b.
1523
     *
1524
     * @return float|null Returns the az1081b.
1525
     */
1526
    public function getAz1081b(): ?float{
1527
        return $this->az1081b;
1528
    }
1529
1530
    /**
1531
     * Get the az4236.
1532
     *
1533
     * @return float|null Returns the az4236.
1534
     */
1535
    public function getAz4236(): ?float{
1536
        return $this->az4236;
1537
    }
1538
1539
    /**
1540
     * Get the az4237.
1541
     *
1542
     * @return float|null Returns the az4237.
1543
     */
1544
    public function getAz4237(): ?float{
1545
        return $this->az4237;
1546
    }
1547
1548
    /**
1549
     * Get the az4238.
1550
     *
1551
     * @return float|null Returns the az4238.
1552
     */
1553
    public function getAz4238(): ?float{
1554
        return $this->az4238;
1555
    }
1556
1557
    /**
1558
     * Get the az4239.
1559
     *
1560
     * @return float|null Returns the az4239.
1561
     */
1562
    public function getAz4239(): ?float{
1563
        return $this->az4239;
1564
    }
1565
1566
    /**
1567
     * Get the az4240.
1568
     *
1569
     * @return float|null Returns the az4240.
1570
     */
1571
    public function getAz4240(): ?float{
1572
        return $this->az4240;
1573
    }
1574
1575
    /**
1576
     * Get the az4241.
1577
     *
1578
     * @return float|null Returns the az4241.
1579
     */
1580
    public function getAz4241(): ?float{
1581
        return $this->az4241;
1582
    }
1583
1584
    /**
1585
     * Get the az4242.
1586
     *
1587
     * @return float|null Returns the az4242.
1588
     */
1589
    public function getAz4242(): ?float{
1590
        return $this->az4242;
1591
    }
1592
1593
    /**
1594
     * Get the az4243.
1595
     *
1596
     * @return float|null Returns the az4243.
1597
     */
1598
    public function getAz4243(): ?float{
1599
        return $this->az4243;
1600
    }
1601
1602
    /**
1603
     * Get the az4244.
1604
     *
1605
     * @return float|null Returns the az4244.
1606
     */
1607
    public function getAz4244(): ?float{
1608
        return $this->az4244;
1609
    }
1610
1611
    /**
1612
     * Get the az4245.
1613
     *
1614
     * @return float|null Returns the az4245.
1615
     */
1616
    public function getAz4245(): ?float{
1617
        return $this->az4245;
1618
    }
1619
1620
    /**
1621
     * Get the az4246.
1622
     *
1623
     * @return float|null Returns the az4246.
1624
     */
1625
    public function getAz4246(): ?float{
1626
        return $this->az4246;
1627
    }
1628
1629
    /**
1630
     * Get the az4247.
1631
     *
1632
     * @return float|null Returns the az4247.
1633
     */
1634
    public function getAz4247(): ?float{
1635
        return $this->az4247;
1636
    }
1637
1638
    /**
1639
     * Get the az4248.
1640
     *
1641
     * @return float|null Returns the az4248.
1642
     */
1643
    public function getAz4248(): ?float{
1644
        return $this->az4248;
1645
    }
1646
1647
    /**
1648
     * Get the az4249.
1649
     *
1650
     * @return float|null Returns the az4249.
1651
     */
1652
    public function getAz4249(): ?float{
1653
        return $this->az4249;
1654
    }
1655
1656
    /**
1657
     * Get the az4250.
1658
     *
1659
     * @return float|null Returns the az4250.
1660
     */
1661
    public function getAz4250(): ?float{
1662
        return $this->az4250;
1663
    }
1664
1665
    /**
1666
     * Get the az4251.
1667
     *
1668
     * @return float|null Returns the az4251.
1669
     */
1670
    public function getAz4251(): ?float{
1671
        return $this->az4251;
1672
    }
1673
1674
    /**
1675
     * Get the az4252.
1676
     *
1677
     * @return float|null Returns the az4252.
1678
     */
1679
    public function getAz4252(): ?float{
1680
        return $this->az4252;
1681
    }
1682
1683
    /**
1684
     * Get the az4254.
1685
     *
1686
     * @return float|null Returns the az4254.
1687
     */
1688
    public function getAz4254(): ?float{
1689
        return $this->az4254;
1690
    }
1691
1692
    /**
1693
     * Get the az4255.
1694
     *
1695
     * @return float|null Returns the az4255.
1696
     */
1697
    public function getAz4255(): ?float{
1698
        return $this->az4255;
1699
    }
1700
1701
    /**
1702
     * Get the az4256.
1703
     *
1704
     * @return float|null Returns the az4256.
1705
     */
1706
    public function getAz4256(): ?float{
1707
        return $this->az4256;
1708
    }
1709
1710
    /**
1711
     * Get the az4257.
1712
     *
1713
     * @return float|null Returns the az4257.
1714
     */
1715
    public function getAz4257(): ?float{
1716
        return $this->az4257;
1717
    }
1718
1719
    /**
1720
     * Get the az4258.
1721
     *
1722
     * @return float|null Returns the az4258.
1723
     */
1724
    public function getAz4258(): ?float{
1725
        return $this->az4258;
1726
    }
1727
1728
    /**
1729
     * Get the az4259.
1730
     *
1731
     * @return float|null Returns the az4259.
1732
     */
1733
    public function getAz4259(): ?float{
1734
        return $this->az4259;
1735
    }
1736
1737
    /**
1738
     * Get the az4260.
1739
     *
1740
     * @return float|null Returns the az4260.
1741
     */
1742
    public function getAz4260(): ?float{
1743
        return $this->az4260;
1744
    }
1745
1746
    /**
1747
     * Get the az4261.
1748
     *
1749
     * @return float|null Returns the az4261.
1750
     */
1751
    public function getAz4261(): ?float{
1752
        return $this->az4261;
1753
    }
1754
1755
    /**
1756
     * Get the az4262.
1757
     *
1758
     * @return float|null Returns the az4262.
1759
     */
1760
    public function getAz4262(): ?float{
1761
        return $this->az4262;
1762
    }
1763
1764
    /**
1765
     * Get the az4263.
1766
     *
1767
     * @return float|null Returns the az4263.
1768
     */
1769
    public function getAz4263(): ?float{
1770
        return $this->az4263;
1771
    }
1772
1773
    /**
1774
     * Get the az4264.
1775
     *
1776
     * @return float|null Returns the az4264.
1777
     */
1778
    public function getAz4264(): ?float{
1779
        return $this->az4264;
1780
    }
1781
1782
    /**
1783
     * Get the az4265.
1784
     *
1785
     * @return float|null Returns the az4265.
1786
     */
1787
    public function getAz4265(): ?float{
1788
        return $this->az4265;
1789
    }
1790
1791
    /**
1792
     * Get the az4266.
1793
     *
1794
     * @return float|null Returns the az4266.
1795
     */
1796
    public function getAz4266(): ?float{
1797
        return $this->az4266;
1798
    }
1799
1800
    /**
1801
     * Get the az4267.
1802
     *
1803
     * @return float|null Returns the az4267.
1804
     */
1805
    public function getAz4267(): ?float{
1806
        return $this->az4267;
1807
    }
1808
1809
    /**
1810
     * Get the az4268.
1811
     *
1812
     * @return float|null Returns the az4268.
1813
     */
1814
    public function getAz4268(): ?float{
1815
        return $this->az4268;
1816
    }
1817
1818
    /**
1819
     * Get the az4268 base.
1820
     *
1821
     * @return float|null Returns the az4268 base.
1822
     */
1823
    public function getAz4268Base(): ?float{
1824
        return $this->az4268Base;
1825
    }
1826
1827
    /**
1828
     * Get the az4269.
1829
     *
1830
     * @return float|null Returns the az4269.
1831
     */
1832
    public function getAz4269(): ?float{
1833
        return $this->az4269;
1834
    }
1835
1836
    /**
1837
     * Get the az4269 base.
1838
     *
1839
     * @return float|null Returns the az4269 base.
1840
     */
1841
    public function getAz4269Base(): ?float{
1842
        return $this->az4269Base;
1843
    }
1844
1845
    /**
1846
     * Get the az4270.
1847
     *
1848
     * @return float|null Returns the az4270.
1849
     */
1850
    public function getAz4270(): ?float{
1851
        return $this->az4270;
1852
    }
1853
1854
    /**
1855
     * Get the az4270 base.
1856
     *
1857
     * @return float|null Returns the az4270 base.
1858
     */
1859
    public function getAz4270Base(): ?float{
1860
        return $this->az4270Base;
1861
    }
1862
1863
    /**
1864
     * Get the az4271.
1865
     *
1866
     * @return float|null Returns the az4271.
1867
     */
1868
    public function getAz4271(): ?float{
1869
        return $this->az4271;
1870
    }
1871
1872
    /**
1873
     * Get the az4271 base.
1874
     *
1875
     * @return float|null Returns the az4271 base.
1876
     */
1877
    public function getAz4271Base(): ?float{
1878
        return $this->az4271Base;
1879
    }
1880
1881
    /**
1882
     * Get the az4272.
1883
     *
1884
     * @return float|null Returns the az4272.
1885
     */
1886
    public function getAz4272(): ?float{
1887
        return $this->az4272;
1888
    }
1889
1890
    /**
1891
     * Get the az4274.
1892
     *
1893
     * @return float|null Returns the az4274.
1894
     */
1895
    public function getAz4274(): ?float{
1896
        return $this->az4274;
1897
    }
1898
1899
    /**
1900
     * Get the az4276.
1901
     *
1902
     * @return float|null Returns the az4276.
1903
     */
1904
    public function getAz4276(): ?float{
1905
        return $this->az4276;
1906
    }
1907
1908
    /**
1909
     * Get the az4276 base.
1910
     *
1911
     * @return float|null Returns the az4276 base.
1912
     */
1913
    public function getAz4276Base(): ?float{
1914
        return $this->az4276Base;
1915
    }
1916
1917
    /**
1918
     * Get the az4277.
1919
     *
1920
     * @return float|null Returns the az4277.
1921
     */
1922
    public function getAz4277(): ?float{
1923
        return $this->az4277;
1924
    }
1925
1926
    /**
1927
     * Get the az4277 base.
1928
     *
1929
     * @return float|null Returns the az4277 base.
1930
     */
1931
    public function getAz4277Base(): ?float{
1932
        return $this->az4277Base;
1933
    }
1934
1935
    /**
1936
     * Get the az4278.
1937
     *
1938
     * @return float|null Returns the az4278.
1939
     */
1940
    public function getAz4278(): ?float{
1941
        return $this->az4278;
1942
    }
1943
1944
    /**
1945
     * Get the az4279.
1946
     *
1947
     * @return float|null Returns the az4279.
1948
     */
1949
    public function getAz4279(): ?float{
1950
        return $this->az4279;
1951
    }
1952
1953
    /**
1954
     * Get the az4280.
1955
     *
1956
     * @return float|null Returns the az4280.
1957
     */
1958
    public function getAz4280(): ?float{
1959
        return $this->az4280;
1960
    }
1961
1962
    /**
1963
     * Get the az4281.
1964
     *
1965
     * @return float|null Returns the az4281.
1966
     */
1967
    public function getAz4281(): ?float{
1968
        return $this->az4281;
1969
    }
1970
1971
    /**
1972
     * Get the az4282.
1973
     *
1974
     * @return float|null Returns the az4282.
1975
     */
1976
    public function getAz4282(): ?float{
1977
        return $this->az4282;
1978
    }
1979
1980
    /**
1981
     * Get the az4283.
1982
     *
1983
     * @return float|null Returns the az4283.
1984
     */
1985
    public function getAz4283(): ?float{
1986
        return $this->az4283;
1987
    }
1988
1989
    /**
1990
     * Get the az4284.
1991
     *
1992
     * @return float|null Returns the az4284.
1993
     */
1994
    public function getAz4284(): ?float{
1995
        return $this->az4284;
1996
    }
1997
1998
    /**
1999
     * Get the az4285.
2000
     *
2001
     * @return float|null Returns the az4285.
2002
     */
2003
    public function getAz4285(): ?float{
2004
        return $this->az4285;
2005
    }
2006
2007
    /**
2008
     * Get the az4288.
2009
     *
2010
     * @return float|null Returns the az4288.
2011
     */
2012
    public function getAz4288(): ?float{
2013
        return $this->az4288;
2014
    }
2015
2016
    /**
2017
     * Get the az4289.
2018
     *
2019
     * @return float|null Returns the az4289.
2020
     */
2021
    public function getAz4289(): ?float{
2022
        return $this->az4289;
2023
    }
2024
2025
    /**
2026
     * Get the az4290.
2027
     *
2028
     * @return float|null Returns the az4290.
2029
     */
2030
    public function getAz4290(): ?float{
2031
        return $this->az4290;
2032
    }
2033
2034
    /**
2035
     * Get the corres1.
2036
     *
2037
     * @return string|null Returns the corres1.
2038
     */
2039
    public function getCorres1(): ?string{
2040
        return $this->corres1;
2041
    }
2042
2043
    /**
2044
     * Get the corres2.
2045
     *
2046
     * @return string|null Returns the corres2.
2047
     */
2048
    public function getCorres2(): ?string{
2049
        return $this->corres2;
2050
    }
2051
2052
    /**
2053
     * Get the corres3.
2054
     *
2055
     * @return string|null Returns the corres3.
2056
     */
2057
    public function getCorres3(): ?string{
2058
        return $this->corres3;
2059
    }
2060
2061
    /**
2062
     * Get the corres4.
2063
     *
2064
     * @return string|null Returns the corres4.
2065
     */
2066
    public function getCorres4(): ?string{
2067
        return $this->corres4;
2068
    }
2069
2070
    /**
2071
     * Get the corres5.
2072
     *
2073
     * @return string|null Returns the corres5.
2074
     */
2075
    public function getCorres5(): ?string{
2076
        return $this->corres5;
2077
    }
2078
2079
    /**
2080
     * Get the date dec.
2081
     *
2082
     * @return string|null Returns the date dec.
2083
     */
2084
    public function getDateDec(): ?string{
2085
        return $this->dateDec;
2086
    }
2087
2088
    /**
2089
     * Get the debut exo.
2090
     *
2091
     * @return DateTime|null Returns the debut exo.
2092
     */
2093
    public function getDebutExo(): ?DateTime{
2094
        return $this->debutExo;
2095
    }
2096
2097
    /**
2098
     * Get the fin exo.
2099
     *
2100
     * @return DateTime|null Returns the fin exo.
2101
     */
2102
    public function getFinExo(): ?DateTime{
2103
        return $this->finExo;
2104
    }
2105
2106
    /**
2107
     * Get the lib doss.
2108
     *
2109
     * @return string|null Returns the lib doss.
2110
     */
2111
    public function getLibDoss(): ?string{
2112
        return $this->libDoss;
2113
    }
2114
2115
    /**
2116
     * Get the mention expresse.
2117
     *
2118
     * @return bool|null Returns the mention expresse.
2119
     */
2120
    public function getMentionExpresse(): ?bool{
2121
        return $this->mentionExpresse;
2122
    }
2123
2124
    /**
2125
     * Get the no doss.
2126
     *
2127
     * @return string|null Returns the no doss.
2128
     */
2129
    public function getNoDoss(): ?string{
2130
        return $this->noDoss;
2131
    }
2132
2133
    /**
2134
     * Get the no lot ecritures.
2135
     *
2136
     * @return int|null Returns the no lot ecritures.
2137
     */
2138
    public function getNoLotEcritures(): ?int{
2139
        return $this->noLotEcritures;
2140
    }
2141
2142
    /**
2143
     * Get the num uniq.
2144
     *
2145
     * @return int|null Returns the num uniq.
2146
     */
2147
    public function getNumUniq(): ?int{
2148
        return $this->numUniq;
2149
    }
2150
2151
    /**
2152
     * Get the paiement imputation.
2153
     *
2154
     * @return bool|null Returns the paiement imputation.
2155
     */
2156
    public function getPaiementImputation(): ?bool{
2157
        return $this->paiementImputation;
2158
    }
2159
2160
    /**
2161
     * Get the periode.
2162
     *
2163
     * @return DateTime|null Returns the periode.
2164
     */
2165
    public function getPeriode(): ?DateTime{
2166
        return $this->periode;
2167
    }
2168
2169
    /**
2170
     * Get the sel adresse dest.
2171
     *
2172
     * @return string|null Returns the sel adresse dest.
2173
     */
2174
    public function getSelAdresseDest(): ?string{
2175
        return $this->selAdresseDest;
2176
    }
2177
2178
    /**
2179
     * Get the total.
2180
     *
2181
     * @return float|null Returns the total.
2182
     */
2183
    public function getTotal(): ?float{
2184
        return $this->total;
2185
    }
2186
2187
    /**
2188
     * Get the type dec.
2189
     *
2190
     * @return string|null Returns the type dec.
2191
     */
2192
    public function getTypeDec(): ?string{
2193
        return $this->typeDec;
2194
    }
2195
2196
    /**
2197
     * Get the ville.
2198
     *
2199
     * @return string|null Returns the ville.
2200
     */
2201
    public function getVille(): ?string{
2202
        return $this->ville;
2203
    }
2204
2205
    /**
2206
     * Get the z0100b.
2207
     *
2208
     * @return float|null Returns the z0100b.
2209
     */
2210
    public function getZ0100b(): ?float{
2211
        return $this->z0100b;
2212
    }
2213
2214
    /**
2215
     * Get the z0121b.
2216
     *
2217
     * @return float|null Returns the z0121b.
2218
     */
2219
    public function getZ0121b(): ?float{
2220
        return $this->z0121b;
2221
    }
2222
2223
    /**
2224
     * Get the z0705.
2225
     *
2226
     * @return float|null Returns the z0705.
2227
     */
2228
    public function getZ0705(): ?float{
2229
        return $this->z0705;
2230
    }
2231
2232
    /**
2233
     * Get the z0920b.
2234
     *
2235
     * @return float|null Returns the z0920b.
2236
     */
2237
    public function getZ0920b(): ?float{
2238
        return $this->z0920b;
2239
    }
2240
2241
    /**
2242
     * Get the z12 code.
2243
     *
2244
     * @return string|null Returns the z12 code.
2245
     */
2246
    public function getZ12Code(): ?string{
2247
        return $this->z12Code;
2248
    }
2249
2250
    /**
2251
     * Get the z12 lib.
2252
     *
2253
     * @return string|null Returns the z12 lib.
2254
     */
2255
    public function getZ12Lib(): ?string{
2256
        return $this->z12Lib;
2257
    }
2258
2259
    /**
2260
     * Get the z12 taxe.
2261
     *
2262
     * @return float|null Returns the z12 taxe.
2263
     */
2264
    public function getZ12Taxe(): ?float{
2265
        return $this->z12Taxe;
2266
    }
2267
2268
    /**
2269
     * Get the z14.
2270
     *
2271
     * @return float|null Returns the z14.
2272
     */
2273
    public function getZ14(): ?float{
2274
        return $this->z14;
2275
    }
2276
2277
    /**
2278
     * Get the z196b.
2279
     *
2280
     * @return float|null Returns the z196b.
2281
     */
2282
    public function getZ196b(): ?float{
2283
        return $this->z196b;
2284
    }
2285
2286
    /**
2287
     * Get the z21.
2288
     *
2289
     * @return float|null Returns the z21.
2290
     */
2291
    public function getZ21(): ?float{
2292
        return $this->z21;
2293
    }
2294
2295
    /**
2296
     * Get the z25.
2297
     *
2298
     * @return float|null Returns the z25.
2299
     */
2300
    public function getZ25(): ?float{
2301
        return $this->z25;
2302
    }
2303
2304
    /**
2305
     * Get the z4227.
2306
     *
2307
     * @return float|null Returns the z4227.
2308
     */
2309
    public function getZ4227(): ?float{
2310
        return $this->z4227;
2311
    }
2312
2313
    /**
2314
     * Get the z8001.
2315
     *
2316
     * @return float|null Returns the z8001.
2317
     */
2318
    public function getZ8001(): ?float{
2319
        return $this->z8001;
2320
    }
2321
2322
    /**
2323
     * Get the z8002.
2324
     *
2325
     * @return float|null Returns the z8002.
2326
     */
2327
    public function getZ8002(): ?float{
2328
        return $this->z8002;
2329
    }
2330
2331
    /**
2332
     * Get the z8003.
2333
     *
2334
     * @return float|null Returns the z8003.
2335
     */
2336
    public function getZ8003(): ?float{
2337
        return $this->z8003;
2338
    }
2339
2340
    /**
2341
     * Get the z8005.
2342
     *
2343
     * @return float|null Returns the z8005.
2344
     */
2345
    public function getZ8005(): ?float{
2346
        return $this->z8005;
2347
    }
2348
2349
    /**
2350
     * Get the z8006.
2351
     *
2352
     * @return float|null Returns the z8006.
2353
     */
2354
    public function getZ8006(): ?float{
2355
        return $this->z8006;
2356
    }
2357
2358
    /**
2359
     * Get the z9979.
2360
     *
2361
     * @return float|null Returns the z9979.
2362
     */
2363
    public function getZ9979(): ?float{
2364
        return $this->z9979;
2365
    }
2366
2367
    /**
2368
     * Get the z9989.
2369
     *
2370
     * @return float|null Returns the z9989.
2371
     */
2372
    public function getZ9989(): ?float{
2373
        return $this->z9989;
2374
    }
2375
2376
    /**
2377
     * Get the z9991.
2378
     *
2379
     * @return float|null Returns the z9991.
2380
     */
2381
    public function getZ9991(): ?float{
2382
        return $this->z9991;
2383
    }
2384
2385
    /**
2386
     * Get the z9999.
2387
     *
2388
     * @return float|null Returns the z9999.
2389
     */
2390
    public function getZ9999(): ?float{
2391
        return $this->z9999;
2392
    }
2393
2394
    /**
2395
     * Get the z9 b taxe.
2396
     *
2397
     * @return float|null Returns the z9 b taxe.
2398
     */
2399
    public function getZ9BTaxe(): ?float{
2400
        return $this->z9BTaxe;
2401
    }
2402
2403
    /**
2404
     * Get the i lock.
2405
     *
2406
     * @return int|null Returns the i lock.
2407
     */
2408
    public function getiLock(): ?int{
2409
        return $this->iLock;
2410
    }
2411
2412
    /**
2413
     * Get the z0151b.
2414
     *
2415
     * @return float|null Returns the z0151b.
2416
     */
2417
    public function getz0151b(): ?float{
2418
        return $this->z0151b;
2419
    }
2420
2421
    /**
2422
     * Get the z0207b.
2423
     *
2424
     * @return float|null Returns the z0207b.
2425
     */
2426
    public function getz0207b(): ?float{
2427
        return $this->z0207b;
2428
    }
2429
2430
    /**
2431
     * Get the z0600.
2432
     *
2433
     * @return float|null Returns the z0600.
2434
     */
2435
    public function getZ0600(): ?float{
2436
        return $this->z0600;
2437
    }
2438
2439
    /**
2440
     * Get the z0900b.
2441
     *
2442
     * @return float|null Returns the z0900b.
2443
     */
2444
    public function getZ0900b(): ?float{
2445
        return $this->z0900b;
2446
    }
2447
2448
    /**
2449
     * Set the az0990b.
2450
     *
2451
     * @param float|null $az0990b The az0990b.
2452
     * @return DecTvaGroupe Returns this Dec tva groupe.
2453
     */
2454
    public function setAz0990b(?float $az0990b): DecTvaGroupe {
2455
        $this->az0990b = $az0990b;
2456
        return $this;
2457
    }
2458
2459
    /**
2460
     * Set the az1010b.
2461
     *
2462
     * @param float|null $az1010b The az1010b.
2463
     * @return DecTvaGroupe Returns this Dec tva groupe.
2464
     */
2465
    public function setAz1010b(?float $az1010b): DecTvaGroupe {
2466
        $this->az1010b = $az1010b;
2467
        return $this;
2468
    }
2469
2470
    /**
2471
     * Set the az1020b.
2472
     *
2473
     * @param float|null $az1020b The az1020b.
2474
     * @return DecTvaGroupe Returns this Dec tva groupe.
2475
     */
2476
    public function setAz1020b(?float $az1020b): DecTvaGroupe {
2477
        $this->az1020b = $az1020b;
2478
        return $this;
2479
    }
2480
2481
    /**
2482
     * Set the az1030b.
2483
     *
2484
     * @param float|null $az1030b The az1030b.
2485
     * @return DecTvaGroupe Returns this Dec tva groupe.
2486
     */
2487
    public function setAz1030b(?float $az1030b): DecTvaGroupe {
2488
        $this->az1030b = $az1030b;
2489
        return $this;
2490
    }
2491
2492
    /**
2493
     * Set the az1040b.
2494
     *
2495
     * @param float|null $az1040b The az1040b.
2496
     * @return DecTvaGroupe Returns this Dec tva groupe.
2497
     */
2498
    public function setAz1040b(?float $az1040b): DecTvaGroupe {
2499
        $this->az1040b = $az1040b;
2500
        return $this;
2501
    }
2502
2503
    /**
2504
     * Set the az1050b.
2505
     *
2506
     * @param float|null $az1050b The az1050b.
2507
     * @return DecTvaGroupe Returns this Dec tva groupe.
2508
     */
2509
    public function setAz1050b(?float $az1050b): DecTvaGroupe {
2510
        $this->az1050b = $az1050b;
2511
        return $this;
2512
    }
2513
2514
    /**
2515
     * Set the az1080b.
2516
     *
2517
     * @param float|null $az1080b The az1080b.
2518
     * @return DecTvaGroupe Returns this Dec tva groupe.
2519
     */
2520
    public function setAz1080b(?float $az1080b): DecTvaGroupe {
2521
        $this->az1080b = $az1080b;
2522
        return $this;
2523
    }
2524
2525
    /**
2526
     * Set the az1090b.
2527
     *
2528
     * @param float|null $az1090b The az1090b.
2529
     * @return DecTvaGroupe Returns this Dec tva groupe.
2530
     */
2531
    public function setAz1090b(?float $az1090b): DecTvaGroupe {
2532
        $this->az1090b = $az1090b;
2533
        return $this;
2534
    }
2535
2536
    /**
2537
     * Set the az1100b.
2538
     *
2539
     * @param float|null $az1100b The az1100b.
2540
     * @return DecTvaGroupe Returns this Dec tva groupe.
2541
     */
2542
    public function setAz1100b(?float $az1100b): DecTvaGroupe {
2543
        $this->az1100b = $az1100b;
2544
        return $this;
2545
    }
2546
2547
    /**
2548
     * Set the az1110b.
2549
     *
2550
     * @param float|null $az1110b The az1110b.
2551
     * @return DecTvaGroupe Returns this Dec tva groupe.
2552
     */
2553
    public function setAz1110b(?float $az1110b): DecTvaGroupe {
2554
        $this->az1110b = $az1110b;
2555
        return $this;
2556
    }
2557
2558
    /**
2559
     * Set the az1120b.
2560
     *
2561
     * @param float|null $az1120b The az1120b.
2562
     * @return DecTvaGroupe Returns this Dec tva groupe.
2563
     */
2564
    public function setAz1120b(?float $az1120b): DecTvaGroupe {
2565
        $this->az1120b = $az1120b;
2566
        return $this;
2567
    }
2568
2569
    /**
2570
     * Set the az3240.
2571
     *
2572
     * @param float|null $az3240 The az3240.
2573
     * @return DecTvaGroupe Returns this Dec tva groupe.
2574
     */
2575
    public function setAz3240(?float $az3240): DecTvaGroupe {
2576
        $this->az3240 = $az3240;
2577
        return $this;
2578
    }
2579
2580
    /**
2581
     * Set the az3510.
2582
     *
2583
     * @param float|null $az3510 The az3510.
2584
     * @return DecTvaGroupe Returns this Dec tva groupe.
2585
     */
2586
    public function setAz3510(?float $az3510): DecTvaGroupe {
2587
        $this->az3510 = $az3510;
2588
        return $this;
2589
    }
2590
2591
    /**
2592
     * Set the az3520.
2593
     *
2594
     * @param float|null $az3520 The az3520.
2595
     * @return DecTvaGroupe Returns this Dec tva groupe.
2596
     */
2597
    public function setAz3520(?float $az3520): DecTvaGroupe {
2598
        $this->az3520 = $az3520;
2599
        return $this;
2600
    }
2601
2602
    /**
2603
     * Set the az38 code.
2604
     *
2605
     * @param string|null $az38Code The az38 code.
2606
     * @return DecTvaGroupe Returns this Dec tva groupe.
2607
     */
2608
    public function setAz38Code(?string $az38Code): DecTvaGroupe {
2609
        $this->az38Code = $az38Code;
2610
        return $this;
2611
    }
2612
2613
    /**
2614
     * Set the az38 lib.
2615
     *
2616
     * @param string|null $az38Lib The az38 lib.
2617
     * @return DecTvaGroupe Returns this Dec tva groupe.
2618
     */
2619
    public function setAz38Lib(?string $az38Lib): DecTvaGroupe {
2620
        $this->az38Lib = $az38Lib;
2621
        return $this;
2622
    }
2623
2624
    /**
2625
     * Set the az38b.
2626
     *
2627
     * @param float|null $az38b The az38b.
2628
     * @return DecTvaGroupe Returns this Dec tva groupe.
2629
     */
2630
    public function setAz38b(?float $az38b): DecTvaGroupe {
2631
        $this->az38b = $az38b;
2632
        return $this;
2633
    }
2634
2635
    /**
2636
     * Set the az4200.
2637
     *
2638
     * @param float|null $az4200 The az4200.
2639
     * @return DecTvaGroupe Returns this Dec tva groupe.
2640
     */
2641
    public function setAz4200(?float $az4200): DecTvaGroupe {
2642
        $this->az4200 = $az4200;
2643
        return $this;
2644
    }
2645
2646
    /**
2647
     * Set the az4201.
2648
     *
2649
     * @param float|null $az4201 The az4201.
2650
     * @return DecTvaGroupe Returns this Dec tva groupe.
2651
     */
2652
    public function setAz4201(?float $az4201): DecTvaGroupe {
2653
        $this->az4201 = $az4201;
2654
        return $this;
2655
    }
2656
2657
    /**
2658
     * Set the az4204.
2659
     *
2660
     * @param float|null $az4204 The az4204.
2661
     * @return DecTvaGroupe Returns this Dec tva groupe.
2662
     */
2663
    public function setAz4204(?float $az4204): DecTvaGroupe {
2664
        $this->az4204 = $az4204;
2665
        return $this;
2666
    }
2667
2668
    /**
2669
     * Set the az4206.
2670
     *
2671
     * @param float|null $az4206 The az4206.
2672
     * @return DecTvaGroupe Returns this Dec tva groupe.
2673
     */
2674
    public function setAz4206(?float $az4206): DecTvaGroupe {
2675
        $this->az4206 = $az4206;
2676
        return $this;
2677
    }
2678
2679
    /**
2680
     * Set the az4207.
2681
     *
2682
     * @param float|null $az4207 The az4207.
2683
     * @return DecTvaGroupe Returns this Dec tva groupe.
2684
     */
2685
    public function setAz4207(?float $az4207): DecTvaGroupe {
2686
        $this->az4207 = $az4207;
2687
        return $this;
2688
    }
2689
2690
    /**
2691
     * Set the az4213.
2692
     *
2693
     * @param float|null $az4213 The az4213.
2694
     * @return DecTvaGroupe Returns this Dec tva groupe.
2695
     */
2696
    public function setAz4213(?float $az4213): DecTvaGroupe {
2697
        $this->az4213 = $az4213;
2698
        return $this;
2699
    }
2700
2701
    /**
2702
     * Set the az4215.
2703
     *
2704
     * @param float|null $az4215 The az4215.
2705
     * @return DecTvaGroupe Returns this Dec tva groupe.
2706
     */
2707
    public function setAz4215(?float $az4215): DecTvaGroupe {
2708
        $this->az4215 = $az4215;
2709
        return $this;
2710
    }
2711
2712
    /**
2713
     * Set the az4220.
2714
     *
2715
     * @param float|null $az4220 The az4220.
2716
     * @return DecTvaGroupe Returns this Dec tva groupe.
2717
     */
2718
    public function setAz4220(?float $az4220): DecTvaGroupe {
2719
        $this->az4220 = $az4220;
2720
        return $this;
2721
    }
2722
2723
    /**
2724
     * Set the az4222.
2725
     *
2726
     * @param float|null $az4222 The az4222.
2727
     * @return DecTvaGroupe Returns this Dec tva groupe.
2728
     */
2729
    public function setAz4222(?float $az4222): DecTvaGroupe {
2730
        $this->az4222 = $az4222;
2731
        return $this;
2732
    }
2733
2734
    /**
2735
     * Set the az4223.
2736
     *
2737
     * @param float|null $az4223 The az4223.
2738
     * @return DecTvaGroupe Returns this Dec tva groupe.
2739
     */
2740
    public function setAz4223(?float $az4223): DecTvaGroupe {
2741
        $this->az4223 = $az4223;
2742
        return $this;
2743
    }
2744
2745
    /**
2746
     * Set the az4228 mtt.
2747
     *
2748
     * @param float|null $az4228Mtt The az4228 mtt.
2749
     * @return DecTvaGroupe Returns this Dec tva groupe.
2750
     */
2751
    public function setAz4228Mtt(?float $az4228Mtt): DecTvaGroupe {
2752
        $this->az4228Mtt = $az4228Mtt;
2753
        return $this;
2754
    }
2755
2756
    /**
2757
     * Set the az4230.
2758
     *
2759
     * @param float|null $az4230 The az4230.
2760
     * @return DecTvaGroupe Returns this Dec tva groupe.
2761
     */
2762
    public function setAz4230(?float $az4230): DecTvaGroupe {
2763
        $this->az4230 = $az4230;
2764
        return $this;
2765
    }
2766
2767
    /**
2768
     * Set the az4231.
2769
     *
2770
     * @param float|null $az4231 The az4231.
2771
     * @return DecTvaGroupe Returns this Dec tva groupe.
2772
     */
2773
    public function setAz4231(?float $az4231): DecTvaGroupe {
2774
        $this->az4231 = $az4231;
2775
        return $this;
2776
    }
2777
2778
    /**
2779
     * Set the az4232.
2780
     *
2781
     * @param float|null $az4232 The az4232.
2782
     * @return DecTvaGroupe Returns this Dec tva groupe.
2783
     */
2784
    public function setAz4232(?float $az4232): DecTvaGroupe {
2785
        $this->az4232 = $az4232;
2786
        return $this;
2787
    }
2788
2789
    /**
2790
     * Set the az4233.
2791
     *
2792
     * @param float|null $az4233 The az4233.
2793
     * @return DecTvaGroupe Returns this Dec tva groupe.
2794
     */
2795
    public function setAz4233(?float $az4233): DecTvaGroupe {
2796
        $this->az4233 = $az4233;
2797
        return $this;
2798
    }
2799
2800
    /**
2801
     * Set the az4234.
2802
     *
2803
     * @param float|null $az4234 The az4234.
2804
     * @return DecTvaGroupe Returns this Dec tva groupe.
2805
     */
2806
    public function setAz4234(?float $az4234): DecTvaGroupe {
2807
        $this->az4234 = $az4234;
2808
        return $this;
2809
    }
2810
2811
    /**
2812
     * Set the az4235.
2813
     *
2814
     * @param float|null $az4235 The az4235.
2815
     * @return DecTvaGroupe Returns this Dec tva groupe.
2816
     */
2817
    public function setAz4235(?float $az4235): DecTvaGroupe {
2818
        $this->az4235 = $az4235;
2819
        return $this;
2820
    }
2821
2822
    /**
2823
     * Set the az59 mtt.
2824
     *
2825
     * @param float|null $az59Mtt The az59 mtt.
2826
     * @return DecTvaGroupe Returns this Dec tva groupe.
2827
     */
2828
    public function setAz59Mtt(?float $az59Mtt): DecTvaGroupe {
2829
        $this->az59Mtt = $az59Mtt;
2830
        return $this;
2831
    }
2832
2833
    /**
2834
     * Set the az es mtt.
2835
     *
2836
     * @param float|null $azEsMtt The az es mtt.
2837
     * @return DecTvaGroupe Returns this Dec tva groupe.
2838
     */
2839
    public function setAzEsMtt(?float $azEsMtt): DecTvaGroupe {
2840
        $this->azEsMtt = $azEsMtt;
2841
        return $this;
2842
    }
2843
2844
    /**
2845
     * Set the az eu mtt.
2846
     *
2847
     * @param float|null $azEuMtt The az eu mtt.
2848
     * @return DecTvaGroupe Returns this Dec tva groupe.
2849
     */
2850
    public function setAzEuMtt(?float $azEuMtt): DecTvaGroupe {
2851
        $this->azEuMtt = $azEuMtt;
2852
        return $this;
2853
    }
2854
2855
    /**
2856
     * Set the az ez code.
2857
     *
2858
     * @param string|null $azEzCode The az ez code.
2859
     * @return DecTvaGroupe Returns this Dec tva groupe.
2860
     */
2861
    public function setAzEzCode(?string $azEzCode): DecTvaGroupe {
2862
        $this->azEzCode = $azEzCode;
2863
        return $this;
2864
    }
2865
2866
    /**
2867
     * Set the az ez lib.
2868
     *
2869
     * @param string|null $azEzLib The az ez lib.
2870
     * @return DecTvaGroupe Returns this Dec tva groupe.
2871
     */
2872
    public function setAzEzLib(?string $azEzLib): DecTvaGroupe {
2873
        $this->azEzLib = $azEzLib;
2874
        return $this;
2875
    }
2876
2877
    /**
2878
     * Set the az ez mtt.
2879
     *
2880
     * @param float|null $azEzMtt The az ez mtt.
2881
     * @return DecTvaGroupe Returns this Dec tva groupe.
2882
     */
2883
    public function setAzEzMtt(?float $azEzMtt): DecTvaGroupe {
2884
        $this->azEzMtt = $azEzMtt;
2885
        return $this;
2886
    }
2887
2888
    /**
2889
     * Set the az ga code.
2890
     *
2891
     * @param string|null $azGaCode The az ga code.
2892
     * @return DecTvaGroupe Returns this Dec tva groupe.
2893
     */
2894
    public function setAzGaCode(?string $azGaCode): DecTvaGroupe {
2895
        $this->azGaCode = $azGaCode;
2896
        return $this;
2897
    }
2898
2899
    /**
2900
     * Set the az ga lib.
2901
     *
2902
     * @param string|null $azGaLib The az ga lib.
2903
     * @return DecTvaGroupe Returns this Dec tva groupe.
2904
     */
2905
    public function setAzGaLib(?string $azGaLib): DecTvaGroupe {
2906
        $this->azGaLib = $azGaLib;
2907
        return $this;
2908
    }
2909
2910
    /**
2911
     * Set the az ga mtt.
2912
     *
2913
     * @param float|null $azGaMtt The az ga mtt.
2914
     * @return DecTvaGroupe Returns this Dec tva groupe.
2915
     */
2916
    public function setAzGaMtt(?float $azGaMtt): DecTvaGroupe {
2917
        $this->azGaMtt = $azGaMtt;
2918
        return $this;
2919
    }
2920
2921
    /**
2922
     * Set the az gc mtt.
2923
     *
2924
     * @param float|null $azGcMtt The az gc mtt.
2925
     * @return DecTvaGroupe Returns this Dec tva groupe.
2926
     */
2927
    public function setAzGcMtt(?float $azGcMtt): DecTvaGroupe {
2928
        $this->azGcMtt = $azGcMtt;
2929
        return $this;
2930
    }
2931
2932
    /**
2933
     * Set the az hi.
2934
     *
2935
     * @param float|null $azHi The az hi.
2936
     * @return DecTvaGroupe Returns this Dec tva groupe.
2937
     */
2938
    public function setAzHi(?float $azHi): DecTvaGroupe {
2939
        $this->azHi = $azHi;
2940
        return $this;
2941
    }
2942
2943
    /**
2944
     * Set the az jb.
2945
     *
2946
     * @param float|null $azJb The az jb.
2947
     * @return DecTvaGroupe Returns this Dec tva groupe.
2948
     */
2949
    public function setAzJb(?float $azJb): DecTvaGroupe {
2950
        $this->azJb = $azJb;
2951
        return $this;
2952
    }
2953
2954
    /**
2955
     * Set the az jc.
2956
     *
2957
     * @param float|null $azJc The az jc.
2958
     * @return DecTvaGroupe Returns this Dec tva groupe.
2959
     */
2960
    public function setAzJc(?float $azJc): DecTvaGroupe {
2961
        $this->azJc = $azJc;
2962
        return $this;
2963
    }
2964
2965
    /**
2966
     * Set the az total b.
2967
     *
2968
     * @param float|null $azTotalB The az total b.
2969
     * @return DecTvaGroupe Returns this Dec tva groupe.
2970
     */
2971
    public function setAzTotalB(?float $azTotalB): DecTvaGroupe {
2972
        $this->azTotalB = $azTotalB;
2973
        return $this;
2974
    }
2975
2976
    /**
2977
     * Set the az1081b.
2978
     *
2979
     * @param float|null $az1081b The az1081b.
2980
     * @return DecTvaGroupe Returns this Dec tva groupe.
2981
     */
2982
    public function setAz1081b(?float $az1081b): DecTvaGroupe {
2983
        $this->az1081b = $az1081b;
2984
        return $this;
2985
    }
2986
2987
    /**
2988
     * Set the az4236.
2989
     *
2990
     * @param float|null $az4236 The az4236.
2991
     * @return DecTvaGroupe Returns this Dec tva groupe.
2992
     */
2993
    public function setAz4236(?float $az4236): DecTvaGroupe {
2994
        $this->az4236 = $az4236;
2995
        return $this;
2996
    }
2997
2998
    /**
2999
     * Set the az4237.
3000
     *
3001
     * @param float|null $az4237 The az4237.
3002
     * @return DecTvaGroupe Returns this Dec tva groupe.
3003
     */
3004
    public function setAz4237(?float $az4237): DecTvaGroupe {
3005
        $this->az4237 = $az4237;
3006
        return $this;
3007
    }
3008
3009
    /**
3010
     * Set the az4238.
3011
     *
3012
     * @param float|null $az4238 The az4238.
3013
     * @return DecTvaGroupe Returns this Dec tva groupe.
3014
     */
3015
    public function setAz4238(?float $az4238): DecTvaGroupe {
3016
        $this->az4238 = $az4238;
3017
        return $this;
3018
    }
3019
3020
    /**
3021
     * Set the az4239.
3022
     *
3023
     * @param float|null $az4239 The az4239.
3024
     * @return DecTvaGroupe Returns this Dec tva groupe.
3025
     */
3026
    public function setAz4239(?float $az4239): DecTvaGroupe {
3027
        $this->az4239 = $az4239;
3028
        return $this;
3029
    }
3030
3031
    /**
3032
     * Set the az4240.
3033
     *
3034
     * @param float|null $az4240 The az4240.
3035
     * @return DecTvaGroupe Returns this Dec tva groupe.
3036
     */
3037
    public function setAz4240(?float $az4240): DecTvaGroupe {
3038
        $this->az4240 = $az4240;
3039
        return $this;
3040
    }
3041
3042
    /**
3043
     * Set the az4241.
3044
     *
3045
     * @param float|null $az4241 The az4241.
3046
     * @return DecTvaGroupe Returns this Dec tva groupe.
3047
     */
3048
    public function setAz4241(?float $az4241): DecTvaGroupe {
3049
        $this->az4241 = $az4241;
3050
        return $this;
3051
    }
3052
3053
    /**
3054
     * Set the az4242.
3055
     *
3056
     * @param float|null $az4242 The az4242.
3057
     * @return DecTvaGroupe Returns this Dec tva groupe.
3058
     */
3059
    public function setAz4242(?float $az4242): DecTvaGroupe {
3060
        $this->az4242 = $az4242;
3061
        return $this;
3062
    }
3063
3064
    /**
3065
     * Set the az4243.
3066
     *
3067
     * @param float|null $az4243 The az4243.
3068
     * @return DecTvaGroupe Returns this Dec tva groupe.
3069
     */
3070
    public function setAz4243(?float $az4243): DecTvaGroupe {
3071
        $this->az4243 = $az4243;
3072
        return $this;
3073
    }
3074
3075
    /**
3076
     * Set the az4244.
3077
     *
3078
     * @param float|null $az4244 The az4244.
3079
     * @return DecTvaGroupe Returns this Dec tva groupe.
3080
     */
3081
    public function setAz4244(?float $az4244): DecTvaGroupe {
3082
        $this->az4244 = $az4244;
3083
        return $this;
3084
    }
3085
3086
    /**
3087
     * Set the az4245.
3088
     *
3089
     * @param float|null $az4245 The az4245.
3090
     * @return DecTvaGroupe Returns this Dec tva groupe.
3091
     */
3092
    public function setAz4245(?float $az4245): DecTvaGroupe {
3093
        $this->az4245 = $az4245;
3094
        return $this;
3095
    }
3096
3097
    /**
3098
     * Set the az4246.
3099
     *
3100
     * @param float|null $az4246 The az4246.
3101
     * @return DecTvaGroupe Returns this Dec tva groupe.
3102
     */
3103
    public function setAz4246(?float $az4246): DecTvaGroupe {
3104
        $this->az4246 = $az4246;
3105
        return $this;
3106
    }
3107
3108
    /**
3109
     * Set the az4247.
3110
     *
3111
     * @param float|null $az4247 The az4247.
3112
     * @return DecTvaGroupe Returns this Dec tva groupe.
3113
     */
3114
    public function setAz4247(?float $az4247): DecTvaGroupe {
3115
        $this->az4247 = $az4247;
3116
        return $this;
3117
    }
3118
3119
    /**
3120
     * Set the az4248.
3121
     *
3122
     * @param float|null $az4248 The az4248.
3123
     * @return DecTvaGroupe Returns this Dec tva groupe.
3124
     */
3125
    public function setAz4248(?float $az4248): DecTvaGroupe {
3126
        $this->az4248 = $az4248;
3127
        return $this;
3128
    }
3129
3130
    /**
3131
     * Set the az4249.
3132
     *
3133
     * @param float|null $az4249 The az4249.
3134
     * @return DecTvaGroupe Returns this Dec tva groupe.
3135
     */
3136
    public function setAz4249(?float $az4249): DecTvaGroupe {
3137
        $this->az4249 = $az4249;
3138
        return $this;
3139
    }
3140
3141
    /**
3142
     * Set the az4250.
3143
     *
3144
     * @param float|null $az4250 The az4250.
3145
     * @return DecTvaGroupe Returns this Dec tva groupe.
3146
     */
3147
    public function setAz4250(?float $az4250): DecTvaGroupe {
3148
        $this->az4250 = $az4250;
3149
        return $this;
3150
    }
3151
3152
    /**
3153
     * Set the az4251.
3154
     *
3155
     * @param float|null $az4251 The az4251.
3156
     * @return DecTvaGroupe Returns this Dec tva groupe.
3157
     */
3158
    public function setAz4251(?float $az4251): DecTvaGroupe {
3159
        $this->az4251 = $az4251;
3160
        return $this;
3161
    }
3162
3163
    /**
3164
     * Set the az4252.
3165
     *
3166
     * @param float|null $az4252 The az4252.
3167
     * @return DecTvaGroupe Returns this Dec tva groupe.
3168
     */
3169
    public function setAz4252(?float $az4252): DecTvaGroupe {
3170
        $this->az4252 = $az4252;
3171
        return $this;
3172
    }
3173
3174
    /**
3175
     * Set the az4254.
3176
     *
3177
     * @param float|null $az4254 The az4254.
3178
     * @return DecTvaGroupe Returns this Dec tva groupe.
3179
     */
3180
    public function setAz4254(?float $az4254): DecTvaGroupe {
3181
        $this->az4254 = $az4254;
3182
        return $this;
3183
    }
3184
3185
    /**
3186
     * Set the az4255.
3187
     *
3188
     * @param float|null $az4255 The az4255.
3189
     * @return DecTvaGroupe Returns this Dec tva groupe.
3190
     */
3191
    public function setAz4255(?float $az4255): DecTvaGroupe {
3192
        $this->az4255 = $az4255;
3193
        return $this;
3194
    }
3195
3196
    /**
3197
     * Set the az4256.
3198
     *
3199
     * @param float|null $az4256 The az4256.
3200
     * @return DecTvaGroupe Returns this Dec tva groupe.
3201
     */
3202
    public function setAz4256(?float $az4256): DecTvaGroupe {
3203
        $this->az4256 = $az4256;
3204
        return $this;
3205
    }
3206
3207
    /**
3208
     * Set the az4257.
3209
     *
3210
     * @param float|null $az4257 The az4257.
3211
     * @return DecTvaGroupe Returns this Dec tva groupe.
3212
     */
3213
    public function setAz4257(?float $az4257): DecTvaGroupe {
3214
        $this->az4257 = $az4257;
3215
        return $this;
3216
    }
3217
3218
    /**
3219
     * Set the az4258.
3220
     *
3221
     * @param float|null $az4258 The az4258.
3222
     * @return DecTvaGroupe Returns this Dec tva groupe.
3223
     */
3224
    public function setAz4258(?float $az4258): DecTvaGroupe {
3225
        $this->az4258 = $az4258;
3226
        return $this;
3227
    }
3228
3229
    /**
3230
     * Set the az4259.
3231
     *
3232
     * @param float|null $az4259 The az4259.
3233
     * @return DecTvaGroupe Returns this Dec tva groupe.
3234
     */
3235
    public function setAz4259(?float $az4259): DecTvaGroupe {
3236
        $this->az4259 = $az4259;
3237
        return $this;
3238
    }
3239
3240
    /**
3241
     * Set the az4260.
3242
     *
3243
     * @param float|null $az4260 The az4260.
3244
     * @return DecTvaGroupe Returns this Dec tva groupe.
3245
     */
3246
    public function setAz4260(?float $az4260): DecTvaGroupe {
3247
        $this->az4260 = $az4260;
3248
        return $this;
3249
    }
3250
3251
    /**
3252
     * Set the az4261.
3253
     *
3254
     * @param float|null $az4261 The az4261.
3255
     * @return DecTvaGroupe Returns this Dec tva groupe.
3256
     */
3257
    public function setAz4261(?float $az4261): DecTvaGroupe {
3258
        $this->az4261 = $az4261;
3259
        return $this;
3260
    }
3261
3262
    /**
3263
     * Set the az4262.
3264
     *
3265
     * @param float|null $az4262 The az4262.
3266
     * @return DecTvaGroupe Returns this Dec tva groupe.
3267
     */
3268
    public function setAz4262(?float $az4262): DecTvaGroupe {
3269
        $this->az4262 = $az4262;
3270
        return $this;
3271
    }
3272
3273
    /**
3274
     * Set the az4263.
3275
     *
3276
     * @param float|null $az4263 The az4263.
3277
     * @return DecTvaGroupe Returns this Dec tva groupe.
3278
     */
3279
    public function setAz4263(?float $az4263): DecTvaGroupe {
3280
        $this->az4263 = $az4263;
3281
        return $this;
3282
    }
3283
3284
    /**
3285
     * Set the az4264.
3286
     *
3287
     * @param float|null $az4264 The az4264.
3288
     * @return DecTvaGroupe Returns this Dec tva groupe.
3289
     */
3290
    public function setAz4264(?float $az4264): DecTvaGroupe {
3291
        $this->az4264 = $az4264;
3292
        return $this;
3293
    }
3294
3295
    /**
3296
     * Set the az4265.
3297
     *
3298
     * @param float|null $az4265 The az4265.
3299
     * @return DecTvaGroupe Returns this Dec tva groupe.
3300
     */
3301
    public function setAz4265(?float $az4265): DecTvaGroupe {
3302
        $this->az4265 = $az4265;
3303
        return $this;
3304
    }
3305
3306
    /**
3307
     * Set the az4266.
3308
     *
3309
     * @param float|null $az4266 The az4266.
3310
     * @return DecTvaGroupe Returns this Dec tva groupe.
3311
     */
3312
    public function setAz4266(?float $az4266): DecTvaGroupe {
3313
        $this->az4266 = $az4266;
3314
        return $this;
3315
    }
3316
3317
    /**
3318
     * Set the az4267.
3319
     *
3320
     * @param float|null $az4267 The az4267.
3321
     * @return DecTvaGroupe Returns this Dec tva groupe.
3322
     */
3323
    public function setAz4267(?float $az4267): DecTvaGroupe {
3324
        $this->az4267 = $az4267;
3325
        return $this;
3326
    }
3327
3328
    /**
3329
     * Set the az4268.
3330
     *
3331
     * @param float|null $az4268 The az4268.
3332
     * @return DecTvaGroupe Returns this Dec tva groupe.
3333
     */
3334
    public function setAz4268(?float $az4268): DecTvaGroupe {
3335
        $this->az4268 = $az4268;
3336
        return $this;
3337
    }
3338
3339
    /**
3340
     * Set the az4268 base.
3341
     *
3342
     * @param float|null $az4268Base The az4268 base.
3343
     * @return DecTvaGroupe Returns this Dec tva groupe.
3344
     */
3345
    public function setAz4268Base(?float $az4268Base): DecTvaGroupe {
3346
        $this->az4268Base = $az4268Base;
3347
        return $this;
3348
    }
3349
3350
    /**
3351
     * Set the az4269.
3352
     *
3353
     * @param float|null $az4269 The az4269.
3354
     * @return DecTvaGroupe Returns this Dec tva groupe.
3355
     */
3356
    public function setAz4269(?float $az4269): DecTvaGroupe {
3357
        $this->az4269 = $az4269;
3358
        return $this;
3359
    }
3360
3361
    /**
3362
     * Set the az4269 base.
3363
     *
3364
     * @param float|null $az4269Base The az4269 base.
3365
     * @return DecTvaGroupe Returns this Dec tva groupe.
3366
     */
3367
    public function setAz4269Base(?float $az4269Base): DecTvaGroupe {
3368
        $this->az4269Base = $az4269Base;
3369
        return $this;
3370
    }
3371
3372
    /**
3373
     * Set the az4270.
3374
     *
3375
     * @param float|null $az4270 The az4270.
3376
     * @return DecTvaGroupe Returns this Dec tva groupe.
3377
     */
3378
    public function setAz4270(?float $az4270): DecTvaGroupe {
3379
        $this->az4270 = $az4270;
3380
        return $this;
3381
    }
3382
3383
    /**
3384
     * Set the az4270 base.
3385
     *
3386
     * @param float|null $az4270Base The az4270 base.
3387
     * @return DecTvaGroupe Returns this Dec tva groupe.
3388
     */
3389
    public function setAz4270Base(?float $az4270Base): DecTvaGroupe {
3390
        $this->az4270Base = $az4270Base;
3391
        return $this;
3392
    }
3393
3394
    /**
3395
     * Set the az4271.
3396
     *
3397
     * @param float|null $az4271 The az4271.
3398
     * @return DecTvaGroupe Returns this Dec tva groupe.
3399
     */
3400
    public function setAz4271(?float $az4271): DecTvaGroupe {
3401
        $this->az4271 = $az4271;
3402
        return $this;
3403
    }
3404
3405
    /**
3406
     * Set the az4271 base.
3407
     *
3408
     * @param float|null $az4271Base The az4271 base.
3409
     * @return DecTvaGroupe Returns this Dec tva groupe.
3410
     */
3411
    public function setAz4271Base(?float $az4271Base): DecTvaGroupe {
3412
        $this->az4271Base = $az4271Base;
3413
        return $this;
3414
    }
3415
3416
    /**
3417
     * Set the az4272.
3418
     *
3419
     * @param float|null $az4272 The az4272.
3420
     * @return DecTvaGroupe Returns this Dec tva groupe.
3421
     */
3422
    public function setAz4272(?float $az4272): DecTvaGroupe {
3423
        $this->az4272 = $az4272;
3424
        return $this;
3425
    }
3426
3427
    /**
3428
     * Set the az4274.
3429
     *
3430
     * @param float|null $az4274 The az4274.
3431
     * @return DecTvaGroupe Returns this Dec tva groupe.
3432
     */
3433
    public function setAz4274(?float $az4274): DecTvaGroupe {
3434
        $this->az4274 = $az4274;
3435
        return $this;
3436
    }
3437
3438
    /**
3439
     * Set the az4276.
3440
     *
3441
     * @param float|null $az4276 The az4276.
3442
     * @return DecTvaGroupe Returns this Dec tva groupe.
3443
     */
3444
    public function setAz4276(?float $az4276): DecTvaGroupe {
3445
        $this->az4276 = $az4276;
3446
        return $this;
3447
    }
3448
3449
    /**
3450
     * Set the az4276 base.
3451
     *
3452
     * @param float|null $az4276Base The az4276 base.
3453
     * @return DecTvaGroupe Returns this Dec tva groupe.
3454
     */
3455
    public function setAz4276Base(?float $az4276Base): DecTvaGroupe {
3456
        $this->az4276Base = $az4276Base;
3457
        return $this;
3458
    }
3459
3460
    /**
3461
     * Set the az4277.
3462
     *
3463
     * @param float|null $az4277 The az4277.
3464
     * @return DecTvaGroupe Returns this Dec tva groupe.
3465
     */
3466
    public function setAz4277(?float $az4277): DecTvaGroupe {
3467
        $this->az4277 = $az4277;
3468
        return $this;
3469
    }
3470
3471
    /**
3472
     * Set the az4277 base.
3473
     *
3474
     * @param float|null $az4277Base The az4277 base.
3475
     * @return DecTvaGroupe Returns this Dec tva groupe.
3476
     */
3477
    public function setAz4277Base(?float $az4277Base): DecTvaGroupe {
3478
        $this->az4277Base = $az4277Base;
3479
        return $this;
3480
    }
3481
3482
    /**
3483
     * Set the az4278.
3484
     *
3485
     * @param float|null $az4278 The az4278.
3486
     * @return DecTvaGroupe Returns this Dec tva groupe.
3487
     */
3488
    public function setAz4278(?float $az4278): DecTvaGroupe {
3489
        $this->az4278 = $az4278;
3490
        return $this;
3491
    }
3492
3493
    /**
3494
     * Set the az4279.
3495
     *
3496
     * @param float|null $az4279 The az4279.
3497
     * @return DecTvaGroupe Returns this Dec tva groupe.
3498
     */
3499
    public function setAz4279(?float $az4279): DecTvaGroupe {
3500
        $this->az4279 = $az4279;
3501
        return $this;
3502
    }
3503
3504
    /**
3505
     * Set the az4280.
3506
     *
3507
     * @param float|null $az4280 The az4280.
3508
     * @return DecTvaGroupe Returns this Dec tva groupe.
3509
     */
3510
    public function setAz4280(?float $az4280): DecTvaGroupe {
3511
        $this->az4280 = $az4280;
3512
        return $this;
3513
    }
3514
3515
    /**
3516
     * Set the az4281.
3517
     *
3518
     * @param float|null $az4281 The az4281.
3519
     * @return DecTvaGroupe Returns this Dec tva groupe.
3520
     */
3521
    public function setAz4281(?float $az4281): DecTvaGroupe {
3522
        $this->az4281 = $az4281;
3523
        return $this;
3524
    }
3525
3526
    /**
3527
     * Set the az4282.
3528
     *
3529
     * @param float|null $az4282 The az4282.
3530
     * @return DecTvaGroupe Returns this Dec tva groupe.
3531
     */
3532
    public function setAz4282(?float $az4282): DecTvaGroupe {
3533
        $this->az4282 = $az4282;
3534
        return $this;
3535
    }
3536
3537
    /**
3538
     * Set the az4283.
3539
     *
3540
     * @param float|null $az4283 The az4283.
3541
     * @return DecTvaGroupe Returns this Dec tva groupe.
3542
     */
3543
    public function setAz4283(?float $az4283): DecTvaGroupe {
3544
        $this->az4283 = $az4283;
3545
        return $this;
3546
    }
3547
3548
    /**
3549
     * Set the az4284.
3550
     *
3551
     * @param float|null $az4284 The az4284.
3552
     * @return DecTvaGroupe Returns this Dec tva groupe.
3553
     */
3554
    public function setAz4284(?float $az4284): DecTvaGroupe {
3555
        $this->az4284 = $az4284;
3556
        return $this;
3557
    }
3558
3559
    /**
3560
     * Set the az4285.
3561
     *
3562
     * @param float|null $az4285 The az4285.
3563
     * @return DecTvaGroupe Returns this Dec tva groupe.
3564
     */
3565
    public function setAz4285(?float $az4285): DecTvaGroupe {
3566
        $this->az4285 = $az4285;
3567
        return $this;
3568
    }
3569
3570
    /**
3571
     * Set the az4288.
3572
     *
3573
     * @param float|null $az4288 The az4288.
3574
     * @return DecTvaGroupe Returns this Dec tva groupe.
3575
     */
3576
    public function setAz4288(?float $az4288): DecTvaGroupe {
3577
        $this->az4288 = $az4288;
3578
        return $this;
3579
    }
3580
3581
    /**
3582
     * Set the az4289.
3583
     *
3584
     * @param float|null $az4289 The az4289.
3585
     * @return DecTvaGroupe Returns this Dec tva groupe.
3586
     */
3587
    public function setAz4289(?float $az4289): DecTvaGroupe {
3588
        $this->az4289 = $az4289;
3589
        return $this;
3590
    }
3591
3592
    /**
3593
     * Set the az4290.
3594
     *
3595
     * @param float|null $az4290 The az4290.
3596
     * @return DecTvaGroupe Returns this Dec tva groupe.
3597
     */
3598
    public function setAz4290(?float $az4290): DecTvaGroupe {
3599
        $this->az4290 = $az4290;
3600
        return $this;
3601
    }
3602
3603
    /**
3604
     * Set the corres1.
3605
     *
3606
     * @param string|null $corres1 The corres1.
3607
     * @return DecTvaGroupe Returns this Dec tva groupe.
3608
     */
3609
    public function setCorres1(?string $corres1): DecTvaGroupe {
3610
        $this->corres1 = $corres1;
3611
        return $this;
3612
    }
3613
3614
    /**
3615
     * Set the corres2.
3616
     *
3617
     * @param string|null $corres2 The corres2.
3618
     * @return DecTvaGroupe Returns this Dec tva groupe.
3619
     */
3620
    public function setCorres2(?string $corres2): DecTvaGroupe {
3621
        $this->corres2 = $corres2;
3622
        return $this;
3623
    }
3624
3625
    /**
3626
     * Set the corres3.
3627
     *
3628
     * @param string|null $corres3 The corres3.
3629
     * @return DecTvaGroupe Returns this Dec tva groupe.
3630
     */
3631
    public function setCorres3(?string $corres3): DecTvaGroupe {
3632
        $this->corres3 = $corres3;
3633
        return $this;
3634
    }
3635
3636
    /**
3637
     * Set the corres4.
3638
     *
3639
     * @param string|null $corres4 The corres4.
3640
     * @return DecTvaGroupe Returns this Dec tva groupe.
3641
     */
3642
    public function setCorres4(?string $corres4): DecTvaGroupe {
3643
        $this->corres4 = $corres4;
3644
        return $this;
3645
    }
3646
3647
    /**
3648
     * Set the corres5.
3649
     *
3650
     * @param string|null $corres5 The corres5.
3651
     * @return DecTvaGroupe Returns this Dec tva groupe.
3652
     */
3653
    public function setCorres5(?string $corres5): DecTvaGroupe {
3654
        $this->corres5 = $corres5;
3655
        return $this;
3656
    }
3657
3658
    /**
3659
     * Set the date dec.
3660
     *
3661
     * @param string|null $dateDec The date dec.
3662
     * @return DecTvaGroupe Returns this Dec tva groupe.
3663
     */
3664
    public function setDateDec(?string $dateDec): DecTvaGroupe {
3665
        $this->dateDec = $dateDec;
3666
        return $this;
3667
    }
3668
3669
    /**
3670
     * Set the debut exo.
3671
     *
3672
     * @param DateTime|null $debutExo The debut exo.
3673
     * @return DecTvaGroupe Returns this Dec tva groupe.
3674
     */
3675
    public function setDebutExo(?DateTime $debutExo): DecTvaGroupe {
3676
        $this->debutExo = $debutExo;
3677
        return $this;
3678
    }
3679
3680
    /**
3681
     * Set the fin exo.
3682
     *
3683
     * @param DateTime|null $finExo The fin exo.
3684
     * @return DecTvaGroupe Returns this Dec tva groupe.
3685
     */
3686
    public function setFinExo(?DateTime $finExo): DecTvaGroupe {
3687
        $this->finExo = $finExo;
3688
        return $this;
3689
    }
3690
3691
    /**
3692
     * Set the lib doss.
3693
     *
3694
     * @param string|null $libDoss The lib doss.
3695
     * @return DecTvaGroupe Returns this Dec tva groupe.
3696
     */
3697
    public function setLibDoss(?string $libDoss): DecTvaGroupe {
3698
        $this->libDoss = $libDoss;
3699
        return $this;
3700
    }
3701
3702
    /**
3703
     * Set the mention expresse.
3704
     *
3705
     * @param bool|null $mentionExpresse The mention expresse.
3706
     * @return DecTvaGroupe Returns this Dec tva groupe.
3707
     */
3708
    public function setMentionExpresse(?bool $mentionExpresse): DecTvaGroupe {
3709
        $this->mentionExpresse = $mentionExpresse;
3710
        return $this;
3711
    }
3712
3713
    /**
3714
     * Set the no doss.
3715
     *
3716
     * @param string|null $noDoss The no doss.
3717
     * @return DecTvaGroupe Returns this Dec tva groupe.
3718
     */
3719
    public function setNoDoss(?string $noDoss): DecTvaGroupe {
3720
        $this->noDoss = $noDoss;
3721
        return $this;
3722
    }
3723
3724
    /**
3725
     * Set the no lot ecritures.
3726
     *
3727
     * @param int|null $noLotEcritures The no lot ecritures.
3728
     * @return DecTvaGroupe Returns this Dec tva groupe.
3729
     */
3730
    public function setNoLotEcritures(?int $noLotEcritures): DecTvaGroupe {
3731
        $this->noLotEcritures = $noLotEcritures;
3732
        return $this;
3733
    }
3734
3735
    /**
3736
     * Set the num uniq.
3737
     *
3738
     * @param int|null $numUniq The num uniq.
3739
     * @return DecTvaGroupe Returns this Dec tva groupe.
3740
     */
3741
    public function setNumUniq(?int $numUniq): DecTvaGroupe {
3742
        $this->numUniq = $numUniq;
3743
        return $this;
3744
    }
3745
3746
    /**
3747
     * Set the paiement imputation.
3748
     *
3749
     * @param bool|null $paiementImputation The paiement imputation.
3750
     * @return DecTvaGroupe Returns this Dec tva groupe.
3751
     */
3752
    public function setPaiementImputation(?bool $paiementImputation): DecTvaGroupe {
3753
        $this->paiementImputation = $paiementImputation;
3754
        return $this;
3755
    }
3756
3757
    /**
3758
     * Set the periode.
3759
     *
3760
     * @param DateTime|null $periode The periode.
3761
     * @return DecTvaGroupe Returns this Dec tva groupe.
3762
     */
3763
    public function setPeriode(?DateTime $periode): DecTvaGroupe {
3764
        $this->periode = $periode;
3765
        return $this;
3766
    }
3767
3768
    /**
3769
     * Set the sel adresse dest.
3770
     *
3771
     * @param string|null $selAdresseDest The sel adresse dest.
3772
     * @return DecTvaGroupe Returns this Dec tva groupe.
3773
     */
3774
    public function setSelAdresseDest(?string $selAdresseDest): DecTvaGroupe {
3775
        $this->selAdresseDest = $selAdresseDest;
3776
        return $this;
3777
    }
3778
3779
    /**
3780
     * Set the total.
3781
     *
3782
     * @param float|null $total The total.
3783
     * @return DecTvaGroupe Returns this Dec tva groupe.
3784
     */
3785
    public function setTotal(?float $total): DecTvaGroupe {
3786
        $this->total = $total;
3787
        return $this;
3788
    }
3789
3790
    /**
3791
     * Set the type dec.
3792
     *
3793
     * @param string|null $typeDec The type dec.
3794
     * @return DecTvaGroupe Returns this Dec tva groupe.
3795
     */
3796
    public function setTypeDec(?string $typeDec): DecTvaGroupe {
3797
        $this->typeDec = $typeDec;
3798
        return $this;
3799
    }
3800
3801
    /**
3802
     * Set the ville.
3803
     *
3804
     * @param string|null $ville The ville.
3805
     * @return DecTvaGroupe Returns this Dec tva groupe.
3806
     */
3807
    public function setVille(?string $ville): DecTvaGroupe {
3808
        $this->ville = $ville;
3809
        return $this;
3810
    }
3811
3812
    /**
3813
     * Set the z0100b.
3814
     *
3815
     * @param float|null $z0100b The z0100b.
3816
     * @return DecTvaGroupe Returns this Dec tva groupe.
3817
     */
3818
    public function setZ0100b(?float $z0100b): DecTvaGroupe {
3819
        $this->z0100b = $z0100b;
3820
        return $this;
3821
    }
3822
3823
    /**
3824
     * Set the z0121b.
3825
     *
3826
     * @param float|null $z0121b The z0121b.
3827
     * @return DecTvaGroupe Returns this Dec tva groupe.
3828
     */
3829
    public function setZ0121b(?float $z0121b): DecTvaGroupe {
3830
        $this->z0121b = $z0121b;
3831
        return $this;
3832
    }
3833
3834
    /**
3835
     * Set the z0705.
3836
     *
3837
     * @param float|null $z0705 The z0705.
3838
     * @return DecTvaGroupe Returns this Dec tva groupe.
3839
     */
3840
    public function setZ0705(?float $z0705): DecTvaGroupe {
3841
        $this->z0705 = $z0705;
3842
        return $this;
3843
    }
3844
3845
    /**
3846
     * Set the z0920b.
3847
     *
3848
     * @param float|null $z0920b The z0920b.
3849
     * @return DecTvaGroupe Returns this Dec tva groupe.
3850
     */
3851
    public function setZ0920b(?float $z0920b): DecTvaGroupe {
3852
        $this->z0920b = $z0920b;
3853
        return $this;
3854
    }
3855
3856
    /**
3857
     * Set the z12 code.
3858
     *
3859
     * @param string|null $z12Code The z12 code.
3860
     * @return DecTvaGroupe Returns this Dec tva groupe.
3861
     */
3862
    public function setZ12Code(?string $z12Code): DecTvaGroupe {
3863
        $this->z12Code = $z12Code;
3864
        return $this;
3865
    }
3866
3867
    /**
3868
     * Set the z12 lib.
3869
     *
3870
     * @param string|null $z12Lib The z12 lib.
3871
     * @return DecTvaGroupe Returns this Dec tva groupe.
3872
     */
3873
    public function setZ12Lib(?string $z12Lib): DecTvaGroupe {
3874
        $this->z12Lib = $z12Lib;
3875
        return $this;
3876
    }
3877
3878
    /**
3879
     * Set the z12 taxe.
3880
     *
3881
     * @param float|null $z12Taxe The z12 taxe.
3882
     * @return DecTvaGroupe Returns this Dec tva groupe.
3883
     */
3884
    public function setZ12Taxe(?float $z12Taxe): DecTvaGroupe {
3885
        $this->z12Taxe = $z12Taxe;
3886
        return $this;
3887
    }
3888
3889
    /**
3890
     * Set the z14.
3891
     *
3892
     * @param float|null $z14 The z14.
3893
     * @return DecTvaGroupe Returns this Dec tva groupe.
3894
     */
3895
    public function setZ14(?float $z14): DecTvaGroupe {
3896
        $this->z14 = $z14;
3897
        return $this;
3898
    }
3899
3900
    /**
3901
     * Set the z196b.
3902
     *
3903
     * @param float|null $z196b The z196b.
3904
     * @return DecTvaGroupe Returns this Dec tva groupe.
3905
     */
3906
    public function setZ196b(?float $z196b): DecTvaGroupe {
3907
        $this->z196b = $z196b;
3908
        return $this;
3909
    }
3910
3911
    /**
3912
     * Set the z21.
3913
     *
3914
     * @param float|null $z21 The z21.
3915
     * @return DecTvaGroupe Returns this Dec tva groupe.
3916
     */
3917
    public function setZ21(?float $z21): DecTvaGroupe {
3918
        $this->z21 = $z21;
3919
        return $this;
3920
    }
3921
3922
    /**
3923
     * Set the z25.
3924
     *
3925
     * @param float|null $z25 The z25.
3926
     * @return DecTvaGroupe Returns this Dec tva groupe.
3927
     */
3928
    public function setZ25(?float $z25): DecTvaGroupe {
3929
        $this->z25 = $z25;
3930
        return $this;
3931
    }
3932
3933
    /**
3934
     * Set the z4227.
3935
     *
3936
     * @param float|null $z4227 The z4227.
3937
     * @return DecTvaGroupe Returns this Dec tva groupe.
3938
     */
3939
    public function setZ4227(?float $z4227): DecTvaGroupe {
3940
        $this->z4227 = $z4227;
3941
        return $this;
3942
    }
3943
3944
    /**
3945
     * Set the z8001.
3946
     *
3947
     * @param float|null $z8001 The z8001.
3948
     * @return DecTvaGroupe Returns this Dec tva groupe.
3949
     */
3950
    public function setZ8001(?float $z8001): DecTvaGroupe {
3951
        $this->z8001 = $z8001;
3952
        return $this;
3953
    }
3954
3955
    /**
3956
     * Set the z8002.
3957
     *
3958
     * @param float|null $z8002 The z8002.
3959
     * @return DecTvaGroupe Returns this Dec tva groupe.
3960
     */
3961
    public function setZ8002(?float $z8002): DecTvaGroupe {
3962
        $this->z8002 = $z8002;
3963
        return $this;
3964
    }
3965
3966
    /**
3967
     * Set the z8003.
3968
     *
3969
     * @param float|null $z8003 The z8003.
3970
     * @return DecTvaGroupe Returns this Dec tva groupe.
3971
     */
3972
    public function setZ8003(?float $z8003): DecTvaGroupe {
3973
        $this->z8003 = $z8003;
3974
        return $this;
3975
    }
3976
3977
    /**
3978
     * Set the z8005.
3979
     *
3980
     * @param float|null $z8005 The z8005.
3981
     * @return DecTvaGroupe Returns this Dec tva groupe.
3982
     */
3983
    public function setZ8005(?float $z8005): DecTvaGroupe {
3984
        $this->z8005 = $z8005;
3985
        return $this;
3986
    }
3987
3988
    /**
3989
     * Set the z8006.
3990
     *
3991
     * @param float|null $z8006 The z8006.
3992
     * @return DecTvaGroupe Returns this Dec tva groupe.
3993
     */
3994
    public function setZ8006(?float $z8006): DecTvaGroupe {
3995
        $this->z8006 = $z8006;
3996
        return $this;
3997
    }
3998
3999
    /**
4000
     * Set the z9979.
4001
     *
4002
     * @param float|null $z9979 The z9979.
4003
     * @return DecTvaGroupe Returns this Dec tva groupe.
4004
     */
4005
    public function setZ9979(?float $z9979): DecTvaGroupe {
4006
        $this->z9979 = $z9979;
4007
        return $this;
4008
    }
4009
4010
    /**
4011
     * Set the z9989.
4012
     *
4013
     * @param float|null $z9989 The z9989.
4014
     * @return DecTvaGroupe Returns this Dec tva groupe.
4015
     */
4016
    public function setZ9989(?float $z9989): DecTvaGroupe {
4017
        $this->z9989 = $z9989;
4018
        return $this;
4019
    }
4020
4021
    /**
4022
     * Set the z9991.
4023
     *
4024
     * @param float|null $z9991 The z9991.
4025
     * @return DecTvaGroupe Returns this Dec tva groupe.
4026
     */
4027
    public function setZ9991(?float $z9991): DecTvaGroupe {
4028
        $this->z9991 = $z9991;
4029
        return $this;
4030
    }
4031
4032
    /**
4033
     * Set the z9999.
4034
     *
4035
     * @param float|null $z9999 The z9999.
4036
     * @return DecTvaGroupe Returns this Dec tva groupe.
4037
     */
4038
    public function setZ9999(?float $z9999): DecTvaGroupe {
4039
        $this->z9999 = $z9999;
4040
        return $this;
4041
    }
4042
4043
    /**
4044
     * Set the z9 b taxe.
4045
     *
4046
     * @param float|null $z9BTaxe The z9 b taxe.
4047
     * @return DecTvaGroupe Returns this Dec tva groupe.
4048
     */
4049
    public function setZ9BTaxe(?float $z9BTaxe): DecTvaGroupe {
4050
        $this->z9BTaxe = $z9BTaxe;
4051
        return $this;
4052
    }
4053
4054
    /**
4055
     * Set the i lock.
4056
     *
4057
     * @param int|null $iLock The i lock.
4058
     * @return DecTvaGroupe Returns this Dec tva groupe.
4059
     */
4060
    public function setiLock(?int $iLock): DecTvaGroupe {
4061
        $this->iLock = $iLock;
4062
        return $this;
4063
    }
4064
4065
    /**
4066
     * Set the z0151b.
4067
     *
4068
     * @param float|null $z0151b The z0151b.
4069
     * @return DecTvaGroupe Returns this Dec tva groupe.
4070
     */
4071
    public function setz0151b(?float $z0151b): DecTvaGroupe {
4072
        $this->z0151b = $z0151b;
4073
        return $this;
4074
    }
4075
4076
    /**
4077
     * Set the z0207b.
4078
     *
4079
     * @param float|null $z0207b The z0207b.
4080
     * @return DecTvaGroupe Returns this Dec tva groupe.
4081
     */
4082
    public function setz0207b(?float $z0207b): DecTvaGroupe {
4083
        $this->z0207b = $z0207b;
4084
        return $this;
4085
    }
4086
4087
    /**
4088
     * Set the z0600.
4089
     *
4090
     * @param float|null $z0600 The z0600.
4091
     * @return DecTvaGroupe Returns this Dec tva groupe.
4092
     */
4093
    public function setZ0600(?float $z0600): DecTvaGroupe {
4094
        $this->z0600 = $z0600;
4095
        return $this;
4096
    }
4097
4098
    /**
4099
     * Set the z0900b.
4100
     *
4101
     * @param float|null $z0900b The z0900b.
4102
     * @return DecTvaGroupe Returns this Dec tva groupe.
4103
     */
4104
    public function setZ0900b(?float $z0900b): DecTvaGroupe {
4105
        $this->z0900b = $z0900b;
4106
        return $this;
4107
    }
4108
}
4109