mpxj 15.3.1 → 16.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,13 @@ module MPXJ
18
18
  get_date_value(attribute_values['actual_finish'])
19
19
  end
20
20
 
21
+ # Retrieve the Actual Material value
22
+ #
23
+ # @return Actual Material value
24
+ def actual_material
25
+ get_float_value(attribute_values['actual_material'])
26
+ end
27
+
21
28
  # Retrieve the Actual Overtime Cost value
22
29
  #
23
30
  # @return Actual Overtime Cost value
@@ -39,6 +46,20 @@ module MPXJ
39
46
  get_duration_value(attribute_values['actual_overtime_work_protected'])
40
47
  end
41
48
 
49
+ # Retrieve the Actual Regular Cost value
50
+ #
51
+ # @return Actual Regular Cost value
52
+ def actual_regular_cost
53
+ get_float_value(attribute_values['actual_regular_cost'])
54
+ end
55
+
56
+ # Retrieve the Actual Regular Work value
57
+ #
58
+ # @return Actual Regular Work value
59
+ def actual_regular_work
60
+ get_duration_value(attribute_values['actual_regular_work'])
61
+ end
62
+
42
63
  # Retrieve the Actual Start value
43
64
  #
44
65
  # @return Actual Start value
@@ -123,6 +144,13 @@ module MPXJ
123
144
  get_date_value(attribute_values['baseline10_finish'])
124
145
  end
125
146
 
147
+ # Retrieve the Baseline10 Material value
148
+ #
149
+ # @return Baseline10 Material value
150
+ def baseline10_material
151
+ get_float_value(attribute_values['baseline10_material'])
152
+ end
153
+
126
154
  # Retrieve the Baseline10 Start value
127
155
  #
128
156
  # @return Baseline10 Start value
@@ -165,6 +193,13 @@ module MPXJ
165
193
  get_date_value(attribute_values['baseline1_finish'])
166
194
  end
167
195
 
196
+ # Retrieve the Baseline1 Material value
197
+ #
198
+ # @return Baseline1 Material value
199
+ def baseline1_material
200
+ get_float_value(attribute_values['baseline1_material'])
201
+ end
202
+
168
203
  # Retrieve the Baseline1 Start value
169
204
  #
170
205
  # @return Baseline1 Start value
@@ -207,6 +242,13 @@ module MPXJ
207
242
  get_date_value(attribute_values['baseline2_finish'])
208
243
  end
209
244
 
245
+ # Retrieve the Baseline2 Material value
246
+ #
247
+ # @return Baseline2 Material value
248
+ def baseline2_material
249
+ get_float_value(attribute_values['baseline2_material'])
250
+ end
251
+
210
252
  # Retrieve the Baseline2 Start value
211
253
  #
212
254
  # @return Baseline2 Start value
@@ -249,6 +291,13 @@ module MPXJ
249
291
  get_date_value(attribute_values['baseline3_finish'])
250
292
  end
251
293
 
294
+ # Retrieve the Baseline3 Material value
295
+ #
296
+ # @return Baseline3 Material value
297
+ def baseline3_material
298
+ get_float_value(attribute_values['baseline3_material'])
299
+ end
300
+
252
301
  # Retrieve the Baseline3 Start value
253
302
  #
254
303
  # @return Baseline3 Start value
@@ -291,6 +340,13 @@ module MPXJ
291
340
  get_date_value(attribute_values['baseline4_finish'])
292
341
  end
293
342
 
343
+ # Retrieve the Baseline4 Material value
344
+ #
345
+ # @return Baseline4 Material value
346
+ def baseline4_material
347
+ get_float_value(attribute_values['baseline4_material'])
348
+ end
349
+
294
350
  # Retrieve the Baseline4 Start value
295
351
  #
296
352
  # @return Baseline4 Start value
@@ -333,6 +389,13 @@ module MPXJ
333
389
  get_date_value(attribute_values['baseline5_finish'])
334
390
  end
335
391
 
392
+ # Retrieve the Baseline5 Material value
393
+ #
394
+ # @return Baseline5 Material value
395
+ def baseline5_material
396
+ get_float_value(attribute_values['baseline5_material'])
397
+ end
398
+
336
399
  # Retrieve the Baseline5 Start value
337
400
  #
338
401
  # @return Baseline5 Start value
@@ -375,6 +438,13 @@ module MPXJ
375
438
  get_date_value(attribute_values['baseline6_finish'])
376
439
  end
377
440
 
441
+ # Retrieve the Baseline6 Material value
442
+ #
443
+ # @return Baseline6 Material value
444
+ def baseline6_material
445
+ get_float_value(attribute_values['baseline6_material'])
446
+ end
447
+
378
448
  # Retrieve the Baseline6 Start value
379
449
  #
380
450
  # @return Baseline6 Start value
@@ -417,6 +487,13 @@ module MPXJ
417
487
  get_date_value(attribute_values['baseline7_finish'])
418
488
  end
419
489
 
490
+ # Retrieve the Baseline7 Material value
491
+ #
492
+ # @return Baseline7 Material value
493
+ def baseline7_material
494
+ get_float_value(attribute_values['baseline7_material'])
495
+ end
496
+
420
497
  # Retrieve the Baseline7 Start value
421
498
  #
422
499
  # @return Baseline7 Start value
@@ -459,6 +536,13 @@ module MPXJ
459
536
  get_date_value(attribute_values['baseline8_finish'])
460
537
  end
461
538
 
539
+ # Retrieve the Baseline8 Material value
540
+ #
541
+ # @return Baseline8 Material value
542
+ def baseline8_material
543
+ get_float_value(attribute_values['baseline8_material'])
544
+ end
545
+
462
546
  # Retrieve the Baseline8 Start value
463
547
  #
464
548
  # @return Baseline8 Start value
