1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.epa4700421V21;
10  
11  
12  
13  
14  
15  
16  
17  public interface EPA4700421Document 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(EPA4700421Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epa4700421c045doctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 getEPA4700421();
26      
27      
28  
29  
30      void setEPA4700421(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 epa4700421);
31      
32      
33  
34  
35      gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 addNewEPA4700421();
36      
37      
38  
39  
40  
41  
42      public interface EPA4700421 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(EPA4700421.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epa470042166e6elemtype");
46          
47          
48  
49  
50          gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo getApplicantInfo();
51          
52          
53  
54  
55          boolean isSetApplicantInfo();
56          
57          
58  
59  
60          void setApplicantInfo(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo applicantInfo);
61          
62          
63  
64  
65          gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo addNewApplicantInfo();
66          
67          
68  
69  
70          void unsetApplicantInfo();
71          
72          
73  
74  
75          java.lang.String getDUNSNumber();
76          
77          
78  
79  
80          gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSNumber();
81          
82          
83  
84  
85          boolean isSetDUNSNumber();
86          
87          
88  
89  
90          void setDUNSNumber(java.lang.String dunsNumber);
91          
92          
93  
94  
95          void xsetDUNSNumber(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsNumber);
96          
97          
98  
99  
100         void unsetDUNSNumber();
101         
102         
103 
104 
105         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalFinancialAssistanceQuestion();
106         
107         
108 
109 
110         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalFinancialAssistanceQuestion();
111         
112         
113 
114 
115         boolean isSetFederalFinancialAssistanceQuestion();
116         
117         
118 
119 
120         void setFederalFinancialAssistanceQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalFinancialAssistanceQuestion);
121         
122         
123 
124 
125         void xsetFederalFinancialAssistanceQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalFinancialAssistanceQuestion);
126         
127         
128 
129 
130         void unsetFederalFinancialAssistanceQuestion();
131         
132         
133 
134 
135         java.lang.String getCivilRightsLawSuits1();
136         
137         
138 
139 
140         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 xgetCivilRightsLawSuits1();
141         
142         
143 
144 
145         boolean isSetCivilRightsLawSuits1();
146         
147         
148 
149 
150         void setCivilRightsLawSuits1(java.lang.String civilRightsLawSuits1);
151         
152         
153 
154 
155         void xsetCivilRightsLawSuits1(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 civilRightsLawSuits1);
156         
157         
158 
159 
160         void unsetCivilRightsLawSuits1();
161         
162         
163 
164 
165         java.lang.String getCivilRightsLawSuits2();
166         
167         
168 
169 
170         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 xgetCivilRightsLawSuits2();
171         
172         
173 
174 
175         boolean isSetCivilRightsLawSuits2();
176         
177         
178 
179 
180         void setCivilRightsLawSuits2(java.lang.String civilRightsLawSuits2);
181         
182         
183 
184 
185         void xsetCivilRightsLawSuits2(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 civilRightsLawSuits2);
186         
187         
188 
189 
190         void unsetCivilRightsLawSuits2();
191         
192         
193 
194 
195         java.lang.String getCivilRightsLawSuits3();
196         
197         
198 
199 
200         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 xgetCivilRightsLawSuits3();
201         
202         
203 
204 
205         boolean isSetCivilRightsLawSuits3();
206         
207         
208 
209 
210         void setCivilRightsLawSuits3(java.lang.String civilRightsLawSuits3);
211         
212         
213 
214 
215         void xsetCivilRightsLawSuits3(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 civilRightsLawSuits3);
216         
217         
218 
219 
220         void unsetCivilRightsLawSuits3();
221         
222         
223 
224 
225         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConstructionFederalAssistance();
226         
227         
228 
229 
230         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConstructionFederalAssistance();
231         
232         
233 
234 
235         boolean isSetConstructionFederalAssistance();
236         
237         
238 
239 
240         void setConstructionFederalAssistance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum constructionFederalAssistance);
241         
242         
243 
244 
245         void xsetConstructionFederalAssistance(gov.grants.apply.system.globalLibraryV20.YesNoDataType constructionFederalAssistance);
246         
247         
248 
249 
250         void unsetConstructionFederalAssistance();
251         
252         
253 
254 
255         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConstruction();
256         
257         
258 
259 
260         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConstruction();
261         
262         
263 
264 
265         boolean isSetConstruction();
266         
267         
268 
269 
270         void setConstruction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum construction);
271         
272         
273 
274 
275         void xsetConstruction(gov.grants.apply.system.globalLibraryV20.YesNoDataType construction);
276         
277         
278 
279 
280         void unsetConstruction();
281         
282         
283 
284 
285         java.lang.String getConstruction2();
286         
287         
288 
289 
290         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 xgetConstruction2();
291         
292         
293 
294 
295         boolean isSetConstruction2();
296         
297         
298 
299 
300         void setConstruction2(java.lang.String construction2);
301         
302         
303 
304 
305         void xsetConstruction2(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 construction2);
306         
307         
308 
309 
310         void unsetConstruction2();
311         
312         
313 
314 
315         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice1();
316         
317         
318 
319 
320         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice1();
321         
322         
323 
324 
325         boolean isSetNotice1();
326         
327         
328 
329 
330         void setNotice1(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice1);
331         
332         
333 
334 
335         void xsetNotice1(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice1);
336         
337         
338 
339 
340         void unsetNotice1();
341         
342         
343 
344 
345         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice2();
346         
347         
348 
349 
350         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice2();
351         
352         
353 
354 
355         boolean isSetNotice2();
356         
357         
358 
359 
360         void setNotice2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice2);
361         
362         
363 
364 
365         void xsetNotice2(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice2);
366         
367         
368 
369 
370         void unsetNotice2();
371         
372         
373 
374 
375         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice3();
376         
377         
378 
379 
380         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice3();
381         
382         
383 
384 
385         boolean isSetNotice3();
386         
387         
388 
389 
390         void setNotice3(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice3);
391         
392         
393 
394 
395         void xsetNotice3(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice3);
396         
397         
398 
399 
400         void unsetNotice3();
401         
402         
403 
404 
405         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice4();
406         
407         
408 
409 
410         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice4();
411         
412         
413 
414 
415         boolean isSetNotice4();
416         
417         
418 
419 
420         void setNotice4(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice4);
421         
422         
423 
424 
425         void xsetNotice4(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice4);
426         
427         
428 
429 
430         void unsetNotice4();
431         
432         
433 
434 
435         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDemographic();
436         
437         
438 
439 
440         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDemographic();
441         
442         
443 
444 
445         boolean isSetDemographic();
446         
447         
448 
449 
450         void setDemographic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum demographic);
451         
452         
453 
454 
455         void xsetDemographic(gov.grants.apply.system.globalLibraryV20.YesNoDataType demographic);
456         
457         
458 
459 
460         void unsetDemographic();
461         
462         
463 
464 
465         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPolicy1();
466         
467         
468 
469 
470         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPolicy1();
471         
472         
473 
474 
475         boolean isSetPolicy1();
476         
477         
478 
479 
480         void setPolicy1(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum policy1);
481         
482         
483 
484 
485         void xsetPolicy1(gov.grants.apply.system.globalLibraryV20.YesNoDataType policy1);
486         
487         
488 
489 
490         void unsetPolicy1();
491         
492         
493 
494 
495         java.lang.String getPolicy2();
496         
497         
498 
499 
500         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 xgetPolicy2();
501         
502         
503 
504 
505         boolean isSetPolicy2();
506         
507         
508 
509 
510         void setPolicy2(java.lang.String policy2);
511         
512         
513 
514 
515         void xsetPolicy2(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 policy2);
516         
517         
518 
519 
520         void unsetPolicy2();
521         
522         
523 
524 
525         java.lang.String getProgram();
526         
527         
528 
529 
530         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program xgetProgram();
531         
532         
533 
534 
535         boolean isSetProgram();
536         
537         
538 
539 
540         void setProgram(java.lang.String program);
541         
542         
543 
544 
545         void xsetProgram(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program program);
546         
547         
548 
549 
550         void unsetProgram();
551         
552         
553 
554 
555         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature getApplicantSignature();
556         
557         
558 
559 
560         void setApplicantSignature(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature applicantSignature);
561         
562         
563 
564 
565         gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature addNewApplicantSignature();
566         
567         
568 
569 
570         java.lang.String getFormVersion();
571         
572         
573 
574 
575         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
576         
577         
578 
579 
580         void setFormVersion(java.lang.String formVersion);
581         
582         
583 
584 
585         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
586         
587         
588 
589 
590 
591 
592         public interface ApplicantInfo extends org.apache.xmlbeans.XmlObject
593         {
594             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
595                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantinfo1d4aelemtype");
596             
597             
598 
599 
600             java.lang.String getApplicantName();
601             
602             
603 
604 
605             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantName();
606             
607             
608 
609 
610             boolean isSetApplicantName();
611             
612             
613 
614 
615             void setApplicantName(java.lang.String applicantName);
616             
617             
618 
619 
620             void xsetApplicantName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantName);
621             
622             
623 
624 
625             void unsetApplicantName();
626             
627             
628 
629 
630             gov.grants.apply.forms.epa4700421V21.AddressDataType getApplicantAddress();
631             
632             
633 
634 
635             boolean isSetApplicantAddress();
636             
637             
638 
639 
640             void setApplicantAddress(gov.grants.apply.forms.epa4700421V21.AddressDataType applicantAddress);
641             
642             
643 
644 
645             gov.grants.apply.forms.epa4700421V21.AddressDataType addNewApplicantAddress();
646             
647             
648 
649 
650             void unsetApplicantAddress();
651             
652             
653 
654 
655 
656             
657             public static final class Factory
658             {
659                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo newInstance() {
660                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
661                 
662                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
663                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
664                 
665                 private Factory() { } 
666             }
667         }
668         
669         
670 
671 
672 
673 
674         public interface CivilRightsLawSuits1 extends org.apache.xmlbeans.XmlString
675         {
676             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
677                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawSuits1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits19867elemtype");
678             
679             
680 
681 
682 
683             
684             public static final class Factory
685             {
686                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 newValue(java.lang.Object obj) {
687                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1) type.newValue( obj ); }
688                 
689                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 newInstance() {
690                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
691                 
692                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 newInstance(org.apache.xmlbeans.XmlOptions options) {
693                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
694                 
695                 private Factory() { } 
696             }
697         }
698         
699         
700 
701 
702 
703 
704         public interface CivilRightsLawSuits2 extends org.apache.xmlbeans.XmlString
705         {
706             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
707                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawSuits2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits20286elemtype");
708             
709             
710 
711 
712 
713             
714             public static final class Factory
715             {
716                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 newValue(java.lang.Object obj) {
717                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2) type.newValue( obj ); }
718                 
719                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 newInstance() {
720                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
721                 
722                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 newInstance(org.apache.xmlbeans.XmlOptions options) {
723                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
724                 
725                 private Factory() { } 
726             }
727         }
728         
729         
730 
731 
732 
733 
734         public interface CivilRightsLawSuits3 extends org.apache.xmlbeans.XmlString
735         {
736             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
737                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawSuits3.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits36ca5elemtype");
738             
739             
740 
741 
742 
743             
744             public static final class Factory
745             {
746                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 newValue(java.lang.Object obj) {
747                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3) type.newValue( obj ); }
748                 
749                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 newInstance() {
750                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
751                 
752                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 newInstance(org.apache.xmlbeans.XmlOptions options) {
753                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
754                 
755                 private Factory() { } 
756             }
757         }
758         
759         
760 
761 
762 
763 
764         public interface Construction2 extends org.apache.xmlbeans.XmlString
765         {
766             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
767                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Construction2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("construction25ab9elemtype");
768             
769             
770 
771 
772 
773             
774             public static final class Factory
775             {
776                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 newValue(java.lang.Object obj) {
777                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2) type.newValue( obj ); }
778                 
779                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 newInstance() {
780                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
781                 
782                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 newInstance(org.apache.xmlbeans.XmlOptions options) {
783                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
784                 
785                 private Factory() { } 
786             }
787         }
788         
789         
790 
791 
792 
793 
794         public interface Policy2 extends org.apache.xmlbeans.XmlString
795         {
796             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
797                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Policy2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("policy2dadaelemtype");
798             
799             
800 
801 
802 
803             
804             public static final class Factory
805             {
806                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 newValue(java.lang.Object obj) {
807                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2) type.newValue( obj ); }
808                 
809                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 newInstance() {
810                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
811                 
812                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 newInstance(org.apache.xmlbeans.XmlOptions options) {
813                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
814                 
815                 private Factory() { } 
816             }
817         }
818         
819         
820 
821 
822 
823 
824         public interface Program extends org.apache.xmlbeans.XmlString
825         {
826             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
827                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Program.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("program8e16elemtype");
828             
829             
830 
831 
832 
833             
834             public static final class Factory
835             {
836                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program newValue(java.lang.Object obj) {
837                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program) type.newValue( obj ); }
838                 
839                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program newInstance() {
840                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
841                 
842                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program newInstance(org.apache.xmlbeans.XmlOptions options) {
843                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
844                 
845                 private Factory() { } 
846             }
847         }
848         
849         
850 
851 
852 
853 
854         public interface ApplicantSignature extends org.apache.xmlbeans.XmlObject
855         {
856             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
857                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantSignature.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantsignature0294elemtype");
858             
859             
860 
861 
862             java.lang.String getAORSignature();
863             
864             
865 
866 
867             gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature();
868             
869             
870 
871 
872             void setAORSignature(java.lang.String aorSignature);
873             
874             
875 
876 
877             void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature);
878             
879             
880 
881 
882             java.lang.String getPersonTitle();
883             
884             
885 
886 
887             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetPersonTitle();
888             
889             
890 
891 
892             void setPersonTitle(java.lang.String personTitle);
893             
894             
895 
896 
897             void xsetPersonTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType personTitle);
898             
899             
900 
901 
902             java.util.Calendar getSubmittedDate();
903             
904             
905 
906 
907             org.apache.xmlbeans.XmlDate xgetSubmittedDate();
908             
909             
910 
911 
912             void setSubmittedDate(java.util.Calendar submittedDate);
913             
914             
915 
916 
917             void xsetSubmittedDate(org.apache.xmlbeans.XmlDate submittedDate);
918             
919             
920 
921 
922 
923             
924             public static final class Factory
925             {
926                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature newInstance() {
927                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
928                 
929                 public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature newInstance(org.apache.xmlbeans.XmlOptions options) {
930                   return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
931                 
932                 private Factory() { } 
933             }
934         }
935         
936         
937 
938 
939 
940         
941         public static final class Factory
942         {
943             public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 newInstance() {
944               return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
945             
946             public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 newInstance(org.apache.xmlbeans.XmlOptions options) {
947               return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
948             
949             private Factory() { } 
950         }
951     }
952     
953     
954 
955 
956 
957     
958     public static final class Factory
959     {
960         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document newInstance() {
961           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
962         
963         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document newInstance(org.apache.xmlbeans.XmlOptions options) {
964           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
965         
966         
967         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
968           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
969         
970         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
971           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
972         
973         
974         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
975           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
976         
977         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
978           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
979         
980         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
981           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
982         
983         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
984           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
985         
986         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
987           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
988         
989         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
990           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
991         
992         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
993           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
994         
995         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
996           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
997         
998         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
999           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1000         
1001         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1002           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1003         
1004         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1005           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1006         
1007         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1008           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1009         
1010         
1011         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1012           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1013         
1014         
1015         public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1016           return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1017         
1018         
1019         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 {
1020           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1021         
1022         
1023         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 {
1024           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1025         
1026         private Factory() { } 
1027     }
1028 }