1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.rrFedNonFedBudget10V11;
10
11
12
13
14
15
16
17 public interface RRFedNonFedBudget10Document 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(RRFedNonFedBudget10Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrfednonfedbudget100ededoctype");
21
22
23
24
25 gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 getRRFedNonFedBudget10();
26
27
28
29
30 void setRRFedNonFedBudget10(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 rrFedNonFedBudget10);
31
32
33
34
35 gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 addNewRRFedNonFedBudget10();
36
37
38
39
40
41
42 public interface RRFedNonFedBudget10 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(RRFedNonFedBudget10.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrfednonfedbudget106e40elemtype");
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.rrFedNonFedBudget10V11.BudgetTypeDataType.Enum getBudgetType();
71
72
73
74
75 gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetTypeDataType xgetBudgetType();
76
77
78
79
80 void setBudgetType(gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetTypeDataType.Enum budgetType);
81
82
83
84
85 void xsetBudgetType(gov.grants.apply.forms.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.BudgetYearDataType[] getBudgetYearArray();
121
122
123
124
125 gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetYearDataType getBudgetYearArray(int i);
126
127
128
129
130 int sizeOfBudgetYearArray();
131
132
133
134
135 void setBudgetYearArray(gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetYearDataType[] budgetYearArray);
136
137
138
139
140 void setBudgetYearArray(int i, gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetYearDataType budgetYear);
141
142
143
144
145 gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetYearDataType insertNewBudgetYear(int i);
146
147
148
149
150 gov.grants.apply.forms.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary getBudgetSummary();
176
177
178
179
180 void setBudgetSummary(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary budgetSummary);
181
182
183
184
185 gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.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("budgetsummary936delemtype");
216
217
218
219
220 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedSeniorKeyPerson();
221
222
223
224
225 void setCumulativeTotalFundsRequestedSeniorKeyPerson(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedSeniorKeyPerson);
226
227
228
229
230 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedSeniorKeyPerson();
231
232
233
234
235 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedOtherPersonnel();
236
237
238
239
240 boolean isSetCumulativeTotalFundsRequestedOtherPersonnel();
241
242
243
244
245 void setCumulativeTotalFundsRequestedOtherPersonnel(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedOtherPersonnel);
246
247
248
249
250 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedOtherPersonnel();
251
252
253
254
255 void unsetCumulativeTotalFundsRequestedOtherPersonnel();
256
257
258
259
260 int getCumulativeTotalNoOtherPersonnel();
261
262
263
264
265 gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel xgetCumulativeTotalNoOtherPersonnel();
266
267
268
269
270 boolean isSetCumulativeTotalNoOtherPersonnel();
271
272
273
274
275 void setCumulativeTotalNoOtherPersonnel(int cumulativeTotalNoOtherPersonnel);
276
277
278
279
280 void xsetCumulativeTotalNoOtherPersonnel(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel cumulativeTotalNoOtherPersonnel);
281
282
283
284
285 void unsetCumulativeTotalNoOtherPersonnel();
286
287
288
289
290 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedPersonnel();
291
292
293
294
295 void setCumulativeTotalFundsRequestedPersonnel(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedPersonnel);
296
297
298
299
300 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedPersonnel();
301
302
303
304
305 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedEquipment();
306
307
308
309
310 boolean isSetCumulativeTotalFundsRequestedEquipment();
311
312
313
314
315 void setCumulativeTotalFundsRequestedEquipment(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedEquipment);
316
317
318
319
320 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedEquipment();
321
322
323
324
325 void unsetCumulativeTotalFundsRequestedEquipment();
326
327
328
329
330 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedTravel();
331
332
333
334
335 boolean isSetCumulativeTotalFundsRequestedTravel();
336
337
338
339
340 void setCumulativeTotalFundsRequestedTravel(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedTravel);
341
342
343
344
345 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedTravel();
346
347
348
349
350 void unsetCumulativeTotalFundsRequestedTravel();
351
352
353
354
355 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeDomesticTravelCosts();
356
357
358
359
360 boolean isSetCumulativeDomesticTravelCosts();
361
362
363
364
365 void setCumulativeDomesticTravelCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeDomesticTravelCosts);
366
367
368
369
370 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeDomesticTravelCosts();
371
372
373
374
375 void unsetCumulativeDomesticTravelCosts();
376
377
378
379
380 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeForeignTravelCosts();
381
382
383
384
385 boolean isSetCumulativeForeignTravelCosts();
386
387
388
389
390 void setCumulativeForeignTravelCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeForeignTravelCosts);
391
392
393
394
395 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeForeignTravelCosts();
396
397
398
399
400 void unsetCumulativeForeignTravelCosts();
401
402
403
404
405 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedTraineeCosts();
406
407
408
409
410 boolean isSetCumulativeTotalFundsRequestedTraineeCosts();
411
412
413
414
415 void setCumulativeTotalFundsRequestedTraineeCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedTraineeCosts);
416
417
418
419
420 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedTraineeCosts();
421
422
423
424
425 void unsetCumulativeTotalFundsRequestedTraineeCosts();
426
427
428
429
430 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeTuitionFeesHealthInsurance();
431
432
433
434
435 boolean isSetCumulativeTraineeTuitionFeesHealthInsurance();
436
437
438
439
440 void setCumulativeTraineeTuitionFeesHealthInsurance(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeTuitionFeesHealthInsurance);
441
442
443
444
445 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeTuitionFeesHealthInsurance();
446
447
448
449
450 void unsetCumulativeTraineeTuitionFeesHealthInsurance();
451
452
453
454
455 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeStipends();
456
457
458
459
460 boolean isSetCumulativeTraineeStipends();
461
462
463
464
465 void setCumulativeTraineeStipends(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeStipends);
466
467
468
469
470 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeStipends();
471
472
473
474
475 void unsetCumulativeTraineeStipends();
476
477
478
479
480 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeTravel();
481
482
483
484
485 boolean isSetCumulativeTraineeTravel();
486
487
488
489
490 void setCumulativeTraineeTravel(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeTravel);
491
492
493
494
495 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeTravel();
496
497
498
499
500 void unsetCumulativeTraineeTravel();
501
502
503
504
505 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeSubsistence();
506
507
508
509
510 boolean isSetCumulativeTraineeSubsistence();
511
512
513
514
515 void setCumulativeTraineeSubsistence(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeSubsistence);
516
517
518
519
520 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeSubsistence();
521
522
523
524
525 void unsetCumulativeTraineeSubsistence();
526
527
528
529
530 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOtherTraineeCost();
531
532
533
534
535 boolean isSetCumulativeOtherTraineeCost();
536
537
538
539
540 void setCumulativeOtherTraineeCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOtherTraineeCost);
541
542
543
544
545 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOtherTraineeCost();
546
547
548
549
550 void unsetCumulativeOtherTraineeCost();
551
552
553
554
555 int getCumulativeNoofTrainees();
556
557
558
559
560 gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees xgetCumulativeNoofTrainees();
561
562
563
564
565 boolean isSetCumulativeNoofTrainees();
566
567
568
569
570 void setCumulativeNoofTrainees(int cumulativeNoofTrainees);
571
572
573
574
575 void xsetCumulativeNoofTrainees(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees cumulativeNoofTrainees);
576
577
578
579
580 void unsetCumulativeNoofTrainees();
581
582
583
584
585 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedOtherDirectCosts();
586
587
588
589
590 boolean isSetCumulativeTotalFundsRequestedOtherDirectCosts();
591
592
593
594
595 void setCumulativeTotalFundsRequestedOtherDirectCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedOtherDirectCosts);
596
597
598
599
600 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedOtherDirectCosts();
601
602
603
604
605 void unsetCumulativeTotalFundsRequestedOtherDirectCosts();
606
607
608
609
610 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeMaterialAndSupplies();
611
612
613
614
615 boolean isSetCumulativeMaterialAndSupplies();
616
617
618
619
620 void setCumulativeMaterialAndSupplies(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeMaterialAndSupplies);
621
622
623
624
625 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeMaterialAndSupplies();
626
627
628
629
630 void unsetCumulativeMaterialAndSupplies();
631
632
633
634
635 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativePublicationCosts();
636
637
638
639
640 boolean isSetCumulativePublicationCosts();
641
642
643
644
645 void setCumulativePublicationCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativePublicationCosts);
646
647
648
649
650 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativePublicationCosts();
651
652
653
654
655 void unsetCumulativePublicationCosts();
656
657
658
659
660 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeConsultantServices();
661
662
663
664
665 boolean isSetCumulativeConsultantServices();
666
667
668
669
670 void setCumulativeConsultantServices(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeConsultantServices);
671
672
673
674
675 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeConsultantServices();
676
677
678
679
680 void unsetCumulativeConsultantServices();
681
682
683
684
685 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeADPComputerServices();
686
687
688
689
690 boolean isSetCumulativeADPComputerServices();
691
692
693
694
695 void setCumulativeADPComputerServices(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeADPComputerServices);
696
697
698
699
700 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeADPComputerServices();
701
702
703
704
705 void unsetCumulativeADPComputerServices();
706
707
708
709
710 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeSubawardConsortiumContractualCosts();
711
712
713
714
715 boolean isSetCumulativeSubawardConsortiumContractualCosts();
716
717
718
719
720 void setCumulativeSubawardConsortiumContractualCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeSubawardConsortiumContractualCosts);
721
722
723
724
725 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeSubawardConsortiumContractualCosts();
726
727
728
729
730 void unsetCumulativeSubawardConsortiumContractualCosts();
731
732
733
734
735 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeEquipmentFacilityRentalFees();
736
737
738
739
740 boolean isSetCumulativeEquipmentFacilityRentalFees();
741
742
743
744
745 void setCumulativeEquipmentFacilityRentalFees(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeEquipmentFacilityRentalFees);
746
747
748
749
750 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeEquipmentFacilityRentalFees();
751
752
753
754
755 void unsetCumulativeEquipmentFacilityRentalFees();
756
757
758
759
760 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeAlterationsAndRenovations();
761
762
763
764
765 boolean isSetCumulativeAlterationsAndRenovations();
766
767
768
769
770 void setCumulativeAlterationsAndRenovations(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeAlterationsAndRenovations);
771
772
773
774
775 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeAlterationsAndRenovations();
776
777
778
779
780 void unsetCumulativeAlterationsAndRenovations();
781
782
783
784
785 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOther1DirectCost();
786
787
788
789
790 boolean isSetCumulativeOther1DirectCost();
791
792
793
794
795 void setCumulativeOther1DirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOther1DirectCost);
796
797
798
799
800 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOther1DirectCost();
801
802
803
804
805 void unsetCumulativeOther1DirectCost();
806
807
808
809
810 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOther2DirectCost();
811
812
813
814
815 boolean isSetCumulativeOther2DirectCost();
816
817
818
819
820 void setCumulativeOther2DirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOther2DirectCost);
821
822
823
824
825 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOther2DirectCost();
826
827
828
829
830 void unsetCumulativeOther2DirectCost();
831
832
833
834
835 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOther3DirectCost();
836
837
838
839
840 boolean isSetCumulativeOther3DirectCost();
841
842
843
844
845 void setCumulativeOther3DirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOther3DirectCost);
846
847
848
849
850 gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOther3DirectCost();
851
852
853
854
855 void unsetCumulativeOther3DirectCost();
856
857
858
859
860 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedDirectCosts();
861
862
863
864
865 void setCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedDirectCosts);
866
867
868
869
870 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedDirectCosts();
871
872
873
874
875 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedIndirectCost();
876
877
878
879
880 boolean isSetCumulativeTotalFundsRequestedIndirectCost();
881
882
883
884
885 void setCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedIndirectCost);
886
887
888
889
890 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedIndirectCost();
891
892
893
894
895 void unsetCumulativeTotalFundsRequestedIndirectCost();
896
897
898
899
900 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedDirectIndirectCosts();
901
902
903
904
905 void setCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
906
907
908
909
910 gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedDirectIndirectCosts();
911
912
913
914
915 java.math.BigDecimal getCumulativeFee();
916
917
918
919
920 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeFee();
921
922
923
924
925 boolean isSetCumulativeFee();
926
927
928
929
930 void setCumulativeFee(java.math.BigDecimal cumulativeFee);
931
932
933
934
935 void xsetCumulativeFee(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeFee);
936
937
938
939
940 void unsetCumulativeFee();
941
942
943
944
945
946
947 public interface CumulativeTotalNoOtherPersonnel extends org.apache.xmlbeans.XmlNonNegativeInteger
948 {
949 int getIntValue();
950 void setIntValue(int i);
951
952 int intValue();
953
954 void set(int i);
955 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
956 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeTotalNoOtherPersonnel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativetotalnootherpersonnel667belemtype");
957
958
959
960
961
962
963 public static final class Factory
964 {
965 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel newValue(java.lang.Object obj) {
966 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel) type.newValue( obj ); }
967
968 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel newInstance() {
969 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
970
971 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel newInstance(org.apache.xmlbeans.XmlOptions options) {
972 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
973
974 private Factory() { }
975 }
976 }
977
978
979
980
981
982
983 public interface CumulativeNoofTrainees extends org.apache.xmlbeans.XmlNonNegativeInteger
984 {
985 int getIntValue();
986 void setIntValue(int i);
987
988 int intValue();
989
990 void set(int i);
991 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
992 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeNoofTrainees.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativenooftrainees117felemtype");
993
994
995
996
997
998
999 public static final class Factory
1000 {
1001 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees newValue(java.lang.Object obj) {
1002 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees) type.newValue( obj ); }
1003
1004 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees newInstance() {
1005 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1006
1007 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees newInstance(org.apache.xmlbeans.XmlOptions options) {
1008 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1009
1010 private Factory() { }
1011 }
1012 }
1013
1014
1015
1016
1017
1018
1019 public static final class Factory
1020 {
1021 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary newInstance() {
1022 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1023
1024 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
1025 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1026
1027 private Factory() { }
1028 }
1029 }
1030
1031
1032
1033
1034
1035
1036 public static final class Factory
1037 {
1038 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 newInstance() {
1039 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1040
1041 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 newInstance(org.apache.xmlbeans.XmlOptions options) {
1042 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1043
1044 private Factory() { }
1045 }
1046 }
1047
1048
1049
1050
1051
1052
1053 public static final class Factory
1054 {
1055 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document newInstance() {
1056 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1057
1058 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1059 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1060
1061
1062 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1063 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1064
1065 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1066 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1067
1068
1069 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1070 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1071
1072 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1073 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1074
1075 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1076 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1077
1078 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1079 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1080
1081 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1082 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1083
1084 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1085 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1086
1087 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1088 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1089
1090 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1091 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1092
1093 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1094 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1095
1096 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1097 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1098
1099 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1100 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1101
1102 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1103 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1104
1105
1106 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1107 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1108
1109
1110 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1111 return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1112
1113
1114 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 {
1115 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1116
1117
1118 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 {
1119 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1120
1121 private Factory() { }
1122 }
1123 }