1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.rrFedNonFedBudgetV10;
10
11
12
13
14
15
16
17 public interface RRFedNonFedBudgetDocument 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(RRFedNonFedBudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrfednonfedbudgetc43ddoctype");
21
22
23
24
25 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget getRRFedNonFedBudget();
26
27
28
29
30 void setRRFedNonFedBudget(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget rrFedNonFedBudget);
31
32
33
34
35 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget addNewRRFedNonFedBudget();
36
37
38
39
40
41
42 public interface RRFedNonFedBudget 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(RRFedNonFedBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrfednonfedbudgetc15eelemtype");
46
47
48
49
50 java.lang.String getDUNSID();
51
52
53
54
55 gov.grants.apply.system.globalV10.StringMin1Max13Type xgetDUNSID();
56
57
58
59
60 void setDUNSID(java.lang.String dunsid);
61
62
63
64
65 void xsetDUNSID(gov.grants.apply.system.globalV10.StringMin1Max13Type dunsid);
66
67
68
69
70 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetTypeDataType.Enum getBudgetType();
71
72
73
74
75 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetTypeDataType xgetBudgetType();
76
77
78
79
80 void setBudgetType(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetTypeDataType.Enum budgetType);
81
82
83
84
85 void xsetBudgetType(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetTypeDataType budgetType);
86
87
88
89
90 java.lang.String getOrganizationName();
91
92
93
94
95 gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.OrganizationNameDataType organizationName);
111
112
113
114
115 void unsetOrganizationName();
116
117
118
119
120 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYear1DataType getBudgetYear1();
121
122
123
124
125 void setBudgetYear1(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYear1DataType budgetYear1);
126
127
128
129
130 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYear1DataType addNewBudgetYear1();
131
132
133
134
135 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType getBudgetYear2();
136
137
138
139
140 boolean isSetBudgetYear2();
141
142
143
144
145 void setBudgetYear2(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType budgetYear2);
146
147
148
149
150 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType addNewBudgetYear2();
151
152
153
154
155 void unsetBudgetYear2();
156
157
158
159
160 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType getBudgetYear3();
161
162
163
164
165 boolean isSetBudgetYear3();
166
167
168
169
170 void setBudgetYear3(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType budgetYear3);
171
172
173
174
175 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType addNewBudgetYear3();
176
177
178
179
180 void unsetBudgetYear3();
181
182
183
184
185 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType getBudgetYear4();
186
187
188
189
190 boolean isSetBudgetYear4();
191
192
193
194
195 void setBudgetYear4(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType budgetYear4);
196
197
198
199
200 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType addNewBudgetYear4();
201
202
203
204
205 void unsetBudgetYear4();
206
207
208
209
210 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType getBudgetYear5();
211
212
213
214
215 boolean isSetBudgetYear5();
216
217
218
219
220 void setBudgetYear5(gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType budgetYear5);
221
222
223
224
225 gov.grants.apply.forms.rrFedNonFedBudgetV10.BudgetYearDataType addNewBudgetYear5();
226
227
228
229
230 void unsetBudgetYear5();
231
232
233
234
235 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary getBudgetSummary();
236
237
238
239
240 void setBudgetSummary(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary budgetSummary);
241
242
243
244
245 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary addNewBudgetSummary();
246
247
248
249
250 java.lang.String getFormVersion();
251
252
253
254
255 gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
256
257
258
259
260 void setFormVersion(java.lang.String formVersion);
261
262
263
264
265 void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
266
267
268
269
270
271
272 public interface BudgetSummary extends org.apache.xmlbeans.XmlObject
273 {
274 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
275 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetsummary8c4belemtype");
276
277
278
279
280 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedSeniorKeyPerson();
281
282
283
284
285 void setCumulativeTotalFundsRequestedSeniorKeyPerson(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedSeniorKeyPerson);
286
287
288
289
290 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedSeniorKeyPerson();
291
292
293
294
295 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedOtherPersonnel();
296
297
298
299
300 boolean isSetCumulativeTotalFundsRequestedOtherPersonnel();
301
302
303
304
305 void setCumulativeTotalFundsRequestedOtherPersonnel(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedOtherPersonnel);
306
307
308
309
310 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedOtherPersonnel();
311
312
313
314
315 void unsetCumulativeTotalFundsRequestedOtherPersonnel();
316
317
318
319
320 int getCumulativeTotalNoOtherPersonnel();
321
322
323
324
325 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel xgetCumulativeTotalNoOtherPersonnel();
326
327
328
329
330 boolean isSetCumulativeTotalNoOtherPersonnel();
331
332
333
334
335 void setCumulativeTotalNoOtherPersonnel(int cumulativeTotalNoOtherPersonnel);
336
337
338
339
340 void xsetCumulativeTotalNoOtherPersonnel(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel cumulativeTotalNoOtherPersonnel);
341
342
343
344
345 void unsetCumulativeTotalNoOtherPersonnel();
346
347
348
349
350 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedPersonnel();
351
352
353
354
355 void setCumulativeTotalFundsRequestedPersonnel(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedPersonnel);
356
357
358
359
360 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedPersonnel();
361
362
363
364
365 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments getCumulativeEquipments();
366
367
368
369
370 boolean isSetCumulativeEquipments();
371
372
373
374
375 void setCumulativeEquipments(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments cumulativeEquipments);
376
377
378
379
380 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments addNewCumulativeEquipments();
381
382
383
384
385 void unsetCumulativeEquipments();
386
387
388
389
390 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels getCumulativeTravels();
391
392
393
394
395 boolean isSetCumulativeTravels();
396
397
398
399
400 void setCumulativeTravels(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels cumulativeTravels);
401
402
403
404
405 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels addNewCumulativeTravels();
406
407
408
409
410 void unsetCumulativeTravels();
411
412
413
414
415 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee getCumulativeTrainee();
416
417
418
419
420 boolean isSetCumulativeTrainee();
421
422
423
424
425 void setCumulativeTrainee(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee cumulativeTrainee);
426
427
428
429
430 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee addNewCumulativeTrainee();
431
432
433
434
435 void unsetCumulativeTrainee();
436
437
438
439
440 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect getCumulativeOtherDirect();
441
442
443
444
445 boolean isSetCumulativeOtherDirect();
446
447
448
449
450 void setCumulativeOtherDirect(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect cumulativeOtherDirect);
451
452
453
454
455 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect addNewCumulativeOtherDirect();
456
457
458
459
460 void unsetCumulativeOtherDirect();
461
462
463
464
465 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedDirectCosts();
466
467
468
469
470 void setCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedDirectCosts);
471
472
473
474
475 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedDirectCosts();
476
477
478
479
480 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedIndirectCost();
481
482
483
484
485 boolean isSetCumulativeTotalFundsRequestedIndirectCost();
486
487
488
489
490 void setCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedIndirectCost);
491
492
493
494
495 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedIndirectCost();
496
497
498
499
500 void unsetCumulativeTotalFundsRequestedIndirectCost();
501
502
503
504
505 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedDirectIndirectCosts();
506
507
508
509
510 void setCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
511
512
513
514
515 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedDirectIndirectCosts();
516
517
518
519
520 java.math.BigDecimal getCumulativeFee();
521
522
523
524
525 gov.grants.apply.system.globalLibraryV10.BudgetTotalAmountDataType xgetCumulativeFee();
526
527
528
529
530 boolean isSetCumulativeFee();
531
532
533
534
535 void setCumulativeFee(java.math.BigDecimal cumulativeFee);
536
537
538
539
540 void xsetCumulativeFee(gov.grants.apply.system.globalLibraryV10.BudgetTotalAmountDataType cumulativeFee);
541
542
543
544
545 void unsetCumulativeFee();
546
547
548
549
550
551
552 public interface CumulativeTotalNoOtherPersonnel extends org.apache.xmlbeans.XmlNonNegativeInteger
553 {
554 int getIntValue();
555 void setIntValue(int i);
556
557 int intValue();
558
559 void set(int i);
560 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
561 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeTotalNoOtherPersonnel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativetotalnootherpersonnel41d9elemtype");
562
563
564
565
566
567
568 public static final class Factory
569 {
570 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel newValue(java.lang.Object obj) {
571 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel) type.newValue( obj ); }
572
573 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel newInstance() {
574 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
575
576 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel newInstance(org.apache.xmlbeans.XmlOptions options) {
577 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTotalNoOtherPersonnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
578
579 private Factory() { }
580 }
581 }
582
583
584
585
586
587
588 public interface CumulativeEquipments extends org.apache.xmlbeans.XmlObject
589 {
590 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
591 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeEquipments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativeequipmentsd2ffelemtype");
592
593
594
595
596 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedEquipment();
597
598
599
600
601 void setCumulativeTotalFundsRequestedEquipment(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedEquipment);
602
603
604
605
606 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedEquipment();
607
608
609
610
611
612
613 public static final class Factory
614 {
615 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments newInstance() {
616 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
617
618 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments newInstance(org.apache.xmlbeans.XmlOptions options) {
619 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeEquipments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
620
621 private Factory() { }
622 }
623 }
624
625
626
627
628
629
630 public interface CumulativeTravels extends org.apache.xmlbeans.XmlObject
631 {
632 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
633 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeTravels.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativetravels56bdelemtype");
634
635
636
637
638 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedTravel();
639
640
641
642
643 void setCumulativeTotalFundsRequestedTravel(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedTravel);
644
645
646
647
648 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedTravel();
649
650
651
652
653 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeDomesticTravelCosts();
654
655
656
657
658 boolean isSetCumulativeDomesticTravelCosts();
659
660
661
662
663 void setCumulativeDomesticTravelCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeDomesticTravelCosts);
664
665
666
667
668 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeDomesticTravelCosts();
669
670
671
672
673 void unsetCumulativeDomesticTravelCosts();
674
675
676
677
678 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeForeignTravelCosts();
679
680
681
682
683 boolean isSetCumulativeForeignTravelCosts();
684
685
686
687
688 void setCumulativeForeignTravelCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeForeignTravelCosts);
689
690
691
692
693 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeForeignTravelCosts();
694
695
696
697
698 void unsetCumulativeForeignTravelCosts();
699
700
701
702
703
704
705 public static final class Factory
706 {
707 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels newInstance() {
708 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
709
710 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels newInstance(org.apache.xmlbeans.XmlOptions options) {
711 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTravels) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
712
713 private Factory() { }
714 }
715 }
716
717
718
719
720
721
722 public interface CumulativeTrainee extends org.apache.xmlbeans.XmlObject
723 {
724 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
725 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeTrainee.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativetrainee9cccelemtype");
726
727
728
729
730 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedTraineeCosts();
731
732
733
734
735 void setCumulativeTotalFundsRequestedTraineeCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedTraineeCosts);
736
737
738
739
740 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedTraineeCosts();
741
742
743
744
745 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeTraineeTuitionFeesHealthInsurance();
746
747
748
749
750 boolean isSetCumulativeTraineeTuitionFeesHealthInsurance();
751
752
753
754
755 void setCumulativeTraineeTuitionFeesHealthInsurance(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeTraineeTuitionFeesHealthInsurance);
756
757
758
759
760 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeTraineeTuitionFeesHealthInsurance();
761
762
763
764
765 void unsetCumulativeTraineeTuitionFeesHealthInsurance();
766
767
768
769
770 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeTraineeStipends();
771
772
773
774
775 boolean isSetCumulativeTraineeStipends();
776
777
778
779
780 void setCumulativeTraineeStipends(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeTraineeStipends);
781
782
783
784
785 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeTraineeStipends();
786
787
788
789
790 void unsetCumulativeTraineeStipends();
791
792
793
794
795 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeTraineeTravel();
796
797
798
799
800 boolean isSetCumulativeTraineeTravel();
801
802
803
804
805 void setCumulativeTraineeTravel(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeTraineeTravel);
806
807
808
809
810 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeTraineeTravel();
811
812
813
814
815 void unsetCumulativeTraineeTravel();
816
817
818
819
820 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeTraineeSubsistence();
821
822
823
824
825 boolean isSetCumulativeTraineeSubsistence();
826
827
828
829
830 void setCumulativeTraineeSubsistence(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeTraineeSubsistence);
831
832
833
834
835 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeTraineeSubsistence();
836
837
838
839
840 void unsetCumulativeTraineeSubsistence();
841
842
843
844
845 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeOtherTraineeCost();
846
847
848
849
850 boolean isSetCumulativeOtherTraineeCost();
851
852
853
854
855 void setCumulativeOtherTraineeCost(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeOtherTraineeCost);
856
857
858
859
860 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeOtherTraineeCost();
861
862
863
864
865 void unsetCumulativeOtherTraineeCost();
866
867
868
869
870 int getCumulativeNoofTrainees();
871
872
873
874
875 gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees xgetCumulativeNoofTrainees();
876
877
878
879
880 boolean isSetCumulativeNoofTrainees();
881
882
883
884
885 void setCumulativeNoofTrainees(int cumulativeNoofTrainees);
886
887
888
889
890 void xsetCumulativeNoofTrainees(gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees cumulativeNoofTrainees);
891
892
893
894
895 void unsetCumulativeNoofTrainees();
896
897
898
899
900
901
902 public interface CumulativeNoofTrainees extends org.apache.xmlbeans.XmlNonNegativeInteger
903 {
904 int getIntValue();
905 void setIntValue(int i);
906
907 int intValue();
908
909 void set(int i);
910 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
911 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeNoofTrainees.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativenooftrainees135eelemtype");
912
913
914
915
916
917
918 public static final class Factory
919 {
920 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees newValue(java.lang.Object obj) {
921 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees) type.newValue( obj ); }
922
923 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees newInstance() {
924 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
925
926 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees newInstance(org.apache.xmlbeans.XmlOptions options) {
927 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee.CumulativeNoofTrainees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
928
929 private Factory() { }
930 }
931 }
932
933
934
935
936
937
938 public static final class Factory
939 {
940 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee newInstance() {
941 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
942
943 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee newInstance(org.apache.xmlbeans.XmlOptions options) {
944 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeTrainee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
945
946 private Factory() { }
947 }
948 }
949
950
951
952
953
954
955 public interface CumulativeOtherDirect extends org.apache.xmlbeans.XmlObject
956 {
957 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
958 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeOtherDirect.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativeotherdirect7abdelemtype");
959
960
961
962
963 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType getCumulativeTotalFundsRequestedOtherDirectCosts();
964
965
966
967
968 void setCumulativeTotalFundsRequestedOtherDirectCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType cumulativeTotalFundsRequestedOtherDirectCosts);
969
970
971
972
973 gov.grants.apply.forms.rrFedNonFedBudgetV10.SummaryDataType addNewCumulativeTotalFundsRequestedOtherDirectCosts();
974
975
976
977
978 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeMaterialAndSupplies();
979
980
981
982
983 boolean isSetCumulativeMaterialAndSupplies();
984
985
986
987
988 void setCumulativeMaterialAndSupplies(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeMaterialAndSupplies);
989
990
991
992
993 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeMaterialAndSupplies();
994
995
996
997
998 void unsetCumulativeMaterialAndSupplies();
999
1000
1001
1002
1003 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativePublicationCosts();
1004
1005
1006
1007
1008 boolean isSetCumulativePublicationCosts();
1009
1010
1011
1012
1013 void setCumulativePublicationCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativePublicationCosts);
1014
1015
1016
1017
1018 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativePublicationCosts();
1019
1020
1021
1022
1023 void unsetCumulativePublicationCosts();
1024
1025
1026
1027
1028 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeConsultantServices();
1029
1030
1031
1032
1033 boolean isSetCumulativeConsultantServices();
1034
1035
1036
1037
1038 void setCumulativeConsultantServices(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeConsultantServices);
1039
1040
1041
1042
1043 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeConsultantServices();
1044
1045
1046
1047
1048 void unsetCumulativeConsultantServices();
1049
1050
1051
1052
1053 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeADPComputerServices();
1054
1055
1056
1057
1058 boolean isSetCumulativeADPComputerServices();
1059
1060
1061
1062
1063 void setCumulativeADPComputerServices(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeADPComputerServices);
1064
1065
1066
1067
1068 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeADPComputerServices();
1069
1070
1071
1072
1073 void unsetCumulativeADPComputerServices();
1074
1075
1076
1077
1078 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeSubawardConsortiumContractualCosts();
1079
1080
1081
1082
1083 boolean isSetCumulativeSubawardConsortiumContractualCosts();
1084
1085
1086
1087
1088 void setCumulativeSubawardConsortiumContractualCosts(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeSubawardConsortiumContractualCosts);
1089
1090
1091
1092
1093 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeSubawardConsortiumContractualCosts();
1094
1095
1096
1097
1098 void unsetCumulativeSubawardConsortiumContractualCosts();
1099
1100
1101
1102
1103 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeEquipmentFacilityRentalFees();
1104
1105
1106
1107
1108 boolean isSetCumulativeEquipmentFacilityRentalFees();
1109
1110
1111
1112
1113 void setCumulativeEquipmentFacilityRentalFees(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeEquipmentFacilityRentalFees);
1114
1115
1116
1117
1118 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeEquipmentFacilityRentalFees();
1119
1120
1121
1122
1123 void unsetCumulativeEquipmentFacilityRentalFees();
1124
1125
1126
1127
1128 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeAlterationsAndRenovations();
1129
1130
1131
1132
1133 boolean isSetCumulativeAlterationsAndRenovations();
1134
1135
1136
1137
1138 void setCumulativeAlterationsAndRenovations(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeAlterationsAndRenovations);
1139
1140
1141
1142
1143 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeAlterationsAndRenovations();
1144
1145
1146
1147
1148 void unsetCumulativeAlterationsAndRenovations();
1149
1150
1151
1152
1153 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeOther1DirectCost();
1154
1155
1156
1157
1158 boolean isSetCumulativeOther1DirectCost();
1159
1160
1161
1162
1163 void setCumulativeOther1DirectCost(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeOther1DirectCost);
1164
1165
1166
1167
1168 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeOther1DirectCost();
1169
1170
1171
1172
1173 void unsetCumulativeOther1DirectCost();
1174
1175
1176
1177
1178 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeOther2DirectCost();
1179
1180
1181
1182
1183 boolean isSetCumulativeOther2DirectCost();
1184
1185
1186
1187
1188 void setCumulativeOther2DirectCost(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeOther2DirectCost);
1189
1190
1191
1192
1193 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeOther2DirectCost();
1194
1195
1196
1197
1198 void unsetCumulativeOther2DirectCost();
1199
1200
1201
1202
1203 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType getCumulativeOther3DirectCost();
1204
1205
1206
1207
1208 boolean isSetCumulativeOther3DirectCost();
1209
1210
1211
1212
1213 void setCumulativeOther3DirectCost(gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType cumulativeOther3DirectCost);
1214
1215
1216
1217
1218 gov.grants.apply.forms.rrFedNonFedBudgetV10.TotalDataType addNewCumulativeOther3DirectCost();
1219
1220
1221
1222
1223 void unsetCumulativeOther3DirectCost();
1224
1225
1226
1227
1228
1229
1230 public static final class Factory
1231 {
1232 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect newInstance() {
1233 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1234
1235 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect newInstance(org.apache.xmlbeans.XmlOptions options) {
1236 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary.CumulativeOtherDirect) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1237
1238 private Factory() { }
1239 }
1240 }
1241
1242
1243
1244
1245
1246
1247 public static final class Factory
1248 {
1249 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary newInstance() {
1250 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1251
1252 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
1253 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1254
1255 private Factory() { }
1256 }
1257 }
1258
1259
1260
1261
1262
1263
1264 public static final class Factory
1265 {
1266 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget newInstance() {
1267 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1268
1269 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
1270 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument.RRFedNonFedBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1271
1272 private Factory() { }
1273 }
1274 }
1275
1276
1277
1278
1279
1280
1281 public static final class Factory
1282 {
1283 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument newInstance() {
1284 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1285
1286 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1287 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1288
1289
1290 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1291 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1292
1293 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1294 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1295
1296
1297 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1298 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1299
1300 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1301 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1302
1303 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1304 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1305
1306 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1307 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1308
1309 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1310 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1311
1312 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1313 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1314
1315 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1316 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1317
1318 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1319 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1320
1321 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1322 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1323
1324 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1325 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1326
1327 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1328 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1329
1330 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1331 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1332
1333
1334 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1335 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1336
1337
1338 public static gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1339 return (gov.grants.apply.forms.rrFedNonFedBudgetV10.RRFedNonFedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1340
1341
1342 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 {
1343 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1344
1345
1346 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 {
1347 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1348
1349 private Factory() { }
1350 }
1351 }