1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.phs398ModularBudget12V12;
10
11
12
13
14
15
16
17 public interface PHS398ModularBudget12Document 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(PHS398ModularBudget12Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398modularbudget12f31fdoctype");
21
22
23
24
25 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12 getPHS398ModularBudget12();
26
27
28
29
30 void setPHS398ModularBudget12(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12 phs398ModularBudget12);
31
32
33
34
35 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12 addNewPHS398ModularBudget12();
36
37
38
39
40
41
42 public interface PHS398ModularBudget12 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(PHS398ModularBudget12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398modularbudget12e637elemtype");
46
47
48
49
50 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods[] getPeriodsArray();
51
52
53
54
55 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods getPeriodsArray(int i);
56
57
58
59
60 int sizeOfPeriodsArray();
61
62
63
64
65 void setPeriodsArray(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods[] periodsArray);
66
67
68
69
70 void setPeriodsArray(int i, gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods periods);
71
72
73
74
75 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods insertNewPeriods(int i);
76
77
78
79
80 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods addNewPeriods();
81
82
83
84
85 void removePeriods(int i);
86
87
88
89
90 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo getCummulativeBudgetInfo();
91
92
93
94
95 void setCummulativeBudgetInfo(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo cummulativeBudgetInfo);
96
97
98
99
100 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo addNewCummulativeBudgetInfo();
101
102
103
104
105 java.lang.String getFormVersion();
106
107
108
109
110 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
111
112
113
114
115 void setFormVersion(java.lang.String formVersion);
116
117
118
119
120 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
121
122
123
124
125
126
127 public interface Periods extends org.apache.xmlbeans.XmlObject
128 {
129 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
130 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Periods.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("periods29d5elemtype");
131
132
133
134
135 java.util.Calendar getBudgetPeriodStartDate();
136
137
138
139
140 org.apache.xmlbeans.XmlDate xgetBudgetPeriodStartDate();
141
142
143
144
145 boolean isSetBudgetPeriodStartDate();
146
147
148
149
150 void setBudgetPeriodStartDate(java.util.Calendar budgetPeriodStartDate);
151
152
153
154
155 void xsetBudgetPeriodStartDate(org.apache.xmlbeans.XmlDate budgetPeriodStartDate);
156
157
158
159
160 void unsetBudgetPeriodStartDate();
161
162
163
164
165 java.util.Calendar getBudgetPeriodEndDate();
166
167
168
169
170 org.apache.xmlbeans.XmlDate xgetBudgetPeriodEndDate();
171
172
173
174
175 boolean isSetBudgetPeriodEndDate();
176
177
178
179
180 void setBudgetPeriodEndDate(java.util.Calendar budgetPeriodEndDate);
181
182
183
184
185 void xsetBudgetPeriodEndDate(org.apache.xmlbeans.XmlDate budgetPeriodEndDate);
186
187
188
189
190 void unsetBudgetPeriodEndDate();
191
192
193
194
195 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost getDirectCost();
196
197
198
199
200 void setDirectCost(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost directCost);
201
202
203
204
205 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost addNewDirectCost();
206
207
208
209
210 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost getIndirectCost();
211
212
213
214
215 boolean isSetIndirectCost();
216
217
218
219
220 void setIndirectCost(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost indirectCost);
221
222
223
224
225 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost addNewIndirectCost();
226
227
228
229
230 void unsetIndirectCost();
231
232
233
234
235 java.math.BigDecimal getTotalFundsRequestedDirectIndirectCosts();
236
237
238
239
240 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalFundsRequestedDirectIndirectCosts();
241
242
243
244
245 void setTotalFundsRequestedDirectIndirectCosts(java.math.BigDecimal totalFundsRequestedDirectIndirectCosts);
246
247
248
249
250 void xsetTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalFundsRequestedDirectIndirectCosts);
251
252
253
254
255
256
257 public interface DirectCost extends org.apache.xmlbeans.XmlObject
258 {
259 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
260 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DirectCost.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("directcost8ce7elemtype");
261
262
263
264
265 java.math.BigDecimal getDirectCostLessConsortiumFandA();
266
267
268
269
270 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetDirectCostLessConsortiumFandA();
271
272
273
274
275 void setDirectCostLessConsortiumFandA(java.math.BigDecimal directCostLessConsortiumFandA);
276
277
278
279
280 void xsetDirectCostLessConsortiumFandA(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType directCostLessConsortiumFandA);
281
282
283
284
285 java.math.BigDecimal getConsortiumFandA();
286
287
288
289
290 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetConsortiumFandA();
291
292
293
294
295 boolean isSetConsortiumFandA();
296
297
298
299
300 void setConsortiumFandA(java.math.BigDecimal consortiumFandA);
301
302
303
304
305 void xsetConsortiumFandA(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType consortiumFandA);
306
307
308
309
310 void unsetConsortiumFandA();
311
312
313
314
315 java.math.BigDecimal getTotalFundsRequestedDirectCosts();
316
317
318
319
320 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalFundsRequestedDirectCosts();
321
322
323
324
325 void setTotalFundsRequestedDirectCosts(java.math.BigDecimal totalFundsRequestedDirectCosts);
326
327
328
329
330 void xsetTotalFundsRequestedDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalFundsRequestedDirectCosts);
331
332
333
334
335
336
337 public static final class Factory
338 {
339 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost newInstance() {
340 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
341
342 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost newInstance(org.apache.xmlbeans.XmlOptions options) {
343 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.DirectCost) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
344
345 private Factory() { }
346 }
347 }
348
349
350
351
352
353
354 public interface IndirectCost extends org.apache.xmlbeans.XmlObject
355 {
356 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
357 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndirectCost.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("indirectcost4c4celemtype");
358
359
360
361
362 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems[] getIndirectCostItemsArray();
363
364
365
366
367 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems getIndirectCostItemsArray(int i);
368
369
370
371
372 int sizeOfIndirectCostItemsArray();
373
374
375
376
377 void setIndirectCostItemsArray(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems[] indirectCostItemsArray);
378
379
380
381
382 void setIndirectCostItemsArray(int i, gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems indirectCostItems);
383
384
385
386
387 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems insertNewIndirectCostItems(int i);
388
389
390
391
392 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems addNewIndirectCostItems();
393
394
395
396
397 void removeIndirectCostItems(int i);
398
399
400
401
402 java.lang.String getCognizantFederalAgency();
403
404
405
406
407 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency xgetCognizantFederalAgency();
408
409
410
411
412 boolean isSetCognizantFederalAgency();
413
414
415
416
417 void setCognizantFederalAgency(java.lang.String cognizantFederalAgency);
418
419
420
421
422 void xsetCognizantFederalAgency(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency cognizantFederalAgency);
423
424
425
426
427 void unsetCognizantFederalAgency();
428
429
430
431
432 java.util.Calendar getIndirectCostAgreementDate();
433
434
435
436
437 org.apache.xmlbeans.XmlDate xgetIndirectCostAgreementDate();
438
439
440
441
442 boolean isSetIndirectCostAgreementDate();
443
444
445
446
447 void setIndirectCostAgreementDate(java.util.Calendar indirectCostAgreementDate);
448
449
450
451
452 void xsetIndirectCostAgreementDate(org.apache.xmlbeans.XmlDate indirectCostAgreementDate);
453
454
455
456
457 void unsetIndirectCostAgreementDate();
458
459
460
461
462 java.math.BigDecimal getTotalFundsRequestedIndirectCost();
463
464
465
466
467 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalFundsRequestedIndirectCost();
468
469
470
471
472 boolean isSetTotalFundsRequestedIndirectCost();
473
474
475
476
477 void setTotalFundsRequestedIndirectCost(java.math.BigDecimal totalFundsRequestedIndirectCost);
478
479
480
481
482 void xsetTotalFundsRequestedIndirectCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalFundsRequestedIndirectCost);
483
484
485
486
487 void unsetTotalFundsRequestedIndirectCost();
488
489
490
491
492
493
494 public interface IndirectCostItems extends org.apache.xmlbeans.XmlObject
495 {
496 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
497 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndirectCostItems.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("indirectcostitems2f1belemtype");
498
499
500
501
502 java.lang.String getIndirectCostTypeDescription();
503
504
505
506
507 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription xgetIndirectCostTypeDescription();
508
509
510
511
512 boolean isSetIndirectCostTypeDescription();
513
514
515
516
517 void setIndirectCostTypeDescription(java.lang.String indirectCostTypeDescription);
518
519
520
521
522 void xsetIndirectCostTypeDescription(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription indirectCostTypeDescription);
523
524
525
526
527 void unsetIndirectCostTypeDescription();
528
529
530
531
532 java.math.BigDecimal getIndirectCostRate();
533
534
535
536
537 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate xgetIndirectCostRate();
538
539
540
541
542 boolean isSetIndirectCostRate();
543
544
545
546
547 void setIndirectCostRate(java.math.BigDecimal indirectCostRate);
548
549
550
551
552 void xsetIndirectCostRate(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate indirectCostRate);
553
554
555
556
557 void unsetIndirectCostRate();
558
559
560
561
562 java.math.BigDecimal getIndirectCostBase();
563
564
565
566
567 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetIndirectCostBase();
568
569
570
571
572 boolean isSetIndirectCostBase();
573
574
575
576
577 void setIndirectCostBase(java.math.BigDecimal indirectCostBase);
578
579
580
581
582 void xsetIndirectCostBase(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType indirectCostBase);
583
584
585
586
587 void unsetIndirectCostBase();
588
589
590
591
592 java.math.BigDecimal getIndirectCostFundsRequested();
593
594
595
596
597 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetIndirectCostFundsRequested();
598
599
600
601
602 boolean isSetIndirectCostFundsRequested();
603
604
605
606
607 void setIndirectCostFundsRequested(java.math.BigDecimal indirectCostFundsRequested);
608
609
610
611
612 void xsetIndirectCostFundsRequested(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType indirectCostFundsRequested);
613
614
615
616
617 void unsetIndirectCostFundsRequested();
618
619
620
621
622
623
624 public interface IndirectCostTypeDescription extends org.apache.xmlbeans.XmlString
625 {
626 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
627 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndirectCostTypeDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("indirectcosttypedescription37c8elemtype");
628
629
630
631
632
633
634 public static final class Factory
635 {
636 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription newValue(java.lang.Object obj) {
637 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription) type.newValue( obj ); }
638
639 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription newInstance() {
640 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
641
642 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
643 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostTypeDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
644
645 private Factory() { }
646 }
647 }
648
649
650
651
652
653
654 public interface IndirectCostRate extends org.apache.xmlbeans.XmlDecimal
655 {
656 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
657 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndirectCostRate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("indirectcostrate01c4elemtype");
658
659
660
661
662
663
664 public static final class Factory
665 {
666 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate newValue(java.lang.Object obj) {
667 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate) type.newValue( obj ); }
668
669 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate newInstance() {
670 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
671
672 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate newInstance(org.apache.xmlbeans.XmlOptions options) {
673 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems.IndirectCostRate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
674
675 private Factory() { }
676 }
677 }
678
679
680
681
682
683
684 public static final class Factory
685 {
686 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems newInstance() {
687 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
688
689 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems newInstance(org.apache.xmlbeans.XmlOptions options) {
690 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.IndirectCostItems) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
691
692 private Factory() { }
693 }
694 }
695
696
697
698
699
700
701 public interface CognizantFederalAgency extends org.apache.xmlbeans.XmlString
702 {
703 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
704 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CognizantFederalAgency.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cognizantfederalagency7191elemtype");
705
706
707
708
709
710
711 public static final class Factory
712 {
713 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency newValue(java.lang.Object obj) {
714 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency) type.newValue( obj ); }
715
716 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency newInstance() {
717 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
718
719 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency newInstance(org.apache.xmlbeans.XmlOptions options) {
720 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost.CognizantFederalAgency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
721
722 private Factory() { }
723 }
724 }
725
726
727
728
729
730
731 public static final class Factory
732 {
733 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost newInstance() {
734 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
735
736 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost newInstance(org.apache.xmlbeans.XmlOptions options) {
737 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods.IndirectCost) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
738
739 private Factory() { }
740 }
741 }
742
743
744
745
746
747
748 public static final class Factory
749 {
750 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods newInstance() {
751 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
752
753 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods newInstance(org.apache.xmlbeans.XmlOptions options) {
754 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.Periods) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
755
756 private Factory() { }
757 }
758 }
759
760
761
762
763
764
765 public interface CummulativeBudgetInfo extends org.apache.xmlbeans.XmlObject
766 {
767 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
768 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CummulativeBudgetInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cummulativebudgetinfo0432elemtype");
769
770
771
772
773 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost getEntirePeriodTotalCost();
774
775
776
777
778 void setEntirePeriodTotalCost(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost entirePeriodTotalCost);
779
780
781
782
783 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost addNewEntirePeriodTotalCost();
784
785
786
787
788 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications getBudgetJustifications();
789
790
791
792
793 boolean isSetBudgetJustifications();
794
795
796
797
798 void setBudgetJustifications(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications budgetJustifications);
799
800
801
802
803 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications addNewBudgetJustifications();
804
805
806
807
808 void unsetBudgetJustifications();
809
810
811
812
813
814
815 public interface EntirePeriodTotalCost extends org.apache.xmlbeans.XmlObject
816 {
817 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
818 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EntirePeriodTotalCost.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("entireperiodtotalcost715delemtype");
819
820
821
822
823 java.math.BigDecimal getCumulativeDirectCostLessConsortiumFandA();
824
825
826
827
828 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeDirectCostLessConsortiumFandA();
829
830
831
832
833 void setCumulativeDirectCostLessConsortiumFandA(java.math.BigDecimal cumulativeDirectCostLessConsortiumFandA);
834
835
836
837
838 void xsetCumulativeDirectCostLessConsortiumFandA(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeDirectCostLessConsortiumFandA);
839
840
841
842
843 java.math.BigDecimal getCumulativeConsortiumFandA();
844
845
846
847
848 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeConsortiumFandA();
849
850
851
852
853 boolean isSetCumulativeConsortiumFandA();
854
855
856
857
858 void setCumulativeConsortiumFandA(java.math.BigDecimal cumulativeConsortiumFandA);
859
860
861
862
863 void xsetCumulativeConsortiumFandA(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeConsortiumFandA);
864
865
866
867
868 void unsetCumulativeConsortiumFandA();
869
870
871
872
873 java.math.BigDecimal getCumulativeTotalFundsRequestedDirectCosts();
874
875
876
877
878 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectCosts();
879
880
881
882
883 void setCumulativeTotalFundsRequestedDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectCosts);
884
885
886
887
888 void xsetCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectCosts);
889
890
891
892
893 java.math.BigDecimal getCumulativeTotalFundsRequestedIndirectCost();
894
895
896
897
898 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedIndirectCost();
899
900
901
902
903 boolean isSetCumulativeTotalFundsRequestedIndirectCost();
904
905
906
907
908 void setCumulativeTotalFundsRequestedIndirectCost(java.math.BigDecimal cumulativeTotalFundsRequestedIndirectCost);
909
910
911
912
913 void xsetCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedIndirectCost);
914
915
916
917
918 void unsetCumulativeTotalFundsRequestedIndirectCost();
919
920
921
922
923 java.math.BigDecimal getCumulativeTotalFundsRequestedDirectIndirectCosts();
924
925
926
927
928 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectIndirectCosts();
929
930
931
932
933 void setCumulativeTotalFundsRequestedDirectIndirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectIndirectCosts);
934
935
936
937
938 void xsetCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
939
940
941
942
943
944
945 public static final class Factory
946 {
947 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost newInstance() {
948 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
949
950 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost newInstance(org.apache.xmlbeans.XmlOptions options) {
951 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.EntirePeriodTotalCost) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
952
953 private Factory() { }
954 }
955 }
956
957
958
959
960
961
962 public interface BudgetJustifications extends org.apache.xmlbeans.XmlObject
963 {
964 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
965 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetJustifications.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetjustifications94d4elemtype");
966
967
968
969
970 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification getPersonnelJustification();
971
972
973
974
975 boolean isSetPersonnelJustification();
976
977
978
979
980 void setPersonnelJustification(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification personnelJustification);
981
982
983
984
985 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification addNewPersonnelJustification();
986
987
988
989
990 void unsetPersonnelJustification();
991
992
993
994
995 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification getConsortiumJustification();
996
997
998
999
1000 boolean isSetConsortiumJustification();
1001
1002
1003
1004
1005 void setConsortiumJustification(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification consortiumJustification);
1006
1007
1008
1009
1010 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification addNewConsortiumJustification();
1011
1012
1013
1014
1015 void unsetConsortiumJustification();
1016
1017
1018
1019
1020 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification getAdditionalNarrativeJustification();
1021
1022
1023
1024
1025 boolean isSetAdditionalNarrativeJustification();
1026
1027
1028
1029
1030 void setAdditionalNarrativeJustification(gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification additionalNarrativeJustification);
1031
1032
1033
1034
1035 gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification addNewAdditionalNarrativeJustification();
1036
1037
1038
1039
1040 void unsetAdditionalNarrativeJustification();
1041
1042
1043
1044
1045
1046
1047 public interface PersonnelJustification extends org.apache.xmlbeans.XmlObject
1048 {
1049 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1050 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PersonnelJustification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personneljustification8b26elemtype");
1051
1052
1053
1054
1055 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1056
1057
1058
1059
1060 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1061
1062
1063
1064
1065 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1066
1067
1068
1069
1070
1071
1072 public static final class Factory
1073 {
1074 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification newInstance() {
1075 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1076
1077 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification newInstance(org.apache.xmlbeans.XmlOptions options) {
1078 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.PersonnelJustification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1079
1080 private Factory() { }
1081 }
1082 }
1083
1084
1085
1086
1087
1088
1089 public interface ConsortiumJustification extends org.apache.xmlbeans.XmlObject
1090 {
1091 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1092 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiumJustification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiumjustificationee57elemtype");
1093
1094
1095
1096
1097 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1098
1099
1100
1101
1102 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1103
1104
1105
1106
1107 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1108
1109
1110
1111
1112
1113
1114 public static final class Factory
1115 {
1116 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification newInstance() {
1117 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1118
1119 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification newInstance(org.apache.xmlbeans.XmlOptions options) {
1120 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.ConsortiumJustification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1121
1122 private Factory() { }
1123 }
1124 }
1125
1126
1127
1128
1129
1130
1131 public interface AdditionalNarrativeJustification extends org.apache.xmlbeans.XmlObject
1132 {
1133 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1134 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdditionalNarrativeJustification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalnarrativejustificationd7d1elemtype");
1135
1136
1137
1138
1139 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1140
1141
1142
1143
1144 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1145
1146
1147
1148
1149 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1150
1151
1152
1153
1154
1155
1156 public static final class Factory
1157 {
1158 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification newInstance() {
1159 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1160
1161 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification newInstance(org.apache.xmlbeans.XmlOptions options) {
1162 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications.AdditionalNarrativeJustification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1163
1164 private Factory() { }
1165 }
1166 }
1167
1168
1169
1170
1171
1172
1173 public static final class Factory
1174 {
1175 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications newInstance() {
1176 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1177
1178 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications newInstance(org.apache.xmlbeans.XmlOptions options) {
1179 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo.BudgetJustifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1180
1181 private Factory() { }
1182 }
1183 }
1184
1185
1186
1187
1188
1189
1190 public static final class Factory
1191 {
1192 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo newInstance() {
1193 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1194
1195 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
1196 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12.CummulativeBudgetInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1197
1198 private Factory() { }
1199 }
1200 }
1201
1202
1203
1204
1205
1206
1207 public static final class Factory
1208 {
1209 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12 newInstance() {
1210 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1211
1212 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12 newInstance(org.apache.xmlbeans.XmlOptions options) {
1213 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document.PHS398ModularBudget12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1214
1215 private Factory() { }
1216 }
1217 }
1218
1219
1220
1221
1222
1223
1224 public static final class Factory
1225 {
1226 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document newInstance() {
1227 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1228
1229 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1230 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1231
1232
1233 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1234 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1235
1236 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1237 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1238
1239
1240 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1241 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1242
1243 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1244 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1245
1246 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1247 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1248
1249 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1250 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1251
1252 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1253 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1254
1255 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1256 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1257
1258 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1259 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1260
1261 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1262 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1263
1264 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1265 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1266
1267 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1268 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1269
1270 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1271 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1272
1273 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1274 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1275
1276
1277 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1278 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1279
1280
1281 public static gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1282 return (gov.grants.apply.forms.phs398ModularBudget12V12.PHS398ModularBudget12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1283
1284
1285 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 {
1286 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1287
1288
1289 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 {
1290 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1291
1292 private Factory() { }
1293 }
1294 }