@@ -501,6 +585,13 @@ module MPXJ
501
585
  get_date_value(attribute_values['baseline9_finish'])
502
586
  end
503
587
 
588
+ # Retrieve the Baseline9 Material value
589
+ #
590
+ # @return Baseline9 Material value
591
+ def baseline9_material
592
+ get_float_value(attribute_values['baseline9_material'])
593
+ end
594
+
504
595
  # Retrieve the Baseline9 Start value
505
596
  #
506
597
  # @return Baseline9 Start value
@@ -543,6 +634,13 @@ module MPXJ
543
634
  get_date_value(attribute_values['baseline_finish'])
544
635
  end
545
636
 
637
+ # Retrieve the Baseline Material value
638
+ #
639
+ # @return Baseline Material value
640
+ def baseline_material
641
+ get_float_value(attribute_values['baseline_material'])
642
+ end
643
+
546
644
  # Retrieve the Baseline Start value
547
645
  #
548
646
  # @return Baseline Start value
@@ -2566,6 +2664,13 @@ module MPXJ
2566
2664
  get_boolean_value(attribute_values['linked_fields'])
2567
2665
  end
2568
2666
 
2667
+ # Retrieve the Material value
2668
+ #
2669
+ # @return Material value
2670
+ def material
2671
+ get_float_value(attribute_values['material'])
2672
+ end
2673
+
2569
2674
  # Retrieve the Notes value
2570
2675
  #
2571
2676
  # @return Notes value
@@ -2776,6 +2881,13 @@ module MPXJ
2776
2881
  get_date_value(attribute_values['planned_finish'])
2777
2882
  end
2778
2883
 
2884
+ # Retrieve the Planned Material value
2885
+ #
2886
+ # @return Planned Material value
2887
+ def planned_material
2888
+ get_float_value(attribute_values['planned_material'])
2889
+ end
2890
+
2779
2891
  # Retrieve the Planned Start value
2780
2892
  #
2781
2893
  # @return Planned Start value
@@ -2811,6 +2923,363 @@ module MPXJ
2811
2923
  attribute_values['rate_source']
2812
2924
  end
2813
2925
 
