1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.rrsf424HHSCheckListV11;
10
11
12
13
14
15
16
17 public interface CheckListDocument 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(CheckListDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist12c6doctype");
21
22
23
24
25 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList getCheckList();
26
27
28
29
30 void setCheckList(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList checkList);
31
32
33
34
35 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList addNewCheckList();
36
37
38
39
40
41
42 public interface CheckList 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(CheckList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist55f4elemtype");
46
47
48
49
50 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType.Enum getApplicationType();
51
52
53
54
55 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType xgetApplicationType();
56
57
58
59
60 void setApplicationType(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType.Enum applicationType);
61
62
63
64
65 void xsetApplicationType(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType applicationType);
66
67
68
69
70 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSignDateSF424();
71
72
73
74
75 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSignDateSF424();
76
77
78
79
80 void setCheckSignDateSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSignDateSF424);
81
82
83
84
85 void xsetCheckSignDateSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSignDateSF424);
86
87
88
89
90 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSignDatePHS51611();
91
92
93
94
95 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSignDatePHS51611();
96
97
98
99
100 void setCheckSignDatePHS51611(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSignDatePHS51611);
101
102
103
104
105 void xsetCheckSignDatePHS51611(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSignDatePHS51611);
106
107
108
109
110 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSignDateSF424BD();
111
112
113
114
115 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSignDateSF424BD();
116
117
118
119
120 void setCheckSignDateSF424BD(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSignDateSF424BD);
121
122
123
124
125 void xsetCheckSignDateSF424BD(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSignDateSF424BD);
126
127
128
129
130 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckCivilRightAssurance();
131
132
133
134
135 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckCivilRightAssurance();
136
137
138
139
140 void setCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkCivilRightAssurance);
141
142
143
144
145 void xsetCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkCivilRightAssurance);
146
147
148
149
150 java.util.Calendar getCivilRightAssuranceSignDate();
151
152
153
154
155 org.apache.xmlbeans.XmlDate xgetCivilRightAssuranceSignDate();
156
157
158
159
160 boolean isSetCivilRightAssuranceSignDate();
161
162
163
164
165 void setCivilRightAssuranceSignDate(java.util.Calendar civilRightAssuranceSignDate);
166
167
168
169
170 void xsetCivilRightAssuranceSignDate(org.apache.xmlbeans.XmlDate civilRightAssuranceSignDate);
171
172
173
174
175 void unsetCivilRightAssuranceSignDate();
176
177
178
179
180 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckHandicappedAssurance();
181
182
183
184
185 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckHandicappedAssurance();
186
187
188
189
190 void setCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkHandicappedAssurance);
191
192
193
194
195 void xsetCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkHandicappedAssurance);
196
197
198
199
200 java.util.Calendar getHandicappedAssuranceSignDate();
201
202
203
204
205 org.apache.xmlbeans.XmlDate xgetHandicappedAssuranceSignDate();
206
207
208
209
210 boolean isSetHandicappedAssuranceSignDate();
211
212
213
214
215 void setHandicappedAssuranceSignDate(java.util.Calendar handicappedAssuranceSignDate);
216
217
218
219
220 void xsetHandicappedAssuranceSignDate(org.apache.xmlbeans.XmlDate handicappedAssuranceSignDate);
221
222
223
224
225 void unsetHandicappedAssuranceSignDate();
226
227
228
229
230 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSexAssurance();
231
232
233
234
235 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSexAssurance();
236
237
238
239
240 void setCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSexAssurance);
241
242
243
244
245 void xsetCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSexAssurance);
246
247
248
249
250 java.util.Calendar getSexAssuranceSignDate();
251
252
253
254
255 org.apache.xmlbeans.XmlDate xgetSexAssuranceSignDate();
256
257
258
259
260 boolean isSetSexAssuranceSignDate();
261
262
263
264
265 void setSexAssuranceSignDate(java.util.Calendar sexAssuranceSignDate);
266
267
268
269
270 void xsetSexAssuranceSignDate(org.apache.xmlbeans.XmlDate sexAssuranceSignDate);
271
272
273
274
275 void unsetSexAssuranceSignDate();
276
277
278
279
280 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckAgeAssurance();
281
282
283
284
285 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckAgeAssurance();
286
287
288
289
290 void setCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkAgeAssurance);
291
292
293
294
295 void xsetCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkAgeAssurance);
296
297
298
299
300 java.util.Calendar getAgeAssuranceSignDate();
301
302
303
304
305 org.apache.xmlbeans.XmlDate xgetAgeAssuranceSignDate();
306
307
308
309
310 boolean isSetAgeAssuranceSignDate();
311
312
313
314
315 void setAgeAssuranceSignDate(java.util.Calendar ageAssuranceSignDate);
316
317
318
319
320 void xsetAgeAssuranceSignDate(org.apache.xmlbeans.XmlDate ageAssuranceSignDate);
321
322
323
324
325 void unsetAgeAssuranceSignDate();
326
327
328
329
330 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckHumanSubjectCertification();
331
332
333
334
335 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckHumanSubjectCertification();
336
337
338
339
340 void setCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkHumanSubjectCertification);
341
342
343
344
345 void xsetCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkHumanSubjectCertification);
346
347
348
349
350 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckPHSImpactStatement();
351
352
353
354
355 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckPHSImpactStatement();
356
357
358
359
360 void setCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkPHSImpactStatement);
361
362
363
364
365 void xsetCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkPHSImpactStatement);
366
367
368
369
370 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIntergrovernmentalReview();
371
372
373
374
375 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIntergrovernmentalReview();
376
377
378
379
380 void setCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIntergrovernmentalReview);
381
382
383
384
385 void xsetCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIntergrovernmentalReview);
386
387
388
389
390 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckProjectIdentify13OnFacePage();
391
392
393
394
395 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckProjectIdentify13OnFacePage();
396
397
398
399
400 void setCheckProjectIdentify13OnFacePage(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkProjectIdentify13OnFacePage);
401
402
403
404
405 void xsetCheckProjectIdentify13OnFacePage(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkProjectIdentify13OnFacePage);
406
407
408
409
410 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckBiographicalSketch();
411
412
413
414
415 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckBiographicalSketch();
416
417
418
419
420 void setCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkBiographicalSketch);
421
422
423
424
425 void xsetCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkBiographicalSketch);
426
427
428
429
430 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSF424AC();
431
432
433
434
435 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSF424AC();
436
437
438
439
440 void setCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSF424AC);
441
442
443
444
445 void xsetCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSF424AC);
446
447
448
449
450 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheck12MonthDetailedBudget();
451
452
453
454
455 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheck12MonthDetailedBudget();
456
457
458
459
460 void setCheck12MonthDetailedBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum check12MonthDetailedBudget);
461
462
463
464
465 void xsetCheck12MonthDetailedBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType check12MonthDetailedBudget);
466
467
468
469
470 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getHasDetailProjectBudget();
471
472
473
474
475 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetHasDetailProjectBudget();
476
477
478
479
480 void setHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum hasDetailProjectBudget);
481
482
483
484
485 void xsetHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType hasDetailProjectBudget);
486
487
488
489
490 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckAddressOnlyAdditionalFunds();
491
492
493
494
495 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckAddressOnlyAdditionalFunds();
496
497
498
499
500 void setCheckAddressOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkAddressOnlyAdditionalFunds);
501
502
503
504
505 void xsetCheckAddressOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkAddressOnlyAdditionalFunds);
506
507
508
509
510 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckProgressReport();
511
512
513
514
515 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckProgressReport();
516
517
518
519
520 void setCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkProgressReport);
521
522
523
524
525 void xsetCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkProgressReport);
526
527
528
529
530 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson getContactPerson();
531
532
533
534
535 void setContactPerson(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson contactPerson);
536
537
538
539
540 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson addNewContactPerson();
541
542
543
544
545 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector getProjectDirector();
546
547
548
549
550 void setProjectDirector(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector projectDirector);
551
552
553
554
555 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector addNewProjectDirector();
556
557
558
559
560 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim getNonProfitClaim();
561
562
563
564
565 void setNonProfitClaim(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim nonProfitClaim);
566
567
568
569
570 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim addNewNonProfitClaim();
571
572
573
574
575 java.lang.String getFormVersion();
576
577
578
579
580 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
581
582
583
584
585 void setFormVersion(java.lang.String formVersion);
586
587
588
589
590 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
591
592
593
594
595
596
597 public interface ApplicationType extends org.apache.xmlbeans.XmlString
598 {
599 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
600 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtype83beelemtype");
601
602 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
603 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
604
605 static final Enum NEW = Enum.forString("New");
606 static final Enum NONCOMPETING_CONTINUATION = Enum.forString("Noncompeting Continuation");
607 static final Enum COMPETING_CONTINUATION = Enum.forString("Competing Continuation");
608 static final Enum SUPPLEMENTAL = Enum.forString("Supplemental");
609
610 static final int INT_NEW = Enum.INT_NEW;
611 static final int INT_NONCOMPETING_CONTINUATION = Enum.INT_NONCOMPETING_CONTINUATION;
612 static final int INT_COMPETING_CONTINUATION = Enum.INT_COMPETING_CONTINUATION;
613 static final int INT_SUPPLEMENTAL = Enum.INT_SUPPLEMENTAL;
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
631 {
632
633
634
635 public static Enum forString(java.lang.String s)
636 { return (Enum)table.forString(s); }
637
638
639
640 public static Enum forInt(int i)
641 { return (Enum)table.forInt(i); }
642
643 private Enum(java.lang.String s, int i)
644 { super(s, i); }
645
646 static final int INT_NEW = 1;
647 static final int INT_NONCOMPETING_CONTINUATION = 2;
648 static final int INT_COMPETING_CONTINUATION = 3;
649 static final int INT_SUPPLEMENTAL = 4;
650
651 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
652 new org.apache.xmlbeans.StringEnumAbstractBase.Table
653 (
654 new Enum[]
655 {
656 new Enum("New", INT_NEW),
657 new Enum("Noncompeting Continuation", INT_NONCOMPETING_CONTINUATION),
658 new Enum("Competing Continuation", INT_COMPETING_CONTINUATION),
659 new Enum("Supplemental", INT_SUPPLEMENTAL),
660 }
661 );
662 private static final long serialVersionUID = 1L;
663 private java.lang.Object readResolve() { return forInt(intValue()); }
664 }
665
666
667
668
669
670
671 public static final class Factory
672 {
673 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType newValue(java.lang.Object obj) {
674 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType) type.newValue( obj ); }
675
676 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType newInstance() {
677 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
678
679 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
680 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
681
682 private Factory() { }
683 }
684 }
685
686
687
688
689
690
691 public interface ContactPerson extends gov.grants.apply.system.globalLibraryV20.ContactPersonDataType
692 {
693 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
694 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactPerson.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contactpersonca33elemtype");
695
696
697
698
699 java.lang.String getOrganizationName();
700
701
702
703
704 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
705
706
707
708
709 boolean isSetOrganizationName();
710
711
712
713
714 void setOrganizationName(java.lang.String organizationName);
715
716
717
718
719 void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
720
721
722
723
724 void unsetOrganizationName();
725
726
727
728
729 java.lang.String getApplicantOrganizationID();
730
731
732
733
734 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID xgetApplicantOrganizationID();
735
736
737
738
739 boolean isSetApplicantOrganizationID();
740
741
742
743
744 void setApplicantOrganizationID(java.lang.String applicantOrganizationID);
745
746
747
748
749 void xsetApplicantOrganizationID(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID applicantOrganizationID);
750
751
752
753
754 void unsetApplicantOrganizationID();
755
756
757
758
759
760
761 public interface ApplicantOrganizationID extends org.apache.xmlbeans.XmlString
762 {
763 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
764 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantOrganizationID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantorganizationid3037elemtype");
765
766
767
768
769
770
771 public static final class Factory
772 {
773 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID newValue(java.lang.Object obj) {
774 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID) type.newValue( obj ); }
775
776 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID newInstance() {
777 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
778
779 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID newInstance(org.apache.xmlbeans.XmlOptions options) {
780 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
781
782 private Factory() { }
783 }
784 }
785
786
787
788
789
790
791 public static final class Factory
792 {
793 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson newInstance() {
794 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
795
796 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson newInstance(org.apache.xmlbeans.XmlOptions options) {
797 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
798
799 private Factory() { }
800 }
801 }
802
803
804
805
806
807
808 public interface ProjectDirector extends gov.grants.apply.system.globalLibraryV20.ContactPersonDataType
809 {
810 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
811 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDirector.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdirectordc03elemtype");
812
813
814
815
816 java.lang.String getOrganizationName();
817
818
819
820
821 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
822
823
824
825
826 boolean isSetOrganizationName();
827
828
829
830
831 void setOrganizationName(java.lang.String organizationName);
832
833
834
835
836 void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
837
838
839
840
841 void unsetOrganizationName();
842
843
844
845
846 java.lang.String getSocialSecurityNumber();
847
848
849
850
851 gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType xgetSocialSecurityNumber();
852
853
854
855
856 boolean isSetSocialSecurityNumber();
857
858
859
860
861 void setSocialSecurityNumber(java.lang.String socialSecurityNumber);
862
863
864
865
866 void xsetSocialSecurityNumber(gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType socialSecurityNumber);
867
868
869
870
871 void unsetSocialSecurityNumber();
872
873
874
875
876 java.lang.String getHighestDegreeEarned();
877
878
879
880
881 gov.grants.apply.system.globalLibraryV20.EducationDegreeDataType xgetHighestDegreeEarned();
882
883
884
885
886 boolean isSetHighestDegreeEarned();
887
888
889
890
891 void setHighestDegreeEarned(java.lang.String highestDegreeEarned);
892
893
894
895
896 void xsetHighestDegreeEarned(gov.grants.apply.system.globalLibraryV20.EducationDegreeDataType highestDegreeEarned);
897
898
899
900
901 void unsetHighestDegreeEarned();
902
903
904
905
906
907
908 public static final class Factory
909 {
910 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector newInstance() {
911 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
912
913 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector newInstance(org.apache.xmlbeans.XmlOptions options) {
914 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
915
916 private Factory() { }
917 }
918 }
919
920
921
922
923
924
925 public interface NonProfitClaim extends org.apache.xmlbeans.XmlObject
926 {
927 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
928 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonProfitClaim.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonprofitclaima2cdelemtype");
929
930
931
932
933 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled getNewlyFiled();
934
935
936
937
938 boolean isSetNewlyFiled();
939
940
941
942
943 void setNewlyFiled(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled newlyFiled);
944
945
946
947
948 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled addNewNewlyFiled();
949
950
951
952
953 void unsetNewlyFiled();
954
955
956
957
958 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled getPreviouslyFiled();
959
960
961
962
963 boolean isSetPreviouslyFiled();
964
965
966
967
968 void setPreviouslyFiled(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled previouslyFiled);
969
970
971
972
973 gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled addNewPreviouslyFiled();
974
975
976
977
978 void unsetPreviouslyFiled();
979
980
981
982
983
984
985 public interface NewlyFiled extends org.apache.xmlbeans.XmlObject
986 {
987 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
988 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NewlyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("newlyfileda304elemtype");
989
990
991
992
993 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckReferenceIRSList();
994
995
996
997
998 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckReferenceIRSList();
999
1000
1001
1002
1003 boolean isSetCheckReferenceIRSList();
1004
1005
1006
1007
1008 void setCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkReferenceIRSList);
1009
1010
1011
1012
1013 void xsetCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkReferenceIRSList);
1014
1015
1016
1017
1018 void unsetCheckReferenceIRSList();
1019
1020
1021
1022
1023 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIRSCertification();
1024
1025
1026
1027
1028 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIRSCertification();
1029
1030
1031
1032
1033 boolean isSetCheckIRSCertification();
1034
1035
1036
1037
1038 void setCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIRSCertification);
1039
1040
1041
1042
1043 void xsetCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIRSCertification);
1044
1045
1046
1047
1048 void unsetCheckIRSCertification();
1049
1050
1051
1052
1053 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStateTaxCertification();
1054
1055
1056
1057
1058 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStateTaxCertification();
1059
1060
1061
1062
1063 boolean isSetCheckStateTaxCertification();
1064
1065
1066
1067
1068 void setCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStateTaxCertification);
1069
1070
1071
1072
1073 void xsetCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStateTaxCertification);
1074
1075
1076
1077
1078 void unsetCheckStateTaxCertification();
1079
1080
1081
1082
1083 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIncorporationCertification();
1084
1085
1086
1087
1088 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIncorporationCertification();
1089
1090
1091
1092
1093 boolean isSetCheckIncorporationCertification();
1094
1095
1096
1097
1098 void setCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIncorporationCertification);
1099
1100
1101
1102
1103 void xsetCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIncorporationCertification);
1104
1105
1106
1107
1108 void unsetCheckIncorporationCertification();
1109
1110
1111
1112
1113 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckParentOrganzationCertification();
1114
1115
1116
1117
1118 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckParentOrganzationCertification();
1119
1120
1121
1122
1123 boolean isSetCheckParentOrganzationCertification();
1124
1125
1126
1127
1128 void setCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkParentOrganzationCertification);
1129
1130
1131
1132
1133 void xsetCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkParentOrganzationCertification);
1134
1135
1136
1137
1138 void unsetCheckParentOrganzationCertification();
1139
1140
1141
1142
1143
1144
1145 public static final class Factory
1146 {
1147 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled newInstance() {
1148 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1149
1150 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1151 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1152
1153 private Factory() { }
1154 }
1155 }
1156
1157
1158
1159
1160
1161
1162 public interface PreviouslyFiled extends org.apache.xmlbeans.XmlObject
1163 {
1164 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1165 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PreviouslyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("previouslyfiled791delemtype");
1166
1167
1168
1169
1170 java.lang.String getAgencyName();
1171
1172
1173
1174
1175 gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
1176
1177
1178
1179
1180 void setAgencyName(java.lang.String agencyName);
1181
1182
1183
1184
1185 void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
1186
1187
1188
1189
1190 java.util.Calendar getPreviouslyFiledDate();
1191
1192
1193
1194
1195 org.apache.xmlbeans.XmlDate xgetPreviouslyFiledDate();
1196
1197
1198
1199
1200 void setPreviouslyFiledDate(java.util.Calendar previouslyFiledDate);
1201
1202
1203
1204
1205 void xsetPreviouslyFiledDate(org.apache.xmlbeans.XmlDate previouslyFiledDate);
1206
1207
1208
1209
1210
1211
1212 public static final class Factory
1213 {
1214 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled newInstance() {
1215 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1216
1217 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1218 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1219
1220 private Factory() { }
1221 }
1222 }
1223
1224
1225
1226
1227
1228
1229 public static final class Factory
1230 {
1231 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim newInstance() {
1232 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1233
1234 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim newInstance(org.apache.xmlbeans.XmlOptions options) {
1235 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1236
1237 private Factory() { }
1238 }
1239 }
1240
1241
1242
1243
1244
1245
1246 public static final class Factory
1247 {
1248 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList newInstance() {
1249 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1250
1251 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList newInstance(org.apache.xmlbeans.XmlOptions options) {
1252 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1253
1254 private Factory() { }
1255 }
1256 }
1257
1258
1259
1260
1261
1262
1263 public static final class Factory
1264 {
1265 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument newInstance() {
1266 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1267
1268 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1269 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1270
1271
1272 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1273 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1274
1275 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1276 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1277
1278
1279 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1280 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1281
1282 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1283 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1284
1285 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1286 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1287
1288 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1289 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1290
1291 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1292 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1293
1294 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1295 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1296
1297 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1298 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1299
1300 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1301 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1302
1303 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1304 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1305
1306 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1307 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1308
1309 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1310 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1311
1312 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1313 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1314
1315
1316 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1317 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1318
1319
1320 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1321 return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1322
1323
1324 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 {
1325 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1326
1327
1328 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 {
1329 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1330
1331 private Factory() { }
1332 }
1333 }