|
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\QGI; |
|
13
|
|
|
|
|
14
|
|
|
use DateTime; |
|
15
|
|
|
|
|
16
|
|
|
/** |
|
17
|
|
|
* Criteres libres. |
|
18
|
|
|
* |
|
19
|
|
|
* @author webeweb <https://github.com/webeweb/> |
|
20
|
|
|
* @package WBW\Library\Core\ThirdParty\Quadratus\Model\QGI |
|
21
|
|
|
*/ |
|
22
|
|
|
class CriteresLibres { |
|
23
|
|
|
|
|
24
|
|
|
/** |
|
25
|
|
|
* Case1. |
|
26
|
|
|
* |
|
27
|
|
|
* @var bool|null |
|
28
|
|
|
*/ |
|
29
|
|
|
private $case1; |
|
30
|
|
|
|
|
31
|
|
|
/** |
|
32
|
|
|
* Case10. |
|
33
|
|
|
* |
|
34
|
|
|
* @var bool|null |
|
35
|
|
|
*/ |
|
36
|
|
|
private $case10; |
|
37
|
|
|
|
|
38
|
|
|
/** |
|
39
|
|
|
* Case11. |
|
40
|
|
|
* |
|
41
|
|
|
* @var bool|null |
|
42
|
|
|
*/ |
|
43
|
|
|
private $case11; |
|
44
|
|
|
|
|
45
|
|
|
/** |
|
46
|
|
|
* Case12. |
|
47
|
|
|
* |
|
48
|
|
|
* @var bool|null |
|
49
|
|
|
*/ |
|
50
|
|
|
private $case12; |
|
51
|
|
|
|
|
52
|
|
|
/** |
|
53
|
|
|
* Case13. |
|
54
|
|
|
* |
|
55
|
|
|
* @var bool|null |
|
56
|
|
|
*/ |
|
57
|
|
|
private $case13; |
|
58
|
|
|
|
|
59
|
|
|
/** |
|
60
|
|
|
* Case14. |
|
61
|
|
|
* |
|
62
|
|
|
* @var bool|null |
|
63
|
|
|
*/ |
|
64
|
|
|
private $case14; |
|
65
|
|
|
|
|
66
|
|
|
/** |
|
67
|
|
|
* Case15. |
|
68
|
|
|
* |
|
69
|
|
|
* @var bool|null |
|
70
|
|
|
*/ |
|
71
|
|
|
private $case15; |
|
72
|
|
|
|
|
73
|
|
|
/** |
|
74
|
|
|
* Case16. |
|
75
|
|
|
* |
|
76
|
|
|
* @var bool|null |
|
77
|
|
|
*/ |
|
78
|
|
|
private $case16; |
|
79
|
|
|
|
|
80
|
|
|
/** |
|
81
|
|
|
* Case17. |
|
82
|
|
|
* |
|
83
|
|
|
* @var bool|null |
|
84
|
|
|
*/ |
|
85
|
|
|
private $case17; |
|
86
|
|
|
|
|
87
|
|
|
/** |
|
88
|
|
|
* Case18. |
|
89
|
|
|
* |
|
90
|
|
|
* @var bool|null |
|
91
|
|
|
*/ |
|
92
|
|
|
private $case18; |
|
93
|
|
|
|
|
94
|
|
|
/** |
|
95
|
|
|
* Case19. |
|
96
|
|
|
* |
|
97
|
|
|
* @var bool|null |
|
98
|
|
|
*/ |
|
99
|
|
|
private $case19; |
|
100
|
|
|
|
|
101
|
|
|
/** |
|
102
|
|
|
* Case2. |
|
103
|
|
|
* |
|
104
|
|
|
* @var bool|null |
|
105
|
|
|
*/ |
|
106
|
|
|
private $case2; |
|
107
|
|
|
|
|
108
|
|
|
/** |
|
109
|
|
|
* Case20. |
|
110
|
|
|
* |
|
111
|
|
|
* @var bool|null |
|
112
|
|
|
*/ |
|
113
|
|
|
private $case20; |
|
114
|
|
|
|
|
115
|
|
|
/** |
|
116
|
|
|
* Case21. |
|
117
|
|
|
* |
|
118
|
|
|
* @var bool|null |
|
119
|
|
|
*/ |
|
120
|
|
|
private $case21; |
|
121
|
|
|
|
|
122
|
|
|
/** |
|
123
|
|
|
* Case22. |
|
124
|
|
|
* |
|
125
|
|
|
* @var bool|null |
|
126
|
|
|
*/ |
|
127
|
|
|
private $case22; |
|
128
|
|
|
|
|
129
|
|
|
/** |
|
130
|
|
|
* Case23. |
|
131
|
|
|
* |
|
132
|
|
|
* @var bool|null |
|
133
|
|
|
*/ |
|
134
|
|
|
private $case23; |
|
135
|
|
|
|
|
136
|
|
|
/** |
|
137
|
|
|
* Case24. |
|
138
|
|
|
* |
|
139
|
|
|
* @var bool|null |
|
140
|
|
|
*/ |
|
141
|
|
|
private $case24; |
|
142
|
|
|
|
|
143
|
|
|
/** |
|
144
|
|
|
* Case25. |
|
145
|
|
|
* |
|
146
|
|
|
* @var bool|null |
|
147
|
|
|
*/ |
|
148
|
|
|
private $case25; |
|
149
|
|
|
|
|
150
|
|
|
/** |
|
151
|
|
|
* Case26. |
|
152
|
|
|
* |
|
153
|
|
|
* @var bool|null |
|
154
|
|
|
*/ |
|
155
|
|
|
private $case26; |
|
156
|
|
|
|
|
157
|
|
|
/** |
|
158
|
|
|
* Case27. |
|
159
|
|
|
* |
|
160
|
|
|
* @var bool|null |
|
161
|
|
|
*/ |
|
162
|
|
|
private $case27; |
|
163
|
|
|
|
|
164
|
|
|
/** |
|
165
|
|
|
* Case28. |
|
166
|
|
|
* |
|
167
|
|
|
* @var bool|null |
|
168
|
|
|
*/ |
|
169
|
|
|
private $case28; |
|
170
|
|
|
|
|
171
|
|
|
/** |
|
172
|
|
|
* Case29. |
|
173
|
|
|
* |
|
174
|
|
|
* @var bool|null |
|
175
|
|
|
*/ |
|
176
|
|
|
private $case29; |
|
177
|
|
|
|
|
178
|
|
|
/** |
|
179
|
|
|
* Case3. |
|
180
|
|
|
* |
|
181
|
|
|
* @var bool|null |
|
182
|
|
|
*/ |
|
183
|
|
|
private $case3; |
|
184
|
|
|
|
|
185
|
|
|
/** |
|
186
|
|
|
* Case30. |
|
187
|
|
|
* |
|
188
|
|
|
* @var bool|null |
|
189
|
|
|
*/ |
|
190
|
|
|
private $case30; |
|
191
|
|
|
|
|
192
|
|
|
/** |
|
193
|
|
|
* Case31. |
|
194
|
|
|
* |
|
195
|
|
|
* @var bool|null |
|
196
|
|
|
*/ |
|
197
|
|
|
private $case31; |
|
198
|
|
|
|
|
199
|
|
|
/** |
|
200
|
|
|
* Case32. |
|
201
|
|
|
* |
|
202
|
|
|
* @var bool|null |
|
203
|
|
|
*/ |
|
204
|
|
|
private $case32; |
|
205
|
|
|
|
|
206
|
|
|
/** |
|
207
|
|
|
* Case33. |
|
208
|
|
|
* |
|
209
|
|
|
* @var bool|null |
|
210
|
|
|
*/ |
|
211
|
|
|
private $case33; |
|
212
|
|
|
|
|
213
|
|
|
/** |
|
214
|
|
|
* Case34. |
|
215
|
|
|
* |
|
216
|
|
|
* @var bool|null |
|
217
|
|
|
*/ |
|
218
|
|
|
private $case34; |
|
219
|
|
|
|
|
220
|
|
|
/** |
|
221
|
|
|
* Case35. |
|
222
|
|
|
* |
|
223
|
|
|
* @var bool|null |
|
224
|
|
|
*/ |
|
225
|
|
|
private $case35; |
|
226
|
|
|
|
|
227
|
|
|
/** |
|
228
|
|
|
* Case36. |
|
229
|
|
|
* |
|
230
|
|
|
* @var bool|null |
|
231
|
|
|
*/ |
|
232
|
|
|
private $case36; |
|
233
|
|
|
|
|
234
|
|
|
/** |
|
235
|
|
|
* Case37. |
|
236
|
|
|
* |
|
237
|
|
|
* @var bool|null |
|
238
|
|
|
*/ |
|
239
|
|
|
private $case37; |
|
240
|
|
|
|
|
241
|
|
|
/** |
|
242
|
|
|
* Case38. |
|
243
|
|
|
* |
|
244
|
|
|
* @var bool|null |
|
245
|
|
|
*/ |
|
246
|
|
|
private $case38; |
|
247
|
|
|
|
|
248
|
|
|
/** |
|
249
|
|
|
* Case39. |
|
250
|
|
|
* |
|
251
|
|
|
* @var bool|null |
|
252
|
|
|
*/ |
|
253
|
|
|
private $case39; |
|
254
|
|
|
|
|
255
|
|
|
/** |
|
256
|
|
|
* Case4. |
|
257
|
|
|
* |
|
258
|
|
|
* @var bool|null |
|
259
|
|
|
*/ |
|
260
|
|
|
private $case4; |
|
261
|
|
|
|
|
262
|
|
|
/** |
|
263
|
|
|
* Case40. |
|
264
|
|
|
* |
|
265
|
|
|
* @var bool|null |
|
266
|
|
|
*/ |
|
267
|
|
|
private $case40; |
|
268
|
|
|
|
|
269
|
|
|
/** |
|
270
|
|
|
* Case41. |
|
271
|
|
|
* |
|
272
|
|
|
* @var bool|null |
|
273
|
|
|
*/ |
|
274
|
|
|
private $case41; |
|
275
|
|
|
|
|
276
|
|
|
/** |
|
277
|
|
|
* Case42. |
|
278
|
|
|
* |
|
279
|
|
|
* @var bool|null |
|
280
|
|
|
*/ |
|
281
|
|
|
private $case42; |
|
282
|
|
|
|
|
283
|
|
|
/** |
|
284
|
|
|
* Case43. |
|
285
|
|
|
* |
|
286
|
|
|
* @var bool|null |
|
287
|
|
|
*/ |
|
288
|
|
|
private $case43; |
|
289
|
|
|
|
|
290
|
|
|
/** |
|
291
|
|
|
* Case44. |
|
292
|
|
|
* |
|
293
|
|
|
* @var bool|null |
|
294
|
|
|
*/ |
|
295
|
|
|
private $case44; |
|
296
|
|
|
|
|
297
|
|
|
/** |
|
298
|
|
|
* Case45. |
|
299
|
|
|
* |
|
300
|
|
|
* @var bool|null |
|
301
|
|
|
*/ |
|
302
|
|
|
private $case45; |
|
303
|
|
|
|
|
304
|
|
|
/** |
|
305
|
|
|
* Case46. |
|
306
|
|
|
* |
|
307
|
|
|
* @var bool|null |
|
308
|
|
|
*/ |
|
309
|
|
|
private $case46; |
|
310
|
|
|
|
|
311
|
|
|
/** |
|
312
|
|
|
* Case47. |
|
313
|
|
|
* |
|
314
|
|
|
* @var bool|null |
|
315
|
|
|
*/ |
|
316
|
|
|
private $case47; |
|
317
|
|
|
|
|
318
|
|
|
/** |
|
319
|
|
|
* Case48. |
|
320
|
|
|
* |
|
321
|
|
|
* @var bool|null |
|
322
|
|
|
*/ |
|
323
|
|
|
private $case48; |
|
324
|
|
|
|
|
325
|
|
|
/** |
|
326
|
|
|
* Case49. |
|
327
|
|
|
* |
|
328
|
|
|
* @var bool|null |
|
329
|
|
|
*/ |
|
330
|
|
|
private $case49; |
|
331
|
|
|
|
|
332
|
|
|
/** |
|
333
|
|
|
* Case5. |
|
334
|
|
|
* |
|
335
|
|
|
* @var bool|null |
|
336
|
|
|
*/ |
|
337
|
|
|
private $case5; |
|
338
|
|
|
|
|
339
|
|
|
/** |
|
340
|
|
|
* Case50. |
|
341
|
|
|
* |
|
342
|
|
|
* @var bool|null |
|
343
|
|
|
*/ |
|
344
|
|
|
private $case50; |
|
345
|
|
|
|
|
346
|
|
|
/** |
|
347
|
|
|
* Case6. |
|
348
|
|
|
* |
|
349
|
|
|
* @var bool|null |
|
350
|
|
|
*/ |
|
351
|
|
|
private $case6; |
|
352
|
|
|
|
|
353
|
|
|
/** |
|
354
|
|
|
* Case7. |
|
355
|
|
|
* |
|
356
|
|
|
* @var bool|null |
|
357
|
|
|
*/ |
|
358
|
|
|
private $case7; |
|
359
|
|
|
|
|
360
|
|
|
/** |
|
361
|
|
|
* Case8. |
|
362
|
|
|
* |
|
363
|
|
|
* @var bool|null |
|
364
|
|
|
*/ |
|
365
|
|
|
private $case8; |
|
366
|
|
|
|
|
367
|
|
|
/** |
|
368
|
|
|
* Case9. |
|
369
|
|
|
* |
|
370
|
|
|
* @var bool|null |
|
371
|
|
|
*/ |
|
372
|
|
|
private $case9; |
|
373
|
|
|
|
|
374
|
|
|
/** |
|
375
|
|
|
* Code client. |
|
376
|
|
|
* |
|
377
|
|
|
* @var string|null |
|
378
|
|
|
*/ |
|
379
|
|
|
private $codeClient; |
|
380
|
|
|
|
|
381
|
|
|
/** |
|
382
|
|
|
* Date1. |
|
383
|
|
|
* |
|
384
|
|
|
* @var DateTime|null |
|
385
|
|
|
*/ |
|
386
|
|
|
private $date1; |
|
387
|
|
|
|
|
388
|
|
|
/** |
|
389
|
|
|
* Date10. |
|
390
|
|
|
* |
|
391
|
|
|
* @var DateTime|null |
|
392
|
|
|
*/ |
|
393
|
|
|
private $date10; |
|
394
|
|
|
|
|
395
|
|
|
/** |
|
396
|
|
|
* Date11. |
|
397
|
|
|
* |
|
398
|
|
|
* @var DateTime|null |
|
399
|
|
|
*/ |
|
400
|
|
|
private $date11; |
|
401
|
|
|
|
|
402
|
|
|
/** |
|
403
|
|
|
* Date12. |
|
404
|
|
|
* |
|
405
|
|
|
* @var DateTime|null |
|
406
|
|
|
*/ |
|
407
|
|
|
private $date12; |
|
408
|
|
|
|
|
409
|
|
|
/** |
|
410
|
|
|
* Date13. |
|
411
|
|
|
* |
|
412
|
|
|
* @var DateTime|null |
|
413
|
|
|
*/ |
|
414
|
|
|
private $date13; |
|
415
|
|
|
|
|
416
|
|
|
/** |
|
417
|
|
|
* Date14. |
|
418
|
|
|
* |
|
419
|
|
|
* @var DateTime|null |
|
420
|
|
|
*/ |
|
421
|
|
|
private $date14; |
|
422
|
|
|
|
|
423
|
|
|
/** |
|
424
|
|
|
* Date15. |
|
425
|
|
|
* |
|
426
|
|
|
* @var DateTime|null |
|
427
|
|
|
*/ |
|
428
|
|
|
private $date15; |
|
429
|
|
|
|
|
430
|
|
|
/** |
|
431
|
|
|
* Date16. |
|
432
|
|
|
* |
|
433
|
|
|
* @var DateTime|null |
|
434
|
|
|
*/ |
|
435
|
|
|
private $date16; |
|
436
|
|
|
|
|
437
|
|
|
/** |
|
438
|
|
|
* Date17. |
|
439
|
|
|
* |
|
440
|
|
|
* @var DateTime|null |
|
441
|
|
|
*/ |
|
442
|
|
|
private $date17; |
|
443
|
|
|
|
|
444
|
|
|
/** |
|
445
|
|
|
* Date18. |
|
446
|
|
|
* |
|
447
|
|
|
* @var DateTime|null |
|
448
|
|
|
*/ |
|
449
|
|
|
private $date18; |
|
450
|
|
|
|
|
451
|
|
|
/** |
|
452
|
|
|
* Date19. |
|
453
|
|
|
* |
|
454
|
|
|
* @var DateTime|null |
|
455
|
|
|
*/ |
|
456
|
|
|
private $date19; |
|
457
|
|
|
|
|
458
|
|
|
/** |
|
459
|
|
|
* Date2. |
|
460
|
|
|
* |
|
461
|
|
|
* @var DateTime|null |
|
462
|
|
|
*/ |
|
463
|
|
|
private $date2; |
|
464
|
|
|
|
|
465
|
|
|
/** |
|
466
|
|
|
* Date20. |
|
467
|
|
|
* |
|
468
|
|
|
* @var DateTime|null |
|
469
|
|
|
*/ |
|
470
|
|
|
private $date20; |
|
471
|
|
|
|
|
472
|
|
|
/** |
|
473
|
|
|
* Date3. |
|
474
|
|
|
* |
|
475
|
|
|
* @var DateTime|null |
|
476
|
|
|
*/ |
|
477
|
|
|
private $date3; |
|
478
|
|
|
|
|
479
|
|
|
/** |
|
480
|
|
|
* Date4. |
|
481
|
|
|
* |
|
482
|
|
|
* @var DateTime|null |
|
483
|
|
|
*/ |
|
484
|
|
|
private $date4; |
|
485
|
|
|
|
|
486
|
|
|
/** |
|
487
|
|
|
* Date5. |
|
488
|
|
|
* |
|
489
|
|
|
* @var DateTime|null |
|
490
|
|
|
*/ |
|
491
|
|
|
private $date5; |
|
492
|
|
|
|
|
493
|
|
|
/** |
|
494
|
|
|
* Date6. |
|
495
|
|
|
* |
|
496
|
|
|
* @var DateTime|null |
|
497
|
|
|
*/ |
|
498
|
|
|
private $date6; |
|
499
|
|
|
|
|
500
|
|
|
/** |
|
501
|
|
|
* Date7. |
|
502
|
|
|
* |
|
503
|
|
|
* @var DateTime|null |
|
504
|
|
|
*/ |
|
505
|
|
|
private $date7; |
|
506
|
|
|
|
|
507
|
|
|
/** |
|
508
|
|
|
* Date8. |
|
509
|
|
|
* |
|
510
|
|
|
* @var DateTime|null |
|
511
|
|
|
*/ |
|
512
|
|
|
private $date8; |
|
513
|
|
|
|
|
514
|
|
|
/** |
|
515
|
|
|
* Date9. |
|
516
|
|
|
* |
|
517
|
|
|
* @var DateTime|null |
|
518
|
|
|
*/ |
|
519
|
|
|
private $date9; |
|
520
|
|
|
|
|
521
|
|
|
/** |
|
522
|
|
|
* Texte a. |
|
523
|
|
|
* |
|
524
|
|
|
* @var string|null |
|
525
|
|
|
*/ |
|
526
|
|
|
private $texteA; |
|
527
|
|
|
|
|
528
|
|
|
/** |
|
529
|
|
|
* Texte b. |
|
530
|
|
|
* |
|
531
|
|
|
* @var string|null |
|
532
|
|
|
*/ |
|
533
|
|
|
private $texteB; |
|
534
|
|
|
|
|
535
|
|
|
/** |
|
536
|
|
|
* Texte c. |
|
537
|
|
|
* |
|
538
|
|
|
* @var string|null |
|
539
|
|
|
*/ |
|
540
|
|
|
private $texteC; |
|
541
|
|
|
|
|
542
|
|
|
/** |
|
543
|
|
|
* Texte d. |
|
544
|
|
|
* |
|
545
|
|
|
* @var string|null |
|
546
|
|
|
*/ |
|
547
|
|
|
private $texteD; |
|
548
|
|
|
|
|
549
|
|
|
/** |
|
550
|
|
|
* Texte e. |
|
551
|
|
|
* |
|
552
|
|
|
* @var string|null |
|
553
|
|
|
*/ |
|
554
|
|
|
private $texteE; |
|
555
|
|
|
|
|
556
|
|
|
/** |
|
557
|
|
|
* Texte f. |
|
558
|
|
|
* |
|
559
|
|
|
* @var string|null |
|
560
|
|
|
*/ |
|
561
|
|
|
private $texteF; |
|
562
|
|
|
|
|
563
|
|
|
/** |
|
564
|
|
|
* Texte g. |
|
565
|
|
|
* |
|
566
|
|
|
* @var string|null |
|
567
|
|
|
*/ |
|
568
|
|
|
private $texteG; |
|
569
|
|
|
|
|
570
|
|
|
/** |
|
571
|
|
|
* Texte h. |
|
572
|
|
|
* |
|
573
|
|
|
* @var string|null |
|
574
|
|
|
*/ |
|
575
|
|
|
private $texteH; |
|
576
|
|
|
|
|
577
|
|
|
/** |
|
578
|
|
|
* Texte i. |
|
579
|
|
|
* |
|
580
|
|
|
* @var string|null |
|
581
|
|
|
*/ |
|
582
|
|
|
private $texteI; |
|
583
|
|
|
|
|
584
|
|
|
/** |
|
585
|
|
|
* Texte j. |
|
586
|
|
|
* |
|
587
|
|
|
* @var string|null |
|
588
|
|
|
*/ |
|
589
|
|
|
private $texteJ; |
|
590
|
|
|
|
|
591
|
|
|
/** |
|
592
|
|
|
* Texte k. |
|
593
|
|
|
* |
|
594
|
|
|
* @var string|null |
|
595
|
|
|
*/ |
|
596
|
|
|
private $texteK; |
|
597
|
|
|
|
|
598
|
|
|
/** |
|
599
|
|
|
* Texte l. |
|
600
|
|
|
* |
|
601
|
|
|
* @var string|null |
|
602
|
|
|
*/ |
|
603
|
|
|
private $texteL; |
|
604
|
|
|
|
|
605
|
|
|
/** |
|
606
|
|
|
* Texte m. |
|
607
|
|
|
* |
|
608
|
|
|
* @var string|null |
|
609
|
|
|
*/ |
|
610
|
|
|
private $texteM; |
|
611
|
|
|
|
|
612
|
|
|
/** |
|
613
|
|
|
* Texte n. |
|
614
|
|
|
* |
|
615
|
|
|
* @var string|null |
|
616
|
|
|
*/ |
|
617
|
|
|
private $texteN; |
|
618
|
|
|
|
|
619
|
|
|
/** |
|
620
|
|
|
* Texte o. |
|
621
|
|
|
* |
|
622
|
|
|
* @var string|null |
|
623
|
|
|
*/ |
|
624
|
|
|
private $texteO; |
|
625
|
|
|
|
|
626
|
|
|
/** |
|
627
|
|
|
* Texte p. |
|
628
|
|
|
* |
|
629
|
|
|
* @var string|null |
|
630
|
|
|
*/ |
|
631
|
|
|
private $texteP; |
|
632
|
|
|
|
|
633
|
|
|
/** |
|
634
|
|
|
* Texte q. |
|
635
|
|
|
* |
|
636
|
|
|
* @var string|null |
|
637
|
|
|
*/ |
|
638
|
|
|
private $texteQ; |
|
639
|
|
|
|
|
640
|
|
|
/** |
|
641
|
|
|
* Texte r. |
|
642
|
|
|
* |
|
643
|
|
|
* @var string|null |
|
644
|
|
|
*/ |
|
645
|
|
|
private $texteR; |
|
646
|
|
|
|
|
647
|
|
|
/** |
|
648
|
|
|
* Texte s. |
|
649
|
|
|
* |
|
650
|
|
|
* @var string|null |
|
651
|
|
|
*/ |
|
652
|
|
|
private $texteS; |
|
653
|
|
|
|
|
654
|
|
|
/** |
|
655
|
|
|
* Texte t. |
|
656
|
|
|
* |
|
657
|
|
|
* @var string|null |
|
658
|
|
|
*/ |
|
659
|
|
|
private $texteT; |
|
660
|
|
|
|
|
661
|
|
|
/** |
|
662
|
|
|
* Valeur1. |
|
663
|
|
|
* |
|
664
|
|
|
* @var float|null |
|
665
|
|
|
*/ |
|
666
|
|
|
private $valeur1; |
|
667
|
|
|
|
|
668
|
|
|
/** |
|
669
|
|
|
* Valeur10. |
|
670
|
|
|
* |
|
671
|
|
|
* @var float|null |
|
672
|
|
|
*/ |
|
673
|
|
|
private $valeur10; |
|
674
|
|
|
|
|
675
|
|
|
/** |
|
676
|
|
|
* Valeur11. |
|
677
|
|
|
* |
|
678
|
|
|
* @var float|null |
|
679
|
|
|
*/ |
|
680
|
|
|
private $valeur11; |
|
681
|
|
|
|
|
682
|
|
|
/** |
|
683
|
|
|
* Valeur12. |
|
684
|
|
|
* |
|
685
|
|
|
* @var float|null |
|
686
|
|
|
*/ |
|
687
|
|
|
private $valeur12; |
|
688
|
|
|
|
|
689
|
|
|
/** |
|
690
|
|
|
* Valeur13. |
|
691
|
|
|
* |
|
692
|
|
|
* @var float|null |
|
693
|
|
|
*/ |
|
694
|
|
|
private $valeur13; |
|
695
|
|
|
|
|
696
|
|
|
/** |
|
697
|
|
|
* Valeur14. |
|
698
|
|
|
* |
|
699
|
|
|
* @var float|null |
|
700
|
|
|
*/ |
|
701
|
|
|
private $valeur14; |
|
702
|
|
|
|
|
703
|
|
|
/** |
|
704
|
|
|
* Valeur15. |
|
705
|
|
|
* |
|
706
|
|
|
* @var float|null |
|
707
|
|
|
*/ |
|
708
|
|
|
private $valeur15; |
|
709
|
|
|
|
|
710
|
|
|
/** |
|
711
|
|
|
* Valeur16. |
|
712
|
|
|
* |
|
713
|
|
|
* @var float|null |
|
714
|
|
|
*/ |
|
715
|
|
|
private $valeur16; |
|
716
|
|
|
|
|
717
|
|
|
/** |
|
718
|
|
|
* Valeur17. |
|
719
|
|
|
* |
|
720
|
|
|
* @var float|null |
|
721
|
|
|
*/ |
|
722
|
|
|
private $valeur17; |
|
723
|
|
|
|
|
724
|
|
|
/** |
|
725
|
|
|
* Valeur18. |
|
726
|
|
|
* |
|
727
|
|
|
* @var float|null |
|
728
|
|
|
*/ |
|
729
|
|
|
private $valeur18; |
|
730
|
|
|
|
|
731
|
|
|
/** |
|
732
|
|
|
* Valeur19. |
|
733
|
|
|
* |
|
734
|
|
|
* @var float|null |
|
735
|
|
|
*/ |
|
736
|
|
|
private $valeur19; |
|
737
|
|
|
|
|
738
|
|
|
/** |
|
739
|
|
|
* Valeur2. |
|
740
|
|
|
* |
|
741
|
|
|
* @var float|null |
|
742
|
|
|
*/ |
|
743
|
|
|
private $valeur2; |
|
744
|
|
|
|
|
745
|
|
|
/** |
|
746
|
|
|
* Valeur20. |
|
747
|
|
|
* |
|
748
|
|
|
* @var float|null |
|
749
|
|
|
*/ |
|
750
|
|
|
private $valeur20; |
|
751
|
|
|
|
|
752
|
|
|
/** |
|
753
|
|
|
* Valeur3. |
|
754
|
|
|
* |
|
755
|
|
|
* @var float|null |
|
756
|
|
|
*/ |
|
757
|
|
|
private $valeur3; |
|
758
|
|
|
|
|
759
|
|
|
/** |
|
760
|
|
|
* Valeur4. |
|
761
|
|
|
* |
|
762
|
|
|
* @var float|null |
|
763
|
|
|
*/ |
|
764
|
|
|
private $valeur4; |
|
765
|
|
|
|
|
766
|
|
|
/** |
|
767
|
|
|
* Valeur5. |
|
768
|
|
|
* |
|
769
|
|
|
* @var float|null |
|
770
|
|
|
*/ |
|
771
|
|
|
private $valeur5; |
|
772
|
|
|
|
|
773
|
|
|
/** |
|
774
|
|
|
* Valeur6. |
|
775
|
|
|
* |
|
776
|
|
|
* @var float|null |
|
777
|
|
|
*/ |
|
778
|
|
|
private $valeur6; |
|
779
|
|
|
|
|
780
|
|
|
/** |
|
781
|
|
|
* Valeur7. |
|
782
|
|
|
* |
|
783
|
|
|
* @var float|null |
|
784
|
|
|
*/ |
|
785
|
|
|
private $valeur7; |
|
786
|
|
|
|
|
787
|
|
|
/** |
|
788
|
|
|
* Valeur8. |
|
789
|
|
|
* |
|
790
|
|
|
* @var float|null |
|
791
|
|
|
*/ |
|
792
|
|
|
private $valeur8; |
|
793
|
|
|
|
|
794
|
|
|
/** |
|
795
|
|
|
* Valeur9. |
|
796
|
|
|
* |
|
797
|
|
|
* @var float|null |
|
798
|
|
|
*/ |
|
799
|
|
|
private $valeur9; |
|
800
|
|
|
|
|
801
|
|
|
/** |
|
802
|
|
|
* Constructor. |
|
803
|
|
|
*/ |
|
804
|
|
|
public function __construct() { |
|
805
|
|
|
// NOTHING TO DO |
|
806
|
|
|
} |
|
807
|
|
|
|
|
808
|
|
|
/** |
|
809
|
|
|
* Get the case1. |
|
810
|
|
|
* |
|
811
|
|
|
* @return bool|null Returns the case1. |
|
812
|
|
|
*/ |
|
813
|
|
|
public function getCase1(): ?bool { |
|
814
|
|
|
return $this->case1; |
|
815
|
|
|
} |
|
816
|
|
|
|
|
817
|
|
|
/** |
|
818
|
|
|
* Get the case10. |
|
819
|
|
|
* |
|
820
|
|
|
* @return bool|null Returns the case10. |
|
821
|
|
|
*/ |
|
822
|
|
|
public function getCase10(): ?bool { |
|
823
|
|
|
return $this->case10; |
|
824
|
|
|
} |
|
825
|
|
|
|
|
826
|
|
|
/** |
|
827
|
|
|
* Get the case11. |
|
828
|
|
|
* |
|
829
|
|
|
* @return bool|null Returns the case11. |
|
830
|
|
|
*/ |
|
831
|
|
|
public function getCase11(): ?bool { |
|
832
|
|
|
return $this->case11; |
|
833
|
|
|
} |
|
834
|
|
|
|
|
835
|
|
|
/** |
|
836
|
|
|
* Get the case12. |
|
837
|
|
|
* |
|
838
|
|
|
* @return bool|null Returns the case12. |
|
839
|
|
|
*/ |
|
840
|
|
|
public function getCase12(): ?bool { |
|
841
|
|
|
return $this->case12; |
|
842
|
|
|
} |
|
843
|
|
|
|
|
844
|
|
|
/** |
|
845
|
|
|
* Get the case13. |
|
846
|
|
|
* |
|
847
|
|
|
* @return bool|null Returns the case13. |
|
848
|
|
|
*/ |
|
849
|
|
|
public function getCase13(): ?bool { |
|
850
|
|
|
return $this->case13; |
|
851
|
|
|
} |
|
852
|
|
|
|
|
853
|
|
|
/** |
|
854
|
|
|
* Get the case14. |
|
855
|
|
|
* |
|
856
|
|
|
* @return bool|null Returns the case14. |
|
857
|
|
|
*/ |
|
858
|
|
|
public function getCase14(): ?bool { |
|
859
|
|
|
return $this->case14; |
|
860
|
|
|
} |
|
861
|
|
|
|
|
862
|
|
|
/** |
|
863
|
|
|
* Get the case15. |
|
864
|
|
|
* |
|
865
|
|
|
* @return bool|null Returns the case15. |
|
866
|
|
|
*/ |
|
867
|
|
|
public function getCase15(): ?bool { |
|
868
|
|
|
return $this->case15; |
|
869
|
|
|
} |
|
870
|
|
|
|
|
871
|
|
|
/** |
|
872
|
|
|
* Get the case16. |
|
873
|
|
|
* |
|
874
|
|
|
* @return bool|null Returns the case16. |
|
875
|
|
|
*/ |
|
876
|
|
|
public function getCase16(): ?bool { |
|
877
|
|
|
return $this->case16; |
|
878
|
|
|
} |
|
879
|
|
|
|
|
880
|
|
|
/** |
|
881
|
|
|
* Get the case17. |
|
882
|
|
|
* |
|
883
|
|
|
* @return bool|null Returns the case17. |
|
884
|
|
|
*/ |
|
885
|
|
|
public function getCase17(): ?bool { |
|
886
|
|
|
return $this->case17; |
|
887
|
|
|
} |
|
888
|
|
|
|
|
889
|
|
|
/** |
|
890
|
|
|
* Get the case18. |
|
891
|
|
|
* |
|
892
|
|
|
* @return bool|null Returns the case18. |
|
893
|
|
|
*/ |
|
894
|
|
|
public function getCase18(): ?bool { |
|
895
|
|
|
return $this->case18; |
|
896
|
|
|
} |
|
897
|
|
|
|
|
898
|
|
|
/** |
|
899
|
|
|
* Get the case19. |
|
900
|
|
|
* |
|
901
|
|
|
* @return bool|null Returns the case19. |
|
902
|
|
|
*/ |
|
903
|
|
|
public function getCase19(): ?bool { |
|
904
|
|
|
return $this->case19; |
|
905
|
|
|
} |
|
906
|
|
|
|
|
907
|
|
|
/** |
|
908
|
|
|
* Get the case2. |
|
909
|
|
|
* |
|
910
|
|
|
* @return bool|null Returns the case2. |
|
911
|
|
|
*/ |
|
912
|
|
|
public function getCase2(): ?bool { |
|
913
|
|
|
return $this->case2; |
|
914
|
|
|
} |
|
915
|
|
|
|
|
916
|
|
|
/** |
|
917
|
|
|
* Get the case20. |
|
918
|
|
|
* |
|
919
|
|
|
* @return bool|null Returns the case20. |
|
920
|
|
|
*/ |
|
921
|
|
|
public function getCase20(): ?bool { |
|
922
|
|
|
return $this->case20; |
|
923
|
|
|
} |
|
924
|
|
|
|
|
925
|
|
|
/** |
|
926
|
|
|
* Get the case21. |
|
927
|
|
|
* |
|
928
|
|
|
* @return bool|null Returns the case21. |
|
929
|
|
|
*/ |
|
930
|
|
|
public function getCase21(): ?bool { |
|
931
|
|
|
return $this->case21; |
|
932
|
|
|
} |
|
933
|
|
|
|
|
934
|
|
|
/** |
|
935
|
|
|
* Get the case22. |
|
936
|
|
|
* |
|
937
|
|
|
* @return bool|null Returns the case22. |
|
938
|
|
|
*/ |
|
939
|
|
|
public function getCase22(): ?bool { |
|
940
|
|
|
return $this->case22; |
|
941
|
|
|
} |
|
942
|
|
|
|
|
943
|
|
|
/** |
|
944
|
|
|
* Get the case23. |
|
945
|
|
|
* |
|
946
|
|
|
* @return bool|null Returns the case23. |
|
947
|
|
|
*/ |
|
948
|
|
|
public function getCase23(): ?bool { |
|
949
|
|
|
return $this->case23; |
|
950
|
|
|
} |
|
951
|
|
|
|
|
952
|
|
|
/** |
|
953
|
|
|
* Get the case24. |
|
954
|
|
|
* |
|
955
|
|
|
* @return bool|null Returns the case24. |
|
956
|
|
|
*/ |
|
957
|
|
|
public function getCase24(): ?bool { |
|
958
|
|
|
return $this->case24; |
|
959
|
|
|
} |
|
960
|
|
|
|
|
961
|
|
|
/** |
|
962
|
|
|
* Get the case25. |
|
963
|
|
|
* |
|
964
|
|
|
* @return bool|null Returns the case25. |
|
965
|
|
|
*/ |
|
966
|
|
|
public function getCase25(): ?bool { |
|
967
|
|
|
return $this->case25; |
|
968
|
|
|
} |
|
969
|
|
|
|
|
970
|
|
|
/** |
|
971
|
|
|
* Get the case26. |
|
972
|
|
|
* |
|
973
|
|
|
* @return bool|null Returns the case26. |
|
974
|
|
|
*/ |
|
975
|
|
|
public function getCase26(): ?bool { |
|
976
|
|
|
return $this->case26; |
|
977
|
|
|
} |
|
978
|
|
|
|
|
979
|
|
|
/** |
|
980
|
|
|
* Get the case27. |
|
981
|
|
|
* |
|
982
|
|
|
* @return bool|null Returns the case27. |
|
983
|
|
|
*/ |
|
984
|
|
|
public function getCase27(): ?bool { |
|
985
|
|
|
return $this->case27; |
|
986
|
|
|
} |
|
987
|
|
|
|
|
988
|
|
|
/** |
|
989
|
|
|
* Get the case28. |
|
990
|
|
|
* |
|
991
|
|
|
* @return bool|null Returns the case28. |
|
992
|
|
|
*/ |
|
993
|
|
|
public function getCase28(): ?bool { |
|
994
|
|
|
return $this->case28; |
|
995
|
|
|
} |
|
996
|
|
|
|
|
997
|
|
|
/** |
|
998
|
|
|
* Get the case29. |
|
999
|
|
|
* |
|
1000
|
|
|
* @return bool|null Returns the case29. |
|
1001
|
|
|
*/ |
|
1002
|
|
|
public function getCase29(): ?bool { |
|
1003
|
|
|
return $this->case29; |
|
1004
|
|
|
} |
|
1005
|
|
|
|
|
1006
|
|
|
/** |
|
1007
|
|
|
* Get the case3. |
|
1008
|
|
|
* |
|
1009
|
|
|
* @return bool|null Returns the case3. |
|
1010
|
|
|
*/ |
|
1011
|
|
|
public function getCase3(): ?bool { |
|
1012
|
|
|
return $this->case3; |
|
1013
|
|
|
} |
|
1014
|
|
|
|
|
1015
|
|
|
/** |
|
1016
|
|
|
* Get the case30. |
|
1017
|
|
|
* |
|
1018
|
|
|
* @return bool|null Returns the case30. |
|
1019
|
|
|
*/ |
|
1020
|
|
|
public function getCase30(): ?bool { |
|
1021
|
|
|
return $this->case30; |
|
1022
|
|
|
} |
|
1023
|
|
|
|
|
1024
|
|
|
/** |
|
1025
|
|
|
* Get the case31. |
|
1026
|
|
|
* |
|
1027
|
|
|
* @return bool|null Returns the case31. |
|
1028
|
|
|
*/ |
|
1029
|
|
|
public function getCase31(): ?bool { |
|
1030
|
|
|
return $this->case31; |
|
1031
|
|
|
} |
|
1032
|
|
|
|
|
1033
|
|
|
/** |
|
1034
|
|
|
* Get the case32. |
|
1035
|
|
|
* |
|
1036
|
|
|
* @return bool|null Returns the case32. |
|
1037
|
|
|
*/ |
|
1038
|
|
|
public function getCase32(): ?bool { |
|
1039
|
|
|
return $this->case32; |
|
1040
|
|
|
} |
|
1041
|
|
|
|
|
1042
|
|
|
/** |
|
1043
|
|
|
* Get the case33. |
|
1044
|
|
|
* |
|
1045
|
|
|
* @return bool|null Returns the case33. |
|
1046
|
|
|
*/ |
|
1047
|
|
|
public function getCase33(): ?bool { |
|
1048
|
|
|
return $this->case33; |
|
1049
|
|
|
} |
|
1050
|
|
|
|
|
1051
|
|
|
/** |
|
1052
|
|
|
* Get the case34. |
|
1053
|
|
|
* |
|
1054
|
|
|
* @return bool|null Returns the case34. |
|
1055
|
|
|
*/ |
|
1056
|
|
|
public function getCase34(): ?bool { |
|
1057
|
|
|
return $this->case34; |
|
1058
|
|
|
} |
|
1059
|
|
|
|
|
1060
|
|
|
/** |
|
1061
|
|
|
* Get the case35. |
|
1062
|
|
|
* |
|
1063
|
|
|
* @return bool|null Returns the case35. |
|
1064
|
|
|
*/ |
|
1065
|
|
|
public function getCase35(): ?bool { |
|
1066
|
|
|
return $this->case35; |
|
1067
|
|
|
} |
|
1068
|
|
|
|
|
1069
|
|
|
/** |
|
1070
|
|
|
* Get the case36. |
|
1071
|
|
|
* |
|
1072
|
|
|
* @return bool|null Returns the case36. |
|
1073
|
|
|
*/ |
|
1074
|
|
|
public function getCase36(): ?bool { |
|
1075
|
|
|
return $this->case36; |
|
1076
|
|
|
} |
|
1077
|
|
|
|
|
1078
|
|
|
/** |
|
1079
|
|
|
* Get the case37. |
|
1080
|
|
|
* |
|
1081
|
|
|
* @return bool|null Returns the case37. |
|
1082
|
|
|
*/ |
|
1083
|
|
|
public function getCase37(): ?bool { |
|
1084
|
|
|
return $this->case37; |
|
1085
|
|
|
} |
|
1086
|
|
|
|
|
1087
|
|
|
/** |
|
1088
|
|
|
* Get the case38. |
|
1089
|
|
|
* |
|
1090
|
|
|
* @return bool|null Returns the case38. |
|
1091
|
|
|
*/ |
|
1092
|
|
|
public function getCase38(): ?bool { |
|
1093
|
|
|
return $this->case38; |
|
1094
|
|
|
} |
|
1095
|
|
|
|
|
1096
|
|
|
/** |
|
1097
|
|
|
* Get the case39. |
|
1098
|
|
|
* |
|
1099
|
|
|
* @return bool|null Returns the case39. |
|
1100
|
|
|
*/ |
|
1101
|
|
|
public function getCase39(): ?bool { |
|
1102
|
|
|
return $this->case39; |
|
1103
|
|
|
} |
|
1104
|
|
|
|
|
1105
|
|
|
/** |
|
1106
|
|
|
* Get the case4. |
|
1107
|
|
|
* |
|
1108
|
|
|
* @return bool|null Returns the case4. |
|
1109
|
|
|
*/ |
|
1110
|
|
|
public function getCase4(): ?bool { |
|
1111
|
|
|
return $this->case4; |
|
1112
|
|
|
} |
|
1113
|
|
|
|
|
1114
|
|
|
/** |
|
1115
|
|
|
* Get the case40. |
|
1116
|
|
|
* |
|
1117
|
|
|
* @return bool|null Returns the case40. |
|
1118
|
|
|
*/ |
|
1119
|
|
|
public function getCase40(): ?bool { |
|
1120
|
|
|
return $this->case40; |
|
1121
|
|
|
} |
|
1122
|
|
|
|
|
1123
|
|
|
/** |
|
1124
|
|
|
* Get the case41. |
|
1125
|
|
|
* |
|
1126
|
|
|
* @return bool|null Returns the case41. |
|
1127
|
|
|
*/ |
|
1128
|
|
|
public function getCase41(): ?bool { |
|
1129
|
|
|
return $this->case41; |
|
1130
|
|
|
} |
|
1131
|
|
|
|
|
1132
|
|
|
/** |
|
1133
|
|
|
* Get the case42. |
|
1134
|
|
|
* |
|
1135
|
|
|
* @return bool|null Returns the case42. |
|
1136
|
|
|
*/ |
|
1137
|
|
|
public function getCase42(): ?bool { |
|
1138
|
|
|
return $this->case42; |
|
1139
|
|
|
} |
|
1140
|
|
|
|
|
1141
|
|
|
/** |
|
1142
|
|
|
* Get the case43. |
|
1143
|
|
|
* |
|
1144
|
|
|
* @return bool|null Returns the case43. |
|
1145
|
|
|
*/ |
|
1146
|
|
|
public function getCase43(): ?bool { |
|
1147
|
|
|
return $this->case43; |
|
1148
|
|
|
} |
|
1149
|
|
|
|
|
1150
|
|
|
/** |
|
1151
|
|
|
* Get the case44. |
|
1152
|
|
|
* |
|
1153
|
|
|
* @return bool|null Returns the case44. |
|
1154
|
|
|
*/ |
|
1155
|
|
|
public function getCase44(): ?bool { |
|
1156
|
|
|
return $this->case44; |
|
1157
|
|
|
} |
|
1158
|
|
|
|
|
1159
|
|
|
/** |
|
1160
|
|
|
* Get the case45. |
|
1161
|
|
|
* |
|
1162
|
|
|
* @return bool|null Returns the case45. |
|
1163
|
|
|
*/ |
|
1164
|
|
|
public function getCase45(): ?bool { |
|
1165
|
|
|
return $this->case45; |
|
1166
|
|
|
} |
|
1167
|
|
|
|
|
1168
|
|
|
/** |
|
1169
|
|
|
* Get the case46. |
|
1170
|
|
|
* |
|
1171
|
|
|
* @return bool|null Returns the case46. |
|
1172
|
|
|
*/ |
|
1173
|
|
|
public function getCase46(): ?bool { |
|
1174
|
|
|
return $this->case46; |
|
1175
|
|
|
} |
|
1176
|
|
|
|
|
1177
|
|
|
/** |
|
1178
|
|
|
* Get the case47. |
|
1179
|
|
|
* |
|
1180
|
|
|
* @return bool|null Returns the case47. |
|
1181
|
|
|
*/ |
|
1182
|
|
|
public function getCase47(): ?bool { |
|
1183
|
|
|
return $this->case47; |
|
1184
|
|
|
} |
|
1185
|
|
|
|
|
1186
|
|
|
/** |
|
1187
|
|
|
* Get the case48. |
|
1188
|
|
|
* |
|
1189
|
|
|
* @return bool|null Returns the case48. |
|
1190
|
|
|
*/ |
|
1191
|
|
|
public function getCase48(): ?bool { |
|
1192
|
|
|
return $this->case48; |
|
1193
|
|
|
} |
|
1194
|
|
|
|
|
1195
|
|
|
/** |
|
1196
|
|
|
* Get the case49. |
|
1197
|
|
|
* |
|
1198
|
|
|
* @return bool|null Returns the case49. |
|
1199
|
|
|
*/ |
|
1200
|
|
|
public function getCase49(): ?bool { |
|
1201
|
|
|
return $this->case49; |
|
1202
|
|
|
} |
|
1203
|
|
|
|
|
1204
|
|
|
/** |
|
1205
|
|
|
* Get the case5. |
|
1206
|
|
|
* |
|
1207
|
|
|
* @return bool|null Returns the case5. |
|
1208
|
|
|
*/ |
|
1209
|
|
|
public function getCase5(): ?bool { |
|
1210
|
|
|
return $this->case5; |
|
1211
|
|
|
} |
|
1212
|
|
|
|
|
1213
|
|
|
/** |
|
1214
|
|
|
* Get the case50. |
|
1215
|
|
|
* |
|
1216
|
|
|
* @return bool|null Returns the case50. |
|
1217
|
|
|
*/ |
|
1218
|
|
|
public function getCase50(): ?bool { |
|
1219
|
|
|
return $this->case50; |
|
1220
|
|
|
} |
|
1221
|
|
|
|
|
1222
|
|
|
/** |
|
1223
|
|
|
* Get the case6. |
|
1224
|
|
|
* |
|
1225
|
|
|
* @return bool|null Returns the case6. |
|
1226
|
|
|
*/ |
|
1227
|
|
|
public function getCase6(): ?bool { |
|
1228
|
|
|
return $this->case6; |
|
1229
|
|
|
} |
|
1230
|
|
|
|
|
1231
|
|
|
/** |
|
1232
|
|
|
* Get the case7. |
|
1233
|
|
|
* |
|
1234
|
|
|
* @return bool|null Returns the case7. |
|
1235
|
|
|
*/ |
|
1236
|
|
|
public function getCase7(): ?bool { |
|
1237
|
|
|
return $this->case7; |
|
1238
|
|
|
} |
|
1239
|
|
|
|
|
1240
|
|
|
/** |
|
1241
|
|
|
* Get the case8. |
|
1242
|
|
|
* |
|
1243
|
|
|
* @return bool|null Returns the case8. |
|
1244
|
|
|
*/ |
|
1245
|
|
|
public function getCase8(): ?bool { |
|
1246
|
|
|
return $this->case8; |
|
1247
|
|
|
} |
|
1248
|
|
|
|
|
1249
|
|
|
/** |
|
1250
|
|
|
* Get the case9. |
|
1251
|
|
|
* |
|
1252
|
|
|
* @return bool|null Returns the case9. |
|
1253
|
|
|
*/ |
|
1254
|
|
|
public function getCase9(): ?bool { |
|
1255
|
|
|
return $this->case9; |
|
1256
|
|
|
} |
|
1257
|
|
|
|
|
1258
|
|
|
/** |
|
1259
|
|
|
* Get the code client. |
|
1260
|
|
|
* |
|
1261
|
|
|
* @return string|null Returns the code client. |
|
1262
|
|
|
*/ |
|
1263
|
|
|
public function getCodeClient(): ?string { |
|
1264
|
|
|
return $this->codeClient; |
|
1265
|
|
|
} |
|
1266
|
|
|
|
|
1267
|
|
|
/** |
|
1268
|
|
|
* Get the date1. |
|
1269
|
|
|
* |
|
1270
|
|
|
* @return DateTime|null Returns the date1. |
|
1271
|
|
|
*/ |
|
1272
|
|
|
public function getDate1(): ?DateTime { |
|
1273
|
|
|
return $this->date1; |
|
1274
|
|
|
} |
|
1275
|
|
|
|
|
1276
|
|
|
/** |
|
1277
|
|
|
* Get the date10. |
|
1278
|
|
|
* |
|
1279
|
|
|
* @return DateTime|null Returns the date10. |
|
1280
|
|
|
*/ |
|
1281
|
|
|
public function getDate10(): ?DateTime { |
|
1282
|
|
|
return $this->date10; |
|
1283
|
|
|
} |
|
1284
|
|
|
|
|
1285
|
|
|
/** |
|
1286
|
|
|
* Get the date11. |
|
1287
|
|
|
* |
|
1288
|
|
|
* @return DateTime|null Returns the date11. |
|
1289
|
|
|
*/ |
|
1290
|
|
|
public function getDate11(): ?DateTime { |
|
1291
|
|
|
return $this->date11; |
|
1292
|
|
|
} |
|
1293
|
|
|
|
|
1294
|
|
|
/** |
|
1295
|
|
|
* Get the date12. |
|
1296
|
|
|
* |
|
1297
|
|
|
* @return DateTime|null Returns the date12. |
|
1298
|
|
|
*/ |
|
1299
|
|
|
public function getDate12(): ?DateTime { |
|
1300
|
|
|
return $this->date12; |
|
1301
|
|
|
} |
|
1302
|
|
|
|
|
1303
|
|
|
/** |
|
1304
|
|
|
* Get the date13. |
|
1305
|
|
|
* |
|
1306
|
|
|
* @return DateTime|null Returns the date13. |
|
1307
|
|
|
*/ |
|
1308
|
|
|
public function getDate13(): ?DateTime { |
|
1309
|
|
|
return $this->date13; |
|
1310
|
|
|
} |
|
1311
|
|
|
|
|
1312
|
|
|
/** |
|
1313
|
|
|
* Get the date14. |
|
1314
|
|
|
* |
|
1315
|
|
|
* @return DateTime|null Returns the date14. |
|
1316
|
|
|
*/ |
|
1317
|
|
|
public function getDate14(): ?DateTime { |
|
1318
|
|
|
return $this->date14; |
|
1319
|
|
|
} |
|
1320
|
|
|
|
|
1321
|
|
|
/** |
|
1322
|
|
|
* Get the date15. |
|
1323
|
|
|
* |
|
1324
|
|
|
* @return DateTime|null Returns the date15. |
|
1325
|
|
|
*/ |
|
1326
|
|
|
public function getDate15(): ?DateTime { |
|
1327
|
|
|
return $this->date15; |
|
1328
|
|
|
} |
|
1329
|
|
|
|
|
1330
|
|
|
/** |
|
1331
|
|
|
* Get the date16. |
|
1332
|
|
|
* |
|
1333
|
|
|
* @return DateTime|null Returns the date16. |
|
1334
|
|
|
*/ |
|
1335
|
|
|
public function getDate16(): ?DateTime { |
|
1336
|
|
|
return $this->date16; |
|
1337
|
|
|
} |
|
1338
|
|
|
|
|
1339
|
|
|
/** |
|
1340
|
|
|
* Get the date17. |
|
1341
|
|
|
* |
|
1342
|
|
|
* @return DateTime|null Returns the date17. |
|
1343
|
|
|
*/ |
|
1344
|
|
|
public function getDate17(): ?DateTime { |
|
1345
|
|
|
return $this->date17; |
|
1346
|
|
|
} |
|
1347
|
|
|
|
|
1348
|
|
|
/** |
|
1349
|
|
|
* Get the date18. |
|
1350
|
|
|
* |
|
1351
|
|
|
* @return DateTime|null Returns the date18. |
|
1352
|
|
|
*/ |
|
1353
|
|
|
public function getDate18(): ?DateTime { |
|
1354
|
|
|
return $this->date18; |
|
1355
|
|
|
} |
|
1356
|
|
|
|
|
1357
|
|
|
/** |
|
1358
|
|
|
* Get the date19. |
|
1359
|
|
|
* |
|
1360
|
|
|
* @return DateTime|null Returns the date19. |
|
1361
|
|
|
*/ |
|
1362
|
|
|
public function getDate19(): ?DateTime { |
|
1363
|
|
|
return $this->date19; |
|
1364
|
|
|
} |
|
1365
|
|
|
|
|
1366
|
|
|
/** |
|
1367
|
|
|
* Get the date2. |
|
1368
|
|
|
* |
|
1369
|
|
|
* @return DateTime|null Returns the date2. |
|
1370
|
|
|
*/ |
|
1371
|
|
|
public function getDate2(): ?DateTime { |
|
1372
|
|
|
return $this->date2; |
|
1373
|
|
|
} |
|
1374
|
|
|
|
|
1375
|
|
|
/** |
|
1376
|
|
|
* Get the date20. |
|
1377
|
|
|
* |
|
1378
|
|
|
* @return DateTime|null Returns the date20. |
|
1379
|
|
|
*/ |
|
1380
|
|
|
public function getDate20(): ?DateTime { |
|
1381
|
|
|
return $this->date20; |
|
1382
|
|
|
} |
|
1383
|
|
|
|
|
1384
|
|
|
/** |
|
1385
|
|
|
* Get the date3. |
|
1386
|
|
|
* |
|
1387
|
|
|
* @return DateTime|null Returns the date3. |
|
1388
|
|
|
*/ |
|
1389
|
|
|
public function getDate3(): ?DateTime { |
|
1390
|
|
|
return $this->date3; |
|
1391
|
|
|
} |
|
1392
|
|
|
|
|
1393
|
|
|
/** |
|
1394
|
|
|
* Get the date4. |
|
1395
|
|
|
* |
|
1396
|
|
|
* @return DateTime|null Returns the date4. |
|
1397
|
|
|
*/ |
|
1398
|
|
|
public function getDate4(): ?DateTime { |
|
1399
|
|
|
return $this->date4; |
|
1400
|
|
|
} |
|
1401
|
|
|
|
|
1402
|
|
|
/** |
|
1403
|
|
|
* Get the date5. |
|
1404
|
|
|
* |
|
1405
|
|
|
* @return DateTime|null Returns the date5. |
|
1406
|
|
|
*/ |
|
1407
|
|
|
public function getDate5(): ?DateTime { |
|
1408
|
|
|
return $this->date5; |
|
1409
|
|
|
} |
|
1410
|
|
|
|
|
1411
|
|
|
/** |
|
1412
|
|
|
* Get the date6. |
|
1413
|
|
|
* |
|
1414
|
|
|
* @return DateTime|null Returns the date6. |
|
1415
|
|
|
*/ |
|
1416
|
|
|
public function getDate6(): ?DateTime { |
|
1417
|
|
|
return $this->date6; |
|
1418
|
|
|
} |
|
1419
|
|
|
|
|
1420
|
|
|
/** |
|
1421
|
|
|
* Get the date7. |
|
1422
|
|
|
* |
|
1423
|
|
|
* @return DateTime|null Returns the date7. |
|
1424
|
|
|
*/ |
|
1425
|
|
|
public function getDate7(): ?DateTime { |
|
1426
|
|
|
return $this->date7; |
|
1427
|
|
|
} |
|
1428
|
|
|
|
|
1429
|
|
|
/** |
|
1430
|
|
|
* Get the date8. |
|
1431
|
|
|
* |
|
1432
|
|
|
* @return DateTime|null Returns the date8. |
|
1433
|
|
|
*/ |
|
1434
|
|
|
public function getDate8(): ?DateTime { |
|
1435
|
|
|
return $this->date8; |
|
1436
|
|
|
} |
|
1437
|
|
|
|
|
1438
|
|
|
/** |
|
1439
|
|
|
* Get the date9. |
|
1440
|
|
|
* |
|
1441
|
|
|
* @return DateTime|null Returns the date9. |
|
1442
|
|
|
*/ |
|
1443
|
|
|
public function getDate9(): ?DateTime { |
|
1444
|
|
|
return $this->date9; |
|
1445
|
|
|
} |
|
1446
|
|
|
|
|
1447
|
|
|
/** |
|
1448
|
|
|
* Get the texte a. |
|
1449
|
|
|
* |
|
1450
|
|
|
* @return string|null Returns the texte a. |
|
1451
|
|
|
*/ |
|
1452
|
|
|
public function getTexteA(): ?string { |
|
1453
|
|
|
return $this->texteA; |
|
1454
|
|
|
} |
|
1455
|
|
|
|
|
1456
|
|
|
/** |
|
1457
|
|
|
* Get the texte b. |
|
1458
|
|
|
* |
|
1459
|
|
|
* @return string|null Returns the texte b. |
|
1460
|
|
|
*/ |
|
1461
|
|
|
public function getTexteB(): ?string { |
|
1462
|
|
|
return $this->texteB; |
|
1463
|
|
|
} |
|
1464
|
|
|
|
|
1465
|
|
|
/** |
|
1466
|
|
|
* Get the texte c. |
|
1467
|
|
|
* |
|
1468
|
|
|
* @return string|null Returns the texte c. |
|
1469
|
|
|
*/ |
|
1470
|
|
|
public function getTexteC(): ?string { |
|
1471
|
|
|
return $this->texteC; |
|
1472
|
|
|
} |
|
1473
|
|
|
|
|
1474
|
|
|
/** |
|
1475
|
|
|
* Get the texte d. |
|
1476
|
|
|
* |
|
1477
|
|
|
* @return string|null Returns the texte d. |
|
1478
|
|
|
*/ |
|
1479
|
|
|
public function getTexteD(): ?string { |
|
1480
|
|
|
return $this->texteD; |
|
1481
|
|
|
} |
|
1482
|
|
|
|
|
1483
|
|
|
/** |
|
1484
|
|
|
* Get the texte e. |
|
1485
|
|
|
* |
|
1486
|
|
|
* @return string|null Returns the texte e. |
|
1487
|
|
|
*/ |
|
1488
|
|
|
public function getTexteE(): ?string { |
|
1489
|
|
|
return $this->texteE; |
|
1490
|
|
|
} |
|
1491
|
|
|
|
|
1492
|
|
|
/** |
|
1493
|
|
|
* Get the texte f. |
|
1494
|
|
|
* |
|
1495
|
|
|
* @return string|null Returns the texte f. |
|
1496
|
|
|
*/ |
|
1497
|
|
|
public function getTexteF(): ?string { |
|
1498
|
|
|
return $this->texteF; |
|
1499
|
|
|
} |
|
1500
|
|
|
|
|
1501
|
|
|
/** |
|
1502
|
|
|
* Get the texte g. |
|
1503
|
|
|
* |
|
1504
|
|
|
* @return string|null Returns the texte g. |
|
1505
|
|
|
*/ |
|
1506
|
|
|
public function getTexteG(): ?string { |
|
1507
|
|
|
return $this->texteG; |
|
1508
|
|
|
} |
|
1509
|
|
|
|
|
1510
|
|
|
/** |
|
1511
|
|
|
* Get the texte h. |
|
1512
|
|
|
* |
|
1513
|
|
|
* @return string|null Returns the texte h. |
|
1514
|
|
|
*/ |
|
1515
|
|
|
public function getTexteH(): ?string { |
|
1516
|
|
|
return $this->texteH; |
|
1517
|
|
|
} |
|
1518
|
|
|
|
|
1519
|
|
|
/** |
|
1520
|
|
|
* Get the texte i. |
|
1521
|
|
|
* |
|
1522
|
|
|
* @return string|null Returns the texte i. |
|
1523
|
|
|
*/ |
|
1524
|
|
|
public function getTexteI(): ?string { |
|
1525
|
|
|
return $this->texteI; |
|
1526
|
|
|
} |
|
1527
|
|
|
|
|
1528
|
|
|
/** |
|
1529
|
|
|
* Get the texte j. |
|
1530
|
|
|
* |
|
1531
|
|
|
* @return string|null Returns the texte j. |
|
1532
|
|
|
*/ |
|
1533
|
|
|
public function getTexteJ(): ?string { |
|
1534
|
|
|
return $this->texteJ; |
|
1535
|
|
|
} |
|
1536
|
|
|
|
|
1537
|
|
|
/** |
|
1538
|
|
|
* Get the texte k. |
|
1539
|
|
|
* |
|
1540
|
|
|
* @return string|null Returns the texte k. |
|
1541
|
|
|
*/ |
|
1542
|
|
|
public function getTexteK(): ?string { |
|
1543
|
|
|
return $this->texteK; |
|
1544
|
|
|
} |
|
1545
|
|
|
|
|
1546
|
|
|
/** |
|
1547
|
|
|
* Get the texte l. |
|
1548
|
|
|
* |
|
1549
|
|
|
* @return string|null Returns the texte l. |
|
1550
|
|
|
*/ |
|
1551
|
|
|
public function getTexteL(): ?string { |
|
1552
|
|
|
return $this->texteL; |
|
1553
|
|
|
} |
|
1554
|
|
|
|
|
1555
|
|
|
/** |
|
1556
|
|
|
* Get the texte m. |
|
1557
|
|
|
* |
|
1558
|
|
|
* @return string|null Returns the texte m. |
|
1559
|
|
|
*/ |
|
1560
|
|
|
public function getTexteM(): ?string { |
|
1561
|
|
|
return $this->texteM; |
|
1562
|
|
|
} |
|
1563
|
|
|
|
|
1564
|
|
|
/** |
|
1565
|
|
|
* Get the texte n. |
|
1566
|
|
|
* |
|
1567
|
|
|
* @return string|null Returns the texte n. |
|
1568
|
|
|
*/ |
|
1569
|
|
|
public function getTexteN(): ?string { |
|
1570
|
|
|
return $this->texteN; |
|
1571
|
|
|
} |
|
1572
|
|
|
|
|
1573
|
|
|
/** |
|
1574
|
|
|
* Get the texte o. |
|
1575
|
|
|
* |
|
1576
|
|
|
* @return string|null Returns the texte o. |
|
1577
|
|
|
*/ |
|
1578
|
|
|
public function getTexteO(): ?string { |
|
1579
|
|
|
return $this->texteO; |
|
1580
|
|
|
} |
|
1581
|
|
|
|
|
1582
|
|
|
/** |
|
1583
|
|
|
* Get the texte p. |
|
1584
|
|
|
* |
|
1585
|
|
|
* @return string|null Returns the texte p. |
|
1586
|
|
|
*/ |
|
1587
|
|
|
public function getTexteP(): ?string { |
|
1588
|
|
|
return $this->texteP; |
|
1589
|
|
|
} |
|
1590
|
|
|
|
|
1591
|
|
|
/** |
|
1592
|
|
|
* Get the texte q. |
|
1593
|
|
|
* |
|
1594
|
|
|
* @return string|null Returns the texte q. |
|
1595
|
|
|
*/ |
|
1596
|
|
|
public function getTexteQ(): ?string { |
|
1597
|
|
|
return $this->texteQ; |
|
1598
|
|
|
} |
|
1599
|
|
|
|
|
1600
|
|
|
/** |
|
1601
|
|
|
* Get the texte r. |
|
1602
|
|
|
* |
|
1603
|
|
|
* @return string|null Returns the texte r. |
|
1604
|
|
|
*/ |
|
1605
|
|
|
public function getTexteR(): ?string { |
|
1606
|
|
|
return $this->texteR; |
|
1607
|
|
|
} |
|
1608
|
|
|
|
|
1609
|
|
|
/** |
|
1610
|
|
|
* Get the texte s. |
|
1611
|
|
|
* |
|
1612
|
|
|
* @return string|null Returns the texte s. |
|
1613
|
|
|
*/ |
|
1614
|
|
|
public function getTexteS(): ?string { |
|
1615
|
|
|
return $this->texteS; |
|
1616
|
|
|
} |
|
1617
|
|
|
|
|
1618
|
|
|
/** |
|
1619
|
|
|
* Get the texte t. |
|
1620
|
|
|
* |
|
1621
|
|
|
* @return string|null Returns the texte t. |
|
1622
|
|
|
*/ |
|
1623
|
|
|
public function getTexteT(): ?string { |
|
1624
|
|
|
return $this->texteT; |
|
1625
|
|
|
} |
|
1626
|
|
|
|
|
1627
|
|
|
/** |
|
1628
|
|
|
* Get the valeur1. |
|
1629
|
|
|
* |
|
1630
|
|
|
* @return float|null Returns the valeur1. |
|
1631
|
|
|
*/ |
|
1632
|
|
|
public function getValeur1(): ?float { |
|
1633
|
|
|
return $this->valeur1; |
|
1634
|
|
|
} |
|
1635
|
|
|
|
|
1636
|
|
|
/** |
|
1637
|
|
|
* Get the valeur10. |
|
1638
|
|
|
* |
|
1639
|
|
|
* @return float|null Returns the valeur10. |
|
1640
|
|
|
*/ |
|
1641
|
|
|
public function getValeur10(): ?float { |
|
1642
|
|
|
return $this->valeur10; |
|
1643
|
|
|
} |
|
1644
|
|
|
|
|
1645
|
|
|
/** |
|
1646
|
|
|
* Get the valeur11. |
|
1647
|
|
|
* |
|
1648
|
|
|
* @return float|null Returns the valeur11. |
|
1649
|
|
|
*/ |
|
1650
|
|
|
public function getValeur11(): ?float { |
|
1651
|
|
|
return $this->valeur11; |
|
1652
|
|
|
} |
|
1653
|
|
|
|
|
1654
|
|
|
/** |
|
1655
|
|
|
* Get the valeur12. |
|
1656
|
|
|
* |
|
1657
|
|
|
* @return float|null Returns the valeur12. |
|
1658
|
|
|
*/ |
|
1659
|
|
|
public function getValeur12(): ?float { |
|
1660
|
|
|
return $this->valeur12; |
|
1661
|
|
|
} |
|
1662
|
|
|
|
|
1663
|
|
|
/** |
|
1664
|
|
|
* Get the valeur13. |
|
1665
|
|
|
* |
|
1666
|
|
|
* @return float|null Returns the valeur13. |
|
1667
|
|
|
*/ |
|
1668
|
|
|
public function getValeur13(): ?float { |
|
1669
|
|
|
return $this->valeur13; |
|
1670
|
|
|
} |
|
1671
|
|
|
|
|
1672
|
|
|
/** |
|
1673
|
|
|
* Get the valeur14. |
|
1674
|
|
|
* |
|
1675
|
|
|
* @return float|null Returns the valeur14. |
|
1676
|
|
|
*/ |
|
1677
|
|
|
public function getValeur14(): ?float { |
|
1678
|
|
|
return $this->valeur14; |
|
1679
|
|
|
} |
|
1680
|
|
|
|
|
1681
|
|
|
/** |
|
1682
|
|
|
* Get the valeur15. |
|
1683
|
|
|
* |
|
1684
|
|
|
* @return float|null Returns the valeur15. |
|
1685
|
|
|
*/ |
|
1686
|
|
|
public function getValeur15(): ?float { |
|
1687
|
|
|
return $this->valeur15; |
|
1688
|
|
|
} |
|
1689
|
|
|
|
|
1690
|
|
|
/** |
|
1691
|
|
|
* Get the valeur16. |
|
1692
|
|
|
* |
|
1693
|
|
|
* @return float|null Returns the valeur16. |
|
1694
|
|
|
*/ |
|
1695
|
|
|
public function getValeur16(): ?float { |
|
1696
|
|
|
return $this->valeur16; |
|
1697
|
|
|
} |
|
1698
|
|
|
|
|
1699
|
|
|
/** |
|
1700
|
|
|
* Get the valeur17. |
|
1701
|
|
|
* |
|
1702
|
|
|
* @return float|null Returns the valeur17. |
|
1703
|
|
|
*/ |
|
1704
|
|
|
public function getValeur17(): ?float { |
|
1705
|
|
|
return $this->valeur17; |
|
1706
|
|
|
} |
|
1707
|
|
|
|
|
1708
|
|
|
/** |
|
1709
|
|
|
* Get the valeur18. |
|
1710
|
|
|
* |
|
1711
|
|
|
* @return float|null Returns the valeur18. |
|
1712
|
|
|
*/ |
|
1713
|
|
|
public function getValeur18(): ?float { |
|
1714
|
|
|
return $this->valeur18; |
|
1715
|
|
|
} |
|
1716
|
|
|
|
|
1717
|
|
|
/** |
|
1718
|
|
|
* Get the valeur19. |
|
1719
|
|
|
* |
|
1720
|
|
|
* @return float|null Returns the valeur19. |
|
1721
|
|
|
*/ |
|
1722
|
|
|
public function getValeur19(): ?float { |
|
1723
|
|
|
return $this->valeur19; |
|
1724
|
|
|
} |
|
1725
|
|
|
|
|
1726
|
|
|
/** |
|
1727
|
|
|
* Get the valeur2. |
|
1728
|
|
|
* |
|
1729
|
|
|
* @return float|null Returns the valeur2. |
|
1730
|
|
|
*/ |
|
1731
|
|
|
public function getValeur2(): ?float { |
|
1732
|
|
|
return $this->valeur2; |
|
1733
|
|
|
} |
|
1734
|
|
|
|
|
1735
|
|
|
/** |
|
1736
|
|
|
* Get the valeur20. |
|
1737
|
|
|
* |
|
1738
|
|
|
* @return float|null Returns the valeur20. |
|
1739
|
|
|
*/ |
|
1740
|
|
|
public function getValeur20(): ?float { |
|
1741
|
|
|
return $this->valeur20; |
|
1742
|
|
|
} |
|
1743
|
|
|
|
|
1744
|
|
|
/** |
|
1745
|
|
|
* Get the valeur3. |
|
1746
|
|
|
* |
|
1747
|
|
|
* @return float|null Returns the valeur3. |
|
1748
|
|
|
*/ |
|
1749
|
|
|
public function getValeur3(): ?float { |
|
1750
|
|
|
return $this->valeur3; |
|
1751
|
|
|
} |
|
1752
|
|
|
|
|
1753
|
|
|
/** |
|
1754
|
|
|
* Get the valeur4. |
|
1755
|
|
|
* |
|
1756
|
|
|
* @return float|null Returns the valeur4. |
|
1757
|
|
|
*/ |
|
1758
|
|
|
public function getValeur4(): ?float { |
|
1759
|
|
|
return $this->valeur4; |
|
1760
|
|
|
} |
|
1761
|
|
|
|
|
1762
|
|
|
/** |
|
1763
|
|
|
* Get the valeur5. |
|
1764
|
|
|
* |
|
1765
|
|
|
* @return float|null Returns the valeur5. |
|
1766
|
|
|
*/ |
|
1767
|
|
|
public function getValeur5(): ?float { |
|
1768
|
|
|
return $this->valeur5; |
|
1769
|
|
|
} |
|
1770
|
|
|
|
|
1771
|
|
|
/** |
|
1772
|
|
|
* Get the valeur6. |
|
1773
|
|
|
* |
|
1774
|
|
|
* @return float|null Returns the valeur6. |
|
1775
|
|
|
*/ |
|
1776
|
|
|
public function getValeur6(): ?float { |
|
1777
|
|
|
return $this->valeur6; |
|
1778
|
|
|
} |
|
1779
|
|
|
|
|
1780
|
|
|
/** |
|
1781
|
|
|
* Get the valeur7. |
|
1782
|
|
|
* |
|
1783
|
|
|
* @return float|null Returns the valeur7. |
|
1784
|
|
|
*/ |
|
1785
|
|
|
public function getValeur7(): ?float { |
|
1786
|
|
|
return $this->valeur7; |
|
1787
|
|
|
} |
|
1788
|
|
|
|
|
1789
|
|
|
/** |
|
1790
|
|
|
* Get the valeur8. |
|
1791
|
|
|
* |
|
1792
|
|
|
* @return float|null Returns the valeur8. |
|
1793
|
|
|
*/ |
|
1794
|
|
|
public function getValeur8(): ?float { |
|
1795
|
|
|
return $this->valeur8; |
|
1796
|
|
|
} |
|
1797
|
|
|
|
|
1798
|
|
|
/** |
|
1799
|
|
|
* Get the valeur9. |
|
1800
|
|
|
* |
|
1801
|
|
|
* @return float|null Returns the valeur9. |
|
1802
|
|
|
*/ |
|
1803
|
|
|
public function getValeur9(): ?float { |
|
1804
|
|
|
return $this->valeur9; |
|
1805
|
|
|
} |
|
1806
|
|
|
|
|
1807
|
|
|
/** |
|
1808
|
|
|
* Set the case1. |
|
1809
|
|
|
* |
|
1810
|
|
|
* @param bool|null $case1 The case1. |
|
1811
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1812
|
|
|
*/ |
|
1813
|
|
|
public function setCase1(?bool $case1): CriteresLibres { |
|
1814
|
|
|
$this->case1 = $case1; |
|
1815
|
|
|
return $this; |
|
1816
|
|
|
} |
|
1817
|
|
|
|
|
1818
|
|
|
/** |
|
1819
|
|
|
* Set the case10. |
|
1820
|
|
|
* |
|
1821
|
|
|
* @param bool|null $case10 The case10. |
|
1822
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1823
|
|
|
*/ |
|
1824
|
|
|
public function setCase10(?bool $case10): CriteresLibres { |
|
1825
|
|
|
$this->case10 = $case10; |
|
1826
|
|
|
return $this; |
|
1827
|
|
|
} |
|
1828
|
|
|
|
|
1829
|
|
|
/** |
|
1830
|
|
|
* Set the case11. |
|
1831
|
|
|
* |
|
1832
|
|
|
* @param bool|null $case11 The case11. |
|
1833
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1834
|
|
|
*/ |
|
1835
|
|
|
public function setCase11(?bool $case11): CriteresLibres { |
|
1836
|
|
|
$this->case11 = $case11; |
|
1837
|
|
|
return $this; |
|
1838
|
|
|
} |
|
1839
|
|
|
|
|
1840
|
|
|
/** |
|
1841
|
|
|
* Set the case12. |
|
1842
|
|
|
* |
|
1843
|
|
|
* @param bool|null $case12 The case12. |
|
1844
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1845
|
|
|
*/ |
|
1846
|
|
|
public function setCase12(?bool $case12): CriteresLibres { |
|
1847
|
|
|
$this->case12 = $case12; |
|
1848
|
|
|
return $this; |
|
1849
|
|
|
} |
|
1850
|
|
|
|
|
1851
|
|
|
/** |
|
1852
|
|
|
* Set the case13. |
|
1853
|
|
|
* |
|
1854
|
|
|
* @param bool|null $case13 The case13. |
|
1855
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1856
|
|
|
*/ |
|
1857
|
|
|
public function setCase13(?bool $case13): CriteresLibres { |
|
1858
|
|
|
$this->case13 = $case13; |
|
1859
|
|
|
return $this; |
|
1860
|
|
|
} |
|
1861
|
|
|
|
|
1862
|
|
|
/** |
|
1863
|
|
|
* Set the case14. |
|
1864
|
|
|
* |
|
1865
|
|
|
* @param bool|null $case14 The case14. |
|
1866
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1867
|
|
|
*/ |
|
1868
|
|
|
public function setCase14(?bool $case14): CriteresLibres { |
|
1869
|
|
|
$this->case14 = $case14; |
|
1870
|
|
|
return $this; |
|
1871
|
|
|
} |
|
1872
|
|
|
|
|
1873
|
|
|
/** |
|
1874
|
|
|
* Set the case15. |
|
1875
|
|
|
* |
|
1876
|
|
|
* @param bool|null $case15 The case15. |
|
1877
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1878
|
|
|
*/ |
|
1879
|
|
|
public function setCase15(?bool $case15): CriteresLibres { |
|
1880
|
|
|
$this->case15 = $case15; |
|
1881
|
|
|
return $this; |
|
1882
|
|
|
} |
|
1883
|
|
|
|
|
1884
|
|
|
/** |
|
1885
|
|
|
* Set the case16. |
|
1886
|
|
|
* |
|
1887
|
|
|
* @param bool|null $case16 The case16. |
|
1888
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1889
|
|
|
*/ |
|
1890
|
|
|
public function setCase16(?bool $case16): CriteresLibres { |
|
1891
|
|
|
$this->case16 = $case16; |
|
1892
|
|
|
return $this; |
|
1893
|
|
|
} |
|
1894
|
|
|
|
|
1895
|
|
|
/** |
|
1896
|
|
|
* Set the case17. |
|
1897
|
|
|
* |
|
1898
|
|
|
* @param bool|null $case17 The case17. |
|
1899
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1900
|
|
|
*/ |
|
1901
|
|
|
public function setCase17(?bool $case17): CriteresLibres { |
|
1902
|
|
|
$this->case17 = $case17; |
|
1903
|
|
|
return $this; |
|
1904
|
|
|
} |
|
1905
|
|
|
|
|
1906
|
|
|
/** |
|
1907
|
|
|
* Set the case18. |
|
1908
|
|
|
* |
|
1909
|
|
|
* @param bool|null $case18 The case18. |
|
1910
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1911
|
|
|
*/ |
|
1912
|
|
|
public function setCase18(?bool $case18): CriteresLibres { |
|
1913
|
|
|
$this->case18 = $case18; |
|
1914
|
|
|
return $this; |
|
1915
|
|
|
} |
|
1916
|
|
|
|
|
1917
|
|
|
/** |
|
1918
|
|
|
* Set the case19. |
|
1919
|
|
|
* |
|
1920
|
|
|
* @param bool|null $case19 The case19. |
|
1921
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1922
|
|
|
*/ |
|
1923
|
|
|
public function setCase19(?bool $case19): CriteresLibres { |
|
1924
|
|
|
$this->case19 = $case19; |
|
1925
|
|
|
return $this; |
|
1926
|
|
|
} |
|
1927
|
|
|
|
|
1928
|
|
|
/** |
|
1929
|
|
|
* Set the case2. |
|
1930
|
|
|
* |
|
1931
|
|
|
* @param bool|null $case2 The case2. |
|
1932
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1933
|
|
|
*/ |
|
1934
|
|
|
public function setCase2(?bool $case2): CriteresLibres { |
|
1935
|
|
|
$this->case2 = $case2; |
|
1936
|
|
|
return $this; |
|
1937
|
|
|
} |
|
1938
|
|
|
|
|
1939
|
|
|
/** |
|
1940
|
|
|
* Set the case20. |
|
1941
|
|
|
* |
|
1942
|
|
|
* @param bool|null $case20 The case20. |
|
1943
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1944
|
|
|
*/ |
|
1945
|
|
|
public function setCase20(?bool $case20): CriteresLibres { |
|
1946
|
|
|
$this->case20 = $case20; |
|
1947
|
|
|
return $this; |
|
1948
|
|
|
} |
|
1949
|
|
|
|
|
1950
|
|
|
/** |
|
1951
|
|
|
* Set the case21. |
|
1952
|
|
|
* |
|
1953
|
|
|
* @param bool|null $case21 The case21. |
|
1954
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1955
|
|
|
*/ |
|
1956
|
|
|
public function setCase21(?bool $case21): CriteresLibres { |
|
1957
|
|
|
$this->case21 = $case21; |
|
1958
|
|
|
return $this; |
|
1959
|
|
|
} |
|
1960
|
|
|
|
|
1961
|
|
|
/** |
|
1962
|
|
|
* Set the case22. |
|
1963
|
|
|
* |
|
1964
|
|
|
* @param bool|null $case22 The case22. |
|
1965
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1966
|
|
|
*/ |
|
1967
|
|
|
public function setCase22(?bool $case22): CriteresLibres { |
|
1968
|
|
|
$this->case22 = $case22; |
|
1969
|
|
|
return $this; |
|
1970
|
|
|
} |
|
1971
|
|
|
|
|
1972
|
|
|
/** |
|
1973
|
|
|
* Set the case23. |
|
1974
|
|
|
* |
|
1975
|
|
|
* @param bool|null $case23 The case23. |
|
1976
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1977
|
|
|
*/ |
|
1978
|
|
|
public function setCase23(?bool $case23): CriteresLibres { |
|
1979
|
|
|
$this->case23 = $case23; |
|
1980
|
|
|
return $this; |
|
1981
|
|
|
} |
|
1982
|
|
|
|
|
1983
|
|
|
/** |
|
1984
|
|
|
* Set the case24. |
|
1985
|
|
|
* |
|
1986
|
|
|
* @param bool|null $case24 The case24. |
|
1987
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1988
|
|
|
*/ |
|
1989
|
|
|
public function setCase24(?bool $case24): CriteresLibres { |
|
1990
|
|
|
$this->case24 = $case24; |
|
1991
|
|
|
return $this; |
|
1992
|
|
|
} |
|
1993
|
|
|
|
|
1994
|
|
|
/** |
|
1995
|
|
|
* Set the case25. |
|
1996
|
|
|
* |
|
1997
|
|
|
* @param bool|null $case25 The case25. |
|
1998
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
1999
|
|
|
*/ |
|
2000
|
|
|
public function setCase25(?bool $case25): CriteresLibres { |
|
2001
|
|
|
$this->case25 = $case25; |
|
2002
|
|
|
return $this; |
|
2003
|
|
|
} |
|
2004
|
|
|
|
|
2005
|
|
|
/** |
|
2006
|
|
|
* Set the case26. |
|
2007
|
|
|
* |
|
2008
|
|
|
* @param bool|null $case26 The case26. |
|
2009
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2010
|
|
|
*/ |
|
2011
|
|
|
public function setCase26(?bool $case26): CriteresLibres { |
|
2012
|
|
|
$this->case26 = $case26; |
|
2013
|
|
|
return $this; |
|
2014
|
|
|
} |
|
2015
|
|
|
|
|
2016
|
|
|
/** |
|
2017
|
|
|
* Set the case27. |
|
2018
|
|
|
* |
|
2019
|
|
|
* @param bool|null $case27 The case27. |
|
2020
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2021
|
|
|
*/ |
|
2022
|
|
|
public function setCase27(?bool $case27): CriteresLibres { |
|
2023
|
|
|
$this->case27 = $case27; |
|
2024
|
|
|
return $this; |
|
2025
|
|
|
} |
|
2026
|
|
|
|
|
2027
|
|
|
/** |
|
2028
|
|
|
* Set the case28. |
|
2029
|
|
|
* |
|
2030
|
|
|
* @param bool|null $case28 The case28. |
|
2031
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2032
|
|
|
*/ |
|
2033
|
|
|
public function setCase28(?bool $case28): CriteresLibres { |
|
2034
|
|
|
$this->case28 = $case28; |
|
2035
|
|
|
return $this; |
|
2036
|
|
|
} |
|
2037
|
|
|
|
|
2038
|
|
|
/** |
|
2039
|
|
|
* Set the case29. |
|
2040
|
|
|
* |
|
2041
|
|
|
* @param bool|null $case29 The case29. |
|
2042
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2043
|
|
|
*/ |
|
2044
|
|
|
public function setCase29(?bool $case29): CriteresLibres { |
|
2045
|
|
|
$this->case29 = $case29; |
|
2046
|
|
|
return $this; |
|
2047
|
|
|
} |
|
2048
|
|
|
|
|
2049
|
|
|
/** |
|
2050
|
|
|
* Set the case3. |
|
2051
|
|
|
* |
|
2052
|
|
|
* @param bool|null $case3 The case3. |
|
2053
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2054
|
|
|
*/ |
|
2055
|
|
|
public function setCase3(?bool $case3): CriteresLibres { |
|
2056
|
|
|
$this->case3 = $case3; |
|
2057
|
|
|
return $this; |
|
2058
|
|
|
} |
|
2059
|
|
|
|
|
2060
|
|
|
/** |
|
2061
|
|
|
* Set the case30. |
|
2062
|
|
|
* |
|
2063
|
|
|
* @param bool|null $case30 The case30. |
|
2064
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2065
|
|
|
*/ |
|
2066
|
|
|
public function setCase30(?bool $case30): CriteresLibres { |
|
2067
|
|
|
$this->case30 = $case30; |
|
2068
|
|
|
return $this; |
|
2069
|
|
|
} |
|
2070
|
|
|
|
|
2071
|
|
|
/** |
|
2072
|
|
|
* Set the case31. |
|
2073
|
|
|
* |
|
2074
|
|
|
* @param bool|null $case31 The case31. |
|
2075
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2076
|
|
|
*/ |
|
2077
|
|
|
public function setCase31(?bool $case31): CriteresLibres { |
|
2078
|
|
|
$this->case31 = $case31; |
|
2079
|
|
|
return $this; |
|
2080
|
|
|
} |
|
2081
|
|
|
|
|
2082
|
|
|
/** |
|
2083
|
|
|
* Set the case32. |
|
2084
|
|
|
* |
|
2085
|
|
|
* @param bool|null $case32 The case32. |
|
2086
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2087
|
|
|
*/ |
|
2088
|
|
|
public function setCase32(?bool $case32): CriteresLibres { |
|
2089
|
|
|
$this->case32 = $case32; |
|
2090
|
|
|
return $this; |
|
2091
|
|
|
} |
|
2092
|
|
|
|
|
2093
|
|
|
/** |
|
2094
|
|
|
* Set the case33. |
|
2095
|
|
|
* |
|
2096
|
|
|
* @param bool|null $case33 The case33. |
|
2097
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2098
|
|
|
*/ |
|
2099
|
|
|
public function setCase33(?bool $case33): CriteresLibres { |
|
2100
|
|
|
$this->case33 = $case33; |
|
2101
|
|
|
return $this; |
|
2102
|
|
|
} |
|
2103
|
|
|
|
|
2104
|
|
|
/** |
|
2105
|
|
|
* Set the case34. |
|
2106
|
|
|
* |
|
2107
|
|
|
* @param bool|null $case34 The case34. |
|
2108
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2109
|
|
|
*/ |
|
2110
|
|
|
public function setCase34(?bool $case34): CriteresLibres { |
|
2111
|
|
|
$this->case34 = $case34; |
|
2112
|
|
|
return $this; |
|
2113
|
|
|
} |
|
2114
|
|
|
|
|
2115
|
|
|
/** |
|
2116
|
|
|
* Set the case35. |
|
2117
|
|
|
* |
|
2118
|
|
|
* @param bool|null $case35 The case35. |
|
2119
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2120
|
|
|
*/ |
|
2121
|
|
|
public function setCase35(?bool $case35): CriteresLibres { |
|
2122
|
|
|
$this->case35 = $case35; |
|
2123
|
|
|
return $this; |
|
2124
|
|
|
} |
|
2125
|
|
|
|
|
2126
|
|
|
/** |
|
2127
|
|
|
* Set the case36. |
|
2128
|
|
|
* |
|
2129
|
|
|
* @param bool|null $case36 The case36. |
|
2130
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2131
|
|
|
*/ |
|
2132
|
|
|
public function setCase36(?bool $case36): CriteresLibres { |
|
2133
|
|
|
$this->case36 = $case36; |
|
2134
|
|
|
return $this; |
|
2135
|
|
|
} |
|
2136
|
|
|
|
|
2137
|
|
|
/** |
|
2138
|
|
|
* Set the case37. |
|
2139
|
|
|
* |
|
2140
|
|
|
* @param bool|null $case37 The case37. |
|
2141
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2142
|
|
|
*/ |
|
2143
|
|
|
public function setCase37(?bool $case37): CriteresLibres { |
|
2144
|
|
|
$this->case37 = $case37; |
|
2145
|
|
|
return $this; |
|
2146
|
|
|
} |
|
2147
|
|
|
|
|
2148
|
|
|
/** |
|
2149
|
|
|
* Set the case38. |
|
2150
|
|
|
* |
|
2151
|
|
|
* @param bool|null $case38 The case38. |
|
2152
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2153
|
|
|
*/ |
|
2154
|
|
|
public function setCase38(?bool $case38): CriteresLibres { |
|
2155
|
|
|
$this->case38 = $case38; |
|
2156
|
|
|
return $this; |
|
2157
|
|
|
} |
|
2158
|
|
|
|
|
2159
|
|
|
/** |
|
2160
|
|
|
* Set the case39. |
|
2161
|
|
|
* |
|
2162
|
|
|
* @param bool|null $case39 The case39. |
|
2163
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2164
|
|
|
*/ |
|
2165
|
|
|
public function setCase39(?bool $case39): CriteresLibres { |
|
2166
|
|
|
$this->case39 = $case39; |
|
2167
|
|
|
return $this; |
|
2168
|
|
|
} |
|
2169
|
|
|
|
|
2170
|
|
|
/** |
|
2171
|
|
|
* Set the case4. |
|
2172
|
|
|
* |
|
2173
|
|
|
* @param bool|null $case4 The case4. |
|
2174
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2175
|
|
|
*/ |
|
2176
|
|
|
public function setCase4(?bool $case4): CriteresLibres { |
|
2177
|
|
|
$this->case4 = $case4; |
|
2178
|
|
|
return $this; |
|
2179
|
|
|
} |
|
2180
|
|
|
|
|
2181
|
|
|
/** |
|
2182
|
|
|
* Set the case40. |
|
2183
|
|
|
* |
|
2184
|
|
|
* @param bool|null $case40 The case40. |
|
2185
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2186
|
|
|
*/ |
|
2187
|
|
|
public function setCase40(?bool $case40): CriteresLibres { |
|
2188
|
|
|
$this->case40 = $case40; |
|
2189
|
|
|
return $this; |
|
2190
|
|
|
} |
|
2191
|
|
|
|
|
2192
|
|
|
/** |
|
2193
|
|
|
* Set the case41. |
|
2194
|
|
|
* |
|
2195
|
|
|
* @param bool|null $case41 The case41. |
|
2196
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2197
|
|
|
*/ |
|
2198
|
|
|
public function setCase41(?bool $case41): CriteresLibres { |
|
2199
|
|
|
$this->case41 = $case41; |
|
2200
|
|
|
return $this; |
|
2201
|
|
|
} |
|
2202
|
|
|
|
|
2203
|
|
|
/** |
|
2204
|
|
|
* Set the case42. |
|
2205
|
|
|
* |
|
2206
|
|
|
* @param bool|null $case42 The case42. |
|
2207
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2208
|
|
|
*/ |
|
2209
|
|
|
public function setCase42(?bool $case42): CriteresLibres { |
|
2210
|
|
|
$this->case42 = $case42; |
|
2211
|
|
|
return $this; |
|
2212
|
|
|
} |
|
2213
|
|
|
|
|
2214
|
|
|
/** |
|
2215
|
|
|
* Set the case43. |
|
2216
|
|
|
* |
|
2217
|
|
|
* @param bool|null $case43 The case43. |
|
2218
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2219
|
|
|
*/ |
|
2220
|
|
|
public function setCase43(?bool $case43): CriteresLibres { |
|
2221
|
|
|
$this->case43 = $case43; |
|
2222
|
|
|
return $this; |
|
2223
|
|
|
} |
|
2224
|
|
|
|
|
2225
|
|
|
/** |
|
2226
|
|
|
* Set the case44. |
|
2227
|
|
|
* |
|
2228
|
|
|
* @param bool|null $case44 The case44. |
|
2229
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2230
|
|
|
*/ |
|
2231
|
|
|
public function setCase44(?bool $case44): CriteresLibres { |
|
2232
|
|
|
$this->case44 = $case44; |
|
2233
|
|
|
return $this; |
|
2234
|
|
|
} |
|
2235
|
|
|
|
|
2236
|
|
|
/** |
|
2237
|
|
|
* Set the case45. |
|
2238
|
|
|
* |
|
2239
|
|
|
* @param bool|null $case45 The case45. |
|
2240
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2241
|
|
|
*/ |
|
2242
|
|
|
public function setCase45(?bool $case45): CriteresLibres { |
|
2243
|
|
|
$this->case45 = $case45; |
|
2244
|
|
|
return $this; |
|
2245
|
|
|
} |
|
2246
|
|
|
|
|
2247
|
|
|
/** |
|
2248
|
|
|
* Set the case46. |
|
2249
|
|
|
* |
|
2250
|
|
|
* @param bool|null $case46 The case46. |
|
2251
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2252
|
|
|
*/ |
|
2253
|
|
|
public function setCase46(?bool $case46): CriteresLibres { |
|
2254
|
|
|
$this->case46 = $case46; |
|
2255
|
|
|
return $this; |
|
2256
|
|
|
} |
|
2257
|
|
|
|
|
2258
|
|
|
/** |
|
2259
|
|
|
* Set the case47. |
|
2260
|
|
|
* |
|
2261
|
|
|
* @param bool|null $case47 The case47. |
|
2262
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2263
|
|
|
*/ |
|
2264
|
|
|
public function setCase47(?bool $case47): CriteresLibres { |
|
2265
|
|
|
$this->case47 = $case47; |
|
2266
|
|
|
return $this; |
|
2267
|
|
|
} |
|
2268
|
|
|
|
|
2269
|
|
|
/** |
|
2270
|
|
|
* Set the case48. |
|
2271
|
|
|
* |
|
2272
|
|
|
* @param bool|null $case48 The case48. |
|
2273
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2274
|
|
|
*/ |
|
2275
|
|
|
public function setCase48(?bool $case48): CriteresLibres { |
|
2276
|
|
|
$this->case48 = $case48; |
|
2277
|
|
|
return $this; |
|
2278
|
|
|
} |
|
2279
|
|
|
|
|
2280
|
|
|
/** |
|
2281
|
|
|
* Set the case49. |
|
2282
|
|
|
* |
|
2283
|
|
|
* @param bool|null $case49 The case49. |
|
2284
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2285
|
|
|
*/ |
|
2286
|
|
|
public function setCase49(?bool $case49): CriteresLibres { |
|
2287
|
|
|
$this->case49 = $case49; |
|
2288
|
|
|
return $this; |
|
2289
|
|
|
} |
|
2290
|
|
|
|
|
2291
|
|
|
/** |
|
2292
|
|
|
* Set the case5. |
|
2293
|
|
|
* |
|
2294
|
|
|
* @param bool|null $case5 The case5. |
|
2295
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2296
|
|
|
*/ |
|
2297
|
|
|
public function setCase5(?bool $case5): CriteresLibres { |
|
2298
|
|
|
$this->case5 = $case5; |
|
2299
|
|
|
return $this; |
|
2300
|
|
|
} |
|
2301
|
|
|
|
|
2302
|
|
|
/** |
|
2303
|
|
|
* Set the case50. |
|
2304
|
|
|
* |
|
2305
|
|
|
* @param bool|null $case50 The case50. |
|
2306
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2307
|
|
|
*/ |
|
2308
|
|
|
public function setCase50(?bool $case50): CriteresLibres { |
|
2309
|
|
|
$this->case50 = $case50; |
|
2310
|
|
|
return $this; |
|
2311
|
|
|
} |
|
2312
|
|
|
|
|
2313
|
|
|
/** |
|
2314
|
|
|
* Set the case6. |
|
2315
|
|
|
* |
|
2316
|
|
|
* @param bool|null $case6 The case6. |
|
2317
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2318
|
|
|
*/ |
|
2319
|
|
|
public function setCase6(?bool $case6): CriteresLibres { |
|
2320
|
|
|
$this->case6 = $case6; |
|
2321
|
|
|
return $this; |
|
2322
|
|
|
} |
|
2323
|
|
|
|
|
2324
|
|
|
/** |
|
2325
|
|
|
* Set the case7. |
|
2326
|
|
|
* |
|
2327
|
|
|
* @param bool|null $case7 The case7. |
|
2328
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2329
|
|
|
*/ |
|
2330
|
|
|
public function setCase7(?bool $case7): CriteresLibres { |
|
2331
|
|
|
$this->case7 = $case7; |
|
2332
|
|
|
return $this; |
|
2333
|
|
|
} |
|
2334
|
|
|
|
|
2335
|
|
|
/** |
|
2336
|
|
|
* Set the case8. |
|
2337
|
|
|
* |
|
2338
|
|
|
* @param bool|null $case8 The case8. |
|
2339
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2340
|
|
|
*/ |
|
2341
|
|
|
public function setCase8(?bool $case8): CriteresLibres { |
|
2342
|
|
|
$this->case8 = $case8; |
|
2343
|
|
|
return $this; |
|
2344
|
|
|
} |
|
2345
|
|
|
|
|
2346
|
|
|
/** |
|
2347
|
|
|
* Set the case9. |
|
2348
|
|
|
* |
|
2349
|
|
|
* @param bool|null $case9 The case9. |
|
2350
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2351
|
|
|
*/ |
|
2352
|
|
|
public function setCase9(?bool $case9): CriteresLibres { |
|
2353
|
|
|
$this->case9 = $case9; |
|
2354
|
|
|
return $this; |
|
2355
|
|
|
} |
|
2356
|
|
|
|
|
2357
|
|
|
/** |
|
2358
|
|
|
* Set the code client. |
|
2359
|
|
|
* |
|
2360
|
|
|
* @param string|null $codeClient The code client. |
|
2361
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2362
|
|
|
*/ |
|
2363
|
|
|
public function setCodeClient(?string $codeClient): CriteresLibres { |
|
2364
|
|
|
$this->codeClient = $codeClient; |
|
2365
|
|
|
return $this; |
|
2366
|
|
|
} |
|
2367
|
|
|
|
|
2368
|
|
|
/** |
|
2369
|
|
|
* Set the date1. |
|
2370
|
|
|
* |
|
2371
|
|
|
* @param DateTime|null $date1 The date1. |
|
2372
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2373
|
|
|
*/ |
|
2374
|
|
|
public function setDate1(?DateTime $date1): CriteresLibres { |
|
2375
|
|
|
$this->date1 = $date1; |
|
2376
|
|
|
return $this; |
|
2377
|
|
|
} |
|
2378
|
|
|
|
|
2379
|
|
|
/** |
|
2380
|
|
|
* Set the date10. |
|
2381
|
|
|
* |
|
2382
|
|
|
* @param DateTime|null $date10 The date10. |
|
2383
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2384
|
|
|
*/ |
|
2385
|
|
|
public function setDate10(?DateTime $date10): CriteresLibres { |
|
2386
|
|
|
$this->date10 = $date10; |
|
2387
|
|
|
return $this; |
|
2388
|
|
|
} |
|
2389
|
|
|
|
|
2390
|
|
|
/** |
|
2391
|
|
|
* Set the date11. |
|
2392
|
|
|
* |
|
2393
|
|
|
* @param DateTime|null $date11 The date11. |
|
2394
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2395
|
|
|
*/ |
|
2396
|
|
|
public function setDate11(?DateTime $date11): CriteresLibres { |
|
2397
|
|
|
$this->date11 = $date11; |
|
2398
|
|
|
return $this; |
|
2399
|
|
|
} |
|
2400
|
|
|
|
|
2401
|
|
|
/** |
|
2402
|
|
|
* Set the date12. |
|
2403
|
|
|
* |
|
2404
|
|
|
* @param DateTime|null $date12 The date12. |
|
2405
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2406
|
|
|
*/ |
|
2407
|
|
|
public function setDate12(?DateTime $date12): CriteresLibres { |
|
2408
|
|
|
$this->date12 = $date12; |
|
2409
|
|
|
return $this; |
|
2410
|
|
|
} |
|
2411
|
|
|
|
|
2412
|
|
|
/** |
|
2413
|
|
|
* Set the date13. |
|
2414
|
|
|
* |
|
2415
|
|
|
* @param DateTime|null $date13 The date13. |
|
2416
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2417
|
|
|
*/ |
|
2418
|
|
|
public function setDate13(?DateTime $date13): CriteresLibres { |
|
2419
|
|
|
$this->date13 = $date13; |
|
2420
|
|
|
return $this; |
|
2421
|
|
|
} |
|
2422
|
|
|
|
|
2423
|
|
|
/** |
|
2424
|
|
|
* Set the date14. |
|
2425
|
|
|
* |
|
2426
|
|
|
* @param DateTime|null $date14 The date14. |
|
2427
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2428
|
|
|
*/ |
|
2429
|
|
|
public function setDate14(?DateTime $date14): CriteresLibres { |
|
2430
|
|
|
$this->date14 = $date14; |
|
2431
|
|
|
return $this; |
|
2432
|
|
|
} |
|
2433
|
|
|
|
|
2434
|
|
|
/** |
|
2435
|
|
|
* Set the date15. |
|
2436
|
|
|
* |
|
2437
|
|
|
* @param DateTime|null $date15 The date15. |
|
2438
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2439
|
|
|
*/ |
|
2440
|
|
|
public function setDate15(?DateTime $date15): CriteresLibres { |
|
2441
|
|
|
$this->date15 = $date15; |
|
2442
|
|
|
return $this; |
|
2443
|
|
|
} |
|
2444
|
|
|
|
|
2445
|
|
|
/** |
|
2446
|
|
|
* Set the date16. |
|
2447
|
|
|
* |
|
2448
|
|
|
* @param DateTime|null $date16 The date16. |
|
2449
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2450
|
|
|
*/ |
|
2451
|
|
|
public function setDate16(?DateTime $date16): CriteresLibres { |
|
2452
|
|
|
$this->date16 = $date16; |
|
2453
|
|
|
return $this; |
|
2454
|
|
|
} |
|
2455
|
|
|
|
|
2456
|
|
|
/** |
|
2457
|
|
|
* Set the date17. |
|
2458
|
|
|
* |
|
2459
|
|
|
* @param DateTime|null $date17 The date17. |
|
2460
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2461
|
|
|
*/ |
|
2462
|
|
|
public function setDate17(?DateTime $date17): CriteresLibres { |
|
2463
|
|
|
$this->date17 = $date17; |
|
2464
|
|
|
return $this; |
|
2465
|
|
|
} |
|
2466
|
|
|
|
|
2467
|
|
|
/** |
|
2468
|
|
|
* Set the date18. |
|
2469
|
|
|
* |
|
2470
|
|
|
* @param DateTime|null $date18 The date18. |
|
2471
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2472
|
|
|
*/ |
|
2473
|
|
|
public function setDate18(?DateTime $date18): CriteresLibres { |
|
2474
|
|
|
$this->date18 = $date18; |
|
2475
|
|
|
return $this; |
|
2476
|
|
|
} |
|
2477
|
|
|
|
|
2478
|
|
|
/** |
|
2479
|
|
|
* Set the date19. |
|
2480
|
|
|
* |
|
2481
|
|
|
* @param DateTime|null $date19 The date19. |
|
2482
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2483
|
|
|
*/ |
|
2484
|
|
|
public function setDate19(?DateTime $date19): CriteresLibres { |
|
2485
|
|
|
$this->date19 = $date19; |
|
2486
|
|
|
return $this; |
|
2487
|
|
|
} |
|
2488
|
|
|
|
|
2489
|
|
|
/** |
|
2490
|
|
|
* Set the date2. |
|
2491
|
|
|
* |
|
2492
|
|
|
* @param DateTime|null $date2 The date2. |
|
2493
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2494
|
|
|
*/ |
|
2495
|
|
|
public function setDate2(?DateTime $date2): CriteresLibres { |
|
2496
|
|
|
$this->date2 = $date2; |
|
2497
|
|
|
return $this; |
|
2498
|
|
|
} |
|
2499
|
|
|
|
|
2500
|
|
|
/** |
|
2501
|
|
|
* Set the date20. |
|
2502
|
|
|
* |
|
2503
|
|
|
* @param DateTime|null $date20 The date20. |
|
2504
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2505
|
|
|
*/ |
|
2506
|
|
|
public function setDate20(?DateTime $date20): CriteresLibres { |
|
2507
|
|
|
$this->date20 = $date20; |
|
2508
|
|
|
return $this; |
|
2509
|
|
|
} |
|
2510
|
|
|
|
|
2511
|
|
|
/** |
|
2512
|
|
|
* Set the date3. |
|
2513
|
|
|
* |
|
2514
|
|
|
* @param DateTime|null $date3 The date3. |
|
2515
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2516
|
|
|
*/ |
|
2517
|
|
|
public function setDate3(?DateTime $date3): CriteresLibres { |
|
2518
|
|
|
$this->date3 = $date3; |
|
2519
|
|
|
return $this; |
|
2520
|
|
|
} |
|
2521
|
|
|
|
|
2522
|
|
|
/** |
|
2523
|
|
|
* Set the date4. |
|
2524
|
|
|
* |
|
2525
|
|
|
* @param DateTime|null $date4 The date4. |
|
2526
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2527
|
|
|
*/ |
|
2528
|
|
|
public function setDate4(?DateTime $date4): CriteresLibres { |
|
2529
|
|
|
$this->date4 = $date4; |
|
2530
|
|
|
return $this; |
|
2531
|
|
|
} |
|
2532
|
|
|
|
|
2533
|
|
|
/** |
|
2534
|
|
|
* Set the date5. |
|
2535
|
|
|
* |
|
2536
|
|
|
* @param DateTime|null $date5 The date5. |
|
2537
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2538
|
|
|
*/ |
|
2539
|
|
|
public function setDate5(?DateTime $date5): CriteresLibres { |
|
2540
|
|
|
$this->date5 = $date5; |
|
2541
|
|
|
return $this; |
|
2542
|
|
|
} |
|
2543
|
|
|
|
|
2544
|
|
|
/** |
|
2545
|
|
|
* Set the date6. |
|
2546
|
|
|
* |
|
2547
|
|
|
* @param DateTime|null $date6 The date6. |
|
2548
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2549
|
|
|
*/ |
|
2550
|
|
|
public function setDate6(?DateTime $date6): CriteresLibres { |
|
2551
|
|
|
$this->date6 = $date6; |
|
2552
|
|
|
return $this; |
|
2553
|
|
|
} |
|
2554
|
|
|
|
|
2555
|
|
|
/** |
|
2556
|
|
|
* Set the date7. |
|
2557
|
|
|
* |
|
2558
|
|
|
* @param DateTime|null $date7 The date7. |
|
2559
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2560
|
|
|
*/ |
|
2561
|
|
|
public function setDate7(?DateTime $date7): CriteresLibres { |
|
2562
|
|
|
$this->date7 = $date7; |
|
2563
|
|
|
return $this; |
|
2564
|
|
|
} |
|
2565
|
|
|
|
|
2566
|
|
|
/** |
|
2567
|
|
|
* Set the date8. |
|
2568
|
|
|
* |
|
2569
|
|
|
* @param DateTime|null $date8 The date8. |
|
2570
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2571
|
|
|
*/ |
|
2572
|
|
|
public function setDate8(?DateTime $date8): CriteresLibres { |
|
2573
|
|
|
$this->date8 = $date8; |
|
2574
|
|
|
return $this; |
|
2575
|
|
|
} |
|
2576
|
|
|
|
|
2577
|
|
|
/** |
|
2578
|
|
|
* Set the date9. |
|
2579
|
|
|
* |
|
2580
|
|
|
* @param DateTime|null $date9 The date9. |
|
2581
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2582
|
|
|
*/ |
|
2583
|
|
|
public function setDate9(?DateTime $date9): CriteresLibres { |
|
2584
|
|
|
$this->date9 = $date9; |
|
2585
|
|
|
return $this; |
|
2586
|
|
|
} |
|
2587
|
|
|
|
|
2588
|
|
|
/** |
|
2589
|
|
|
* Set the texte a. |
|
2590
|
|
|
* |
|
2591
|
|
|
* @param string|null $texteA The texte a. |
|
2592
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2593
|
|
|
*/ |
|
2594
|
|
|
public function setTexteA(?string $texteA): CriteresLibres { |
|
2595
|
|
|
$this->texteA = $texteA; |
|
2596
|
|
|
return $this; |
|
2597
|
|
|
} |
|
2598
|
|
|
|
|
2599
|
|
|
/** |
|
2600
|
|
|
* Set the texte b. |
|
2601
|
|
|
* |
|
2602
|
|
|
* @param string|null $texteB The texte b. |
|
2603
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2604
|
|
|
*/ |
|
2605
|
|
|
public function setTexteB(?string $texteB): CriteresLibres { |
|
2606
|
|
|
$this->texteB = $texteB; |
|
2607
|
|
|
return $this; |
|
2608
|
|
|
} |
|
2609
|
|
|
|
|
2610
|
|
|
/** |
|
2611
|
|
|
* Set the texte c. |
|
2612
|
|
|
* |
|
2613
|
|
|
* @param string|null $texteC The texte c. |
|
2614
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2615
|
|
|
*/ |
|
2616
|
|
|
public function setTexteC(?string $texteC): CriteresLibres { |
|
2617
|
|
|
$this->texteC = $texteC; |
|
2618
|
|
|
return $this; |
|
2619
|
|
|
} |
|
2620
|
|
|
|
|
2621
|
|
|
/** |
|
2622
|
|
|
* Set the texte d. |
|
2623
|
|
|
* |
|
2624
|
|
|
* @param string|null $texteD The texte d. |
|
2625
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2626
|
|
|
*/ |
|
2627
|
|
|
public function setTexteD(?string $texteD): CriteresLibres { |
|
2628
|
|
|
$this->texteD = $texteD; |
|
2629
|
|
|
return $this; |
|
2630
|
|
|
} |
|
2631
|
|
|
|
|
2632
|
|
|
/** |
|
2633
|
|
|
* Set the texte e. |
|
2634
|
|
|
* |
|
2635
|
|
|
* @param string|null $texteE The texte e. |
|
2636
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2637
|
|
|
*/ |
|
2638
|
|
|
public function setTexteE(?string $texteE): CriteresLibres { |
|
2639
|
|
|
$this->texteE = $texteE; |
|
2640
|
|
|
return $this; |
|
2641
|
|
|
} |
|
2642
|
|
|
|
|
2643
|
|
|
/** |
|
2644
|
|
|
* Set the texte f. |
|
2645
|
|
|
* |
|
2646
|
|
|
* @param string|null $texteF The texte f. |
|
2647
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2648
|
|
|
*/ |
|
2649
|
|
|
public function setTexteF(?string $texteF): CriteresLibres { |
|
2650
|
|
|
$this->texteF = $texteF; |
|
2651
|
|
|
return $this; |
|
2652
|
|
|
} |
|
2653
|
|
|
|
|
2654
|
|
|
/** |
|
2655
|
|
|
* Set the texte g. |
|
2656
|
|
|
* |
|
2657
|
|
|
* @param string|null $texteG The texte g. |
|
2658
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2659
|
|
|
*/ |
|
2660
|
|
|
public function setTexteG(?string $texteG): CriteresLibres { |
|
2661
|
|
|
$this->texteG = $texteG; |
|
2662
|
|
|
return $this; |
|
2663
|
|
|
} |
|
2664
|
|
|
|
|
2665
|
|
|
/** |
|
2666
|
|
|
* Set the texte h. |
|
2667
|
|
|
* |
|
2668
|
|
|
* @param string|null $texteH The texte h. |
|
2669
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2670
|
|
|
*/ |
|
2671
|
|
|
public function setTexteH(?string $texteH): CriteresLibres { |
|
2672
|
|
|
$this->texteH = $texteH; |
|
2673
|
|
|
return $this; |
|
2674
|
|
|
} |
|
2675
|
|
|
|
|
2676
|
|
|
/** |
|
2677
|
|
|
* Set the texte i. |
|
2678
|
|
|
* |
|
2679
|
|
|
* @param string|null $texteI The texte i. |
|
2680
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2681
|
|
|
*/ |
|
2682
|
|
|
public function setTexteI(?string $texteI): CriteresLibres { |
|
2683
|
|
|
$this->texteI = $texteI; |
|
2684
|
|
|
return $this; |
|
2685
|
|
|
} |
|
2686
|
|
|
|
|
2687
|
|
|
/** |
|
2688
|
|
|
* Set the texte j. |
|
2689
|
|
|
* |
|
2690
|
|
|
* @param string|null $texteJ The texte j. |
|
2691
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2692
|
|
|
*/ |
|
2693
|
|
|
public function setTexteJ(?string $texteJ): CriteresLibres { |
|
2694
|
|
|
$this->texteJ = $texteJ; |
|
2695
|
|
|
return $this; |
|
2696
|
|
|
} |
|
2697
|
|
|
|
|
2698
|
|
|
/** |
|
2699
|
|
|
* Set the texte k. |
|
2700
|
|
|
* |
|
2701
|
|
|
* @param string|null $texteK The texte k. |
|
2702
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2703
|
|
|
*/ |
|
2704
|
|
|
public function setTexteK(?string $texteK): CriteresLibres { |
|
2705
|
|
|
$this->texteK = $texteK; |
|
2706
|
|
|
return $this; |
|
2707
|
|
|
} |
|
2708
|
|
|
|
|
2709
|
|
|
/** |
|
2710
|
|
|
* Set the texte l. |
|
2711
|
|
|
* |
|
2712
|
|
|
* @param string|null $texteL The texte l. |
|
2713
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2714
|
|
|
*/ |
|
2715
|
|
|
public function setTexteL(?string $texteL): CriteresLibres { |
|
2716
|
|
|
$this->texteL = $texteL; |
|
2717
|
|
|
return $this; |
|
2718
|
|
|
} |
|
2719
|
|
|
|
|
2720
|
|
|
/** |
|
2721
|
|
|
* Set the texte m. |
|
2722
|
|
|
* |
|
2723
|
|
|
* @param string|null $texteM The texte m. |
|
2724
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2725
|
|
|
*/ |
|
2726
|
|
|
public function setTexteM(?string $texteM): CriteresLibres { |
|
2727
|
|
|
$this->texteM = $texteM; |
|
2728
|
|
|
return $this; |
|
2729
|
|
|
} |
|
2730
|
|
|
|
|
2731
|
|
|
/** |
|
2732
|
|
|
* Set the texte n. |
|
2733
|
|
|
* |
|
2734
|
|
|
* @param string|null $texteN The texte n. |
|
2735
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2736
|
|
|
*/ |
|
2737
|
|
|
public function setTexteN(?string $texteN): CriteresLibres { |
|
2738
|
|
|
$this->texteN = $texteN; |
|
2739
|
|
|
return $this; |
|
2740
|
|
|
} |
|
2741
|
|
|
|
|
2742
|
|
|
/** |
|
2743
|
|
|
* Set the texte o. |
|
2744
|
|
|
* |
|
2745
|
|
|
* @param string|null $texteO The texte o. |
|
2746
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2747
|
|
|
*/ |
|
2748
|
|
|
public function setTexteO(?string $texteO): CriteresLibres { |
|
2749
|
|
|
$this->texteO = $texteO; |
|
2750
|
|
|
return $this; |
|
2751
|
|
|
} |
|
2752
|
|
|
|
|
2753
|
|
|
/** |
|
2754
|
|
|
* Set the texte p. |
|
2755
|
|
|
* |
|
2756
|
|
|
* @param string|null $texteP The texte p. |
|
2757
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2758
|
|
|
*/ |
|
2759
|
|
|
public function setTexteP(?string $texteP): CriteresLibres { |
|
2760
|
|
|
$this->texteP = $texteP; |
|
2761
|
|
|
return $this; |
|
2762
|
|
|
} |
|
2763
|
|
|
|
|
2764
|
|
|
/** |
|
2765
|
|
|
* Set the texte q. |
|
2766
|
|
|
* |
|
2767
|
|
|
* @param string|null $texteQ The texte q. |
|
2768
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2769
|
|
|
*/ |
|
2770
|
|
|
public function setTexteQ(?string $texteQ): CriteresLibres { |
|
2771
|
|
|
$this->texteQ = $texteQ; |
|
2772
|
|
|
return $this; |
|
2773
|
|
|
} |
|
2774
|
|
|
|
|
2775
|
|
|
/** |
|
2776
|
|
|
* Set the texte r. |
|
2777
|
|
|
* |
|
2778
|
|
|
* @param string|null $texteR The texte r. |
|
2779
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2780
|
|
|
*/ |
|
2781
|
|
|
public function setTexteR(?string $texteR): CriteresLibres { |
|
2782
|
|
|
$this->texteR = $texteR; |
|
2783
|
|
|
return $this; |
|
2784
|
|
|
} |
|
2785
|
|
|
|
|
2786
|
|
|
/** |
|
2787
|
|
|
* Set the texte s. |
|
2788
|
|
|
* |
|
2789
|
|
|
* @param string|null $texteS The texte s. |
|
2790
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2791
|
|
|
*/ |
|
2792
|
|
|
public function setTexteS(?string $texteS): CriteresLibres { |
|
2793
|
|
|
$this->texteS = $texteS; |
|
2794
|
|
|
return $this; |
|
2795
|
|
|
} |
|
2796
|
|
|
|
|
2797
|
|
|
/** |
|
2798
|
|
|
* Set the texte t. |
|
2799
|
|
|
* |
|
2800
|
|
|
* @param string|null $texteT The texte t. |
|
2801
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2802
|
|
|
*/ |
|
2803
|
|
|
public function setTexteT(?string $texteT): CriteresLibres { |
|
2804
|
|
|
$this->texteT = $texteT; |
|
2805
|
|
|
return $this; |
|
2806
|
|
|
} |
|
2807
|
|
|
|
|
2808
|
|
|
/** |
|
2809
|
|
|
* Set the valeur1. |
|
2810
|
|
|
* |
|
2811
|
|
|
* @param float|null $valeur1 The valeur1. |
|
2812
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2813
|
|
|
*/ |
|
2814
|
|
|
public function setValeur1(?float $valeur1): CriteresLibres { |
|
2815
|
|
|
$this->valeur1 = $valeur1; |
|
2816
|
|
|
return $this; |
|
2817
|
|
|
} |
|
2818
|
|
|
|
|
2819
|
|
|
/** |
|
2820
|
|
|
* Set the valeur10. |
|
2821
|
|
|
* |
|
2822
|
|
|
* @param float|null $valeur10 The valeur10. |
|
2823
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2824
|
|
|
*/ |
|
2825
|
|
|
public function setValeur10(?float $valeur10): CriteresLibres { |
|
2826
|
|
|
$this->valeur10 = $valeur10; |
|
2827
|
|
|
return $this; |
|
2828
|
|
|
} |
|
2829
|
|
|
|
|
2830
|
|
|
/** |
|
2831
|
|
|
* Set the valeur11. |
|
2832
|
|
|
* |
|
2833
|
|
|
* @param float|null $valeur11 The valeur11. |
|
2834
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2835
|
|
|
*/ |
|
2836
|
|
|
public function setValeur11(?float $valeur11): CriteresLibres { |
|
2837
|
|
|
$this->valeur11 = $valeur11; |
|
2838
|
|
|
return $this; |
|
2839
|
|
|
} |
|
2840
|
|
|
|
|
2841
|
|
|
/** |
|
2842
|
|
|
* Set the valeur12. |
|
2843
|
|
|
* |
|
2844
|
|
|
* @param float|null $valeur12 The valeur12. |
|
2845
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2846
|
|
|
*/ |
|
2847
|
|
|
public function setValeur12(?float $valeur12): CriteresLibres { |
|
2848
|
|
|
$this->valeur12 = $valeur12; |
|
2849
|
|
|
return $this; |
|
2850
|
|
|
} |
|
2851
|
|
|
|
|
2852
|
|
|
/** |
|
2853
|
|
|
* Set the valeur13. |
|
2854
|
|
|
* |
|
2855
|
|
|
* @param float|null $valeur13 The valeur13. |
|
2856
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2857
|
|
|
*/ |
|
2858
|
|
|
public function setValeur13(?float $valeur13): CriteresLibres { |
|
2859
|
|
|
$this->valeur13 = $valeur13; |
|
2860
|
|
|
return $this; |
|
2861
|
|
|
} |
|
2862
|
|
|
|
|
2863
|
|
|
/** |
|
2864
|
|
|
* Set the valeur14. |
|
2865
|
|
|
* |
|
2866
|
|
|
* @param float|null $valeur14 The valeur14. |
|
2867
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2868
|
|
|
*/ |
|
2869
|
|
|
public function setValeur14(?float $valeur14): CriteresLibres { |
|
2870
|
|
|
$this->valeur14 = $valeur14; |
|
2871
|
|
|
return $this; |
|
2872
|
|
|
} |
|
2873
|
|
|
|
|
2874
|
|
|
/** |
|
2875
|
|
|
* Set the valeur15. |
|
2876
|
|
|
* |
|
2877
|
|
|
* @param float|null $valeur15 The valeur15. |
|
2878
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2879
|
|
|
*/ |
|
2880
|
|
|
public function setValeur15(?float $valeur15): CriteresLibres { |
|
2881
|
|
|
$this->valeur15 = $valeur15; |
|
2882
|
|
|
return $this; |
|
2883
|
|
|
} |
|
2884
|
|
|
|
|
2885
|
|
|
/** |
|
2886
|
|
|
* Set the valeur16. |
|
2887
|
|
|
* |
|
2888
|
|
|
* @param float|null $valeur16 The valeur16. |
|
2889
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2890
|
|
|
*/ |
|
2891
|
|
|
public function setValeur16(?float $valeur16): CriteresLibres { |
|
2892
|
|
|
$this->valeur16 = $valeur16; |
|
2893
|
|
|
return $this; |
|
2894
|
|
|
} |
|
2895
|
|
|
|
|
2896
|
|
|
/** |
|
2897
|
|
|
* Set the valeur17. |
|
2898
|
|
|
* |
|
2899
|
|
|
* @param float|null $valeur17 The valeur17. |
|
2900
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2901
|
|
|
*/ |
|
2902
|
|
|
public function setValeur17(?float $valeur17): CriteresLibres { |
|
2903
|
|
|
$this->valeur17 = $valeur17; |
|
2904
|
|
|
return $this; |
|
2905
|
|
|
} |
|
2906
|
|
|
|
|
2907
|
|
|
/** |
|
2908
|
|
|
* Set the valeur18. |
|
2909
|
|
|
* |
|
2910
|
|
|
* @param float|null $valeur18 The valeur18. |
|
2911
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2912
|
|
|
*/ |
|
2913
|
|
|
public function setValeur18(?float $valeur18): CriteresLibres { |
|
2914
|
|
|
$this->valeur18 = $valeur18; |
|
2915
|
|
|
return $this; |
|
2916
|
|
|
} |
|
2917
|
|
|
|
|
2918
|
|
|
/** |
|
2919
|
|
|
* Set the valeur19. |
|
2920
|
|
|
* |
|
2921
|
|
|
* @param float|null $valeur19 The valeur19. |
|
2922
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2923
|
|
|
*/ |
|
2924
|
|
|
public function setValeur19(?float $valeur19): CriteresLibres { |
|
2925
|
|
|
$this->valeur19 = $valeur19; |
|
2926
|
|
|
return $this; |
|
2927
|
|
|
} |
|
2928
|
|
|
|
|
2929
|
|
|
/** |
|
2930
|
|
|
* Set the valeur2. |
|
2931
|
|
|
* |
|
2932
|
|
|
* @param float|null $valeur2 The valeur2. |
|
2933
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2934
|
|
|
*/ |
|
2935
|
|
|
public function setValeur2(?float $valeur2): CriteresLibres { |
|
2936
|
|
|
$this->valeur2 = $valeur2; |
|
2937
|
|
|
return $this; |
|
2938
|
|
|
} |
|
2939
|
|
|
|
|
2940
|
|
|
/** |
|
2941
|
|
|
* Set the valeur20. |
|
2942
|
|
|
* |
|
2943
|
|
|
* @param float|null $valeur20 The valeur20. |
|
2944
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2945
|
|
|
*/ |
|
2946
|
|
|
public function setValeur20(?float $valeur20): CriteresLibres { |
|
2947
|
|
|
$this->valeur20 = $valeur20; |
|
2948
|
|
|
return $this; |
|
2949
|
|
|
} |
|
2950
|
|
|
|
|
2951
|
|
|
/** |
|
2952
|
|
|
* Set the valeur3. |
|
2953
|
|
|
* |
|
2954
|
|
|
* @param float|null $valeur3 The valeur3. |
|
2955
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2956
|
|
|
*/ |
|
2957
|
|
|
public function setValeur3(?float $valeur3): CriteresLibres { |
|
2958
|
|
|
$this->valeur3 = $valeur3; |
|
2959
|
|
|
return $this; |
|
2960
|
|
|
} |
|
2961
|
|
|
|
|
2962
|
|
|
/** |
|
2963
|
|
|
* Set the valeur4. |
|
2964
|
|
|
* |
|
2965
|
|
|
* @param float|null $valeur4 The valeur4. |
|
2966
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2967
|
|
|
*/ |
|
2968
|
|
|
public function setValeur4(?float $valeur4): CriteresLibres { |
|
2969
|
|
|
$this->valeur4 = $valeur4; |
|
2970
|
|
|
return $this; |
|
2971
|
|
|
} |
|
2972
|
|
|
|
|
2973
|
|
|
/** |
|
2974
|
|
|
* Set the valeur5. |
|
2975
|
|
|
* |
|
2976
|
|
|
* @param float|null $valeur5 The valeur5. |
|
2977
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2978
|
|
|
*/ |
|
2979
|
|
|
public function setValeur5(?float $valeur5): CriteresLibres { |
|
2980
|
|
|
$this->valeur5 = $valeur5; |
|
2981
|
|
|
return $this; |
|
2982
|
|
|
} |
|
2983
|
|
|
|
|
2984
|
|
|
/** |
|
2985
|
|
|
* Set the valeur6. |
|
2986
|
|
|
* |
|
2987
|
|
|
* @param float|null $valeur6 The valeur6. |
|
2988
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
2989
|
|
|
*/ |
|
2990
|
|
|
public function setValeur6(?float $valeur6): CriteresLibres { |
|
2991
|
|
|
$this->valeur6 = $valeur6; |
|
2992
|
|
|
return $this; |
|
2993
|
|
|
} |
|
2994
|
|
|
|
|
2995
|
|
|
/** |
|
2996
|
|
|
* Set the valeur7. |
|
2997
|
|
|
* |
|
2998
|
|
|
* @param float|null $valeur7 The valeur7. |
|
2999
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
3000
|
|
|
*/ |
|
3001
|
|
|
public function setValeur7(?float $valeur7): CriteresLibres { |
|
3002
|
|
|
$this->valeur7 = $valeur7; |
|
3003
|
|
|
return $this; |
|
3004
|
|
|
} |
|
3005
|
|
|
|
|
3006
|
|
|
/** |
|
3007
|
|
|
* Set the valeur8. |
|
3008
|
|
|
* |
|
3009
|
|
|
* @param float|null $valeur8 The valeur8. |
|
3010
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
3011
|
|
|
*/ |
|
3012
|
|
|
public function setValeur8(?float $valeur8): CriteresLibres { |
|
3013
|
|
|
$this->valeur8 = $valeur8; |
|
3014
|
|
|
return $this; |
|
3015
|
|
|
} |
|
3016
|
|
|
|
|
3017
|
|
|
/** |
|
3018
|
|
|
* Set the valeur9. |
|
3019
|
|
|
* |
|
3020
|
|
|
* @param float|null $valeur9 The valeur9. |
|
3021
|
|
|
* @return CriteresLibres Returns this Criteres libres. |
|
3022
|
|
|
*/ |
|
3023
|
|
|
public function setValeur9(?float $valeur9): CriteresLibres { |
|
3024
|
|
|
$this->valeur9 = $valeur9; |
|
3025
|
|
|
return $this; |
|
3026
|
|
|
} |
|
3027
|
|
|
} |
|
3028
|
|
|
|