2926
+ # Retrieve the Raw Timephased Actual Overtime Work value
2927
+ #
2928
+ # @return Raw Timephased Actual Overtime Work value
2929
+ def raw_timephased_actual_overtime_work
2930
+ attribute_values['raw_timephased_actual_overtime_work']
2931
+ end
2932
+
2933
+ # Retrieve the Raw Timephased Actual Regular Work value
2934
+ #
2935
+ # @return Raw Timephased Actual Regular Work value
2936
+ def raw_timephased_actual_regular_work
2937
+ attribute_values['raw_timephased_actual_regular_work']
2938
+ end
2939
+
2940
+ # Retrieve the Raw Timephased Baseline10 Budget Cost value
2941
+ #
2942
+ # @return Raw Timephased Baseline10 Budget Cost value
2943
+ def raw_timephased_baseline10_budget_cost
2944
+ attribute_values['raw_timephased_baseline10_budget_cost']
2945
+ end
2946
+
2947
+ # Retrieve the Raw Timephased Baseline10 Budget Work value
2948
+ #
2949
+ # @return Raw Timephased Baseline10 Budget Work value
2950
+ def raw_timephased_baseline10_budget_work
2951
+ attribute_values['raw_timephased_baseline10_budget_work']
2952
+ end
2953
+
2954
+ # Retrieve the Raw Timephased Baseline10 Cost value
2955
+ #
2956
+ # @return Raw Timephased Baseline10 Cost value
2957
+ def raw_timephased_baseline10_cost
2958
+ attribute_values['raw_timephased_baseline10_cost']
2959
+ end
2960
+
2961
+ # Retrieve the Raw Timephased Baseline10 Work value
2962
+ #
2963
+ # @return Raw Timephased Baseline10 Work value
2964
+ def raw_timephased_baseline10_work
2965
+ attribute_values['raw_timephased_baseline10_work']
2966
+ end
2967
+
2968
+ # Retrieve the Raw Timephased Baseline1 Budget Cost value
2969
+ #
2970
+ # @return Raw Timephased Baseline1 Budget Cost value
2971
+ def raw_timephased_baseline1_budget_cost
2972
+ attribute_values['raw_timephased_baseline1_budget_cost']
2973
+ end
2974
+
2975
+ # Retrieve the Raw Timephased Baseline1 Budget Work value
2976
+ #
2977
+ # @return Raw Timephased Baseline1 Budget Work value
2978
+ def raw_timephased_baseline1_budget_work
2979
+ attribute_values['raw_timephased_baseline1_budget_work']
2980
+ end
2981
+
2982
+ # Retrieve the Raw Timephased Baseline1 Cost value
2983
+ #
2984
+ # @return Raw Timephased Baseline1 Cost value
2985
+ def raw_timephased_baseline1_cost
2986
+ attribute_values['raw_timephased_baseline1_cost']
2987
+ end
2988
+
2989
+ # Retrieve the Raw Timephased Baseline1 Work value
2990
+ #
2991
+ # @return Raw Timephased Baseline1 Work value
2992
+ def raw_timephased_baseline1_work
2993
+ attribute_values['raw_timephased_baseline1_work']
2994
+ end
2995
+
2996
+ # Retrieve the Raw Timephased Baseline2 Budget Cost value
2997
+ #
2998
+ # @return Raw Timephased Baseline2 Budget Cost value
2999
+ def raw_timephased_baseline2_budget_cost
3000
+ attribute_values['raw_timephased_baseline2_budget_cost']
3001
+ end
3002
+
3003
+ # Retrieve the Raw Timephased Baseline2 Budget Work value
3004
+ #
3005
+ # @return Raw Timephased Baseline2 Budget Work value
3006
+ def raw_timephased_baseline2_budget_work
3007
+ attribute_values['raw_timephased_baseline2_budget_work']
3008
+ end
3009
+
3010
+ # Retrieve the Raw Timephased Baseline2 Cost value
3011
+ #
3012
+ # @return Raw Timephased Baseline2 Cost value
3013
+ def raw_timephased_baseline2_cost
3014
+ attribute_values['raw_timephased_baseline2_cost']
3015
+ end
3016
+
3017
+ # Retrieve the Raw Timephased Baseline2 Work value
3018
+ #
3019
+ # @return Raw Timephased Baseline2 Work value
3020
+ def raw_timephased_baseline2_work
3021
+ attribute_values['raw_timephased_baseline2_work']
3022
+ end
3023
+
3024
+ # Retrieve the Raw Timephased Baseline3 Budget Cost value
3025
+ #
3026
+ # @return Raw Timephased Baseline3 Budget Cost value
3027
+ def raw_timephased_baseline3_budget_cost
3028
+ attribute_values['raw_timephased_baseline3_budget_cost']
3029
+ end
3030
+
3031
+ # Retrieve the Raw Timephased Baseline3 Budget Work value
3032
+ #
3033
+ # @return Raw Timephased Baseline3 Budget Work value
3034
+ def raw_timephased_baseline3_budget_work
3035
+ attribute_values['raw_timephased_baseline3_budget_work']
3036
+ end
3037
+
3038
+ # Retrieve the Raw Timephased Baseline3 Cost value
3039
+ #
3040
+ # @return Raw Timephased Baseline3 Cost value
3041
+ def raw_timephased_baseline3_cost
3042
+ attribute_values['raw_timephased_baseline3_cost']
3043
+ end
3044
+
3045
+ # Retrieve the Raw Timephased Baseline3 Work value
3046
+ #
3047
+ # @return Raw Timephased Baseline3 Work value
3048
+ def raw_timephased_baseline3_work
3049
+ attribute_values['raw_timephased_baseline3_work']
3050
+ end
3051
+
3052
+ # Retrieve the Raw Timephased Baseline4 Budget Cost value
3053
+ #
3054
+ # @return Raw Timephased Baseline4 Budget Cost value
3055
+ def raw_timephased_baseline4_budget_cost
3056
+ attribute_values['raw_timephased_baseline4_budget_cost']
3057
+ end
3058
+
3059
+ # Retrieve the Raw Timephased Baseline4 Budget Work value
3060
+ #
3061
+ # @return Raw Timephased Baseline4 Budget Work value
3062
+ def raw_timephased_baseline4_budget_work
3063
+ attribute_values['raw_timephased_baseline4_budget_work']
3064
+ end
3065
+
3066
+ # Retrieve the Raw Timephased Baseline4 Cost value
3067
+ #
3068
+ # @return Raw Timephased Baseline4 Cost value
3069
+ def raw_timephased_baseline4_cost
3070
+ attribute_values['raw_timephased_baseline4_cost']
3071
+ end
3072
+
3073
+ # Retrieve the Raw Timephased Baseline4 Work value
3074
+ #
3075
+ # @return Raw Timephased Baseline4 Work value
3076
+ def raw_timephased_baseline4_work
3077
+ attribute_values['raw_timephased_baseline4_work']
3078
+ end
3079
+
3080
+ # Retrieve the Raw Timephased Baseline5 Budget Cost value
3081
+ #
3082
+ # @return Raw Timephased Baseline5 Budget Cost value
3083
+ def raw_timephased_baseline5_budget_cost
3084
+ attribute_values['raw_timephased_baseline5_budget_cost']
3085
+ end
3086
+
3087
+ # Retrieve the Raw Timephased Baseline5 Budget Work value
3088
+ #
3089
+ # @return Raw Timephased Baseline5 Budget Work value
3090
+ def raw_timephased_baseline5_budget_work
3091
+ attribute_values['raw_timephased_baseline5_budget_work']
3092
+ end
3093
+
3094
+ # Retrieve the Raw Timephased Baseline5 Cost value
3095
+ #
3096
+ # @return Raw Timephased Baseline5 Cost value
3097
+ def raw_timephased_baseline5_cost
3098
+ attribute_values['raw_timephased_baseline5_cost']
3099
+ end
3100
+
3101
+ # Retrieve the Raw Timephased Baseline5 Work value
3102
+ #
3103
+ # @return Raw Timephased Baseline5 Work value
3104
+ def raw_timephased_baseline5_work
3105
+ attribute_values['raw_timephased_baseline5_work']
3106
+ end
3107
+
3108
+ # Retrieve the Raw Timephased Baseline6 Budget Cost value
3109
+ #
3110
+ # @return Raw Timephased Baseline6 Budget Cost value
3111
+ def raw_timephased_baseline6_budget_cost
3112
+ attribute_values['raw_timephased_baseline6_budget_cost']
3113
+ end
3114
+
3115
+ # Retrieve the Raw Timephased Baseline6 Budget Work value
3116
+ #
3117
+ # @return Raw Timephased Baseline6 Budget Work value
3118
+ def raw_timephased_baseline6_budget_work
3119
+ attribute_values['raw_timephased_baseline6_budget_work']
3120
+ end
3121
+
3122
+ # Retrieve the Raw Timephased Baseline6 Cost value
3123
+ #
3124
+ # @return Raw Timephased Baseline6 Cost value
3125
+ def raw_timephased_baseline6_cost
3126
+ attribute_values['raw_timephased_baseline6_cost']
3127
+ end
3128
+
3129
+ # Retrieve the Raw Timephased Baseline6 Work value
3130
+ #
3131
+ # @return Raw Timephased Baseline6 Work value
3132
+ def raw_timephased_baseline6_work
3133
+ attribute_values['raw_timephased_baseline6_work']
3134
+ end
3135
+
3136
+ # Retrieve the Raw Timephased Baseline7 Budget Cost value
3137
+ #
3138
+ # @return Raw Timephased Baseline7 Budget Cost value
3139
+ def raw_timephased_baseline7_budget_cost
3140
+ attribute_values['raw_timephased_baseline7_budget_cost']
3141
+ end
3142
+
3143
+ # Retrieve the Raw Timephased Baseline7 Budget Work value
3144
+ #
3145
+ # @return Raw Timephased Baseline7 Budget Work value
3146
+ def raw_timephased_baseline7_budget_work
3147
+ attribute_values['raw_timephased_baseline7_budget_work']
3148
+ end
3149
+
3150
+ # Retrieve the Raw Timephased Baseline7 Cost value
3151
+ #
3152
+ # @return Raw Timephased Baseline7 Cost value
3153
+ def raw_timephased_baseline7_cost
3154
+ attribute_values['raw_timephased_baseline7_cost']
3155
+ end
3156
+
3157
+ # Retrieve the Raw Timephased Baseline7 Work value
3158
+ #
3159
+ # @return Raw Timephased Baseline7 Work value
3160
+ def raw_timephased_baseline7_work
3161
+ attribute_values['raw_timephased_baseline7_work']
3162
+ end
3163
+
3164
+ # Retrieve the Raw Timephased Baseline8 Budget Cost value
3165
+ #
3166
+ # @return Raw Timephased Baseline8 Budget Cost value
3167
+ def raw_timephased_baseline8_budget_cost
3168
+ attribute_values['raw_timephased_baseline8_budget_cost']
3169
+ end
3170
+
3171
+ # Retrieve the Raw Timephased Baseline8 Budget Work value
3172
+ #
3173
+ # @return Raw Timephased Baseline8 Budget Work value
3174
+ def raw_timephased_baseline8_budget_work
3175
+ attribute_values['raw_timephased_baseline8_budget_work']
3176
+ end
3177
+
3178
+ # Retrieve the Raw Timephased Baseline8 Cost value
3179
+ #
3180
+ # @return Raw Timephased Baseline8 Cost value
3181
+ def raw_timephased_baseline8_cost
3182
+ attribute_values['raw_timephased_baseline8_cost']
3183
+ end
3184
+
3185
+ # Retrieve the Raw Timephased Baseline8 Work value
3186
+ #
3187
+ # @return Raw Timephased Baseline8 Work value
3188
+ def raw_timephased_baseline8_work
3189
+ attribute_values['raw_timephased_baseline8_work']
3190
+ end
3191
+
3192
+ # Retrieve the Raw Timephased Baseline9 Budget Cost value
3193
+ #
3194
+ # @return Raw Timephased Baseline9 Budget Cost value
3195
+ def raw_timephased_baseline9_budget_cost
3196
+ attribute_values['raw_timephased_baseline9_budget_cost']
3197
+ end
3198
+
3199
+ # Retrieve the Raw Timephased Baseline9 Budget Work value
3200
+ #
3201
+ # @return Raw Timephased Baseline9 Budget Work value
3202
+ def raw_timephased_baseline9_budget_work
3203
+ attribute_values['raw_timephased_baseline9_budget_work']
3204
+ end
3205
+
3206
+ # Retrieve the Raw Timephased Baseline9 Cost value
3207
+ #
3208
+ # @return Raw Timephased Baseline9 Cost value
3209
+ def raw_timephased_baseline9_cost
3210
+ attribute_values['raw_timephased_baseline9_cost']
3211
+ end
3212
+
3213
+ # Retrieve the Raw Timephased Baseline9 Work value
3214
+ #
3215
+ # @return Raw Timephased Baseline9 Work value
3216
+ def raw_timephased_baseline9_work
3217
+ attribute_values['raw_timephased_baseline9_work']
3218
+ end
3219
+
3220
+ # Retrieve the Raw Timephased Baseline Budget Cost value
3221
+ #
3222
+ # @return Raw Timephased Baseline Budget Cost value
3223
+ def raw_timephased_baseline_budget_cost
3224
+ attribute_values['raw_timephased_baseline_budget_cost']
3225
+ end
3226
+
3227
+ # Retrieve the Raw Timephased Baseline Budget Work value
3228
+ #
3229
+ # @return Raw Timephased Baseline Budget Work value
3230
+ def raw_timephased_baseline_budget_work
3231
+ attribute_values['raw_timephased_baseline_budget_work']
3232
+ end
3233
+
3234
+ # Retrieve the Raw Timephased Baseline Cost value
3235
+ #
3236
+ # @return Raw Timephased Baseline Cost value
3237
+ def raw_timephased_baseline_cost
3238
+ attribute_values['raw_timephased_baseline_cost']
3239
+ end
3240
+
3241
+ # Retrieve the Raw Timephased Baseline Work value
3242
+ #
3243
+ # @return Raw Timephased Baseline Work value
3244
+ def raw_timephased_baseline_work
3245
+ attribute_values['raw_timephased_baseline_work']
3246
+ end
3247
+
3248
+ # Retrieve the Raw Timephased Budget Cost value
3249
+ #
3250
+ # @return Raw Timephased Budget Cost value
3251
+ def raw_timephased_budget_cost
3252
+ attribute_values['raw_timephased_budget_cost']
3253
+ end
3254
+
3255
+ # Retrieve the Raw Timephased Budget Work value
3256
+ #
3257
+ # @return Raw Timephased Budget Work value
3258
+ def raw_timephased_budget_work
3259
+ attribute_values['raw_timephased_budget_work']
3260
+ end
3261
+
3262
+ # Retrieve the Raw Timephased Planned Work value
3263
+ #
3264
+ # @return Raw Timephased Planned Work value
3265
+ def raw_timephased_planned_work
3266
+ attribute_values['raw_timephased_planned_work']
3267
+ end
3268
+
3269
+ # Retrieve the Raw Timephased Remaining Overtime Work value
3270
+ #
3271
+ # @return Raw Timephased Remaining Overtime Work value
3272
+ def raw_timephased_remaining_overtime_work
3273
+ attribute_values['raw_timephased_remaining_overtime_work']
3274
+ end
3275
+
3276
+ # Retrieve the Raw Timephased Remaining Regular Work value
3277
+ #
3278
+ # @return Raw Timephased Remaining Regular Work value
3279
+ def raw_timephased_remaining_regular_work
3280
+ attribute_values['raw_timephased_remaining_regular_work']
3281
+ end
3282
+
2814
3283
  # Retrieve the Regular Work value
