1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.rrBudget1013V13;
10
11
12
13
14
15
16
17 public interface RRBudget1013Document extends org.apache.xmlbeans.XmlObject
18 {
19 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRBudget1013Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget1013155adoctype");
21
22
23
24
25 gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013 getRRBudget1013();
26
27
28
29
30 void setRRBudget1013(gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013 rrBudget1013);
31
32
33
34
35 gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013 addNewRRBudget1013();
36
37
38
39
40
41
42 public interface RRBudget1013 extends org.apache.xmlbeans.XmlObject
43 {
44 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRBudget1013.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget10136d45elemtype");
46
47
48
49
50 java.lang.String getDUNSID();
51
52
53
54
55 gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSID();
56
57
58
59
60 void setDUNSID(java.lang.String dunsid);
61
62
63
64
65 void xsetDUNSID(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsid);
66
67
68
69
70 gov.grants.apply.forms.rrBudget1013V13.BudgetTypeDataType.Enum getBudgetType();
71
72
73
74
75 gov.grants.apply.forms.rrBudget1013V13.BudgetTypeDataType xgetBudgetType();
76
77
78
79
80 void setBudgetType(gov.grants.apply.forms.rrBudget1013V13.BudgetTypeDataType.Enum budgetType);
81
82
83
84
85 void xsetBudgetType(gov.grants.apply.forms.rrBudget1013V13.BudgetTypeDataType budgetType);
86
87
88
89
90 java.lang.String getOrganizationName();
91
92
93
94
95 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
96
97
98
99
100 boolean isSetOrganizationName();
101
102
103
104
105 void setOrganizationName(java.lang.String organizationName);
106
107
108
109
110 void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
111
112
113
114
115 void unsetOrganizationName();
116
117
118
119
120 gov.grants.apply.forms.rrBudget1013V13.BudgetYearDataType[] getBudgetYearArray();
121
122
123
124
125 gov.grants.apply.forms.rrBudget1013V13.BudgetYearDataType getBudgetYearArray(int i);
126
127
128
129
130 int sizeOfBudgetYearArray();
131
132
133
134
135 void setBudgetYearArray(gov.grants.apply.forms.rrBudget1013V13.BudgetYearDataType[] budgetYearArray);
136
137
138
139
140 void setBudgetYearArray(int i, gov.grants.apply.forms.rrBudget1013V13.BudgetYearDataType budgetYear);
141
142
143
144
145 gov.grants.apply.forms.rrBudget1013V13.BudgetYearDataType insertNewBudgetYear(int i);
146
147
148
149
150 gov.grants.apply.forms.rrBudget1013V13.BudgetYearDataType addNewBudgetYear();
151
152
153
154
155 void removeBudgetYear(int i);
156
157
158
159
160 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBudgetJustificationAttachment();
161
162
163
164
165 void setBudgetJustificationAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType budgetJustificationAttachment);
166
167
168
169
170 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBudgetJustificationAttachment();
171
172
173
174
175 gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary getBudgetSummary();
176
177
178
179
180 void setBudgetSummary(gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary budgetSummary);
181
182
183
184
185 gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary addNewBudgetSummary();
186
187
188
189
190 java.lang.String getFormVersion();
191
192
193
194
195 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
196
197
198
199
200 void setFormVersion(java.lang.String formVersion);
201
202
203
204
205 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
206
207
208
209
210
211
212 public interface BudgetSummary extends org.apache.xmlbeans.XmlObject
213 {
214 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
215 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetsummary33b8elemtype");
216
217
218
219
220 java.math.BigDecimal getCumulativeTotalFundsRequestedSeniorKeyPerson();
221
222
223
224
225 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedSeniorKeyPerson();
226
227
228
229
230 void setCumulativeTotalFundsRequestedSeniorKeyPerson(java.math.BigDecimal cumulativeTotalFundsRequestedSeniorKeyPerson);
231
232
233
234
235 void xsetCumulativeTotalFundsRequestedSeniorKeyPerson(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedSeniorKeyPerson);
236
237
238
239
240 java.math.BigDecimal getCumulativeTotalFundsRequestedOtherPersonnel();
241
242
243
244
245 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedOtherPersonnel();
246
247
248
249
250 boolean isSetCumulativeTotalFundsRequestedOtherPersonnel();
251
252
253
254
255 void setCumulativeTotalFundsRequestedOtherPersonnel(java.math.BigDecimal cumulativeTotalFundsRequestedOtherPersonnel);
256
257
258
259
260 void xsetCumulativeTotalFundsRequestedOtherPersonnel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedOtherPersonnel);
261
262
263
264
265 void unsetCumulativeTotalFundsRequestedOtherPersonnel();
266
267
268
269
270 int getCumulativeTotalNoOtherPersonnel();
271
272
273
274
275 gov.grants.apply.forms.rrBudget1013V13.Int4DataType xgetCumulativeTotalNoOtherPersonnel();
276
277
278
279
280 boolean isSetCumulativeTotalNoOtherPersonnel();
281
282
283
284
285 void setCumulativeTotalNoOtherPersonnel(int cumulativeTotalNoOtherPersonnel);
286
287
288
289
290 void xsetCumulativeTotalNoOtherPersonnel(gov.grants.apply.forms.rrBudget1013V13.Int4DataType cumulativeTotalNoOtherPersonnel);
291
292
293
294
295 void unsetCumulativeTotalNoOtherPersonnel();
296
297
298
299
300 java.math.BigDecimal getCumulativeTotalFundsRequestedPersonnel();
301
302
303
304
305 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedPersonnel();
306
307
308
309
310 void setCumulativeTotalFundsRequestedPersonnel(java.math.BigDecimal cumulativeTotalFundsRequestedPersonnel);
311
312
313
314
315 void xsetCumulativeTotalFundsRequestedPersonnel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedPersonnel);
316
317
318
319
320 java.math.BigDecimal getCumulativeTotalFundsRequestedEquipment();
321
322
323
324
325 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedEquipment();
326
327
328
329
330 boolean isSetCumulativeTotalFundsRequestedEquipment();
331
332
333
334
335 void setCumulativeTotalFundsRequestedEquipment(java.math.BigDecimal cumulativeTotalFundsRequestedEquipment);
336
337
338
339
340 void xsetCumulativeTotalFundsRequestedEquipment(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedEquipment);
341
342
343
344
345 void unsetCumulativeTotalFundsRequestedEquipment();
346
347
348
349
350 java.math.BigDecimal getCumulativeTotalFundsRequestedTravel();
351
352
353
354
355 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedTravel();
356
357
358
359
360 boolean isSetCumulativeTotalFundsRequestedTravel();
361
362
363
364
365 void setCumulativeTotalFundsRequestedTravel(java.math.BigDecimal cumulativeTotalFundsRequestedTravel);
366
367
368
369
370 void xsetCumulativeTotalFundsRequestedTravel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedTravel);
371
372
373
374
375 void unsetCumulativeTotalFundsRequestedTravel();
376
377
378
379
380 java.math.BigDecimal getCumulativeDomesticTravelCosts();
381
382
383
384
385 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeDomesticTravelCosts();
386
387
388
389
390 boolean isSetCumulativeDomesticTravelCosts();
391
392
393
394
395 void setCumulativeDomesticTravelCosts(java.math.BigDecimal cumulativeDomesticTravelCosts);
396
397
398
399
400 void xsetCumulativeDomesticTravelCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeDomesticTravelCosts);
401
402
403
404
405 void unsetCumulativeDomesticTravelCosts();
406
407
408
409
410 java.math.BigDecimal getCumulativeForeignTravelCosts();
411
412
413
414
415 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeForeignTravelCosts();
416
417
418
419
420 boolean isSetCumulativeForeignTravelCosts();
421
422
423
424
425 void setCumulativeForeignTravelCosts(java.math.BigDecimal cumulativeForeignTravelCosts);
426
427
428
429
430 void xsetCumulativeForeignTravelCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeForeignTravelCosts);
431
432
433
434
435 void unsetCumulativeForeignTravelCosts();
436
437
438
439
440 java.math.BigDecimal getCumulativeTotalFundsRequestedTraineeCosts();
441
442
443
444
445 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedTraineeCosts();
446
447
448
449
450 boolean isSetCumulativeTotalFundsRequestedTraineeCosts();
451
452
453
454
455 void setCumulativeTotalFundsRequestedTraineeCosts(java.math.BigDecimal cumulativeTotalFundsRequestedTraineeCosts);
456
457
458
459
460 void xsetCumulativeTotalFundsRequestedTraineeCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedTraineeCosts);
461
462
463
464
465 void unsetCumulativeTotalFundsRequestedTraineeCosts();
466
467
468
469
470 java.math.BigDecimal getCumulativeTraineeTuitionFeesHealthInsurance();
471
472
473
474
475 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeTuitionFeesHealthInsurance();
476
477
478
479
480 boolean isSetCumulativeTraineeTuitionFeesHealthInsurance();
481
482
483
484
485 void setCumulativeTraineeTuitionFeesHealthInsurance(java.math.BigDecimal cumulativeTraineeTuitionFeesHealthInsurance);
486
487
488
489
490 void xsetCumulativeTraineeTuitionFeesHealthInsurance(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeTuitionFeesHealthInsurance);
491
492
493
494
495 void unsetCumulativeTraineeTuitionFeesHealthInsurance();
496
497
498
499
500 java.math.BigDecimal getCumulativeTraineeStipends();
501
502
503
504
505 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeStipends();
506
507
508
509
510 boolean isSetCumulativeTraineeStipends();
511
512
513
514
515 void setCumulativeTraineeStipends(java.math.BigDecimal cumulativeTraineeStipends);
516
517
518
519
520 void xsetCumulativeTraineeStipends(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeStipends);
521
522
523
524
525 void unsetCumulativeTraineeStipends();
526
527
528
529
530 java.math.BigDecimal getCumulativeTraineeTravel();
531
532
533
534
535 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeTravel();
536
537
538
539
540 boolean isSetCumulativeTraineeTravel();
541
542
543
544
545 void setCumulativeTraineeTravel(java.math.BigDecimal cumulativeTraineeTravel);
546
547
548
549
550 void xsetCumulativeTraineeTravel(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeTravel);
551
552
553
554
555 void unsetCumulativeTraineeTravel();
556
557
558
559
560 java.math.BigDecimal getCumulativeTraineeSubsistence();
561
562
563
564
565 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeSubsistence();
566
567
568
569
570 boolean isSetCumulativeTraineeSubsistence();
571
572
573
574
575 void setCumulativeTraineeSubsistence(java.math.BigDecimal cumulativeTraineeSubsistence);
576
577
578
579
580 void xsetCumulativeTraineeSubsistence(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeSubsistence);
581
582
583
584
585 void unsetCumulativeTraineeSubsistence();
586
587
588
589
590 java.math.BigDecimal getCumulativeOtherTraineeCost();
591
592
593
594
595 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOtherTraineeCost();
596
597
598
599
600 boolean isSetCumulativeOtherTraineeCost();
601
602
603
604
605 void setCumulativeOtherTraineeCost(java.math.BigDecimal cumulativeOtherTraineeCost);
606
607
608
609
610 void xsetCumulativeOtherTraineeCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOtherTraineeCost);
611
612
613
614
615 void unsetCumulativeOtherTraineeCost();
616
617
618
619
620 int getCumulativeNoofTrainees();
621
622
623
624
625 gov.grants.apply.forms.rrBudget1013V13.Int4DataType xgetCumulativeNoofTrainees();
626
627
628
629
630 boolean isSetCumulativeNoofTrainees();
631
632
633
634
635 void setCumulativeNoofTrainees(int cumulativeNoofTrainees);
636
637
638
639
640 void xsetCumulativeNoofTrainees(gov.grants.apply.forms.rrBudget1013V13.Int4DataType cumulativeNoofTrainees);
641
642
643
644
645 void unsetCumulativeNoofTrainees();
646
647
648
649
650 java.math.BigDecimal getCumulativeTotalFundsRequestedOtherDirectCosts();
651
652
653
654
655 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedOtherDirectCosts();
656
657
658
659
660 boolean isSetCumulativeTotalFundsRequestedOtherDirectCosts();
661
662
663
664
665 void setCumulativeTotalFundsRequestedOtherDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedOtherDirectCosts);
666
667
668
669
670 void xsetCumulativeTotalFundsRequestedOtherDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedOtherDirectCosts);
671
672
673
674
675 void unsetCumulativeTotalFundsRequestedOtherDirectCosts();
676
677
678
679
680 java.math.BigDecimal getCumulativeMaterialAndSupplies();
681
682
683
684
685 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeMaterialAndSupplies();
686
687
688
689
690 boolean isSetCumulativeMaterialAndSupplies();
691
692
693
694
695 void setCumulativeMaterialAndSupplies(java.math.BigDecimal cumulativeMaterialAndSupplies);
696
697
698
699
700 void xsetCumulativeMaterialAndSupplies(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeMaterialAndSupplies);
701
702
703
704
705 void unsetCumulativeMaterialAndSupplies();
706
707
708
709
710 java.math.BigDecimal getCumulativePublicationCosts();
711
712
713
714
715 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativePublicationCosts();
716
717
718
719
720 boolean isSetCumulativePublicationCosts();
721
722
723
724
725 void setCumulativePublicationCosts(java.math.BigDecimal cumulativePublicationCosts);
726
727
728
729
730 void xsetCumulativePublicationCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativePublicationCosts);
731
732
733
734
735 void unsetCumulativePublicationCosts();
736
737
738
739
740 java.math.BigDecimal getCumulativeConsultantServices();
741
742
743
744
745 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeConsultantServices();
746
747
748
749
750 boolean isSetCumulativeConsultantServices();
751
752
753
754
755 void setCumulativeConsultantServices(java.math.BigDecimal cumulativeConsultantServices);
756
757
758
759
760 void xsetCumulativeConsultantServices(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeConsultantServices);
761
762
763
764
765 void unsetCumulativeConsultantServices();
766
767
768
769
770 java.math.BigDecimal getCumulativeADPComputerServices();
771
772
773
774
775 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeADPComputerServices();
776
777
778
779
780 boolean isSetCumulativeADPComputerServices();
781
782
783
784
785 void setCumulativeADPComputerServices(java.math.BigDecimal cumulativeADPComputerServices);
786
787
788
789
790 void xsetCumulativeADPComputerServices(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeADPComputerServices);
791
792
793
794
795 void unsetCumulativeADPComputerServices();
796
797
798
799
800 java.math.BigDecimal getCumulativeSubawardConsortiumContractualCosts();
801
802
803
804
805 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeSubawardConsortiumContractualCosts();
806
807
808
809
810 boolean isSetCumulativeSubawardConsortiumContractualCosts();
811
812
813
814
815 void setCumulativeSubawardConsortiumContractualCosts(java.math.BigDecimal cumulativeSubawardConsortiumContractualCosts);
816
817
818
819
820 void xsetCumulativeSubawardConsortiumContractualCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeSubawardConsortiumContractualCosts);
821
822
823
824
825 void unsetCumulativeSubawardConsortiumContractualCosts();
826
827
828
829
830 java.math.BigDecimal getCumulativeEquipmentFacilityRentalFees();
831
832
833
834
835 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeEquipmentFacilityRentalFees();
836
837
838
839
840 boolean isSetCumulativeEquipmentFacilityRentalFees();
841
842
843
844
845 void setCumulativeEquipmentFacilityRentalFees(java.math.BigDecimal cumulativeEquipmentFacilityRentalFees);
846
847
848
849
850 void xsetCumulativeEquipmentFacilityRentalFees(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeEquipmentFacilityRentalFees);
851
852
853
854
855 void unsetCumulativeEquipmentFacilityRentalFees();
856
857
858
859
860 java.math.BigDecimal getCumulativeAlterationsAndRenovations();
861
862
863
864
865 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeAlterationsAndRenovations();
866
867
868
869
870 boolean isSetCumulativeAlterationsAndRenovations();
871
872
873
874
875 void setCumulativeAlterationsAndRenovations(java.math.BigDecimal cumulativeAlterationsAndRenovations);
876
877
878
879
880 void xsetCumulativeAlterationsAndRenovations(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeAlterationsAndRenovations);
881
882
883
884
885 void unsetCumulativeAlterationsAndRenovations();
886
887
888
889
890 java.math.BigDecimal getCumulativeOther1DirectCost();
891
892
893
894
895 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther1DirectCost();
896
897
898
899
900 boolean isSetCumulativeOther1DirectCost();
901
902
903
904
905 void setCumulativeOther1DirectCost(java.math.BigDecimal cumulativeOther1DirectCost);
906
907
908
909
910 void xsetCumulativeOther1DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther1DirectCost);
911
912
913
914
915 void unsetCumulativeOther1DirectCost();
916
917
918
919
920 java.math.BigDecimal getCumulativeOther2DirectCost();
921
922
923
924
925 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther2DirectCost();
926
927
928
929
930 boolean isSetCumulativeOther2DirectCost();
931
932
933
934
935 void setCumulativeOther2DirectCost(java.math.BigDecimal cumulativeOther2DirectCost);
936
937
938
939
940 void xsetCumulativeOther2DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther2DirectCost);
941
942
943
944
945 void unsetCumulativeOther2DirectCost();
946
947
948
949
950 java.math.BigDecimal getCumulativeOther3DirectCost();
951
952
953
954
955 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther3DirectCost();
956
957
958
959
960 boolean isSetCumulativeOther3DirectCost();
961
962
963
964
965 void setCumulativeOther3DirectCost(java.math.BigDecimal cumulativeOther3DirectCost);
966
967
968
969
970 void xsetCumulativeOther3DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther3DirectCost);
971
972
973
974
975 void unsetCumulativeOther3DirectCost();
976
977
978
979
980 java.math.BigDecimal getCumulativeTotalFundsRequestedDirectCosts();
981
982
983
984
985 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectCosts();
986
987
988
989
990 void setCumulativeTotalFundsRequestedDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectCosts);
991
992
993
994
995 void xsetCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectCosts);
996
997
998
999
1000 java.math.BigDecimal getCumulativeTotalFundsRequestedIndirectCost();
1001
1002
1003
1004
1005 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedIndirectCost();
1006
1007
1008
1009
1010 boolean isSetCumulativeTotalFundsRequestedIndirectCost();
1011
1012
1013
1014
1015 void setCumulativeTotalFundsRequestedIndirectCost(java.math.BigDecimal cumulativeTotalFundsRequestedIndirectCost);
1016
1017
1018
1019
1020 void xsetCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedIndirectCost);
1021
1022
1023
1024
1025 void unsetCumulativeTotalFundsRequestedIndirectCost();
1026
1027
1028
1029
1030 java.math.BigDecimal getCumulativeTotalFundsRequestedDirectIndirectCosts();
1031
1032
1033
1034
1035 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectIndirectCosts();
1036
1037
1038
1039
1040 void setCumulativeTotalFundsRequestedDirectIndirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectIndirectCosts);
1041
1042
1043
1044
1045 void xsetCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
1046
1047
1048
1049
1050 java.math.BigDecimal getCumulativeFee();
1051
1052
1053
1054
1055 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeFee();
1056
1057
1058
1059
1060 boolean isSetCumulativeFee();
1061
1062
1063
1064
1065 void setCumulativeFee(java.math.BigDecimal cumulativeFee);
1066
1067
1068
1069
1070 void xsetCumulativeFee(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeFee);
1071
1072
1073
1074
1075 void unsetCumulativeFee();
1076
1077
1078
1079
1080
1081
1082 public static final class Factory
1083 {
1084 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary newInstance() {
1085 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1086
1087 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
1088 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1089
1090 private Factory() { }
1091 }
1092 }
1093
1094
1095
1096
1097
1098
1099 public static final class Factory
1100 {
1101 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013 newInstance() {
1102 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1103
1104 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013 newInstance(org.apache.xmlbeans.XmlOptions options) {
1105 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document.RRBudget1013) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1106
1107 private Factory() { }
1108 }
1109 }
1110
1111
1112
1113
1114
1115
1116 public static final class Factory
1117 {
1118 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document newInstance() {
1119 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1120
1121 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1122 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1123
1124
1125 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1126 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1127
1128 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1129 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1130
1131
1132 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1133 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1134
1135 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1136 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1137
1138 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1139 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1140
1141 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1142 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1143
1144 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1145 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1146
1147 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1148 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1149
1150 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1151 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1152
1153 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1154 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1155
1156 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1157 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1158
1159 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1160 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1161
1162 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1163 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1164
1165 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1166 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1167
1168
1169 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1170 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1171
1172
1173 public static gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1174 return (gov.grants.apply.forms.rrBudget1013V13.RRBudget1013Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1175
1176
1177 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1178 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1179
1180
1181 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1182 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1183
1184 private Factory() { }
1185 }
1186 }