1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.hhsCheckList21V21;
10
11
12
13
14
15
16
17 public interface CheckList21Document 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(CheckList21Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist21e3c1doctype");
21
22
23
24
25 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21 getCheckList21();
26
27
28
29
30 void setCheckList21(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21 checkList21);
31
32
33
34
35 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21 addNewCheckList21();
36
37
38
39
40
41
42 public interface CheckList21 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(CheckList21.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist218e6aelemtype");
46
47
48
49
50 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType.Enum getApplType();
51
52
53
54
55 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType xgetApplType();
56
57
58
59
60 boolean isSetApplType();
61
62
63
64
65 void setApplType(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType.Enum applType);
66
67
68
69
70 void xsetApplType(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType applType);
71
72
73
74
75 void unsetApplType();
76
77
78
79
80 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheck424Sig();
81
82
83
84
85 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheck424Sig();
86
87
88
89
90 void setCheck424Sig(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum check424Sig);
91
92
93
94
95 void xsetCheck424Sig(gov.grants.apply.system.globalLibraryV20.YesNoDataType check424Sig);
96
97
98
99
100 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckCivilRightAssurance();
101
102
103
104
105 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckCivilRightAssurance();
106
107
108
109
110 void setCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkCivilRightAssurance);
111
112
113
114
115 void xsetCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkCivilRightAssurance);
116
117
118
119
120 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate getCivilRightAssuranceSignDate();
121
122
123
124
125 boolean isSetCivilRightAssuranceSignDate();
126
127
128
129
130 void setCivilRightAssuranceSignDate(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate civilRightAssuranceSignDate);
131
132
133
134
135 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate addNewCivilRightAssuranceSignDate();
136
137
138
139
140 void unsetCivilRightAssuranceSignDate();
141
142
143
144
145 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckHandicappedAssurance();
146
147
148
149
150 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckHandicappedAssurance();
151
152
153
154
155 void setCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkHandicappedAssurance);
156
157
158
159
160 void xsetCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkHandicappedAssurance);
161
162
163
164
165 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate getHandicappedAssuranceSignDate();
166
167
168
169
170 boolean isSetHandicappedAssuranceSignDate();
171
172
173
174
175 void setHandicappedAssuranceSignDate(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate handicappedAssuranceSignDate);
176
177
178
179
180 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate addNewHandicappedAssuranceSignDate();
181
182
183
184
185 void unsetHandicappedAssuranceSignDate();
186
187
188
189
190 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSexAssurance();
191
192
193
194
195 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSexAssurance();
196
197
198
199
200 void setCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSexAssurance);
201
202
203
204
205 void xsetCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSexAssurance);
206
207
208
209
210 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate getSexAssuranceSignDate();
211
212
213
214
215 boolean isSetSexAssuranceSignDate();
216
217
218
219
220 void setSexAssuranceSignDate(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate sexAssuranceSignDate);
221
222
223
224
225 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate addNewSexAssuranceSignDate();
226
227
228
229
230 void unsetSexAssuranceSignDate();
231
232
233
234
235 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckAgeAssurance();
236
237
238
239
240 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckAgeAssurance();
241
242
243
244
245 void setCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkAgeAssurance);
246
247
248
249
250 void xsetCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkAgeAssurance);
251
252
253
254
255 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate getAgeAssuranceSignDate();
256
257
258
259
260 boolean isSetAgeAssuranceSignDate();
261
262
263
264
265 void setAgeAssuranceSignDate(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate ageAssuranceSignDate);
266
267
268
269
270 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate addNewAgeAssuranceSignDate();
271
272
273
274
275 void unsetAgeAssuranceSignDate();
276
277
278
279
280 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckHumanSubjectCertification();
281
282
283
284
285 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckHumanSubjectCertification();
286
287
288
289
290 void setCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkHumanSubjectCertification);
291
292
293
294
295 void xsetCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkHumanSubjectCertification);
296
297
298
299
300 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckPHSImpactStatement();
301
302
303
304
305 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckPHSImpactStatement();
306
307
308
309
310 void setCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkPHSImpactStatement);
311
312
313
314
315 void xsetCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkPHSImpactStatement);
316
317
318
319
320 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIntergrovernmentalReview();
321
322
323
324
325 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIntergrovernmentalReview();
326
327
328
329
330 void setCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIntergrovernmentalReview);
331
332
333
334
335 void xsetCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIntergrovernmentalReview);
336
337
338
339
340 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckProjectPeriod424();
341
342
343
344
345 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckProjectPeriod424();
346
347
348
349
350 void setCheckProjectPeriod424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkProjectPeriod424);
351
352
353
354
355 void xsetCheckProjectPeriod424(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkProjectPeriod424);
356
357
358
359
360 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckBiographicalSketch();
361
362
363
364
365 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckBiographicalSketch();
366
367
368
369
370 void setCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkBiographicalSketch);
371
372
373
374
375 void xsetCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkBiographicalSketch);
376
377
378
379
380 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSF424AC();
381
382
383
384
385 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSF424AC();
386
387
388
389
390 void setCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSF424AC);
391
392
393
394
395 void xsetCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSF424AC);
396
397
398
399
400 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheck12MonthBudgetJustify();
401
402
403
404
405 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheck12MonthBudgetJustify();
406
407
408
409
410 void setCheck12MonthBudgetJustify(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum check12MonthBudgetJustify);
411
412
413
414
415 void xsetCheck12MonthBudgetJustify(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType check12MonthBudgetJustify);
416
417
418
419
420 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getHasDetailProjectBudget();
421
422
423
424
425 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetHasDetailProjectBudget();
426
427
428
429
430 void setHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum hasDetailProjectBudget);
431
432
433
434
435 void xsetHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType hasDetailProjectBudget);
436
437
438
439
440 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getSuppOnlyAdditionalFunds();
441
442
443
444
445 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetSuppOnlyAdditionalFunds();
446
447
448
449
450 void setSuppOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum suppOnlyAdditionalFunds);
451
452
453
454
455 void xsetSuppOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType suppOnlyAdditionalFunds);
456
457
458
459
460 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckProgressReport();
461
462
463
464
465 gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckProgressReport();
466
467
468
469
470 void setCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkProgressReport);
471
472
473
474
475 void xsetCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkProgressReport);
476
477
478
479
480 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial getBusinessOfficial();
481
482
483
484
485 void setBusinessOfficial(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial businessOfficial);
486
487
488
489
490 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial addNewBusinessOfficial();
491
492
493
494
495 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector getProjectDirector();
496
497
498
499
500 void setProjectDirector(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector projectDirector);
501
502
503
504
505 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector addNewProjectDirector();
506
507
508
509
510 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim getNonProfitClaim();
511
512
513
514
515 void setNonProfitClaim(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim nonProfitClaim);
516
517
518
519
520 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim addNewNonProfitClaim();
521
522
523
524
525 java.lang.String getFormVersion();
526
527
528
529
530 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
531
532
533
534
535 void setFormVersion(java.lang.String formVersion);
536
537
538
539
540 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
541
542
543
544
545
546
547 public interface ApplType extends org.apache.xmlbeans.XmlString
548 {
549 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
550 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("appltypefc09elemtype");
551
552 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
553 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
554
555 static final Enum NEW = Enum.forString("New");
556 static final Enum NONCOMPETING_CONTINUATION = Enum.forString("Noncompeting Continuation");
557 static final Enum COMPETING_CONTINUATION = Enum.forString("Competing Continuation");
558 static final Enum SUPPLEMENTAL = Enum.forString("Supplemental");
559
560 static final int INT_NEW = Enum.INT_NEW;
561 static final int INT_NONCOMPETING_CONTINUATION = Enum.INT_NONCOMPETING_CONTINUATION;
562 static final int INT_COMPETING_CONTINUATION = Enum.INT_COMPETING_CONTINUATION;
563 static final int INT_SUPPLEMENTAL = Enum.INT_SUPPLEMENTAL;
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
581 {
582
583
584
585 public static Enum forString(java.lang.String s)
586 { return (Enum)table.forString(s); }
587
588
589
590 public static Enum forInt(int i)
591 { return (Enum)table.forInt(i); }
592
593 private Enum(java.lang.String s, int i)
594 { super(s, i); }
595
596 static final int INT_NEW = 1;
597 static final int INT_NONCOMPETING_CONTINUATION = 2;
598 static final int INT_COMPETING_CONTINUATION = 3;
599 static final int INT_SUPPLEMENTAL = 4;
600
601 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
602 new org.apache.xmlbeans.StringEnumAbstractBase.Table
603 (
604 new Enum[]
605 {
606 new Enum("New", INT_NEW),
607 new Enum("Noncompeting Continuation", INT_NONCOMPETING_CONTINUATION),
608 new Enum("Competing Continuation", INT_COMPETING_CONTINUATION),
609 new Enum("Supplemental", INT_SUPPLEMENTAL),
610 }
611 );
612 private static final long serialVersionUID = 1L;
613 private java.lang.Object readResolve() { return forInt(intValue()); }
614 }
615
616
617
618
619
620
621 public static final class Factory
622 {
623 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType newValue(java.lang.Object obj) {
624 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType) type.newValue( obj ); }
625
626 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType newInstance() {
627 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
628
629 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType newInstance(org.apache.xmlbeans.XmlOptions options) {
630 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ApplType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
631
632 private Factory() { }
633 }
634 }
635
636
637
638
639
640
641 public interface CivilRightAssuranceSignDate extends org.apache.xmlbeans.XmlDate
642 {
643 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
644 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightAssuranceSignDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightassurancesigndate708felemtype");
645
646
647
648
649 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStatus();
650
651
652
653
654 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStatus();
655
656
657
658
659 void setCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStatus);
660
661
662
663
664 void xsetCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStatus);
665
666
667
668
669
670
671 public static final class Factory
672 {
673 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate newInstance() {
674 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
675
676 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
677 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.CivilRightAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
678
679 private Factory() { }
680 }
681 }
682
683
684
685
686
687
688 public interface HandicappedAssuranceSignDate extends org.apache.xmlbeans.XmlDate
689 {
690 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
691 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HandicappedAssuranceSignDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("handicappedassurancesigndate2e0delemtype");
692
693
694
695
696 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStatus();
697
698
699
700
701 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStatus();
702
703
704
705
706 void setCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStatus);
707
708
709
710
711 void xsetCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStatus);
712
713
714
715
716
717
718 public static final class Factory
719 {
720 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate newInstance() {
721 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
722
723 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
724 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.HandicappedAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
725
726 private Factory() { }
727 }
728 }
729
730
731
732
733
734
735 public interface SexAssuranceSignDate extends org.apache.xmlbeans.XmlDate
736 {
737 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
738 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SexAssuranceSignDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sexassurancesigndate6cdcelemtype");
739
740
741
742
743 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStatus();
744
745
746
747
748 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStatus();
749
750
751
752
753 void setCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStatus);
754
755
756
757
758 void xsetCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStatus);
759
760
761
762
763
764
765 public static final class Factory
766 {
767 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate newInstance() {
768 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
769
770 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
771 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.SexAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
772
773 private Factory() { }
774 }
775 }
776
777
778
779
780
781
782 public interface AgeAssuranceSignDate extends org.apache.xmlbeans.XmlDate
783 {
784 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
785 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AgeAssuranceSignDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ageassurancesigndatea6b5elemtype");
786
787
788
789
790 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStatus();
791
792
793
794
795 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStatus();
796
797
798
799
800 void setCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStatus);
801
802
803
804
805 void xsetCheckStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStatus);
806
807
808
809
810
811
812 public static final class Factory
813 {
814 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate newInstance() {
815 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
816
817 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
818 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.AgeAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
819
820 private Factory() { }
821 }
822 }
823
824
825
826
827
828
829 public interface BusinessOfficial extends org.apache.xmlbeans.XmlObject
830 {
831 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
832 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BusinessOfficial.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("businessofficial7543elemtype");
833
834
835
836
837 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
838
839
840
841
842 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
843
844
845
846
847 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
848
849
850
851
852 java.lang.String getBOTitle();
853
854
855
856
857 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetBOTitle();
858
859
860
861
862 void setBOTitle(java.lang.String boTitle);
863
864
865
866
867 void xsetBOTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType boTitle);
868
869
870
871
872 java.lang.String getBOOrganizationName();
873
874
875
876
877 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetBOOrganizationName();
878
879
880
881
882 void setBOOrganizationName(java.lang.String boOrganizationName);
883
884
885
886
887 void xsetBOOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType boOrganizationName);
888
889
890
891
892 java.lang.String getBOStreet1();
893
894
895
896
897 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetBOStreet1();
898
899
900
901
902 void setBOStreet1(java.lang.String boStreet1);
903
904
905
906
907 void xsetBOStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType boStreet1);
908
909
910
911
912 java.lang.String getBOStreet2();
913
914
915
916
917 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetBOStreet2();
918
919
920
921
922 boolean isSetBOStreet2();
923
924
925
926
927 void setBOStreet2(java.lang.String boStreet2);
928
929
930
931
932 void xsetBOStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType boStreet2);
933
934
935
936
937 void unsetBOStreet2();
938
939
940
941
942 java.lang.String getBOCity();
943
944
945
946
947 gov.grants.apply.system.globalLibraryV20.CityDataType xgetBOCity();
948
949
950
951
952 void setBOCity(java.lang.String boCity);
953
954
955
956
957 void xsetBOCity(gov.grants.apply.system.globalLibraryV20.CityDataType boCity);
958
959
960
961
962 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getBOState();
963
964
965
966
967 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetBOState();
968
969
970
971
972 void setBOState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum boState);
973
974
975
976
977 void xsetBOState(gov.grants.apply.system.universalCodesV20.StateCodeDataType boState);
978
979
980
981
982 java.lang.String getBOZipPostalCode();
983
984
985
986
987 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode xgetBOZipPostalCode();
988
989
990
991
992 void setBOZipPostalCode(java.lang.String boZipPostalCode);
993
994
995
996
997 void xsetBOZipPostalCode(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode boZipPostalCode);
998
999
1000
1001
1002 java.lang.String getBOZipPostalCodeplus4();
1003
1004
1005
1006
1007 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4 xgetBOZipPostalCodeplus4();
1008
1009
1010
1011
1012 boolean isSetBOZipPostalCodeplus4();
1013
1014
1015
1016
1017 void setBOZipPostalCodeplus4(java.lang.String boZipPostalCodeplus4);
1018
1019
1020
1021
1022 void xsetBOZipPostalCodeplus4(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4 boZipPostalCodeplus4);
1023
1024
1025
1026
1027 void unsetBOZipPostalCodeplus4();
1028
1029
1030
1031
1032 java.lang.String getBOEmail();
1033
1034
1035
1036
1037 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetBOEmail();
1038
1039
1040
1041
1042 void setBOEmail(java.lang.String boEmail);
1043
1044
1045
1046
1047 void xsetBOEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType boEmail);
1048
1049
1050
1051
1052 java.lang.String getBOPhone();
1053
1054
1055
1056
1057 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetBOPhone();
1058
1059
1060
1061
1062 void setBOPhone(java.lang.String boPhone);
1063
1064
1065
1066
1067 void xsetBOPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType boPhone);
1068
1069
1070
1071
1072 java.lang.String getBOFax();
1073
1074
1075
1076
1077 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetBOFax();
1078
1079
1080
1081
1082 boolean isSetBOFax();
1083
1084
1085
1086
1087 void setBOFax(java.lang.String boFax);
1088
1089
1090
1091
1092 void xsetBOFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType boFax);
1093
1094
1095
1096
1097 void unsetBOFax();
1098
1099
1100
1101
1102
1103
1104 public interface BOZipPostalCode extends org.apache.xmlbeans.XmlString
1105 {
1106 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1107 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BOZipPostalCode.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("bozippostalcode1dbbelemtype");
1108
1109
1110
1111
1112
1113
1114 public static final class Factory
1115 {
1116 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode newValue(java.lang.Object obj) {
1117 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode) type.newValue( obj ); }
1118
1119 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode newInstance() {
1120 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1121
1122 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode newInstance(org.apache.xmlbeans.XmlOptions options) {
1123 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1124
1125 private Factory() { }
1126 }
1127 }
1128
1129
1130
1131
1132
1133
1134 public interface BOZipPostalCodeplus4 extends org.apache.xmlbeans.XmlString
1135 {
1136 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1137 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BOZipPostalCodeplus4.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("bozippostalcodeplus4812delemtype");
1138
1139
1140
1141
1142
1143
1144 public static final class Factory
1145 {
1146 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4 newValue(java.lang.Object obj) {
1147 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4) type.newValue( obj ); }
1148
1149 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4 newInstance() {
1150 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1151
1152 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4 newInstance(org.apache.xmlbeans.XmlOptions options) {
1153 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial.BOZipPostalCodeplus4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1154
1155 private Factory() { }
1156 }
1157 }
1158
1159
1160
1161
1162
1163
1164 public static final class Factory
1165 {
1166 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial newInstance() {
1167 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1168
1169 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial newInstance(org.apache.xmlbeans.XmlOptions options) {
1170 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.BusinessOfficial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1171
1172 private Factory() { }
1173 }
1174 }
1175
1176
1177
1178
1179
1180
1181 public interface ProjectDirector extends org.apache.xmlbeans.XmlObject
1182 {
1183 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1184 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDirector.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdirector74f9elemtype");
1185
1186
1187
1188
1189 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1190
1191
1192
1193
1194 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1195
1196
1197
1198
1199 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1200
1201
1202
1203
1204 java.lang.String getPDTitle();
1205
1206
1207
1208
1209 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetPDTitle();
1210
1211
1212
1213
1214 void setPDTitle(java.lang.String pdTitle);
1215
1216
1217
1218
1219 void xsetPDTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType pdTitle);
1220
1221
1222
1223
1224 java.lang.String getPDOrganizationName();
1225
1226
1227
1228
1229 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPDOrganizationName();
1230
1231
1232
1233
1234 void setPDOrganizationName(java.lang.String pdOrganizationName);
1235
1236
1237
1238
1239 void xsetPDOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType pdOrganizationName);
1240
1241
1242
1243
1244 java.lang.String getPDStreet1();
1245
1246
1247
1248
1249 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetPDStreet1();
1250
1251
1252
1253
1254 void setPDStreet1(java.lang.String pdStreet1);
1255
1256
1257
1258
1259 void xsetPDStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType pdStreet1);
1260
1261
1262
1263
1264 java.lang.String getPDStreet2();
1265
1266
1267
1268
1269 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetPDStreet2();
1270
1271
1272
1273
1274 boolean isSetPDStreet2();
1275
1276
1277
1278
1279 void setPDStreet2(java.lang.String pdStreet2);
1280
1281
1282
1283
1284 void xsetPDStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType pdStreet2);
1285
1286
1287
1288
1289 void unsetPDStreet2();
1290
1291
1292
1293
1294 java.lang.String getPDCity();
1295
1296
1297
1298
1299 gov.grants.apply.system.globalLibraryV20.CityDataType xgetPDCity();
1300
1301
1302
1303
1304 void setPDCity(java.lang.String pdCity);
1305
1306
1307
1308
1309 void xsetPDCity(gov.grants.apply.system.globalLibraryV20.CityDataType pdCity);
1310
1311
1312
1313
1314 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getPDState();
1315
1316
1317
1318
1319 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetPDState();
1320
1321
1322
1323
1324 void setPDState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum pdState);
1325
1326
1327
1328
1329 void xsetPDState(gov.grants.apply.system.universalCodesV20.StateCodeDataType pdState);
1330
1331
1332
1333
1334 java.lang.String getPDZipPostalCode();
1335
1336
1337
1338
1339 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode xgetPDZipPostalCode();
1340
1341
1342
1343
1344 void setPDZipPostalCode(java.lang.String pdZipPostalCode);
1345
1346
1347
1348
1349 void xsetPDZipPostalCode(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode pdZipPostalCode);
1350
1351
1352
1353
1354 java.lang.String getPDZipPostalCodeplus4();
1355
1356
1357
1358
1359 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4 xgetPDZipPostalCodeplus4();
1360
1361
1362
1363
1364 boolean isSetPDZipPostalCodeplus4();
1365
1366
1367
1368
1369 void setPDZipPostalCodeplus4(java.lang.String pdZipPostalCodeplus4);
1370
1371
1372
1373
1374 void xsetPDZipPostalCodeplus4(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4 pdZipPostalCodeplus4);
1375
1376
1377
1378
1379 void unsetPDZipPostalCodeplus4();
1380
1381
1382
1383
1384 java.lang.String getPDEmail();
1385
1386
1387
1388
1389 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetPDEmail();
1390
1391
1392
1393
1394 void setPDEmail(java.lang.String pdEmail);
1395
1396
1397
1398
1399 void xsetPDEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType pdEmail);
1400
1401
1402
1403
1404 java.lang.String getPDPhone();
1405
1406
1407
1408
1409 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPDPhone();
1410
1411
1412
1413
1414 void setPDPhone(java.lang.String pdPhone);
1415
1416
1417
1418
1419 void xsetPDPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType pdPhone);
1420
1421
1422
1423
1424 java.lang.String getPDFax();
1425
1426
1427
1428
1429 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPDFax();
1430
1431
1432
1433
1434 boolean isSetPDFax();
1435
1436
1437
1438
1439 void setPDFax(java.lang.String pdFax);
1440
1441
1442
1443
1444 void xsetPDFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType pdFax);
1445
1446
1447
1448
1449 void unsetPDFax();
1450
1451
1452
1453
1454
1455
1456 public interface PDZipPostalCode extends org.apache.xmlbeans.XmlString
1457 {
1458 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1459 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PDZipPostalCode.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("pdzippostalcode71a8elemtype");
1460
1461
1462
1463
1464
1465
1466 public static final class Factory
1467 {
1468 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode newValue(java.lang.Object obj) {
1469 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode) type.newValue( obj ); }
1470
1471 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode newInstance() {
1472 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1473
1474 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode newInstance(org.apache.xmlbeans.XmlOptions options) {
1475 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1476
1477 private Factory() { }
1478 }
1479 }
1480
1481
1482
1483
1484
1485
1486 public interface PDZipPostalCodeplus4 extends org.apache.xmlbeans.XmlString
1487 {
1488 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1489 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PDZipPostalCodeplus4.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("pdzippostalcodeplus43008elemtype");
1490
1491
1492
1493
1494
1495
1496 public static final class Factory
1497 {
1498 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4 newValue(java.lang.Object obj) {
1499 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4) type.newValue( obj ); }
1500
1501 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4 newInstance() {
1502 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1503
1504 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4 newInstance(org.apache.xmlbeans.XmlOptions options) {
1505 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector.PDZipPostalCodeplus4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1506
1507 private Factory() { }
1508 }
1509 }
1510
1511
1512
1513
1514
1515
1516 public static final class Factory
1517 {
1518 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector newInstance() {
1519 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1520
1521 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector newInstance(org.apache.xmlbeans.XmlOptions options) {
1522 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1523
1524 private Factory() { }
1525 }
1526 }
1527
1528
1529
1530
1531
1532
1533 public interface NonProfitClaim extends org.apache.xmlbeans.XmlObject
1534 {
1535 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1536 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonProfitClaim.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonprofitclaimc6c3elemtype");
1537
1538
1539
1540
1541 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled getNewlyFiled();
1542
1543
1544
1545
1546 boolean isSetNewlyFiled();
1547
1548
1549
1550
1551 void setNewlyFiled(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled newlyFiled);
1552
1553
1554
1555
1556 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled addNewNewlyFiled();
1557
1558
1559
1560
1561 void unsetNewlyFiled();
1562
1563
1564
1565
1566 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled getPreviouslyFiled();
1567
1568
1569
1570
1571 boolean isSetPreviouslyFiled();
1572
1573
1574
1575
1576 void setPreviouslyFiled(gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled previouslyFiled);
1577
1578
1579
1580
1581 gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled addNewPreviouslyFiled();
1582
1583
1584
1585
1586 void unsetPreviouslyFiled();
1587
1588
1589
1590
1591
1592
1593 public interface NewlyFiled extends org.apache.xmlbeans.XmlObject
1594 {
1595 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1596 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NewlyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("newlyfiledd37aelemtype");
1597
1598
1599
1600
1601 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckReferenceIRSList();
1602
1603
1604
1605
1606 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckReferenceIRSList();
1607
1608
1609
1610
1611 boolean isSetCheckReferenceIRSList();
1612
1613
1614
1615
1616 void setCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkReferenceIRSList);
1617
1618
1619
1620
1621 void xsetCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkReferenceIRSList);
1622
1623
1624
1625
1626 void unsetCheckReferenceIRSList();
1627
1628
1629
1630
1631 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIRSCertification();
1632
1633
1634
1635
1636 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIRSCertification();
1637
1638
1639
1640
1641 boolean isSetCheckIRSCertification();
1642
1643
1644
1645
1646 void setCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIRSCertification);
1647
1648
1649
1650
1651 void xsetCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIRSCertification);
1652
1653
1654
1655
1656 void unsetCheckIRSCertification();
1657
1658
1659
1660
1661 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStateTaxCertification();
1662
1663
1664
1665
1666 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStateTaxCertification();
1667
1668
1669
1670
1671 boolean isSetCheckStateTaxCertification();
1672
1673
1674
1675
1676 void setCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStateTaxCertification);
1677
1678
1679
1680
1681 void xsetCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStateTaxCertification);
1682
1683
1684
1685
1686 void unsetCheckStateTaxCertification();
1687
1688
1689
1690
1691 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIncorporationCertification();
1692
1693
1694
1695
1696 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIncorporationCertification();
1697
1698
1699
1700
1701 boolean isSetCheckIncorporationCertification();
1702
1703
1704
1705
1706 void setCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIncorporationCertification);
1707
1708
1709
1710
1711 void xsetCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIncorporationCertification);
1712
1713
1714
1715
1716 void unsetCheckIncorporationCertification();
1717
1718
1719
1720
1721 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckParentOrganzationCertification();
1722
1723
1724
1725
1726 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckParentOrganzationCertification();
1727
1728
1729
1730
1731 boolean isSetCheckParentOrganzationCertification();
1732
1733
1734
1735
1736 void setCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkParentOrganzationCertification);
1737
1738
1739
1740
1741 void xsetCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkParentOrganzationCertification);
1742
1743
1744
1745
1746 void unsetCheckParentOrganzationCertification();
1747
1748
1749
1750
1751
1752
1753 public static final class Factory
1754 {
1755 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled newInstance() {
1756 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1757
1758 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1759 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1760
1761 private Factory() { }
1762 }
1763 }
1764
1765
1766
1767
1768
1769
1770 public interface PreviouslyFiled extends org.apache.xmlbeans.XmlObject
1771 {
1772 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1773 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PreviouslyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("previouslyfiledf513elemtype");
1774
1775
1776
1777
1778 java.lang.String getAgencyName();
1779
1780
1781
1782
1783 gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
1784
1785
1786
1787
1788 void setAgencyName(java.lang.String agencyName);
1789
1790
1791
1792
1793 void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
1794
1795
1796
1797
1798 java.util.Calendar getPreviouslyFiledDate();
1799
1800
1801
1802
1803 org.apache.xmlbeans.XmlDate xgetPreviouslyFiledDate();
1804
1805
1806
1807
1808 void setPreviouslyFiledDate(java.util.Calendar previouslyFiledDate);
1809
1810
1811
1812
1813 void xsetPreviouslyFiledDate(org.apache.xmlbeans.XmlDate previouslyFiledDate);
1814
1815
1816
1817
1818
1819
1820 public static final class Factory
1821 {
1822 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled newInstance() {
1823 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1824
1825 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1826 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1827
1828 private Factory() { }
1829 }
1830 }
1831
1832
1833
1834
1835
1836
1837 public static final class Factory
1838 {
1839 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim newInstance() {
1840 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1841
1842 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim newInstance(org.apache.xmlbeans.XmlOptions options) {
1843 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1844
1845 private Factory() { }
1846 }
1847 }
1848
1849
1850
1851
1852
1853
1854 public static final class Factory
1855 {
1856 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21 newInstance() {
1857 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1858
1859 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21 newInstance(org.apache.xmlbeans.XmlOptions options) {
1860 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document.CheckList21) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1861
1862 private Factory() { }
1863 }
1864 }
1865
1866
1867
1868
1869
1870
1871 public static final class Factory
1872 {
1873 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document newInstance() {
1874 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1875
1876 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1877 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1878
1879
1880 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1881 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1882
1883 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1884 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1885
1886
1887 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1888 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1889
1890 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1891 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1892
1893 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1894 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1895
1896 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1897 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1898
1899 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1900 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1901
1902 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1903 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1904
1905 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1906 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1907
1908 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1909 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1910
1911 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1912 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1913
1914 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1915 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1916
1917 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1918 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1919
1920 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1921 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1922
1923
1924 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1925 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1926
1927
1928 public static gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1929 return (gov.grants.apply.forms.hhsCheckList21V21.CheckList21Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1930
1931
1932 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 {
1933 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1934
1935
1936 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 {
1937 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1938
1939 private Factory() { }
1940 }
1941 }