2815
3284
  #
2816
3285
  # @return Regular Work value
@@ -2860,6 +3329,13 @@ module MPXJ
2860
3329
  get_date_value(attribute_values['remaining_late_start'])
2861
3330
  end
2862
3331
 
3332
+ # Retrieve the Remaining Material value
3333
+ #
3334
+ # @return Remaining Material value
3335
+ def remaining_material
3336
+ get_float_value(attribute_values['remaining_material'])
3337
+ end
3338
+
2863
3339
  # Retrieve the Remaining Overtime Cost value
2864
3340
  #
2865
3341
  # @return Remaining Overtime Cost value
@@ -2874,6 +3350,20 @@ module MPXJ
2874
3350
  get_duration_value(attribute_values['remaining_overtime_work'])
2875
3351
  end
2876
3352
 
3353
+ # Retrieve the Remaining Regular Cost value
3354
+ #
3355
+ # @return Remaining Regular Cost value
3356
+ def remaining_regular_cost
3357
+ get_float_value(attribute_values['remaining_regular_cost'])
3358
+ end
3359
+
3360
+ # Retrieve the Remaining Regular Work value
3361
+ #
3362
+ # @return Remaining Regular Work value
3363
+ def remaining_regular_work
3364
+ get_duration_value(attribute_values['remaining_regular_work'])
3365
+ end
3366
+
2877
3367
  # Retrieve the Remaining Work value
