1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.epa47004V11;
10
11
12
13
14
15
16
17 public interface EPA47004Document 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(EPA47004Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epa47004ef0edoctype");
21
22
23
24
25 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004 getEPA47004();
26
27
28
29
30 void setEPA47004(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004 epa47004);
31
32
33
34
35 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004 addNewEPA47004();
36
37
38
39
40
41
42 public interface EPA47004 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(EPA47004.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epa47004bab4elemtype");
46
47
48
49
50 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo getApplicantInfo();
51
52
53
54
55 void setApplicantInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo applicantInfo);
56
57
58
59
60 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo addNewApplicantInfo();
61
62
63
64
65 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo getRecipientInfo();
66
67
68
69
70 void setRecipientInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo recipientInfo);
71
72
73
74
75 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo addNewRecipientInfo();
76
77
78
79
80 long getEPAProjectNum();
81
82
83
84
85 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum xgetEPAProjectNum();
86
87
88
89
90 boolean isSetEPAProjectNum();
91
92
93
94
95 void setEPAProjectNum(long epaProjectNum);
96
97
98
99
100 void xsetEPAProjectNum(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum epaProjectNum);
101
102
103
104
105 void unsetEPAProjectNum();
106
107
108
109
110 java.lang.String getProjectDescription();
111
112
113
114
115 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription xgetProjectDescription();
116
117
118
119
120 void setProjectDescription(java.lang.String projectDescription);
121
122
123
124
125 void xsetProjectDescription(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription projectDescription);
126
127
128
129
130 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo getCivilRightsLawsuitsInfo();
131
132
133
134
135 void setCivilRightsLawsuitsInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo civilRightsLawsuitsInfo);
136
137
138
139
140 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo addNewCivilRightsLawsuitsInfo();
141
142
143
144
145 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo getCivilRightsComplianceReviewInfo();
146
147
148
149
150 void setCivilRightsComplianceReviewInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo civilRightsComplianceReviewInfo);
151
152
153
154
155 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo addNewCivilRightsComplianceReviewInfo();
156
157
158
159
160 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo getFederalFinancialAssistanceInfo();
161
162
163
164
165 void setFederalFinancialAssistanceInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo federalFinancialAssistanceInfo);
166
167
168
169
170 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo addNewFederalFinancialAssistanceInfo();
171
172
173
174
175 java.lang.String getServiceNotOfferedReason();
176
177
178
179
180 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason xgetServiceNotOfferedReason();
181
182
183
184
185 boolean isSetServiceNotOfferedReason();
186
187
188
189
190 void setServiceNotOfferedReason(java.lang.String serviceNotOfferedReason);
191
192
193
194
195 void xsetServiceNotOfferedReason(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason serviceNotOfferedReason);
196
197
198
199
200 void unsetServiceNotOfferedReason();
201
202
203
204
205 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo getPopulationInfo();
206
207
208
209
210 void setPopulationInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo populationInfo);
211
212
213
214
215 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo addNewPopulationInfo();
216
217
218
219
220 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo getHandicapAccessibleInfo();
221
222
223
224
225 void setHandicapAccessibleInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo handicapAccessibleInfo);
226
227
228
229
230 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo addNewHandicapAccessibleInfo();
231
232
233
234
235 java.lang.String getFutureProjectScheduleExplanation();
236
237
238
239
240 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation xgetFutureProjectScheduleExplanation();
241
242
243
244
245 void setFutureProjectScheduleExplanation(java.lang.String futureProjectScheduleExplanation);
246
247
248
249
250 void xsetFutureProjectScheduleExplanation(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation futureProjectScheduleExplanation);
251
252
253
254
255 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo getAORInfo();
256
257
258
259
260 void setAORInfo(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo aorInfo);
261
262
263
264
265 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo addNewAORInfo();
266
267
268
269
270 java.lang.String getFormVersion();
271
272
273
274
275 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
276
277
278
279
280 void setFormVersion(java.lang.String formVersion);
281
282
283
284
285 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
286
287
288
289
290
291
292 public interface ApplicantInfo extends org.apache.xmlbeans.XmlObject
293 {
294 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
295 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantinfoe718elemtype");
296
297
298
299
300 java.lang.String getApplicantName();
301
302
303
304
305 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantName();
306
307
308
309
310 void setApplicantName(java.lang.String applicantName);
311
312
313
314
315 void xsetApplicantName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantName);
316
317
318
319
320 gov.grants.apply.forms.epa47004V11.CityStateDataType getApplicantCityState();
321
322
323
324
325 void setApplicantCityState(gov.grants.apply.forms.epa47004V11.CityStateDataType applicantCityState);
326
327
328
329
330 gov.grants.apply.forms.epa47004V11.CityStateDataType addNewApplicantCityState();
331
332
333
334
335
336
337 public static final class Factory
338 {
339 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo newInstance() {
340 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
341
342 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
343 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ApplicantInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
344
345 private Factory() { }
346 }
347 }
348
349
350
351
352
353
354 public interface RecipientInfo extends org.apache.xmlbeans.XmlObject
355 {
356 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
357 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RecipientInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("recipientinfo55e1elemtype");
358
359
360
361
362 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getRecipientName();
363
364
365
366
367 void setRecipientName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType recipientName);
368
369
370
371
372 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewRecipientName();
373
374
375
376
377 gov.grants.apply.forms.epa47004V11.CityStateDataType getRecipientCityState();
378
379
380
381
382 void setRecipientCityState(gov.grants.apply.forms.epa47004V11.CityStateDataType recipientCityState);
383
384
385
386
387 gov.grants.apply.forms.epa47004V11.CityStateDataType addNewRecipientCityState();
388
389
390
391
392
393
394 public static final class Factory
395 {
396 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo newInstance() {
397 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
398
399 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
400 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.RecipientInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
401
402 private Factory() { }
403 }
404 }
405
406
407
408
409
410
411 public interface EPAProjectNum extends org.apache.xmlbeans.XmlLong
412 {
413 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
414 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EPAProjectNum.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epaprojectnuma665elemtype");
415
416
417
418
419
420
421 public static final class Factory
422 {
423 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum newValue(java.lang.Object obj) {
424 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum) type.newValue( obj ); }
425
426 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum newInstance() {
427 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
428
429 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum newInstance(org.apache.xmlbeans.XmlOptions options) {
430 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.EPAProjectNum) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
431
432 private Factory() { }
433 }
434 }
435
436
437
438
439
440
441 public interface ProjectDescription extends org.apache.xmlbeans.XmlString
442 {
443 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
444 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdescription1035elemtype");
445
446
447
448
449
450
451 public static final class Factory
452 {
453 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription newValue(java.lang.Object obj) {
454 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription) type.newValue( obj ); }
455
456 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription newInstance() {
457 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
458
459 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
460 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ProjectDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
461
462 private Factory() { }
463 }
464 }
465
466
467
468
469
470
471 public interface CivilRightsLawsuitsInfo extends org.apache.xmlbeans.XmlObject
472 {
473 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
474 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawsuitsInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuitsinfo6f2celemtype");
475
476
477
478
479 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCivilRightsLawsuitsQuestion();
480
481
482
483
484 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCivilRightsLawsuitsQuestion();
485
486
487
488
489 void setCivilRightsLawsuitsQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum civilRightsLawsuitsQuestion);
490
491
492
493
494 void xsetCivilRightsLawsuitsQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType civilRightsLawsuitsQuestion);
495
496
497
498
499 java.lang.String getCivilRightsLawsuits();
500
501
502
503
504 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits xgetCivilRightsLawsuits();
505
506
507
508
509 boolean isSetCivilRightsLawsuits();
510
511
512
513
514 void setCivilRightsLawsuits(java.lang.String civilRightsLawsuits);
515
516
517
518
519 void xsetCivilRightsLawsuits(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits civilRightsLawsuits);
520
521
522
523
524 void unsetCivilRightsLawsuits();
525
526
527
528
529
530
531 public interface CivilRightsLawsuits extends org.apache.xmlbeans.XmlString
532 {
533 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
534 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawsuits.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits5532elemtype");
535
536
537
538
539
540
541 public static final class Factory
542 {
543 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits newValue(java.lang.Object obj) {
544 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits) type.newValue( obj ); }
545
546 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits newInstance() {
547 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
548
549 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits newInstance(org.apache.xmlbeans.XmlOptions options) {
550 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo.CivilRightsLawsuits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
551
552 private Factory() { }
553 }
554 }
555
556
557
558
559
560
561 public static final class Factory
562 {
563 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo newInstance() {
564 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
565
566 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
567 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsLawsuitsInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
568
569 private Factory() { }
570 }
571 }
572
573
574
575
576
577
578 public interface CivilRightsComplianceReviewInfo extends org.apache.xmlbeans.XmlObject
579 {
580 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
581 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsComplianceReviewInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightscompliancereviewinfo455delemtype");
582
583
584
585
586 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCivilRightsComplianceReviewQuestion();
587
588
589
590
591 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCivilRightsComplianceReviewQuestion();
592
593
594
595
596 void setCivilRightsComplianceReviewQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum civilRightsComplianceReviewQuestion);
597
598
599
600
601 void xsetCivilRightsComplianceReviewQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType civilRightsComplianceReviewQuestion);
602
603
604
605
606 java.lang.String getCivilRightsComplianceReview();
607
608
609
610
611 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview xgetCivilRightsComplianceReview();
612
613
614
615
616 boolean isSetCivilRightsComplianceReview();
617
618
619
620
621 void setCivilRightsComplianceReview(java.lang.String civilRightsComplianceReview);
622
623
624
625
626 void xsetCivilRightsComplianceReview(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview civilRightsComplianceReview);
627
628
629
630
631 void unsetCivilRightsComplianceReview();
632
633
634
635
636
637
638 public interface CivilRightsComplianceReview extends org.apache.xmlbeans.XmlString
639 {
640 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
641 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsComplianceReview.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightscompliancereview6fd4elemtype");
642
643
644
645
646
647
648 public static final class Factory
649 {
650 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview newValue(java.lang.Object obj) {
651 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview) type.newValue( obj ); }
652
653 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview newInstance() {
654 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
655
656 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview newInstance(org.apache.xmlbeans.XmlOptions options) {
657 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo.CivilRightsComplianceReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
658
659 private Factory() { }
660 }
661 }
662
663
664
665
666
667
668 public static final class Factory
669 {
670 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo newInstance() {
671 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
672
673 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
674 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.CivilRightsComplianceReviewInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
675
676 private Factory() { }
677 }
678 }
679
680
681
682
683
684
685 public interface FederalFinancialAssistanceInfo extends org.apache.xmlbeans.XmlObject
686 {
687 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
688 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalFinancialAssistanceInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalfinancialassistanceinfo7326elemtype");
689
690
691
692
693 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalFinancialAssistanceQuestion();
694
695
696
697
698 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalFinancialAssistanceQuestion();
699
700
701
702
703 void setFederalFinancialAssistanceQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalFinancialAssistanceQuestion);
704
705
706
707
708 void xsetFederalFinancialAssistanceQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalFinancialAssistanceQuestion);
709
710
711
712
713 java.lang.String getFederalFinancialAssistance();
714
715
716
717
718 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance xgetFederalFinancialAssistance();
719
720
721
722
723 boolean isSetFederalFinancialAssistance();
724
725
726
727
728 void setFederalFinancialAssistance(java.lang.String federalFinancialAssistance);
729
730
731
732
733 void xsetFederalFinancialAssistance(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance federalFinancialAssistance);
734
735
736
737
738 void unsetFederalFinancialAssistance();
739
740
741
742
743
744
745 public interface FederalFinancialAssistance extends org.apache.xmlbeans.XmlString
746 {
747 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
748 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalFinancialAssistance.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalfinancialassistance50a6elemtype");
749
750
751
752
753
754
755 public static final class Factory
756 {
757 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance newValue(java.lang.Object obj) {
758 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance) type.newValue( obj ); }
759
760 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance newInstance() {
761 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
762
763 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance newInstance(org.apache.xmlbeans.XmlOptions options) {
764 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo.FederalFinancialAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
765
766 private Factory() { }
767 }
768 }
769
770
771
772
773
774
775 public static final class Factory
776 {
777 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo newInstance() {
778 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
779
780 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
781 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FederalFinancialAssistanceInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
782
783 private Factory() { }
784 }
785 }
786
787
788
789
790
791
792 public interface ServiceNotOfferedReason extends org.apache.xmlbeans.XmlString
793 {
794 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
795 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ServiceNotOfferedReason.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("servicenotofferedreason27a7elemtype");
796
797
798
799
800
801
802 public static final class Factory
803 {
804 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason newValue(java.lang.Object obj) {
805 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason) type.newValue( obj ); }
806
807 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason newInstance() {
808 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
809
810 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason newInstance(org.apache.xmlbeans.XmlOptions options) {
811 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.ServiceNotOfferedReason) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
812
813 private Factory() { }
814 }
815 }
816
817
818
819
820
821
822 public interface PopulationInfo extends org.apache.xmlbeans.XmlObject
823 {
824 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
825 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PopulationInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("populationinfo48bdelemtype");
826
827
828
829
830 long getServiceAreaPopulation();
831
832
833
834
835 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetServiceAreaPopulation();
836
837
838
839
840 void setServiceAreaPopulation(long serviceAreaPopulation);
841
842
843
844
845 void xsetServiceAreaPopulation(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType serviceAreaPopulation);
846
847
848
849
850 long getServiceAreaMinorityPopulation();
851
852
853
854
855 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetServiceAreaMinorityPopulation();
856
857
858
859
860 void setServiceAreaMinorityPopulation(long serviceAreaMinorityPopulation);
861
862
863
864
865 void xsetServiceAreaMinorityPopulation(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType serviceAreaMinorityPopulation);
866
867
868
869
870 long getCurrentPopulationServed();
871
872
873
874
875 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetCurrentPopulationServed();
876
877
878
879
880 void setCurrentPopulationServed(long currentPopulationServed);
881
882
883
884
885 void xsetCurrentPopulationServed(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType currentPopulationServed);
886
887
888
889
890 long getCurrentMinorityPopulationServed();
891
892
893
894
895 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetCurrentMinorityPopulationServed();
896
897
898
899
900 void setCurrentMinorityPopulationServed(long currentMinorityPopulationServed);
901
902
903
904
905 void xsetCurrentMinorityPopulationServed(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType currentMinorityPopulationServed);
906
907
908
909
910 long getPopulationToBeServed();
911
912
913
914
915 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetPopulationToBeServed();
916
917
918
919
920 void setPopulationToBeServed(long populationToBeServed);
921
922
923
924
925 void xsetPopulationToBeServed(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType populationToBeServed);
926
927
928
929
930 long getMinorityPopulationToBeServed();
931
932
933
934
935 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetMinorityPopulationToBeServed();
936
937
938
939
940 void setMinorityPopulationToBeServed(long minorityPopulationToBeServed);
941
942
943
944
945 void xsetMinorityPopulationToBeServed(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType minorityPopulationToBeServed);
946
947
948
949
950 long getPopulationWithoutService();
951
952
953
954
955 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetPopulationWithoutService();
956
957
958
959
960 void setPopulationWithoutService(long populationWithoutService);
961
962
963
964
965 void xsetPopulationWithoutService(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType populationWithoutService);
966
967
968
969
970 long getMinorityPopulationWithoutService();
971
972
973
974
975 gov.grants.apply.forms.epa47004V11.PopulationNumberDataType xgetMinorityPopulationWithoutService();
976
977
978
979
980 void setMinorityPopulationWithoutService(long minorityPopulationWithoutService);
981
982
983
984
985 void xsetMinorityPopulationWithoutService(gov.grants.apply.forms.epa47004V11.PopulationNumberDataType minorityPopulationWithoutService);
986
987
988
989
990
991
992 public static final class Factory
993 {
994 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo newInstance() {
995 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
996
997 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
998 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.PopulationInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
999
1000 private Factory() { }
1001 }
1002 }
1003
1004
1005
1006
1007
1008
1009 public interface HandicapAccessibleInfo extends org.apache.xmlbeans.XmlObject
1010 {
1011 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1012 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HandicapAccessibleInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("handicapaccessibleinfo979celemtype");
1013
1014
1015
1016
1017 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHandicapAccessibleQuestion();
1018
1019
1020
1021
1022 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHandicapAccessibleQuestion();
1023
1024
1025
1026
1027 void setHandicapAccessibleQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum handicapAccessibleQuestion);
1028
1029
1030
1031
1032 void xsetHandicapAccessibleQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType handicapAccessibleQuestion);
1033
1034
1035
1036
1037 java.lang.String getNoHandicapAccessibleExplanation();
1038
1039
1040
1041
1042 gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation xgetNoHandicapAccessibleExplanation();
1043
1044
1045
1046
1047 boolean isSetNoHandicapAccessibleExplanation();
1048
1049
1050
1051
1052 void setNoHandicapAccessibleExplanation(java.lang.String noHandicapAccessibleExplanation);
1053
1054
1055
1056
1057 void xsetNoHandicapAccessibleExplanation(gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation noHandicapAccessibleExplanation);
1058
1059
1060
1061
1062 void unsetNoHandicapAccessibleExplanation();
1063
1064
1065
1066
1067
1068
1069 public interface NoHandicapAccessibleExplanation extends org.apache.xmlbeans.XmlString
1070 {
1071 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1072 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NoHandicapAccessibleExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nohandicapaccessibleexplanationfad2elemtype");
1073
1074
1075
1076
1077
1078
1079 public static final class Factory
1080 {
1081 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation newValue(java.lang.Object obj) {
1082 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation) type.newValue( obj ); }
1083
1084 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation newInstance() {
1085 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1086
1087 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
1088 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo.NoHandicapAccessibleExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1089
1090 private Factory() { }
1091 }
1092 }
1093
1094
1095
1096
1097
1098
1099 public static final class Factory
1100 {
1101 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo newInstance() {
1102 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1103
1104 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
1105 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.HandicapAccessibleInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1106
1107 private Factory() { }
1108 }
1109 }
1110
1111
1112
1113
1114
1115
1116 public interface FutureProjectScheduleExplanation extends org.apache.xmlbeans.XmlString
1117 {
1118 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1119 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FutureProjectScheduleExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("futureprojectscheduleexplanation2bacelemtype");
1120
1121
1122
1123
1124
1125
1126 public static final class Factory
1127 {
1128 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation newValue(java.lang.Object obj) {
1129 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation) type.newValue( obj ); }
1130
1131 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation newInstance() {
1132 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1133
1134 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
1135 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.FutureProjectScheduleExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1136
1137 private Factory() { }
1138 }
1139 }
1140
1141
1142
1143
1144
1145
1146 public interface AORInfo extends org.apache.xmlbeans.XmlObject
1147 {
1148 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1149 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AORInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("aorinfocc56elemtype");
1150
1151
1152
1153
1154 java.lang.String getSignature();
1155
1156
1157
1158
1159 gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetSignature();
1160
1161
1162
1163
1164 void setSignature(java.lang.String signature);
1165
1166
1167
1168
1169 void xsetSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType signature);
1170
1171
1172
1173
1174 java.lang.String getPersonTitle();
1175
1176
1177
1178
1179 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetPersonTitle();
1180
1181
1182
1183
1184 boolean isSetPersonTitle();
1185
1186
1187
1188
1189 void setPersonTitle(java.lang.String personTitle);
1190
1191
1192
1193
1194 void xsetPersonTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType personTitle);
1195
1196
1197
1198
1199 void unsetPersonTitle();
1200
1201
1202
1203
1204 java.util.Calendar getSubmittedDate();
1205
1206
1207
1208
1209 org.apache.xmlbeans.XmlDate xgetSubmittedDate();
1210
1211
1212
1213
1214 void setSubmittedDate(java.util.Calendar submittedDate);
1215
1216
1217
1218
1219 void xsetSubmittedDate(org.apache.xmlbeans.XmlDate submittedDate);
1220
1221
1222
1223
1224
1225
1226 public static final class Factory
1227 {
1228 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo newInstance() {
1229 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1230
1231 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
1232 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004.AORInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1233
1234 private Factory() { }
1235 }
1236 }
1237
1238
1239
1240
1241
1242
1243 public static final class Factory
1244 {
1245 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004 newInstance() {
1246 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1247
1248 public static gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004 newInstance(org.apache.xmlbeans.XmlOptions options) {
1249 return (gov.grants.apply.forms.epa47004V11.EPA47004Document.EPA47004) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1250
1251 private Factory() { }
1252 }
1253 }
1254
1255
1256
1257
1258
1259
1260 public static final class Factory
1261 {
1262 public static gov.grants.apply.forms.epa47004V11.EPA47004Document newInstance() {
1263 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1264
1265 public static gov.grants.apply.forms.epa47004V11.EPA47004Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1266 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1267
1268
1269 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1270 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1271
1272 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1273 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1274
1275
1276 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1277 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1278
1279 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1280 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1281
1282 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1283 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1284
1285 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1286 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1287
1288 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1289 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1290
1291 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1292 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1293
1294 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1295 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1296
1297 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1298 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1299
1300 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1301 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1302
1303 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1304 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1305
1306 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1307 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1308
1309 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1310 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1311
1312
1313 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1314 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1315
1316
1317 public static gov.grants.apply.forms.epa47004V11.EPA47004Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1318 return (gov.grants.apply.forms.epa47004V11.EPA47004Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1319
1320
1321 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 {
1322 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1323
1324
1325 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 {
1326 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1327
1328 private Factory() { }
1329 }
1330 }