1
2
3
4
5
6
7
8
9 package gov.grants.apply.coeus.extraKeyPerson;
10
11
12
13
14
15
16
17 public interface ExtraKeyPersonListDocument 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(ExtraKeyPersonListDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("extrakeypersonlist1927doctype");
21
22
23
24
25 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList getExtraKeyPersonList();
26
27
28
29
30 void setExtraKeyPersonList(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList extraKeyPersonList);
31
32
33
34
35 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList addNewExtraKeyPersonList();
36
37
38
39
40
41
42 public interface ExtraKeyPersonList 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(ExtraKeyPersonList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("extrakeypersonlist0b85elemtype");
46
47
48
49
50 java.lang.String getProposalNumber();
51
52
53
54
55 org.apache.xmlbeans.XmlString xgetProposalNumber();
56
57
58
59
60 void setProposalNumber(java.lang.String proposalNumber);
61
62
63
64
65 void xsetProposalNumber(org.apache.xmlbeans.XmlString proposalNumber);
66
67
68
69
70 java.math.BigInteger getBudgetPeriod();
71
72
73
74
75 org.apache.xmlbeans.XmlInteger xgetBudgetPeriod();
76
77
78
79
80 void setBudgetPeriod(java.math.BigInteger budgetPeriod);
81
82
83
84
85 void xsetBudgetPeriod(org.apache.xmlbeans.XmlInteger budgetPeriod);
86
87
88
89
90 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons[] getKeyPersonsArray();
91
92
93
94
95 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons getKeyPersonsArray(int i);
96
97
98
99
100 int sizeOfKeyPersonsArray();
101
102
103
104
105 void setKeyPersonsArray(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons[] keyPersonsArray);
106
107
108
109
110 void setKeyPersonsArray(int i, gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons keyPersons);
111
112
113
114
115 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons insertNewKeyPersons(int i);
116
117
118
119
120 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons addNewKeyPersons();
121
122
123
124
125 void removeKeyPersons(int i);
126
127
128
129
130
131
132 public interface KeyPersons extends org.apache.xmlbeans.XmlObject
133 {
134 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
135 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(KeyPersons.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("keypersonsde0aelemtype");
136
137
138
139
140 java.lang.String getPrefix();
141
142
143
144
145 org.apache.xmlbeans.XmlString xgetPrefix();
146
147
148
149
150 boolean isSetPrefix();
151
152
153
154
155 void setPrefix(java.lang.String prefix);
156
157
158
159
160 void xsetPrefix(org.apache.xmlbeans.XmlString prefix);
161
162
163
164
165 void unsetPrefix();
166
167
168
169
170 java.lang.String getFirstName();
171
172
173
174
175 org.apache.xmlbeans.XmlString xgetFirstName();
176
177
178
179
180 void setFirstName(java.lang.String firstName);
181
182
183
184
185 void xsetFirstName(org.apache.xmlbeans.XmlString firstName);
186
187
188
189
190 java.lang.String getMiddleName();
191
192
193
194
195 org.apache.xmlbeans.XmlString xgetMiddleName();
196
197
198
199
200 boolean isSetMiddleName();
201
202
203
204
205 void setMiddleName(java.lang.String middleName);
206
207
208
209
210 void xsetMiddleName(org.apache.xmlbeans.XmlString middleName);
211
212
213
214
215 void unsetMiddleName();
216
217
218
219
220 java.lang.String getLastName();
221
222
223
224
225 org.apache.xmlbeans.XmlString xgetLastName();
226
227
228
229
230 void setLastName(java.lang.String lastName);
231
232
233
234
235 void xsetLastName(org.apache.xmlbeans.XmlString lastName);
236
237
238
239
240 java.lang.String getSuffix();
241
242
243
244
245 org.apache.xmlbeans.XmlString xgetSuffix();
246
247
248
249
250 boolean isSetSuffix();
251
252
253
254
255 void setSuffix(java.lang.String suffix);
256
257
258
259
260 void xsetSuffix(org.apache.xmlbeans.XmlString suffix);
261
262
263
264
265 void unsetSuffix();
266
267
268
269
270 java.lang.String getProjectRole();
271
272
273
274
275 org.apache.xmlbeans.XmlString xgetProjectRole();
276
277
278
279
280 void setProjectRole(java.lang.String projectRole);
281
282
283
284
285 void xsetProjectRole(org.apache.xmlbeans.XmlString projectRole);
286
287
288
289
290 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation getCompensation();
291
292
293
294
295 void setCompensation(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation compensation);
296
297
298
299
300 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation addNewCompensation();
301
302
303
304
305
306
307 public interface Compensation extends org.apache.xmlbeans.XmlObject
308 {
309 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
310 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Compensation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("compensationf820elemtype");
311
312
313
314
315 java.math.BigDecimal getCalendarMonths();
316
317
318
319
320 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths xgetCalendarMonths();
321
322
323
324
325 boolean isSetCalendarMonths();
326
327
328
329
330 void setCalendarMonths(java.math.BigDecimal calendarMonths);
331
332
333
334
335 void xsetCalendarMonths(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths calendarMonths);
336
337
338
339
340 void unsetCalendarMonths();
341
342
343
344
345 java.math.BigDecimal getSummerMonths();
346
347
348
349
350 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths xgetSummerMonths();
351
352
353
354
355 boolean isSetSummerMonths();
356
357
358
359
360 void setSummerMonths(java.math.BigDecimal summerMonths);
361
362
363
364
365 void xsetSummerMonths(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths summerMonths);
366
367
368
369
370 void unsetSummerMonths();
371
372
373
374
375 java.math.BigDecimal getAcademicMonths();
376
377
378
379
380 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths xgetAcademicMonths();
381
382
383
384
385 boolean isSetAcademicMonths();
386
387
388
389
390 void setAcademicMonths(java.math.BigDecimal academicMonths);
391
392
393
394
395 void xsetAcademicMonths(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths academicMonths);
396
397
398
399
400 void unsetAcademicMonths();
401
402
403
404
405 java.math.BigDecimal getRequestedSalary();
406
407
408
409
410 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary xgetRequestedSalary();
411
412
413
414
415 void setRequestedSalary(java.math.BigDecimal requestedSalary);
416
417
418
419
420 void xsetRequestedSalary(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary requestedSalary);
421
422
423
424
425 java.math.BigDecimal getFringeBenefits();
426
427
428
429
430 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits xgetFringeBenefits();
431
432
433
434
435 void setFringeBenefits(java.math.BigDecimal fringeBenefits);
436
437
438
439
440 void xsetFringeBenefits(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits fringeBenefits);
441
442
443
444
445 java.math.BigDecimal getFundsRequested();
446
447
448
449
450 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested xgetFundsRequested();
451
452
453
454
455 void setFundsRequested(java.math.BigDecimal fundsRequested);
456
457
458
459
460 void xsetFundsRequested(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested fundsRequested);
461
462
463
464
465 java.math.BigDecimal getNonFederal();
466
467
468
469
470 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal xgetNonFederal();
471
472
473
474
475 boolean isSetNonFederal();
476
477
478
479
480 void setNonFederal(java.math.BigDecimal nonFederal);
481
482
483
484
485 void xsetNonFederal(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal nonFederal);
486
487
488
489
490 void unsetNonFederal();
491
492
493
494
495 java.math.BigDecimal getTotalFedNonFed();
496
497
498
499
500 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed xgetTotalFedNonFed();
501
502
503
504
505 boolean isSetTotalFedNonFed();
506
507
508
509
510 void setTotalFedNonFed(java.math.BigDecimal totalFedNonFed);
511
512
513
514
515 void xsetTotalFedNonFed(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed totalFedNonFed);
516
517
518
519
520 void unsetTotalFedNonFed();
521
522
523
524
525 java.math.BigDecimal getBaseSalary();
526
527
528
529
530 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary xgetBaseSalary();
531
532
533
534
535 boolean isSetBaseSalary();
536
537
538
539
540 void setBaseSalary(java.math.BigDecimal baseSalary);
541
542
543
544
545 void xsetBaseSalary(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary baseSalary);
546
547
548
549
550 void unsetBaseSalary();
551
552
553
554
555
556
557 public interface CalendarMonths extends org.apache.xmlbeans.XmlDecimal
558 {
559 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
560 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CalendarMonths.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("calendarmonths2d73elemtype");
561
562
563
564
565
566
567 public static final class Factory
568 {
569 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths newValue(java.lang.Object obj) {
570 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths) type.newValue( obj ); }
571
572 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths newInstance() {
573 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
574
575 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths newInstance(org.apache.xmlbeans.XmlOptions options) {
576 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
577
578 private Factory() { }
579 }
580 }
581
582
583
584
585
586
587 public interface SummerMonths extends org.apache.xmlbeans.XmlDecimal
588 {
589 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
590 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SummerMonths.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summermonths9822elemtype");
591
592
593
594
595
596
597 public static final class Factory
598 {
599 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths newValue(java.lang.Object obj) {
600 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths) type.newValue( obj ); }
601
602 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths newInstance() {
603 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
604
605 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths newInstance(org.apache.xmlbeans.XmlOptions options) {
606 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
607
608 private Factory() { }
609 }
610 }
611
612
613
614
615
616
617 public interface AcademicMonths extends org.apache.xmlbeans.XmlDecimal
618 {
619 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
620 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AcademicMonths.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("academicmonths7bcaelemtype");
621
622
623
624
625
626
627 public static final class Factory
628 {
629 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths newValue(java.lang.Object obj) {
630 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths) type.newValue( obj ); }
631
632 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths newInstance() {
633 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
634
635 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths newInstance(org.apache.xmlbeans.XmlOptions options) {
636 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
637
638 private Factory() { }
639 }
640 }
641
642
643
644
645
646
647 public interface RequestedSalary extends org.apache.xmlbeans.XmlDecimal
648 {
649 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
650 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RequestedSalary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("requestedsalary7e7celemtype");
651
652
653
654
655
656
657 public static final class Factory
658 {
659 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary newValue(java.lang.Object obj) {
660 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary) type.newValue( obj ); }
661
662 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary newInstance() {
663 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
664
665 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary newInstance(org.apache.xmlbeans.XmlOptions options) {
666 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
667
668 private Factory() { }
669 }
670 }
671
672
673
674
675
676
677 public interface FringeBenefits extends org.apache.xmlbeans.XmlDecimal
678 {
679 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
680 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FringeBenefits.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fringebenefits9a99elemtype");
681
682
683
684
685
686
687 public static final class Factory
688 {
689 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits newValue(java.lang.Object obj) {
690 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits) type.newValue( obj ); }
691
692 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits newInstance() {
693 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
694
695 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits newInstance(org.apache.xmlbeans.XmlOptions options) {
696 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
697
698 private Factory() { }
699 }
700 }
701
702
703
704
705
706
707 public interface FundsRequested extends org.apache.xmlbeans.XmlDecimal
708 {
709 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
710 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FundsRequested.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fundsrequested1b24elemtype");
711
712
713
714
715
716
717 public static final class Factory
718 {
719 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested newValue(java.lang.Object obj) {
720 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested) type.newValue( obj ); }
721
722 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested newInstance() {
723 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
724
725 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested newInstance(org.apache.xmlbeans.XmlOptions options) {
726 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
727
728 private Factory() { }
729 }
730 }
731
732
733
734
735
736
737 public interface NonFederal extends org.apache.xmlbeans.XmlDecimal
738 {
739 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
740 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonFederal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonfederalb6d4elemtype");
741
742
743
744
745
746
747 public static final class Factory
748 {
749 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal newValue(java.lang.Object obj) {
750 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal) type.newValue( obj ); }
751
752 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal newInstance() {
753 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
754
755 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal newInstance(org.apache.xmlbeans.XmlOptions options) {
756 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
757
758 private Factory() { }
759 }
760 }
761
762
763
764
765
766
767 public interface TotalFedNonFed extends org.apache.xmlbeans.XmlDecimal
768 {
769 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
770 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TotalFedNonFed.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totalfednonfed00cbelemtype");
771
772
773
774
775
776
777 public static final class Factory
778 {
779 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed newValue(java.lang.Object obj) {
780 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed) type.newValue( obj ); }
781
782 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed newInstance() {
783 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
784
785 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed newInstance(org.apache.xmlbeans.XmlOptions options) {
786 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
787
788 private Factory() { }
789 }
790 }
791
792
793
794
795
796
797 public interface BaseSalary extends org.apache.xmlbeans.XmlDecimal
798 {
799 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
800 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BaseSalary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("basesalarya809elemtype");
801
802
803
804
805
806
807 public static final class Factory
808 {
809 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary newValue(java.lang.Object obj) {
810 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary) type.newValue( obj ); }
811
812 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary newInstance() {
813 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
814
815 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary newInstance(org.apache.xmlbeans.XmlOptions options) {
816 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
817
818 private Factory() { }
819 }
820 }
821
822
823
824
825
826
827 public static final class Factory
828 {
829 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation newInstance() {
830 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
831
832 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation newInstance(org.apache.xmlbeans.XmlOptions options) {
833 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
834
835 private Factory() { }
836 }
837 }
838
839
840
841
842
843
844 public static final class Factory
845 {
846 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons newInstance() {
847 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
848
849 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons newInstance(org.apache.xmlbeans.XmlOptions options) {
850 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
851
852 private Factory() { }
853 }
854 }
855
856
857
858
859
860
861 public static final class Factory
862 {
863 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList newInstance() {
864 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
865
866 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList newInstance(org.apache.xmlbeans.XmlOptions options) {
867 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
868
869 private Factory() { }
870 }
871 }
872
873
874
875
876
877
878 public static final class Factory
879 {
880 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument newInstance() {
881 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
882
883 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
884 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
885
886
887 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
888 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
889
890 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
891 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
892
893
894 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
895 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
896
897 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
898 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
899
900 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
901 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
902
903 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
904 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
905
906 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
907 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
908
909 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
910 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
911
912 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
913 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
914
915 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
916 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
917
918 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
919 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
920
921 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
922 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
923
924 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
925 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
926
927 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
928 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
929
930
931 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
932 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
933
934
935 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
936 return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
937
938
939 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 {
940 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
941
942
943 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 {
944 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
945
946 private Factory() { }
947 }
948 }