2878
3368
  #
2879
3369
  # @return Remaining Work value
@@ -3301,13 +3791,6 @@ module MPXJ
3301
3791
  attribute_values['text9']
3302
3792
  end
3303
3793
 
3304
- # Retrieve the Timephased Actual Cost value
3305
- #
3306
- # @return Timephased Actual Cost value
3307
- def timephased_actual_cost
3308
- attribute_values['timephased_actual_cost']
3309
- end
3310
-
3311
3794
  # Retrieve the Timephased Actual Irregular Work value
3312
3795
  #
3313
3796
  # @return Timephased Actual Irregular Work value
@@ -3315,202 +3798,6 @@ module MPXJ
3315
3798
  attribute_values['timephased_actual_irregular_work']
3316
3799
  end
3317
3800
 
3318
- # Retrieve the Timephased Actual Overtime Work value
3319
- #
3320
- # @return Timephased Actual Overtime Work value
3321
- def timephased_actual_overtime_work
3322
- attribute_values['timephased_actual_overtime_work']
3323
- end
3324
-
3325
- # Retrieve the Timephased Actual Work value
3326
- #
3327
- # @return Timephased Actual Work value
3328
- def timephased_actual_work
3329
- attribute_values['timephased_actual_work']
3330
- end
3331
-
3332
- # Retrieve the Timephased Baseline10 Cost value
3333
- #
3334
- # @return Timephased Baseline10 Cost value
3335
- def timephased_baseline10_cost
3336
- attribute_values['timephased_baseline10_cost']
3337
- end
3338
-
3339
- # Retrieve the Timephased Baseline10 Work value
3340
- #
3341
- # @return Timephased Baseline10 Work value
3342
- def timephased_baseline10_work
3343
- attribute_values['timephased_baseline10_work']
3344
- end
3345
-
3346
- # Retrieve the Timephased Baseline1 Cost value
3347
- #
3348
- # @return Timephased Baseline1 Cost value
3349
- def timephased_baseline1_cost
3350
- attribute_values['timephased_baseline1_cost']
3351
- end
3352
-
3353
- # Retrieve the Timephased Baseline1 Work value
3354
- #
3355
- # @return Timephased Baseline1 Work value
3356
- def timephased_baseline1_work
3357
- attribute_values['timephased_baseline1_work']
3358
- end
3359
-
3360
- # Retrieve the Timephased Baseline2 Cost value
3361
- #
3362
- # @return Timephased Baseline2 Cost value
3363
- def timephased_baseline2_cost
3364
- attribute_values['timephased_baseline2_cost']
3365
- end
3366
-
3367
- # Retrieve the Timephased Baseline2 Work value
3368
- #
3369
- # @return Timephased Baseline2 Work value
3370
- def timephased_baseline2_work
3371
- attribute_values['timephased_baseline2_work']
3372
- end
3373
-
3374
- # Retrieve the Timephased Baseline3 Cost value
3375
- #
3376
- # @return Timephased Baseline3 Cost value
3377
- def timephased_baseline3_cost
3378
- attribute_values['timephased_baseline3_cost']
3379
- end
3380
-
3381
- # Retrieve the Timephased Baseline3 Work value
3382
- #
3383
- # @return Timephased Baseline3 Work value
3384
- def timephased_baseline3_work
3385
- attribute_values['timephased_baseline3_work']
3386
- end
3387
-
3388
- # Retrieve the Timephased Baseline4 Cost value
3389
- #
3390
- # @return Timephased Baseline4 Cost value
3391
- def timephased_baseline4_cost
3392
- attribute_values['timephased_baseline4_cost']
3393
- end
3394
-
3395
- # Retrieve the Timephased Baseline4 Work value
3396
- #
3397
- # @return Timephased Baseline4 Work value
3398
- def timephased_baseline4_work
3399
- attribute_values['timephased_baseline4_work']
3400
- end
3401
-
3402
- # Retrieve the Timephased Baseline5 Cost value
3403
- #
3404
- # @return Timephased Baseline5 Cost value
3405
- def timephased_baseline5_cost
3406
- attribute_values['timephased_baseline5_cost']
3407
- end
3408
-
3409
- # Retrieve the Timephased Baseline5 Work value
3410
- #
3411
- # @return Timephased Baseline5 Work value
3412
- def timephased_baseline5_work
3413
- attribute_values['timephased_baseline5_work']
3414
- end
3415
-
3416
- # Retrieve the Timephased Baseline6 Cost value
3417
- #
3418
- # @return Timephased Baseline6 Cost value
3419
- def timephased_baseline6_cost
3420
- attribute_values['timephased_baseline6_cost']
3421
- end
3422
-
3423
- # Retrieve the Timephased Baseline6 Work value
3424
- #
3425
- # @return Timephased Baseline6 Work value
3426
- def timephased_baseline6_work
3427
- attribute_values['timephased_baseline6_work']
3428
- end
3429
-
3430
- # Retrieve the Timephased Baseline7 Cost value
3431
- #
3432
- # @return Timephased Baseline7 Cost value
3433
- def timephased_baseline7_cost
3434
- attribute_values['timephased_baseline7_cost']
3435
- end
3436
-
3437
- # Retrieve the Timephased Baseline7 Work value
3438
- #
3439
- # @return Timephased Baseline7 Work value
3440
- def timephased_baseline7_work
3441
- attribute_values['timephased_baseline7_work']
3442
- end
3443
-
3444
- # Retrieve the Timephased Baseline8 Cost value
3445
- #
3446
- # @return Timephased Baseline8 Cost value
3447
- def timephased_baseline8_cost
3448
- attribute_values['timephased_baseline8_cost']
3449
- end
3450
-
3451
- # Retrieve the Timephased Baseline8 Work value
3452
- #
3453
- # @return Timephased Baseline8 Work value
3454
- def timephased_baseline8_work
3455
- attribute_values['timephased_baseline8_work']
3456
- end
3457
-
3458
- # Retrieve the Timephased Baseline9 Cost value
3459
- #
3460
- # @return Timephased Baseline9 Cost value
3461
- def timephased_baseline9_cost
3462
- attribute_values['timephased_baseline9_cost']
3463
- end
3464
-
3465
- # Retrieve the Timephased Baseline9 Work value
3466
- #
3467
- # @return Timephased Baseline9 Work value
3468
- def timephased_baseline9_work
3469
- attribute_values['timephased_baseline9_work']
3470
- end
3471
-
3472
- # Retrieve the Timephased Baseline Cost value
3473
- #
3474
- # @return Timephased Baseline Cost value
3475
- def timephased_baseline_cost
3476
- attribute_values['timephased_baseline_cost']
3477
- end
3478
-
3479
- # Retrieve the Timephased Baseline Work value
3480
- #
3481
- # @return Timephased Baseline Work value
3482
- def timephased_baseline_work
3483
- attribute_values['timephased_baseline_work']
3484
- end
3485
-
3486
- # Retrieve the Timephased Cost value
3487
- #
3488
- # @return Timephased Cost value
3489
- def timephased_cost
3490
- attribute_values['timephased_cost']
3491
- end
3492
-
3493
- # Retrieve the Timephased Overtime Work value
3494
- #
3495
- # @return Timephased Overtime Work value
3496
- def timephased_overtime_work
3497
- attribute_values['timephased_overtime_work']
3498
- end
3499
-
3500
- # Retrieve the Timephased Planned Work value
3501
- #
3502
- # @return Timephased Planned Work value
3503
- def timephased_planned_work
3504
- attribute_values['timephased_planned_work']
3505
- end
3506
-
3507
- # Retrieve the Timephased Work value
3508
- #
3509
- # @return Timephased Work value
3510
- def timephased_work
3511
- attribute_values['timephased_work']
3512
- end
3513
-
3514
3801
  # Retrieve the <Unavailable> value
3515
3802
  #
3516
3803
  # @return <Unavailable> value
@@ -3577,9 +3864,12 @@ module MPXJ
3577
3864
  ATTRIBUTE_TYPES = {
3578
3865
  'actual_cost' => :currency,
3579
3866
  'actual_finish' => :date,
3867
+ 'actual_material' => :numeric,
3580
3868
  'actual_overtime_cost' => :currency,
3581
3869
  'actual_overtime_work' => :work,
3582
3870
  'actual_overtime_work_protected' => :work,
3871
+ 'actual_regular_cost' => :currency,
3872
+ 'actual_regular_work' => :work,
3583
3873
  'actual_start' => :date,
3584
3874
  'actual_work' => :work,
3585
3875
  'actual_work_protected' => :work,
@@ -3592,66 +3882,77 @@ module MPXJ
3592
3882
  'baseline10_budget_work' => :work,
3593
3883
  'baseline10_cost' => :currency,
3594
3884
  'baseline10_finish' => :date,
3885
+ 'baseline10_material' => :numeric,
3595
3886
  'baseline10_start' => :date,
3596
3887
  'baseline10_work' => :work,
3597
3888
  'baseline1_budget_cost' => :currency,
3598
3889
  'baseline1_budget_work' => :work,
3599
3890
  'baseline1_cost' => :currency,
3600
3891
  'baseline1_finish' => :date,
3892
+ 'baseline1_material' => :numeric,
3601
3893
  'baseline1_start' => :date,
3602
3894
  'baseline1_work' => :work,
3603
3895
  'baseline2_budget_cost' => :currency,
3604
3896
  'baseline2_budget_work' => :work,
3605
3897
  'baseline2_cost' => :currency,
3606
3898
  'baseline2_finish' => :date,
3899
+ 'baseline2_material' => :numeric,
3607
3900
  'baseline2_start' => :date,
3608
3901
  'baseline2_work' => :work,
3609
3902
  'baseline3_budget_cost' => :currency,
3610
3903
  'baseline3_budget_work' => :work,
3611
3904
  'baseline3_cost' => :currency,
3612
3905
  'baseline3_finish' => :date,
3906
+ 'baseline3_material' => :numeric,
3613
3907
  'baseline3_start' => :date,
3614
3908
  'baseline3_work' => :work,
3615
3909
  'baseline4_budget_cost' => :currency,
3616
3910
  'baseline4_budget_work' => :work,
3617
3911
  'baseline4_cost' => :currency,
3618
3912
  'baseline4_finish' => :date,
3913
+ 'baseline4_material' => :numeric,
3619
3914
  'baseline4_start' => :date,
3620
3915
  'baseline4_work' => :work,
3621
3916
  'baseline5_budget_cost' => :currency,
3622
3917
  'baseline5_budget_work' => :work,
3623
3918
  'baseline5_cost' => :currency,
3624
3919
  'baseline5_finish' => :date,
3920
+ 'baseline5_material' => :numeric,
3625
3921
  'baseline5_start' => :date,
3626
3922
  'baseline5_work' => :work,
3627
3923
  'baseline6_budget_cost' => :currency,
3628
3924
  'baseline6_budget_work' => :work,
3629
3925
  'baseline6_cost' => :currency,
3630
3926
  'baseline6_finish' => :date,
3927
+ 'baseline6_material' => :numeric,
3631
3928
  'baseline6_start' => :date,
3632
3929
  'baseline6_work' => :work,
3633
3930
  'baseline7_budget_cost' => :currency,
3634
3931
  'baseline7_budget_work' => :work,
3635
3932
  'baseline7_cost' => :currency,
3636
3933
  'baseline7_finish' => :date,
3934
+ 'baseline7_material' => :numeric,
3637
3935
  'baseline7_start' => :date,
3638
3936
  'baseline7_work' => :work,
3639
3937
  'baseline8_budget_cost' => :currency,
3640
3938
  'baseline8_budget_work' => :work,
3641
3939
  'baseline8_cost' => :currency,
3642
3940
  'baseline8_finish' => :date,
3941
+ 'baseline8_material' => :numeric,
3643
3942
  'baseline8_start' => :date,
3644
3943
  'baseline8_work' => :work,
3645
3944
  'baseline9_budget_cost' => :currency,
3646
3945
  'baseline9_budget_work' => :work,
3647
3946
  'baseline9_cost' => :currency,
3648
3947
  'baseline9_finish' => :date,
3948
+ 'baseline9_material' => :numeric,
3649
3949
  'baseline9_start' => :date,
3650
3950
  'baseline9_work' => :work,
3651
3951
  'baseline_budget_cost' => :currency,
3652
3952
  'baseline_budget_work' => :work,
3653
3953
  'baseline_cost' => :currency,
3654
3954
  'baseline_finish' => :date,
3955
+ 'baseline_material' => :numeric,
3655
3956
  'baseline_start' => :date,
3656
3957
  'baseline_work' => :work,
3657
3958
  'bcwp' => :currency,
@@ -3941,6 +4242,7 @@ module MPXJ
3941
4242
  'leveling_delay' => :duration,
3942
4243
  'leveling_delay_units' => :time_units,
3943
4244
  'linked_fields' => :boolean,
4245
+ 'material' => :numeric,
3944
4246
  'notes' => :notes,
3945
4247
  'number1' => :numeric,
3946
4248
  'number10' => :numeric,
@@ -3971,11 +4273,63 @@ module MPXJ
3971
4273
  'percent_work_complete' => :percentage,
3972
4274
  'planned_cost' => :currency,
3973
4275
  'planned_finish' => :date,
4276
+ 'planned_material' => :numeric,
3974
4277
  'planned_start' => :date,
3975
4278
  'planned_work' => :work,
3976
4279
  'project' => :string,
3977
4280
  'rate_index' => :integer,
3978
4281
  'rate_source' => :rate_source,
4282
+ 'raw_timephased_actual_overtime_work' => :timephased_work_list,
4283
+ 'raw_timephased_actual_regular_work' => :timephased_work_list,
4284
+ 'raw_timephased_baseline10_budget_cost' => :timephased_cost_list,
4285
+ 'raw_timephased_baseline10_budget_work' => :timephased_work_list,
4286
+ 'raw_timephased_baseline10_cost' => :timephased_cost_list,
4287
+ 'raw_timephased_baseline10_work' => :timephased_work_list,
4288
+ 'raw_timephased_baseline1_budget_cost' => :timephased_cost_list,
4289
+ 'raw_timephased_baseline1_budget_work' => :timephased_work_list,
4290
+ 'raw_timephased_baseline1_cost' => :timephased_cost_list,
4291
+ 'raw_timephased_baseline1_work' => :timephased_work_list,
4292
+ 'raw_timephased_baseline2_budget_cost' => :timephased_cost_list,
4293
+ 'raw_timephased_baseline2_budget_work' => :timephased_work_list,
4294
+ 'raw_timephased_baseline2_cost' => :timephased_cost_list,
4295
+ 'raw_timephased_baseline2_work' => :timephased_work_list,
4296
+ 'raw_timephased_baseline3_budget_cost' => :timephased_cost_list,
4297
+ 'raw_timephased_baseline3_budget_work' => :timephased_work_list,
4298
+ 'raw_timephased_baseline3_cost' => :timephased_cost_list,
4299
+ 'raw_timephased_baseline3_work' => :timephased_work_list,
4300
+ 'raw_timephased_baseline4_budget_cost' => :timephased_cost_list,
4301
+ 'raw_timephased_baseline4_budget_work' => :timephased_work_list,
4302
+ 'raw_timephased_baseline4_cost' => :timephased_cost_list,
4303
+ 'raw_timephased_baseline4_work' => :timephased_work_list,
4304
+ 'raw_timephased_baseline5_budget_cost' => :timephased_cost_list,
4305
+ 'raw_timephased_baseline5_budget_work' => :timephased_work_list,
4306
+ 'raw_timephased_baseline5_cost' => :timephased_cost_list,
4307
+ 'raw_timephased_baseline5_work' => :timephased_work_list,
4308
+ 'raw_timephased_baseline6_budget_cost' => :timephased_cost_list,
4309
+ 'raw_timephased_baseline6_budget_work' => :timephased_work_list,
4310
+ 'raw_timephased_baseline6_cost' => :timephased_cost_list,
4311
+ 'raw_timephased_baseline6_work' => :timephased_work_list,
4312
+ 'raw_timephased_baseline7_budget_cost' => :timephased_cost_list,
4313
+ 'raw_timephased_baseline7_budget_work' => :timephased_work_list,
4314
+ 'raw_timephased_baseline7_cost' => :timephased_cost_list,
4315
+ 'raw_timephased_baseline7_work' => :timephased_work_list,
4316
+ 'raw_timephased_baseline8_budget_cost' => :timephased_cost_list,
4317
+ 'raw_timephased_baseline8_budget_work' => :timephased_work_list,
4318
+ 'raw_timephased_baseline8_cost' => :timephased_cost_list,
4319
+ 'raw_timephased_baseline8_work' => :timephased_work_list,
4320
+ 'raw_timephased_baseline9_budget_cost' => :timephased_cost_list,
4321
+ 'raw_timephased_baseline9_budget_work' => :timephased_work_list,
4322
+ 'raw_timephased_baseline9_cost' => :timephased_cost_list,
4323
+ 'raw_timephased_baseline9_work' => :timephased_work_list,
4324
+ 'raw_timephased_baseline_budget_cost' => :timephased_cost_list,
4325
+ 'raw_timephased_baseline_budget_work' => :timephased_work_list,
4326
+ 'raw_timephased_baseline_cost' => :timephased_cost_list,
4327
+ 'raw_timephased_baseline_work' => :timephased_work_list,
4328
+ 'raw_timephased_budget_cost' => :timephased_cost_list,
4329
+ 'raw_timephased_budget_work' => :timephased_work_list,
4330
+ 'raw_timephased_planned_work' => :timephased_work_list,
4331
+ 'raw_timephased_remaining_overtime_work' => :timephased_work_list,
4332
+ 'raw_timephased_remaining_regular_work' => :timephased_work_list,
3979
4333
  'regular_work' => :work,
3980
4334
  'remaining_assignment_units' => :units,
3981
4335
  'remaining_cost' => :currency,
@@ -3983,8 +4337,11 @@ module MPXJ
3983
4337
  'remaining_early_start' => :date,
3984
4338
  'remaining_late_finish' => :date,
3985
4339
  'remaining_late_start' => :date,
4340
+ 'remaining_material' => :numeric,
3986
4341
  'remaining_overtime_cost' => :currency,
3987
4342
  'remaining_overtime_work' => :work,
4343
+ 'remaining_regular_cost' => :currency,
4344
+ 'remaining_regular_work' => :work,
3988
4345
  'remaining_work' => :work,
3989
4346
  'resource_assignment_code_values' => :code_values,
3990
4347
  'resource_id' => :integer,
@@ -4046,36 +4403,7 @@ module MPXJ
4046
4403
  'text7' => :string,
4047
4404
  'text8' => :string,
4048
4405
  'text9' => :string,
4049
- 'timephased_actual_cost' => :binary,
4050
- 'timephased_actual_irregular_work' => :binary,
4051
- 'timephased_actual_overtime_work' => :binary,
4052
- 'timephased_actual_work' => :binary,
4053
- 'timephased_baseline10_cost' => :binary,
4054
- 'timephased_baseline10_work' => :binary,
4055
- 'timephased_baseline1_cost' => :binary,
4056
- 'timephased_baseline1_work' => :binary,
4057
- 'timephased_baseline2_cost' => :binary,
4058
- 'timephased_baseline2_work' => :binary,
4059
- 'timephased_baseline3_cost' => :binary,
4060
- 'timephased_baseline3_work' => :binary,
4061
- 'timephased_baseline4_cost' => :binary,
4062
- 'timephased_baseline4_work' => :binary,
4063
- 'timephased_baseline5_cost' => :binary,
4064
- 'timephased_baseline5_work' => :binary,
4065
- 'timephased_baseline6_cost' => :binary,
4066
- 'timephased_baseline6_work' => :binary,
4067
- 'timephased_baseline7_cost' => :binary,
4068
- 'timephased_baseline7_work' => :binary,
4069
- 'timephased_baseline8_cost' => :binary,
4070
- 'timephased_baseline8_work' => :binary,
4071
- 'timephased_baseline9_cost' => :binary,
4072
- 'timephased_baseline9_work' => :binary,
4073
- 'timephased_baseline_cost' => :binary,
4074
- 'timephased_baseline_work' => :binary,
4075
- 'timephased_cost' => :binary,
4076
- 'timephased_overtime_work' => :binary,
4077
- 'timephased_planned_work' => :binary,
4078
- 'timephased_work' => :binary,
4406
+ 'timephased_actual_irregular_work' => :timephased_work_list,
4079
4407
  'unavailable' => :string,
4080
4408
  'unique_id' => :integer,
4081
4409
  'update_needed' => :boolean,