1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.neaOrganizationV10;
10  
11  
12  
13  
14  
15  
16  
17  public interface NEAOrganizationDocument 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(NEAOrganizationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neaorganization9b6fdoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization getNEAOrganization();
26      
27      
28  
29  
30      void setNEAOrganization(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization neaOrganization);
31      
32      
33  
34  
35      gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization addNewNEAOrganization();
36      
37      
38  
39  
40  
41  
42      public interface NEAOrganization 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(NEAOrganization.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neaorganization40e6elemtype");
46          
47          
48  
49  
50          java.lang.String getOrganizationName();
51          
52          
53  
54  
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
56          
57          
58  
59  
60          void setOrganizationName(java.lang.String organizationName);
61          
62          
63  
64  
65          void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
66          
67          
68  
69  
70          gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus.Enum getOrganizationalStatus();
71          
72          
73  
74  
75          gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus xgetOrganizationalStatus();
76          
77          
78  
79  
80          void setOrganizationalStatus(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus.Enum organizationalStatus);
81          
82          
83  
84  
85          void xsetOrganizationalStatus(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus organizationalStatus);
86          
87          
88  
89  
90          gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription.Enum getOrganizationalDescription();
91          
92          
93  
94  
95          gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription xgetOrganizationalDescription();
96          
97          
98  
99  
100         void setOrganizationalDescription(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription.Enum organizationalDescription);
101         
102         
103 
104 
105         void xsetOrganizationalDescription(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription organizationalDescription);
106         
107         
108 
109 
110         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline.Enum getOrganizationalDiscipline();
111         
112         
113 
114 
115         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline xgetOrganizationalDiscipline();
116         
117         
118 
119 
120         void setOrganizationalDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline.Enum organizationalDiscipline);
121         
122         
123 
124 
125         void xsetOrganizationalDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline organizationalDiscipline);
126         
127         
128 
129 
130         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity.Enum getOrganizationalRaceEthnicity();
131         
132         
133 
134 
135         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity xgetOrganizationalRaceEthnicity();
136         
137         
138 
139 
140         boolean isSetOrganizationalRaceEthnicity();
141         
142         
143 
144 
145         void setOrganizationalRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity.Enum organizationalRaceEthnicity);
146         
147         
148 
149 
150         void xsetOrganizationalRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity organizationalRaceEthnicity);
151         
152         
153 
154 
155         void unsetOrganizationalRaceEthnicity();
156         
157         
158 
159 
160         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOlderAdults();
161         
162         
163 
164 
165         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOlderAdults();
166         
167         
168 
169 
170         boolean isSetOlderAdults();
171         
172         
173 
174 
175         void setOlderAdults(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum olderAdults);
176         
177         
178 
179 
180         void xsetOlderAdults(gov.grants.apply.system.globalLibraryV20.YesNoDataType olderAdults);
181         
182         
183 
184 
185         void unsetOlderAdults();
186         
187         
188 
189 
190         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIndividualswithDisabilities();
191         
192         
193 
194 
195         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIndividualswithDisabilities();
196         
197         
198 
199 
200         boolean isSetIndividualswithDisabilities();
201         
202         
203 
204 
205         void setIndividualswithDisabilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum individualswithDisabilities);
206         
207         
208 
209 
210         void xsetIndividualswithDisabilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType individualswithDisabilities);
211         
212         
213 
214 
215         void unsetIndividualswithDisabilities();
216         
217         
218 
219 
220         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline.Enum getProjectDiscipline();
221         
222         
223 
224 
225         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline xgetProjectDiscipline();
226         
227         
228 
229 
230         void setProjectDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline.Enum projectDiscipline);
231         
232         
233 
234 
235         void xsetProjectDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline projectDiscipline);
236         
237         
238 
239 
240         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity.Enum getProjectRaceEthnicity();
241         
242         
243 
244 
245         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity xgetProjectRaceEthnicity();
246         
247         
248 
249 
250         boolean isSetProjectRaceEthnicity();
251         
252         
253 
254 
255         void setProjectRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity.Enum projectRaceEthnicity);
256         
257         
258 
259 
260         void xsetProjectRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity projectRaceEthnicity);
261         
262         
263 
264 
265         void unsetProjectRaceEthnicity();
266         
267         
268 
269 
270         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType.Enum getActivityType();
271         
272         
273 
274 
275         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType xgetActivityType();
276         
277         
278 
279 
280         void setActivityType(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType.Enum activityType);
281         
282         
283 
284 
285         void xsetActivityType(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType activityType);
286         
287         
288 
289 
290         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9F();
291         
292         
293 
294 
295         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9F();
296         
297         
298 
299 
300         boolean isSetProjectDescriptors9F();
301         
302         
303 
304 
305         void setProjectDescriptors9F(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9F);
306         
307         
308 
309 
310         void xsetProjectDescriptors9F(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9F);
311         
312         
313 
314 
315         void unsetProjectDescriptors9F();
316         
317         
318 
319 
320         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9O();
321         
322         
323 
324 
325         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9O();
326         
327         
328 
329 
330         boolean isSetProjectDescriptors9O();
331         
332         
333 
334 
335         void setProjectDescriptors9O(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9O);
336         
337         
338 
339 
340         void xsetProjectDescriptors9O(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9O);
341         
342         
343 
344 
345         void unsetProjectDescriptors9O();
346         
347         
348 
349 
350         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9L();
351         
352         
353 
354 
355         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9L();
356         
357         
358 
359 
360         boolean isSetProjectDescriptors9L();
361         
362         
363 
364 
365         void setProjectDescriptors9L(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9L);
366         
367         
368 
369 
370         void xsetProjectDescriptors9L(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9L);
371         
372         
373 
374 
375         void unsetProjectDescriptors9L();
376         
377         
378 
379 
380         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9E();
381         
382         
383 
384 
385         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9E();
386         
387         
388 
389 
390         boolean isSetProjectDescriptors9E();
391         
392         
393 
394 
395         void setProjectDescriptors9E(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9E);
396         
397         
398 
399 
400         void xsetProjectDescriptors9E(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9E);
401         
402         
403 
404 
405         void unsetProjectDescriptors9E();
406         
407         
408 
409 
410         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9Q();
411         
412         
413 
414 
415         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9Q();
416         
417         
418 
419 
420         boolean isSetProjectDescriptors9Q();
421         
422         
423 
424 
425         void setProjectDescriptors9Q(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9Q);
426         
427         
428 
429 
430         void xsetProjectDescriptors9Q(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9Q);
431         
432         
433 
434 
435         void unsetProjectDescriptors9Q();
436         
437         
438 
439 
440         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9D();
441         
442         
443 
444 
445         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9D();
446         
447         
448 
449 
450         boolean isSetProjectDescriptors9D();
451         
452         
453 
454 
455         void setProjectDescriptors9D(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9D);
456         
457         
458 
459 
460         void xsetProjectDescriptors9D(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9D);
461         
462         
463 
464 
465         void unsetProjectDescriptors9D();
466         
467         
468 
469 
470         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9C();
471         
472         
473 
474 
475         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9C();
476         
477         
478 
479 
480         boolean isSetProjectDescriptors9C();
481         
482         
483 
484 
485         void setProjectDescriptors9C(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9C);
486         
487         
488 
489 
490         void xsetProjectDescriptors9C(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9C);
491         
492         
493 
494 
495         void unsetProjectDescriptors9C();
496         
497         
498 
499 
500         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9I();
501         
502         
503 
504 
505         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9I();
506         
507         
508 
509 
510         boolean isSetProjectDescriptors9I();
511         
512         
513 
514 
515         void setProjectDescriptors9I(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9I);
516         
517         
518 
519 
520         void xsetProjectDescriptors9I(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9I);
521         
522         
523 
524 
525         void unsetProjectDescriptors9I();
526         
527         
528 
529 
530         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9B();
531         
532         
533 
534 
535         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9B();
536         
537         
538 
539 
540         boolean isSetProjectDescriptors9B();
541         
542         
543 
544 
545         void setProjectDescriptors9B(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9B);
546         
547         
548 
549 
550         void xsetProjectDescriptors9B(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9B);
551         
552         
553 
554 
555         void unsetProjectDescriptors9B();
556         
557         
558 
559 
560         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9M();
561         
562         
563 
564 
565         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9M();
566         
567         
568 
569 
570         boolean isSetProjectDescriptors9M();
571         
572         
573 
574 
575         void setProjectDescriptors9M(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9M);
576         
577         
578 
579 
580         void xsetProjectDescriptors9M(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9M);
581         
582         
583 
584 
585         void unsetProjectDescriptors9M();
586         
587         
588 
589 
590         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9A();
591         
592         
593 
594 
595         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9A();
596         
597         
598 
599 
600         boolean isSetProjectDescriptors9A();
601         
602         
603 
604 
605         void setProjectDescriptors9A(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9A);
606         
607         
608 
609 
610         void xsetProjectDescriptors9A(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9A);
611         
612         
613 
614 
615         void unsetProjectDescriptors9A();
616         
617         
618 
619 
620         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation.Enum getArtsEducation();
621         
622         
623 
624 
625         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation xgetArtsEducation();
626         
627         
628 
629 
630         void setArtsEducation(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation.Enum artsEducation);
631         
632         
633 
634 
635         void xsetArtsEducation(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation artsEducation);
636         
637         
638 
639 
640         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup getNumberGroup();
641         
642         
643 
644 
645         boolean isSetNumberGroup();
646         
647         
648 
649 
650         void setNumberGroup(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup numberGroup);
651         
652         
653 
654 
655         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup addNewNumberGroup();
656         
657         
658 
659 
660         void unsetNumberGroup();
661         
662         
663 
664 
665         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 getNumberGroup1();
666         
667         
668 
669 
670         boolean isSetNumberGroup1();
671         
672         
673 
674 
675         void setNumberGroup1(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 numberGroup1);
676         
677         
678 
679 
680         gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 addNewNumberGroup1();
681         
682         
683 
684 
685         void unsetNumberGroup1();
686         
687         
688 
689 
690         java.lang.String getFormVersion();
691         
692         
693 
694 
695         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
696         
697         
698 
699 
700         void setFormVersion(java.lang.String formVersion);
701         
702         
703 
704 
705         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
706         
707         
708 
709 
710 
711 
712         public interface OrganizationalStatus extends org.apache.xmlbeans.XmlString
713         {
714             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
715                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalstatusd07aelemtype");
716             
717             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
718             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
719             
720             static final Enum X_02_NONPROFIT_ORGANIZATION = Enum.forString("02: Nonprofit organization");
721             static final Enum X_05_STATE_GOVERNMENT = Enum.forString("05: State government");
722             static final Enum X_07_COUNTY_GOVERNMENT = Enum.forString("07: County government");
723             static final Enum X_08_MUNICIPAL_GOVERNMENT = Enum.forString("08: Municipal government");
724             static final Enum X_09_TRIBAL_GOVERNMENT = Enum.forString("09: Tribal government");
725             static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
726             
727             static final int INT_X_02_NONPROFIT_ORGANIZATION = Enum.INT_X_02_NONPROFIT_ORGANIZATION;
728             static final int INT_X_05_STATE_GOVERNMENT = Enum.INT_X_05_STATE_GOVERNMENT;
729             static final int INT_X_07_COUNTY_GOVERNMENT = Enum.INT_X_07_COUNTY_GOVERNMENT;
730             static final int INT_X_08_MUNICIPAL_GOVERNMENT = Enum.INT_X_08_MUNICIPAL_GOVERNMENT;
731             static final int INT_X_09_TRIBAL_GOVERNMENT = Enum.INT_X_09_TRIBAL_GOVERNMENT;
732             static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
733             
734             
735 
736 
737 
738 
739 
740 
741 
742 
743 
744 
745 
746 
747 
748 
749             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
750             {
751                 
752 
753 
754                 public static Enum forString(java.lang.String s)
755                     { return (Enum)table.forString(s); }
756                 
757 
758 
759                 public static Enum forInt(int i)
760                     { return (Enum)table.forInt(i); }
761                 
762                 private Enum(java.lang.String s, int i)
763                     { super(s, i); }
764                 
765                 static final int INT_X_02_NONPROFIT_ORGANIZATION = 1;
766                 static final int INT_X_05_STATE_GOVERNMENT = 2;
767                 static final int INT_X_07_COUNTY_GOVERNMENT = 3;
768                 static final int INT_X_08_MUNICIPAL_GOVERNMENT = 4;
769                 static final int INT_X_09_TRIBAL_GOVERNMENT = 5;
770                 static final int INT_X_99_NONE_OF_THE_ABOVE = 6;
771                 
772                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
773                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
774                 (
775                     new Enum[]
776                     {
777                       new Enum("02: Nonprofit organization", INT_X_02_NONPROFIT_ORGANIZATION),
778                       new Enum("05: State government", INT_X_05_STATE_GOVERNMENT),
779                       new Enum("07: County government", INT_X_07_COUNTY_GOVERNMENT),
780                       new Enum("08: Municipal government", INT_X_08_MUNICIPAL_GOVERNMENT),
781                       new Enum("09: Tribal government", INT_X_09_TRIBAL_GOVERNMENT),
782                       new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
783                     }
784                 );
785                 private static final long serialVersionUID = 1L;
786                 private java.lang.Object readResolve() { return forInt(intValue()); } 
787             }
788             
789             
790 
791 
792 
793             
794             public static final class Factory
795             {
796                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus newValue(java.lang.Object obj) {
797                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus) type.newValue( obj ); }
798                 
799                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus newInstance() {
800                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
801                 
802                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
803                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
804                 
805                 private Factory() { } 
806             }
807         }
808         
809         
810 
811 
812 
813 
814         public interface OrganizationalDescription extends org.apache.xmlbeans.XmlString
815         {
816             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
817                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationaldescription16dcelemtype");
818             
819             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
820             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
821             
822             static final Enum X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP = Enum.forString("49: Artists' Community, Arts Institute or Camp");
823             static final Enum X_15_ARTS_CENTER = Enum.forString("15: Arts Center");
824             static final Enum X_16_ARTS_COUNCIL_OR_AGENCY = Enum.forString("16: Arts Council or Agency");
825             static final Enum X_17_ARTS_SERVICE_ORGANIZATION = Enum.forString("17: Arts Service Organization");
826             static final Enum X_26_COLLEGE_OR_UNIVERSITY = Enum.forString("26: College or University");
827             static final Enum X_32_COMMUNITY_SERVICE_ORGANIZATION = Enum.forString("32: Community Service Organization");
828             static final Enum X_14_FAIR_OR_FESTIVAL = Enum.forString("14: Fair or Festival");
829             static final Enum X_30_FOUNDATION = Enum.forString("30: Foundation");
830             static final Enum X_10_GALLERY_EXHIBITION_SPACE = Enum.forString("10: Gallery/Exhibition Space");
831             static final Enum X_38_GOVERNMENT = Enum.forString("38: Government");
832             static final Enum X_28_HISTORICAL_SOCIETY_COMMISSION = Enum.forString("28: Historical Society/Commission");
833             static final Enum X_29_HUMANITIES_COUNCIL_OR_AGENCY = Enum.forString("29: Humanities Council or Agency");
834             static final Enum X_12_INDEPENDENT_PRESS = Enum.forString("12: Independent Press");
835             static final Enum X_27_LIBRARY = Enum.forString("27: Library");
836             static final Enum X_13_LITERARY_MAGAZINE = Enum.forString("13: Literary Magazine");
837             static final Enum X_11_MEDIA_FILM = Enum.forString("11: Media-Film");
838             static final Enum X_45_MEDIA_RADIO = Enum.forString("45: Media-Radio");
839             static final Enum X_46_MEDIA_TELEVISION = Enum.forString("46: Media-Television");
840             static final Enum X_08_MUSEUM_ART = Enum.forString("08: Museum-Art");
841             static final Enum X_09_MUSEUM_OTHER = Enum.forString("09: Museum-Other");
842             static final Enum X_07_PERFORMANCE_FACILITY = Enum.forString("07: Performance Facility");
843             static final Enum X_03_PERFORMING_GROUP = Enum.forString("03: Performing Group");
844             static final Enum X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = Enum.forString("47: Presenter/Cultural Series Organization");
845             static final Enum X_19_SCHOOL_DISTRICT = Enum.forString("19: School District");
846             static final Enum X_48_SCHOOL_OF_THE_ARTS = Enum.forString("48: School of the Arts");
847             static final Enum X_50_SOCIAL_SERVICE_ORGANIZATION = Enum.forString("50: Social Service Organization");
848             static final Enum X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = Enum.forString("18: Union or Professional Association");
849             static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
850             
851             static final int INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP = Enum.INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP;
852             static final int INT_X_15_ARTS_CENTER = Enum.INT_X_15_ARTS_CENTER;
853             static final int INT_X_16_ARTS_COUNCIL_OR_AGENCY = Enum.INT_X_16_ARTS_COUNCIL_OR_AGENCY;
854             static final int INT_X_17_ARTS_SERVICE_ORGANIZATION = Enum.INT_X_17_ARTS_SERVICE_ORGANIZATION;
855             static final int INT_X_26_COLLEGE_OR_UNIVERSITY = Enum.INT_X_26_COLLEGE_OR_UNIVERSITY;
856             static final int INT_X_32_COMMUNITY_SERVICE_ORGANIZATION = Enum.INT_X_32_COMMUNITY_SERVICE_ORGANIZATION;
857             static final int INT_X_14_FAIR_OR_FESTIVAL = Enum.INT_X_14_FAIR_OR_FESTIVAL;
858             static final int INT_X_30_FOUNDATION = Enum.INT_X_30_FOUNDATION;
859             static final int INT_X_10_GALLERY_EXHIBITION_SPACE = Enum.INT_X_10_GALLERY_EXHIBITION_SPACE;
860             static final int INT_X_38_GOVERNMENT = Enum.INT_X_38_GOVERNMENT;
861             static final int INT_X_28_HISTORICAL_SOCIETY_COMMISSION = Enum.INT_X_28_HISTORICAL_SOCIETY_COMMISSION;
862             static final int INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY = Enum.INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY;
863             static final int INT_X_12_INDEPENDENT_PRESS = Enum.INT_X_12_INDEPENDENT_PRESS;
864             static final int INT_X_27_LIBRARY = Enum.INT_X_27_LIBRARY;
865             static final int INT_X_13_LITERARY_MAGAZINE = Enum.INT_X_13_LITERARY_MAGAZINE;
866             static final int INT_X_11_MEDIA_FILM = Enum.INT_X_11_MEDIA_FILM;
867             static final int INT_X_45_MEDIA_RADIO = Enum.INT_X_45_MEDIA_RADIO;
868             static final int INT_X_46_MEDIA_TELEVISION = Enum.INT_X_46_MEDIA_TELEVISION;
869             static final int INT_X_08_MUSEUM_ART = Enum.INT_X_08_MUSEUM_ART;
870             static final int INT_X_09_MUSEUM_OTHER = Enum.INT_X_09_MUSEUM_OTHER;
871             static final int INT_X_07_PERFORMANCE_FACILITY = Enum.INT_X_07_PERFORMANCE_FACILITY;
872             static final int INT_X_03_PERFORMING_GROUP = Enum.INT_X_03_PERFORMING_GROUP;
873             static final int INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = Enum.INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION;
874             static final int INT_X_19_SCHOOL_DISTRICT = Enum.INT_X_19_SCHOOL_DISTRICT;
875             static final int INT_X_48_SCHOOL_OF_THE_ARTS = Enum.INT_X_48_SCHOOL_OF_THE_ARTS;
876             static final int INT_X_50_SOCIAL_SERVICE_ORGANIZATION = Enum.INT_X_50_SOCIAL_SERVICE_ORGANIZATION;
877             static final int INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = Enum.INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION;
878             static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
879             
880             
881 
882 
883 
884 
885 
886 
887 
888 
889 
890 
891 
892 
893 
894 
895             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
896             {
897                 
898 
899 
900                 public static Enum forString(java.lang.String s)
901                     { return (Enum)table.forString(s); }
902                 
903 
904 
905                 public static Enum forInt(int i)
906                     { return (Enum)table.forInt(i); }
907                 
908                 private Enum(java.lang.String s, int i)
909                     { super(s, i); }
910                 
911                 static final int INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP = 1;
912                 static final int INT_X_15_ARTS_CENTER = 2;
913                 static final int INT_X_16_ARTS_COUNCIL_OR_AGENCY = 3;
914                 static final int INT_X_17_ARTS_SERVICE_ORGANIZATION = 4;
915                 static final int INT_X_26_COLLEGE_OR_UNIVERSITY = 5;
916                 static final int INT_X_32_COMMUNITY_SERVICE_ORGANIZATION = 6;
917                 static final int INT_X_14_FAIR_OR_FESTIVAL = 7;
918                 static final int INT_X_30_FOUNDATION = 8;
919                 static final int INT_X_10_GALLERY_EXHIBITION_SPACE = 9;
920                 static final int INT_X_38_GOVERNMENT = 10;
921                 static final int INT_X_28_HISTORICAL_SOCIETY_COMMISSION = 11;
922                 static final int INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY = 12;
923                 static final int INT_X_12_INDEPENDENT_PRESS = 13;
924                 static final int INT_X_27_LIBRARY = 14;
925                 static final int INT_X_13_LITERARY_MAGAZINE = 15;
926                 static final int INT_X_11_MEDIA_FILM = 16;
927                 static final int INT_X_45_MEDIA_RADIO = 17;
928                 static final int INT_X_46_MEDIA_TELEVISION = 18;
929                 static final int INT_X_08_MUSEUM_ART = 19;
930                 static final int INT_X_09_MUSEUM_OTHER = 20;
931                 static final int INT_X_07_PERFORMANCE_FACILITY = 21;
932                 static final int INT_X_03_PERFORMING_GROUP = 22;
933                 static final int INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = 23;
934                 static final int INT_X_19_SCHOOL_DISTRICT = 24;
935                 static final int INT_X_48_SCHOOL_OF_THE_ARTS = 25;
936                 static final int INT_X_50_SOCIAL_SERVICE_ORGANIZATION = 26;
937                 static final int INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = 27;
938                 static final int INT_X_99_NONE_OF_THE_ABOVE = 28;
939                 
940                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
941                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
942                 (
943                     new Enum[]
944                     {
945                       new Enum("49: Artists' Community, Arts Institute or Camp", INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP),
946                       new Enum("15: Arts Center", INT_X_15_ARTS_CENTER),
947                       new Enum("16: Arts Council or Agency", INT_X_16_ARTS_COUNCIL_OR_AGENCY),
948                       new Enum("17: Arts Service Organization", INT_X_17_ARTS_SERVICE_ORGANIZATION),
949                       new Enum("26: College or University", INT_X_26_COLLEGE_OR_UNIVERSITY),
950                       new Enum("32: Community Service Organization", INT_X_32_COMMUNITY_SERVICE_ORGANIZATION),
951                       new Enum("14: Fair or Festival", INT_X_14_FAIR_OR_FESTIVAL),
952                       new Enum("30: Foundation", INT_X_30_FOUNDATION),
953                       new Enum("10: Gallery/Exhibition Space", INT_X_10_GALLERY_EXHIBITION_SPACE),
954                       new Enum("38: Government", INT_X_38_GOVERNMENT),
955                       new Enum("28: Historical Society/Commission", INT_X_28_HISTORICAL_SOCIETY_COMMISSION),
956                       new Enum("29: Humanities Council or Agency", INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY),
957                       new Enum("12: Independent Press", INT_X_12_INDEPENDENT_PRESS),
958                       new Enum("27: Library", INT_X_27_LIBRARY),
959                       new Enum("13: Literary Magazine", INT_X_13_LITERARY_MAGAZINE),
960                       new Enum("11: Media-Film", INT_X_11_MEDIA_FILM),
961                       new Enum("45: Media-Radio", INT_X_45_MEDIA_RADIO),
962                       new Enum("46: Media-Television", INT_X_46_MEDIA_TELEVISION),
963                       new Enum("08: Museum-Art", INT_X_08_MUSEUM_ART),
964                       new Enum("09: Museum-Other", INT_X_09_MUSEUM_OTHER),
965                       new Enum("07: Performance Facility", INT_X_07_PERFORMANCE_FACILITY),
966                       new Enum("03: Performing Group", INT_X_03_PERFORMING_GROUP),
967                       new Enum("47: Presenter/Cultural Series Organization", INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION),
968                       new Enum("19: School District", INT_X_19_SCHOOL_DISTRICT),
969                       new Enum("48: School of the Arts", INT_X_48_SCHOOL_OF_THE_ARTS),
970                       new Enum("50: Social Service Organization", INT_X_50_SOCIAL_SERVICE_ORGANIZATION),
971                       new Enum("18: Union or Professional Association", INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION),
972                       new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
973                     }
974                 );
975                 private static final long serialVersionUID = 1L;
976                 private java.lang.Object readResolve() { return forInt(intValue()); } 
977             }
978             
979             
980 
981 
982 
983             
984             public static final class Factory
985             {
986                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription newValue(java.lang.Object obj) {
987                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription) type.newValue( obj ); }
988                 
989                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription newInstance() {
990                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
991                 
992                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
993                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
994                 
995                 private Factory() { } 
996             }
997         }
998         
999         
1000 
1001 
1002 
1003 
1004         public interface OrganizationalDiscipline extends org.apache.xmlbeans.XmlString
1005         {
1006             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1007                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationaldisciplineb23celemtype");
1008             
1009             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1010             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1011             
1012             static final Enum X_07_CRAFTS = Enum.forString("07: Crafts");
1013             static final Enum X_01_DANCE = Enum.forString("01: Dance");
1014             static final Enum X_06_DESIGN = Enum.forString("06: Design");
1015             static final Enum X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.forString("12: Folklife/Traditional Arts");
1016             static final Enum X_13_HUMANITIES = Enum.forString("13: Humanities");
1017             static final Enum X_10_LITERATURE = Enum.forString("10: Literature");
1018             static final Enum X_09_MEDIA_ARTS = Enum.forString("09: Media Arts");
1019             static final Enum X_02_MUSIC = Enum.forString("02: Music");
1020             static final Enum X_03_B_MUSICAL_THEATER = Enum.forString("03B: Musical Theater");
1021             static final Enum X_03_A_OPERA = Enum.forString("03A: Opera");
1022             static final Enum X_08_PHOTOGRAPHY = Enum.forString("08: Photography");
1023             static final Enum X_04_THEATER = Enum.forString("04: Theater");
1024             static final Enum X_05_VISUAL_ARTS = Enum.forString("05: Visual Arts");
1025             static final Enum X_11_INTERDISCIPLINARY = Enum.forString("11: Interdisciplinary");
1026             static final Enum X_14_MULTIDISCIPLINARY = Enum.forString("14: Multidisciplinary");
1027             static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
1028             
1029             static final int INT_X_07_CRAFTS = Enum.INT_X_07_CRAFTS;
1030             static final int INT_X_01_DANCE = Enum.INT_X_01_DANCE;
1031             static final int INT_X_06_DESIGN = Enum.INT_X_06_DESIGN;
1032             static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.INT_X_12_FOLKLIFE_TRADITIONAL_ARTS;
1033             static final int INT_X_13_HUMANITIES = Enum.INT_X_13_HUMANITIES;
1034             static final int INT_X_10_LITERATURE = Enum.INT_X_10_LITERATURE;
1035             static final int INT_X_09_MEDIA_ARTS = Enum.INT_X_09_MEDIA_ARTS;
1036             static final int INT_X_02_MUSIC = Enum.INT_X_02_MUSIC;
1037             static final int INT_X_03_B_MUSICAL_THEATER = Enum.INT_X_03_B_MUSICAL_THEATER;
1038             static final int INT_X_03_A_OPERA = Enum.INT_X_03_A_OPERA;
1039             static final int INT_X_08_PHOTOGRAPHY = Enum.INT_X_08_PHOTOGRAPHY;
1040             static final int INT_X_04_THEATER = Enum.INT_X_04_THEATER;
1041             static final int INT_X_05_VISUAL_ARTS = Enum.INT_X_05_VISUAL_ARTS;
1042             static final int INT_X_11_INTERDISCIPLINARY = Enum.INT_X_11_INTERDISCIPLINARY;
1043             static final int INT_X_14_MULTIDISCIPLINARY = Enum.INT_X_14_MULTIDISCIPLINARY;
1044             static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
1045             
1046             
1047 
1048 
1049 
1050 
1051 
1052 
1053 
1054 
1055 
1056 
1057 
1058 
1059 
1060 
1061             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1062             {
1063                 
1064 
1065 
1066                 public static Enum forString(java.lang.String s)
1067                     { return (Enum)table.forString(s); }
1068                 
1069 
1070 
1071                 public static Enum forInt(int i)
1072                     { return (Enum)table.forInt(i); }
1073                 
1074                 private Enum(java.lang.String s, int i)
1075                     { super(s, i); }
1076                 
1077                 static final int INT_X_07_CRAFTS = 1;
1078                 static final int INT_X_01_DANCE = 2;
1079                 static final int INT_X_06_DESIGN = 3;
1080                 static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = 4;
1081                 static final int INT_X_13_HUMANITIES = 5;
1082                 static final int INT_X_10_LITERATURE = 6;
1083                 static final int INT_X_09_MEDIA_ARTS = 7;
1084                 static final int INT_X_02_MUSIC = 8;
1085                 static final int INT_X_03_B_MUSICAL_THEATER = 9;
1086                 static final int INT_X_03_A_OPERA = 10;
1087                 static final int INT_X_08_PHOTOGRAPHY = 11;
1088                 static final int INT_X_04_THEATER = 12;
1089                 static final int INT_X_05_VISUAL_ARTS = 13;
1090                 static final int INT_X_11_INTERDISCIPLINARY = 14;
1091                 static final int INT_X_14_MULTIDISCIPLINARY = 15;
1092                 static final int INT_X_99_NONE_OF_THE_ABOVE = 16;
1093                 
1094                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1095                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1096                 (
1097                     new Enum[]
1098                     {
1099                       new Enum("07: Crafts", INT_X_07_CRAFTS),
1100                       new Enum("01: Dance", INT_X_01_DANCE),
1101                       new Enum("06: Design", INT_X_06_DESIGN),
1102                       new Enum("12: Folklife/Traditional Arts", INT_X_12_FOLKLIFE_TRADITIONAL_ARTS),
1103                       new Enum("13: Humanities", INT_X_13_HUMANITIES),
1104                       new Enum("10: Literature", INT_X_10_LITERATURE),
1105                       new Enum("09: Media Arts", INT_X_09_MEDIA_ARTS),
1106                       new Enum("02: Music", INT_X_02_MUSIC),
1107                       new Enum("03B: Musical Theater", INT_X_03_B_MUSICAL_THEATER),
1108                       new Enum("03A: Opera", INT_X_03_A_OPERA),
1109                       new Enum("08: Photography", INT_X_08_PHOTOGRAPHY),
1110                       new Enum("04: Theater", INT_X_04_THEATER),
1111                       new Enum("05: Visual Arts", INT_X_05_VISUAL_ARTS),
1112                       new Enum("11: Interdisciplinary", INT_X_11_INTERDISCIPLINARY),
1113                       new Enum("14: Multidisciplinary", INT_X_14_MULTIDISCIPLINARY),
1114                       new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
1115                     }
1116                 );
1117                 private static final long serialVersionUID = 1L;
1118                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1119             }
1120             
1121             
1122 
1123 
1124 
1125             
1126             public static final class Factory
1127             {
1128                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline newValue(java.lang.Object obj) {
1129                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline) type.newValue( obj ); }
1130                 
1131                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline newInstance() {
1132                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1133                 
1134                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
1135                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1136                 
1137                 private Factory() { } 
1138             }
1139         }
1140         
1141         
1142 
1143 
1144 
1145 
1146         public interface OrganizationalRaceEthnicity extends org.apache.xmlbeans.XmlString
1147         {
1148             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1149                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalRaceEthnicity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalraceethnicitye86aelemtype");
1150             
1151             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1152             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1153             
1154             static final Enum N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.forString("N: American Indian or Alaska Native");
1155             static final Enum A_ASIAN = Enum.forString("A: Asian");
1156             static final Enum B_BLACK_OR_AFRICAN_AMERICAN = Enum.forString("B: Black or African American");
1157             static final Enum H_HISPANIC_OR_LATINO = Enum.forString("H: Hispanic or Latino");
1158             static final Enum O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.forString("O: Native Hawaiian or Other Pacific Islander");
1159             static final Enum W_WHITE = Enum.forString("W: White");
1160             static final Enum G_GENERAL = Enum.forString("G: General");
1161             
1162             static final int INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE;
1163             static final int INT_A_ASIAN = Enum.INT_A_ASIAN;
1164             static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = Enum.INT_B_BLACK_OR_AFRICAN_AMERICAN;
1165             static final int INT_H_HISPANIC_OR_LATINO = Enum.INT_H_HISPANIC_OR_LATINO;
1166             static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER;
1167             static final int INT_W_WHITE = Enum.INT_W_WHITE;
1168             static final int INT_G_GENERAL = Enum.INT_G_GENERAL;
1169             
1170             
1171 
1172 
1173 
1174 
1175 
1176 
1177 
1178 
1179 
1180 
1181 
1182 
1183 
1184 
1185             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1186             {
1187                 
1188 
1189 
1190                 public static Enum forString(java.lang.String s)
1191                     { return (Enum)table.forString(s); }
1192                 
1193 
1194 
1195                 public static Enum forInt(int i)
1196                     { return (Enum)table.forInt(i); }
1197                 
1198                 private Enum(java.lang.String s, int i)
1199                     { super(s, i); }
1200                 
1201                 static final int INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = 1;
1202                 static final int INT_A_ASIAN = 2;
1203                 static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = 3;
1204                 static final int INT_H_HISPANIC_OR_LATINO = 4;
1205                 static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = 5;
1206                 static final int INT_W_WHITE = 6;
1207                 static final int INT_G_GENERAL = 7;
1208                 
1209                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1210                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1211                 (
1212                     new Enum[]
1213                     {
1214                       new Enum("N: American Indian or Alaska Native", INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE),
1215                       new Enum("A: Asian", INT_A_ASIAN),
1216                       new Enum("B: Black or African American", INT_B_BLACK_OR_AFRICAN_AMERICAN),
1217                       new Enum("H: Hispanic or Latino", INT_H_HISPANIC_OR_LATINO),
1218                       new Enum("O: Native Hawaiian or Other Pacific Islander", INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER),
1219                       new Enum("W: White", INT_W_WHITE),
1220                       new Enum("G: General", INT_G_GENERAL),
1221                     }
1222                 );
1223                 private static final long serialVersionUID = 1L;
1224                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1225             }
1226             
1227             
1228 
1229 
1230 
1231             
1232             public static final class Factory
1233             {
1234                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity newValue(java.lang.Object obj) {
1235                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity) type.newValue( obj ); }
1236                 
1237                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity newInstance() {
1238                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1239                 
1240                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity newInstance(org.apache.xmlbeans.XmlOptions options) {
1241                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1242                 
1243                 private Factory() { } 
1244             }
1245         }
1246         
1247         
1248 
1249 
1250 
1251 
1252         public interface ProjectDiscipline extends org.apache.xmlbeans.XmlString
1253         {
1254             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1255                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdiscipline5b91elemtype");
1256             
1257             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1258             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1259             
1260             static final Enum X_07_CRAFTS = Enum.forString("07: Crafts");
1261             static final Enum X_01_DANCE = Enum.forString("01: Dance -");
1262             static final Enum X_01_A_BALLET = Enum.forString("01A: Ballet");
1263             static final Enum X_01_C_MODERN = Enum.forString("01C: Modern");
1264             static final Enum X_06_DESIGN = Enum.forString("06: Design");
1265             static final Enum X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.forString("12: Folklife/Traditional Arts");
1266             static final Enum X_10_LITERATURE = Enum.forString("10: Literature");
1267             static final Enum X_09_MEDIA_ARTS = Enum.forString("09: Media Arts -");
1268             static final Enum X_09_B_AUDIO = Enum.forString("09B: Audio");
1269             static final Enum X_09_A_FILM = Enum.forString("09A: Film");
1270             static final Enum X_09_C_VIDEO = Enum.forString("09C: Video");
1271             static final Enum X_09_D_TECHNOLOGY_EXPERIMENTAL = Enum.forString("09D: Technology/Experimental");
1272             static final Enum X_02_MUSIC = Enum.forString("02: Music -");
1273             static final Enum X_02_B_CHAMBER = Enum.forString("02B: Chamber");
1274             static final Enum X_02_C_CHORAL = Enum.forString("02C: Choral");
1275             static final Enum X_02_F_JAZZ = Enum.forString("02F: Jazz");
1276             static final Enum X_02_D_NEW = Enum.forString("02D: New");
1277             static final Enum X_02_I_ORCHESTRAL = Enum.forString("02I: Orchestral");
1278             static final Enum X_03_B_MUSICAL_THEATER = Enum.forString("03B: Musical Theater");
1279             static final Enum X_03_A_OPERA = Enum.forString("03A: Opera");
1280             static final Enum X_08_PHOTOGRAPHY = Enum.forString("08: Photography");
1281             static final Enum X_04_THEATER = Enum.forString("04: Theater -");
1282             static final Enum X_04_E_THEATER_FOR_YOUNG_AUDIENCES = Enum.forString("04E: Theater for Young Audiences");
1283             static final Enum X_05_VISUAL_ARTS = Enum.forString("05: Visual Arts");
1284             static final Enum X_11_INTERDISCIPLINARY = Enum.forString("11: Interdisciplinary");
1285             static final Enum X_14_MULTIDISCIPLINARY = Enum.forString("14: Multidisciplinary");
1286             static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
1287             
1288             static final int INT_X_07_CRAFTS = Enum.INT_X_07_CRAFTS;
1289             static final int INT_X_01_DANCE = Enum.INT_X_01_DANCE;
1290             static final int INT_X_01_A_BALLET = Enum.INT_X_01_A_BALLET;
1291             static final int INT_X_01_C_MODERN = Enum.INT_X_01_C_MODERN;
1292             static final int INT_X_06_DESIGN = Enum.INT_X_06_DESIGN;
1293             static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.INT_X_12_FOLKLIFE_TRADITIONAL_ARTS;
1294             static final int INT_X_10_LITERATURE = Enum.INT_X_10_LITERATURE;
1295             static final int INT_X_09_MEDIA_ARTS = Enum.INT_X_09_MEDIA_ARTS;
1296             static final int INT_X_09_B_AUDIO = Enum.INT_X_09_B_AUDIO;
1297             static final int INT_X_09_A_FILM = Enum.INT_X_09_A_FILM;
1298             static final int INT_X_09_C_VIDEO = Enum.INT_X_09_C_VIDEO;
1299             static final int INT_X_09_D_TECHNOLOGY_EXPERIMENTAL = Enum.INT_X_09_D_TECHNOLOGY_EXPERIMENTAL;
1300             static final int INT_X_02_MUSIC = Enum.INT_X_02_MUSIC;
1301             static final int INT_X_02_B_CHAMBER = Enum.INT_X_02_B_CHAMBER;
1302             static final int INT_X_02_C_CHORAL = Enum.INT_X_02_C_CHORAL;
1303             static final int INT_X_02_F_JAZZ = Enum.INT_X_02_F_JAZZ;
1304             static final int INT_X_02_D_NEW = Enum.INT_X_02_D_NEW;
1305             static final int INT_X_02_I_ORCHESTRAL = Enum.INT_X_02_I_ORCHESTRAL;
1306             static final int INT_X_03_B_MUSICAL_THEATER = Enum.INT_X_03_B_MUSICAL_THEATER;
1307             static final int INT_X_03_A_OPERA = Enum.INT_X_03_A_OPERA;
1308             static final int INT_X_08_PHOTOGRAPHY = Enum.INT_X_08_PHOTOGRAPHY;
1309             static final int INT_X_04_THEATER = Enum.INT_X_04_THEATER;
1310             static final int INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES = Enum.INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES;
1311             static final int INT_X_05_VISUAL_ARTS = Enum.INT_X_05_VISUAL_ARTS;
1312             static final int INT_X_11_INTERDISCIPLINARY = Enum.INT_X_11_INTERDISCIPLINARY;
1313             static final int INT_X_14_MULTIDISCIPLINARY = Enum.INT_X_14_MULTIDISCIPLINARY;
1314             static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
1315             
1316             
1317 
1318 
1319 
1320 
1321 
1322 
1323 
1324 
1325 
1326 
1327 
1328 
1329 
1330 
1331             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1332             {
1333                 
1334 
1335 
1336                 public static Enum forString(java.lang.String s)
1337                     { return (Enum)table.forString(s); }
1338                 
1339 
1340 
1341                 public static Enum forInt(int i)
1342                     { return (Enum)table.forInt(i); }
1343                 
1344                 private Enum(java.lang.String s, int i)
1345                     { super(s, i); }
1346                 
1347                 static final int INT_X_07_CRAFTS = 1;
1348                 static final int INT_X_01_DANCE = 2;
1349                 static final int INT_X_01_A_BALLET = 3;
1350                 static final int INT_X_01_C_MODERN = 4;
1351                 static final int INT_X_06_DESIGN = 5;
1352                 static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = 6;
1353                 static final int INT_X_10_LITERATURE = 7;
1354                 static final int INT_X_09_MEDIA_ARTS = 8;
1355                 static final int INT_X_09_B_AUDIO = 9;
1356                 static final int INT_X_09_A_FILM = 10;
1357                 static final int INT_X_09_C_VIDEO = 11;
1358                 static final int INT_X_09_D_TECHNOLOGY_EXPERIMENTAL = 12;
1359                 static final int INT_X_02_MUSIC = 13;
1360                 static final int INT_X_02_B_CHAMBER = 14;
1361                 static final int INT_X_02_C_CHORAL = 15;
1362                 static final int INT_X_02_F_JAZZ = 16;
1363                 static final int INT_X_02_D_NEW = 17;
1364                 static final int INT_X_02_I_ORCHESTRAL = 18;
1365                 static final int INT_X_03_B_MUSICAL_THEATER = 19;
1366                 static final int INT_X_03_A_OPERA = 20;
1367                 static final int INT_X_08_PHOTOGRAPHY = 21;
1368                 static final int INT_X_04_THEATER = 22;
1369                 static final int INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES = 23;
1370                 static final int INT_X_05_VISUAL_ARTS = 24;
1371                 static final int INT_X_11_INTERDISCIPLINARY = 25;
1372                 static final int INT_X_14_MULTIDISCIPLINARY = 26;
1373                 static final int INT_X_99_NONE_OF_THE_ABOVE = 27;
1374                 
1375                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1376                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1377                 (
1378                     new Enum[]
1379                     {
1380                       new Enum("07: Crafts", INT_X_07_CRAFTS),
1381                       new Enum("01: Dance -", INT_X_01_DANCE),
1382                       new Enum("01A: Ballet", INT_X_01_A_BALLET),
1383                       new Enum("01C: Modern", INT_X_01_C_MODERN),
1384                       new Enum("06: Design", INT_X_06_DESIGN),
1385                       new Enum("12: Folklife/Traditional Arts", INT_X_12_FOLKLIFE_TRADITIONAL_ARTS),
1386                       new Enum("10: Literature", INT_X_10_LITERATURE),
1387                       new Enum("09: Media Arts -", INT_X_09_MEDIA_ARTS),
1388                       new Enum("09B: Audio", INT_X_09_B_AUDIO),
1389                       new Enum("09A: Film", INT_X_09_A_FILM),
1390                       new Enum("09C: Video", INT_X_09_C_VIDEO),
1391                       new Enum("09D: Technology/Experimental", INT_X_09_D_TECHNOLOGY_EXPERIMENTAL),
1392                       new Enum("02: Music -", INT_X_02_MUSIC),
1393                       new Enum("02B: Chamber", INT_X_02_B_CHAMBER),
1394                       new Enum("02C: Choral", INT_X_02_C_CHORAL),
1395                       new Enum("02F: Jazz", INT_X_02_F_JAZZ),
1396                       new Enum("02D: New", INT_X_02_D_NEW),
1397                       new Enum("02I: Orchestral", INT_X_02_I_ORCHESTRAL),
1398                       new Enum("03B: Musical Theater", INT_X_03_B_MUSICAL_THEATER),
1399                       new Enum("03A: Opera", INT_X_03_A_OPERA),
1400                       new Enum("08: Photography", INT_X_08_PHOTOGRAPHY),
1401                       new Enum("04: Theater -", INT_X_04_THEATER),
1402                       new Enum("04E: Theater for Young Audiences", INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES),
1403                       new Enum("05: Visual Arts", INT_X_05_VISUAL_ARTS),
1404                       new Enum("11: Interdisciplinary", INT_X_11_INTERDISCIPLINARY),
1405                       new Enum("14: Multidisciplinary", INT_X_14_MULTIDISCIPLINARY),
1406                       new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
1407                     }
1408                 );
1409                 private static final long serialVersionUID = 1L;
1410                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1411             }
1412             
1413             
1414 
1415 
1416 
1417             
1418             public static final class Factory
1419             {
1420                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline newValue(java.lang.Object obj) {
1421                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline) type.newValue( obj ); }
1422                 
1423                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline newInstance() {
1424                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1425                 
1426                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
1427                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1428                 
1429                 private Factory() { } 
1430             }
1431         }
1432         
1433         
1434 
1435 
1436 
1437 
1438         public interface ProjectRaceEthnicity extends org.apache.xmlbeans.XmlString
1439         {
1440             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1441                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectRaceEthnicity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectraceethnicity42f5elemtype");
1442             
1443             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1444             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1445             
1446             static final Enum N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.forString("N: American Indian or Alaska Native");
1447             static final Enum A_ASIAN = Enum.forString("A: Asian");
1448             static final Enum B_BLACK_OR_AFRICAN_AMERICAN = Enum.forString("B: Black or African American");
1449             static final Enum H_HISPANIC_OR_LATINO = Enum.forString("H: Hispanic or Latino");
1450             static final Enum O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.forString("O: Native Hawaiian or Other Pacific Islander");
1451             static final Enum W_WHITE = Enum.forString("W: White");
1452             static final Enum G_GENERAL = Enum.forString("G: General");
1453             
1454             static final int INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE;
1455             static final int INT_A_ASIAN = Enum.INT_A_ASIAN;
1456             static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = Enum.INT_B_BLACK_OR_AFRICAN_AMERICAN;
1457             static final int INT_H_HISPANIC_OR_LATINO = Enum.INT_H_HISPANIC_OR_LATINO;
1458             static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER;
1459             static final int INT_W_WHITE = Enum.INT_W_WHITE;
1460             static final int INT_G_GENERAL = Enum.INT_G_GENERAL;
1461             
1462             
1463 
1464 
1465 
1466 
1467 
1468 
1469 
1470 
1471 
1472 
1473 
1474 
1475 
1476 
1477             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1478             {
1479                 
1480 
1481 
1482                 public static Enum forString(java.lang.String s)
1483                     { return (Enum)table.forString(s); }
1484                 
1485 
1486 
1487                 public static Enum forInt(int i)
1488                     { return (Enum)table.forInt(i); }
1489                 
1490                 private Enum(java.lang.String s, int i)
1491                     { super(s, i); }
1492                 
1493                 static final int INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = 1;
1494                 static final int INT_A_ASIAN = 2;
1495                 static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = 3;
1496                 static final int INT_H_HISPANIC_OR_LATINO = 4;
1497                 static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = 5;
1498                 static final int INT_W_WHITE = 6;
1499                 static final int INT_G_GENERAL = 7;
1500                 
1501                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1502                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1503                 (
1504                     new Enum[]
1505                     {
1506                       new Enum("N: American Indian or Alaska Native", INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE),
1507                       new Enum("A: Asian", INT_A_ASIAN),
1508                       new Enum("B: Black or African American", INT_B_BLACK_OR_AFRICAN_AMERICAN),
1509                       new Enum("H: Hispanic or Latino", INT_H_HISPANIC_OR_LATINO),
1510                       new Enum("O: Native Hawaiian or Other Pacific Islander", INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER),
1511                       new Enum("W: White", INT_W_WHITE),
1512                       new Enum("G: General", INT_G_GENERAL),
1513                     }
1514                 );
1515                 private static final long serialVersionUID = 1L;
1516                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1517             }
1518             
1519             
1520 
1521 
1522 
1523             
1524             public static final class Factory
1525             {
1526                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity newValue(java.lang.Object obj) {
1527                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity) type.newValue( obj ); }
1528                 
1529                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity newInstance() {
1530                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1531                 
1532                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity newInstance(org.apache.xmlbeans.XmlOptions options) {
1533                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1534                 
1535                 private Factory() { } 
1536             }
1537         }
1538         
1539         
1540 
1541 
1542 
1543 
1544         public interface ActivityType extends org.apache.xmlbeans.XmlString
1545         {
1546             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1547                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ActivityType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("activitytype0fa1elemtype");
1548             
1549             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1550             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1551             
1552             static final Enum X_04_ARTWORK_CREATION = Enum.forString("04: Artwork Creation");
1553             static final Enum X_05_CONCERT_PERFORMANCE_READING = Enum.forString("05: Concert/Performance/Reading");
1554             static final Enum X_06_EXHIBITION = Enum.forString("06: Exhibition ");
1555             static final Enum X_08_FAIR_FESTIVAL = Enum.forString("08: Fair/Festival");
1556             static final Enum X_09_IDENTIFICATION_DOCUMENTATION = Enum.forString("09: Identification/Documentation");
1557             static final Enum X_16_RECORDING_FILMING_TAPING = Enum.forString("16: Recording/Filming/Taping");
1558             static final Enum X_17_PUBLICATION = Enum.forString("17: Publication");
1559             static final Enum X_28_WRITING_ABOUT_ART_CRITICISM = Enum.forString("28: Writing About Art/Criticism");
1560             static final Enum X_18_REPAIR_RESTORATION_CONSERVATION = Enum.forString("18: Repair/Restoration/Conservation");
1561             static final Enum X_22_SEMINAR_CONFERENCE = Enum.forString("22: Seminar/Conference");
1562             static final Enum X_25_APPRENTICESHIP = Enum.forString("25: Apprenticeship");
1563             static final Enum X_02_AUDIENCE_SERVICES = Enum.forString("02: Audience Services");
1564             static final Enum X_36_BROADCASTING = Enum.forString("36: Broadcasting");
1565             static final Enum X_24_DISTRIBUTION_OF_ART = Enum.forString("24: Distribution of Art");
1566             static final Enum X_13_MARKETING = Enum.forString("13: Marketing");
1567             static final Enum X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = Enum.forString("14: Professional Support: Administrative");
1568             static final Enum X_15_PROFESSIONAL_SUPPORT_ARTISTIC = Enum.forString("15: Professional Support: Artistic");
1569             static final Enum X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.forString("29: Professional Development/Training");
1570             static final Enum X_19_RESEARCH_PLANNING = Enum.forString("19: Research/Planning");
1571             static final Enum X_33_BUILDING_PUBLIC_AWARENESS = Enum.forString("33: Building Public Awareness");
1572             static final Enum X_34_TECHNICAL_ASSISTANCE = Enum.forString("34: Technical Assistance");
1573             static final Enum X_12_ARTS_INSTRUCTION = Enum.forString("12: Arts Instruction");
1574             static final Enum X_20_SCHOOL_RESIDENCY = Enum.forString("20: School Residency");
1575             static final Enum X_21_OTHER_RESIDENCY = Enum.forString("21: Other Residency");
1576             static final Enum X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.forString("31: Curriculum Development/Implementation");
1577             static final Enum X_30_STUDENT_ASSESSMENT = Enum.forString("30: Student Assessment");
1578             static final Enum X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.forString("35: Web Site/Internet Development");
1579             static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
1580             
1581             static final int INT_X_04_ARTWORK_CREATION = Enum.INT_X_04_ARTWORK_CREATION;
1582             static final int INT_X_05_CONCERT_PERFORMANCE_READING = Enum.INT_X_05_CONCERT_PERFORMANCE_READING;
1583             static final int INT_X_06_EXHIBITION = Enum.INT_X_06_EXHIBITION;
1584             static final int INT_X_08_FAIR_FESTIVAL = Enum.INT_X_08_FAIR_FESTIVAL;
1585             static final int INT_X_09_IDENTIFICATION_DOCUMENTATION = Enum.INT_X_09_IDENTIFICATION_DOCUMENTATION;
1586             static final int INT_X_16_RECORDING_FILMING_TAPING = Enum.INT_X_16_RECORDING_FILMING_TAPING;
1587             static final int INT_X_17_PUBLICATION = Enum.INT_X_17_PUBLICATION;
1588             static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = Enum.INT_X_28_WRITING_ABOUT_ART_CRITICISM;
1589             static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = Enum.INT_X_18_REPAIR_RESTORATION_CONSERVATION;
1590             static final int INT_X_22_SEMINAR_CONFERENCE = Enum.INT_X_22_SEMINAR_CONFERENCE;
1591             static final int INT_X_25_APPRENTICESHIP = Enum.INT_X_25_APPRENTICESHIP;
1592             static final int INT_X_02_AUDIENCE_SERVICES = Enum.INT_X_02_AUDIENCE_SERVICES;
1593             static final int INT_X_36_BROADCASTING = Enum.INT_X_36_BROADCASTING;
1594             static final int INT_X_24_DISTRIBUTION_OF_ART = Enum.INT_X_24_DISTRIBUTION_OF_ART;
1595             static final int INT_X_13_MARKETING = Enum.INT_X_13_MARKETING;
1596             static final int INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = Enum.INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE;
1597             static final int INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC = Enum.INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC;
1598             static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING;
1599             static final int INT_X_19_RESEARCH_PLANNING = Enum.INT_X_19_RESEARCH_PLANNING;
1600             static final int INT_X_33_BUILDING_PUBLIC_AWARENESS = Enum.INT_X_33_BUILDING_PUBLIC_AWARENESS;
1601             static final int INT_X_34_TECHNICAL_ASSISTANCE = Enum.INT_X_34_TECHNICAL_ASSISTANCE;
1602             static final int INT_X_12_ARTS_INSTRUCTION = Enum.INT_X_12_ARTS_INSTRUCTION;
1603             static final int INT_X_20_SCHOOL_RESIDENCY = Enum.INT_X_20_SCHOOL_RESIDENCY;
1604             static final int INT_X_21_OTHER_RESIDENCY = Enum.INT_X_21_OTHER_RESIDENCY;
1605             static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION;
1606             static final int INT_X_30_STUDENT_ASSESSMENT = Enum.INT_X_30_STUDENT_ASSESSMENT;
1607             static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT;
1608             static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
1609             
1610             
1611 
1612 
1613 
1614 
1615 
1616 
1617 
1618 
1619 
1620 
1621 
1622 
1623 
1624 
1625             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1626             {
1627                 
1628 
1629 
1630                 public static Enum forString(java.lang.String s)
1631                     { return (Enum)table.forString(s); }
1632                 
1633 
1634 
1635                 public static Enum forInt(int i)
1636                     { return (Enum)table.forInt(i); }
1637                 
1638                 private Enum(java.lang.String s, int i)
1639                     { super(s, i); }
1640                 
1641                 static final int INT_X_04_ARTWORK_CREATION = 1;
1642                 static final int INT_X_05_CONCERT_PERFORMANCE_READING = 2;
1643                 static final int INT_X_06_EXHIBITION = 3;
1644                 static final int INT_X_08_FAIR_FESTIVAL = 4;
1645                 static final int INT_X_09_IDENTIFICATION_DOCUMENTATION = 5;
1646                 static final int INT_X_16_RECORDING_FILMING_TAPING = 6;
1647                 static final int INT_X_17_PUBLICATION = 7;
1648                 static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = 8;
1649                 static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = 9;
1650                 static final int INT_X_22_SEMINAR_CONFERENCE = 10;
1651                 static final int INT_X_25_APPRENTICESHIP = 11;
1652                 static final int INT_X_02_AUDIENCE_SERVICES = 12;
1653                 static final int INT_X_36_BROADCASTING = 13;
1654                 static final int INT_X_24_DISTRIBUTION_OF_ART = 14;
1655                 static final int INT_X_13_MARKETING = 15;
1656                 static final int INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = 16;
1657                 static final int INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC = 17;
1658                 static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = 18;
1659                 static final int INT_X_19_RESEARCH_PLANNING = 19;
1660                 static final int INT_X_33_BUILDING_PUBLIC_AWARENESS = 20;
1661                 static final int INT_X_34_TECHNICAL_ASSISTANCE = 21;
1662                 static final int INT_X_12_ARTS_INSTRUCTION = 22;
1663                 static final int INT_X_20_SCHOOL_RESIDENCY = 23;
1664                 static final int INT_X_21_OTHER_RESIDENCY = 24;
1665                 static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = 25;
1666                 static final int INT_X_30_STUDENT_ASSESSMENT = 26;
1667                 static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = 27;
1668                 static final int INT_X_99_NONE_OF_THE_ABOVE = 28;
1669                 
1670                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1671                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1672                 (
1673                     new Enum[]
1674                     {
1675                       new Enum("04: Artwork Creation", INT_X_04_ARTWORK_CREATION),
1676                       new Enum("05: Concert/Performance/Reading", INT_X_05_CONCERT_PERFORMANCE_READING),
1677                       new Enum("06: Exhibition ", INT_X_06_EXHIBITION),
1678                       new Enum("08: Fair/Festival", INT_X_08_FAIR_FESTIVAL),
1679                       new Enum("09: Identification/Documentation", INT_X_09_IDENTIFICATION_DOCUMENTATION),
1680                       new Enum("16: Recording/Filming/Taping", INT_X_16_RECORDING_FILMING_TAPING),
1681                       new Enum("17: Publication", INT_X_17_PUBLICATION),
1682                       new Enum("28: Writing About Art/Criticism", INT_X_28_WRITING_ABOUT_ART_CRITICISM),
1683                       new Enum("18: Repair/Restoration/Conservation", INT_X_18_REPAIR_RESTORATION_CONSERVATION),
1684                       new Enum("22: Seminar/Conference", INT_X_22_SEMINAR_CONFERENCE),
1685                       new Enum("25: Apprenticeship", INT_X_25_APPRENTICESHIP),
1686                       new Enum("02: Audience Services", INT_X_02_AUDIENCE_SERVICES),
1687                       new Enum("36: Broadcasting", INT_X_36_BROADCASTING),
1688                       new Enum("24: Distribution of Art", INT_X_24_DISTRIBUTION_OF_ART),
1689                       new Enum("13: Marketing", INT_X_13_MARKETING),
1690                       new Enum("14: Professional Support: Administrative", INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE),
1691                       new Enum("15: Professional Support: Artistic", INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC),
1692                       new Enum("29: Professional Development/Training", INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING),
1693                       new Enum("19: Research/Planning", INT_X_19_RESEARCH_PLANNING),
1694                       new Enum("33: Building Public Awareness", INT_X_33_BUILDING_PUBLIC_AWARENESS),
1695                       new Enum("34: Technical Assistance", INT_X_34_TECHNICAL_ASSISTANCE),
1696                       new Enum("12: Arts Instruction", INT_X_12_ARTS_INSTRUCTION),
1697                       new Enum("20: School Residency", INT_X_20_SCHOOL_RESIDENCY),
1698                       new Enum("21: Other Residency", INT_X_21_OTHER_RESIDENCY),
1699                       new Enum("31: Curriculum Development/Implementation", INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION),
1700                       new Enum("30: Student Assessment", INT_X_30_STUDENT_ASSESSMENT),
1701                       new Enum("35: Web Site/Internet Development", INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT),
1702                       new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
1703                     }
1704                 );
1705                 private static final long serialVersionUID = 1L;
1706                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1707             }
1708             
1709             
1710 
1711 
1712 
1713             
1714             public static final class Factory
1715             {
1716                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType newValue(java.lang.Object obj) {
1717                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType) type.newValue( obj ); }
1718                 
1719                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType newInstance() {
1720                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1721                 
1722                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType newInstance(org.apache.xmlbeans.XmlOptions options) {
1723                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1724                 
1725                 private Factory() { } 
1726             }
1727         }
1728         
1729         
1730 
1731 
1732 
1733 
1734         public interface ArtsEducation extends org.apache.xmlbeans.XmlString
1735         {
1736             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1737                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArtsEducation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("artseducationbf02elemtype");
1738             
1739             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1740             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1741             
1742             static final Enum X_99_NONE = Enum.forString("99: None");
1743             static final Enum X_02_SOME_BUT_LESS_THAN_50 = Enum.forString("02: Some, but less than 50%");
1744             static final Enum X_01_A_K_GRADE_12_STUDENTS = Enum.forString("01A: K-Grade 12 Students");
1745             static final Enum X_01_D_ADULT_LEARNERS = Enum.forString("01D: Adult Learners");
1746             static final Enum X_01_C_PRE_KINDERGARTEN_CHILDREN = Enum.forString("01C: Pre-Kindergarten Children");
1747             static final Enum X_01_B_HIGHER_EDUCATION_STUDENTS = Enum.forString("01B: Higher Education Students");
1748             static final Enum X_01_MULTIPLE_GROUPS_OF_LEARNERS = Enum.forString("01: Multiple Groups of Learners");
1749             
1750             static final int INT_X_99_NONE = Enum.INT_X_99_NONE;
1751             static final int INT_X_02_SOME_BUT_LESS_THAN_50 = Enum.INT_X_02_SOME_BUT_LESS_THAN_50;
1752             static final int INT_X_01_A_K_GRADE_12_STUDENTS = Enum.INT_X_01_A_K_GRADE_12_STUDENTS;
1753             static final int INT_X_01_D_ADULT_LEARNERS = Enum.INT_X_01_D_ADULT_LEARNERS;
1754             static final int INT_X_01_C_PRE_KINDERGARTEN_CHILDREN = Enum.INT_X_01_C_PRE_KINDERGARTEN_CHILDREN;
1755             static final int INT_X_01_B_HIGHER_EDUCATION_STUDENTS = Enum.INT_X_01_B_HIGHER_EDUCATION_STUDENTS;
1756             static final int INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS = Enum.INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS;
1757             
1758             
1759 
1760 
1761 
1762 
1763 
1764 
1765 
1766 
1767 
1768 
1769 
1770 
1771 
1772 
1773             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1774             {
1775                 
1776 
1777 
1778                 public static Enum forString(java.lang.String s)
1779                     { return (Enum)table.forString(s); }
1780                 
1781 
1782 
1783                 public static Enum forInt(int i)
1784                     { return (Enum)table.forInt(i); }
1785                 
1786                 private Enum(java.lang.String s, int i)
1787                     { super(s, i); }
1788                 
1789                 static final int INT_X_99_NONE = 1;
1790                 static final int INT_X_02_SOME_BUT_LESS_THAN_50 = 2;
1791                 static final int INT_X_01_A_K_GRADE_12_STUDENTS = 3;
1792                 static final int INT_X_01_D_ADULT_LEARNERS = 4;
1793                 static final int INT_X_01_C_PRE_KINDERGARTEN_CHILDREN = 5;
1794                 static final int INT_X_01_B_HIGHER_EDUCATION_STUDENTS = 6;
1795                 static final int INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS = 7;
1796                 
1797                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1798                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1799                 (
1800                     new Enum[]
1801                     {
1802                       new Enum("99: None", INT_X_99_NONE),
1803                       new Enum("02: Some, but less than 50%", INT_X_02_SOME_BUT_LESS_THAN_50),
1804                       new Enum("01A: K-Grade 12 Students", INT_X_01_A_K_GRADE_12_STUDENTS),
1805                       new Enum("01D: Adult Learners", INT_X_01_D_ADULT_LEARNERS),
1806                       new Enum("01C: Pre-Kindergarten Children", INT_X_01_C_PRE_KINDERGARTEN_CHILDREN),
1807                       new Enum("01B: Higher Education Students", INT_X_01_B_HIGHER_EDUCATION_STUDENTS),
1808                       new Enum("01: Multiple Groups of Learners", INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS),
1809                     }
1810                 );
1811                 private static final long serialVersionUID = 1L;
1812                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1813             }
1814             
1815             
1816 
1817 
1818 
1819             
1820             public static final class Factory
1821             {
1822                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation newValue(java.lang.Object obj) {
1823                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation) type.newValue( obj ); }
1824                 
1825                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation newInstance() {
1826                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1827                 
1828                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation newInstance(org.apache.xmlbeans.XmlOptions options) {
1829                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1830                 
1831                 private Factory() { } 
1832             }
1833         }
1834         
1835         
1836 
1837 
1838 
1839 
1840         public interface NumberGroup extends org.apache.xmlbeans.XmlObject
1841         {
1842             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1843                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberGroup.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numbergroupada4elemtype");
1844             
1845             
1846 
1847 
1848             int getNumberArtworksCreated();
1849             
1850             
1851 
1852 
1853             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated xgetNumberArtworksCreated();
1854             
1855             
1856 
1857 
1858             boolean isSetNumberArtworksCreated();
1859             
1860             
1861 
1862 
1863             void setNumberArtworksCreated(int numberArtworksCreated);
1864             
1865             
1866 
1867 
1868             void xsetNumberArtworksCreated(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated numberArtworksCreated);
1869             
1870             
1871 
1872 
1873             void unsetNumberArtworksCreated();
1874             
1875             
1876 
1877 
1878             int getNumberConcertsPerformances();
1879             
1880             
1881 
1882 
1883             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances xgetNumberConcertsPerformances();
1884             
1885             
1886 
1887 
1888             boolean isSetNumberConcertsPerformances();
1889             
1890             
1891 
1892 
1893             void setNumberConcertsPerformances(int numberConcertsPerformances);
1894             
1895             
1896 
1897 
1898             void xsetNumberConcertsPerformances(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances numberConcertsPerformances);
1899             
1900             
1901 
1902 
1903             void unsetNumberConcertsPerformances();
1904             
1905             
1906 
1907 
1908             int getNumberLecturesDemos();
1909             
1910             
1911 
1912 
1913             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos xgetNumberLecturesDemos();
1914             
1915             
1916 
1917 
1918             boolean isSetNumberLecturesDemos();
1919             
1920             
1921 
1922 
1923             void setNumberLecturesDemos(int numberLecturesDemos);
1924             
1925             
1926 
1927 
1928             void xsetNumberLecturesDemos(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos numberLecturesDemos);
1929             
1930             
1931 
1932 
1933             void unsetNumberLecturesDemos();
1934             
1935             
1936 
1937 
1938             int getNumberExhibitions();
1939             
1940             
1941 
1942 
1943             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions xgetNumberExhibitions();
1944             
1945             
1946 
1947 
1948             boolean isSetNumberExhibitions();
1949             
1950             
1951 
1952 
1953             void setNumberExhibitions(int numberExhibitions);
1954             
1955             
1956 
1957 
1958             void xsetNumberExhibitions(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions numberExhibitions);
1959             
1960             
1961 
1962 
1963             void unsetNumberExhibitions();
1964             
1965             
1966 
1967 
1968             int getNumberBooksCatalogues();
1969             
1970             
1971 
1972 
1973             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues xgetNumberBooksCatalogues();
1974             
1975             
1976 
1977 
1978             boolean isSetNumberBooksCatalogues();
1979             
1980             
1981 
1982 
1983             void setNumberBooksCatalogues(int numberBooksCatalogues);
1984             
1985             
1986 
1987 
1988             void xsetNumberBooksCatalogues(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues numberBooksCatalogues);
1989             
1990             
1991 
1992 
1993             void unsetNumberBooksCatalogues();
1994             
1995             
1996 
1997 
1998             int getNumberArtworksRestored();
1999             
2000             
2001 
2002 
2003             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored xgetNumberArtworksRestored();
2004             
2005             
2006 
2007 
2008             boolean isSetNumberArtworksRestored();
2009             
2010             
2011 
2012 
2013             void setNumberArtworksRestored(int numberArtworksRestored);
2014             
2015             
2016 
2017 
2018             void xsetNumberArtworksRestored(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored numberArtworksRestored);
2019             
2020             
2021 
2022 
2023             void unsetNumberArtworksRestored();
2024             
2025             
2026 
2027 
2028             int getNumberArtworksDocumented();
2029             
2030             
2031 
2032 
2033             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented xgetNumberArtworksDocumented();
2034             
2035             
2036 
2037 
2038             boolean isSetNumberArtworksDocumented();
2039             
2040             
2041 
2042 
2043             void setNumberArtworksDocumented(int numberArtworksDocumented);
2044             
2045             
2046 
2047 
2048             void xsetNumberArtworksDocumented(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented numberArtworksDocumented);
2049             
2050             
2051 
2052 
2053             void unsetNumberArtworksDocumented();
2054             
2055             
2056 
2057 
2058             int getNumberArtistsResidencies();
2059             
2060             
2061 
2062 
2063             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies xgetNumberArtistsResidencies();
2064             
2065             
2066 
2067 
2068             boolean isSetNumberArtistsResidencies();
2069             
2070             
2071 
2072 
2073             void setNumberArtistsResidencies(int numberArtistsResidencies);
2074             
2075             
2076 
2077 
2078             void xsetNumberArtistsResidencies(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies numberArtistsResidencies);
2079             
2080             
2081 
2082 
2083             void unsetNumberArtistsResidencies();
2084             
2085             
2086 
2087 
2088             int getNumberSchoolParticipate();
2089             
2090             
2091 
2092 
2093             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate xgetNumberSchoolParticipate();
2094             
2095             
2096 
2097 
2098             boolean isSetNumberSchoolParticipate();
2099             
2100             
2101 
2102 
2103             void setNumberSchoolParticipate(int numberSchoolParticipate);
2104             
2105             
2106 
2107 
2108             void xsetNumberSchoolParticipate(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate numberSchoolParticipate);
2109             
2110             
2111 
2112 
2113             void unsetNumberSchoolParticipate();
2114             
2115             
2116 
2117 
2118             int getNumberOrganizationPartners();
2119             
2120             
2121 
2122 
2123             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners xgetNumberOrganizationPartners();
2124             
2125             
2126 
2127 
2128             boolean isSetNumberOrganizationPartners();
2129             
2130             
2131 
2132 
2133             void setNumberOrganizationPartners(int numberOrganizationPartners);
2134             
2135             
2136 
2137 
2138             void xsetNumberOrganizationPartners(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners numberOrganizationPartners);
2139             
2140             
2141 
2142 
2143             void unsetNumberOrganizationPartners();
2144             
2145             
2146 
2147 
2148             int getNumberApprenticeships();
2149             
2150             
2151 
2152 
2153             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships xgetNumberApprenticeships();
2154             
2155             
2156 
2157 
2158             boolean isSetNumberApprenticeships();
2159             
2160             
2161 
2162 
2163             void setNumberApprenticeships(int numberApprenticeships);
2164             
2165             
2166 
2167 
2168             void xsetNumberApprenticeships(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships numberApprenticeships);
2169             
2170             
2171 
2172 
2173             void unsetNumberApprenticeships();
2174             
2175             
2176 
2177 
2178             int getNumberBroadcastHrs();
2179             
2180             
2181 
2182 
2183             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs xgetNumberBroadcastHrs();
2184             
2185             
2186 
2187 
2188             boolean isSetNumberBroadcastHrs();
2189             
2190             
2191 
2192 
2193             void setNumberBroadcastHrs(int numberBroadcastHrs);
2194             
2195             
2196 
2197 
2198             void xsetNumberBroadcastHrs(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs numberBroadcastHrs);
2199             
2200             
2201 
2202 
2203             void unsetNumberBroadcastHrs();
2204             
2205             
2206 
2207 
2208 
2209 
2210             public interface NumberArtworksCreated extends org.apache.xmlbeans.XmlInt
2211             {
2212                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2213                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtworksCreated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartworkscreated4e78elemtype");
2214                 
2215                 
2216 
2217 
2218 
2219                 
2220                 public static final class Factory
2221                 {
2222                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated newValue(java.lang.Object obj) {
2223                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated) type.newValue( obj ); }
2224                     
2225                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated newInstance() {
2226                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2227                     
2228                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated newInstance(org.apache.xmlbeans.XmlOptions options) {
2229                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2230                     
2231                     private Factory() { } 
2232                 }
2233             }
2234             
2235             
2236 
2237 
2238 
2239 
2240             public interface NumberConcertsPerformances extends org.apache.xmlbeans.XmlInt
2241             {
2242                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2243                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberConcertsPerformances.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberconcertsperformances6dafelemtype");
2244                 
2245                 
2246 
2247 
2248 
2249                 
2250                 public static final class Factory
2251                 {
2252                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances newValue(java.lang.Object obj) {
2253                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances) type.newValue( obj ); }
2254                     
2255                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances newInstance() {
2256                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2257                     
2258                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances newInstance(org.apache.xmlbeans.XmlOptions options) {
2259                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2260                     
2261                     private Factory() { } 
2262                 }
2263             }
2264             
2265             
2266 
2267 
2268 
2269 
2270             public interface NumberLecturesDemos extends org.apache.xmlbeans.XmlInt
2271             {
2272                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2273                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberLecturesDemos.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberlecturesdemos8ba6elemtype");
2274                 
2275                 
2276 
2277 
2278 
2279                 
2280                 public static final class Factory
2281                 {
2282                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos newValue(java.lang.Object obj) {
2283                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos) type.newValue( obj ); }
2284                     
2285                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos newInstance() {
2286                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2287                     
2288                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos newInstance(org.apache.xmlbeans.XmlOptions options) {
2289                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2290                     
2291                     private Factory() { } 
2292                 }
2293             }
2294             
2295             
2296 
2297 
2298 
2299 
2300             public interface NumberExhibitions extends org.apache.xmlbeans.XmlInt
2301             {
2302                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2303                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberExhibitions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberexhibitionsd23delemtype");
2304                 
2305                 
2306 
2307 
2308 
2309                 
2310                 public static final class Factory
2311                 {
2312                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions newValue(java.lang.Object obj) {
2313                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions) type.newValue( obj ); }
2314                     
2315                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions newInstance() {
2316                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2317                     
2318                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions newInstance(org.apache.xmlbeans.XmlOptions options) {
2319                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2320                     
2321                     private Factory() { } 
2322                 }
2323             }
2324             
2325             
2326 
2327 
2328 
2329 
2330             public interface NumberBooksCatalogues extends org.apache.xmlbeans.XmlInt
2331             {
2332                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2333                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberBooksCatalogues.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberbookscataloguesa0cdelemtype");
2334                 
2335                 
2336 
2337 
2338 
2339                 
2340                 public static final class Factory
2341                 {
2342                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues newValue(java.lang.Object obj) {
2343                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues) type.newValue( obj ); }
2344                     
2345                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues newInstance() {
2346                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2347                     
2348                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues newInstance(org.apache.xmlbeans.XmlOptions options) {
2349                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2350                     
2351                     private Factory() { } 
2352                 }
2353             }
2354             
2355             
2356 
2357 
2358 
2359 
2360             public interface NumberArtworksRestored extends org.apache.xmlbeans.XmlInt
2361             {
2362                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2363                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtworksRestored.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartworksrestored820aelemtype");
2364                 
2365                 
2366 
2367 
2368 
2369                 
2370                 public static final class Factory
2371                 {
2372                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored newValue(java.lang.Object obj) {
2373                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored) type.newValue( obj ); }
2374                     
2375                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored newInstance() {
2376                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2377                     
2378                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored newInstance(org.apache.xmlbeans.XmlOptions options) {
2379                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2380                     
2381                     private Factory() { } 
2382                 }
2383             }
2384             
2385             
2386 
2387 
2388 
2389 
2390             public interface NumberArtworksDocumented extends org.apache.xmlbeans.XmlInt
2391             {
2392                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2393                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtworksDocumented.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartworksdocumented3d26elemtype");
2394                 
2395                 
2396 
2397 
2398 
2399                 
2400                 public static final class Factory
2401                 {
2402                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented newValue(java.lang.Object obj) {
2403                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented) type.newValue( obj ); }
2404                     
2405                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented newInstance() {
2406                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2407                     
2408                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented newInstance(org.apache.xmlbeans.XmlOptions options) {
2409                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2410                     
2411                     private Factory() { } 
2412                 }
2413             }
2414             
2415             
2416 
2417 
2418 
2419 
2420             public interface NumberArtistsResidencies extends org.apache.xmlbeans.XmlInt
2421             {
2422                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2423                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtistsResidencies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartistsresidenciesb0d3elemtype");
2424                 
2425                 
2426 
2427 
2428 
2429                 
2430                 public static final class Factory
2431                 {
2432                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies newValue(java.lang.Object obj) {
2433                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies) type.newValue( obj ); }
2434                     
2435                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies newInstance() {
2436                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2437                     
2438                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies newInstance(org.apache.xmlbeans.XmlOptions options) {
2439                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2440                     
2441                     private Factory() { } 
2442                 }
2443             }
2444             
2445             
2446 
2447 
2448 
2449 
2450             public interface NumberSchoolParticipate extends org.apache.xmlbeans.XmlInt
2451             {
2452                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2453                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberSchoolParticipate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberschoolparticipate31f7elemtype");
2454                 
2455                 
2456 
2457 
2458 
2459                 
2460                 public static final class Factory
2461                 {
2462                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate newValue(java.lang.Object obj) {
2463                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate) type.newValue( obj ); }
2464                     
2465                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate newInstance() {
2466                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2467                     
2468                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate newInstance(org.apache.xmlbeans.XmlOptions options) {
2469                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2470                     
2471                     private Factory() { } 
2472                 }
2473             }
2474             
2475             
2476 
2477 
2478 
2479 
2480             public interface NumberOrganizationPartners extends org.apache.xmlbeans.XmlInt
2481             {
2482                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2483                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberOrganizationPartners.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberorganizationpartnersece1elemtype");
2484                 
2485                 
2486 
2487 
2488 
2489                 
2490                 public static final class Factory
2491                 {
2492                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners newValue(java.lang.Object obj) {
2493                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners) type.newValue( obj ); }
2494                     
2495                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners newInstance() {
2496                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2497                     
2498                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners newInstance(org.apache.xmlbeans.XmlOptions options) {
2499                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2500                     
2501                     private Factory() { } 
2502                 }
2503             }
2504             
2505             
2506 
2507 
2508 
2509 
2510             public interface NumberApprenticeships extends org.apache.xmlbeans.XmlInt
2511             {
2512                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2513                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberApprenticeships.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberapprenticeships6a9belemtype");
2514                 
2515                 
2516 
2517 
2518 
2519                 
2520                 public static final class Factory
2521                 {
2522                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships newValue(java.lang.Object obj) {
2523                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships) type.newValue( obj ); }
2524                     
2525                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships newInstance() {
2526                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2527                     
2528                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships newInstance(org.apache.xmlbeans.XmlOptions options) {
2529                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2530                     
2531                     private Factory() { } 
2532                 }
2533             }
2534             
2535             
2536 
2537 
2538 
2539 
2540             public interface NumberBroadcastHrs extends org.apache.xmlbeans.XmlInt
2541             {
2542                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2543                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberBroadcastHrs.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberbroadcasthrsb8f7elemtype");
2544                 
2545                 
2546 
2547 
2548 
2549                 
2550                 public static final class Factory
2551                 {
2552                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs newValue(java.lang.Object obj) {
2553                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs) type.newValue( obj ); }
2554                     
2555                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs newInstance() {
2556                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2557                     
2558                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs newInstance(org.apache.xmlbeans.XmlOptions options) {
2559                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2560                     
2561                     private Factory() { } 
2562                 }
2563             }
2564             
2565             
2566 
2567 
2568 
2569             
2570             public static final class Factory
2571             {
2572                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup newInstance() {
2573                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2574                 
2575                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup newInstance(org.apache.xmlbeans.XmlOptions options) {
2576                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2577                 
2578                 private Factory() { } 
2579             }
2580         }
2581         
2582         
2583 
2584 
2585 
2586 
2587         public interface NumberGroup1 extends org.apache.xmlbeans.XmlObject
2588         {
2589             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2590                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberGroup1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numbergroup1140felemtype");
2591             
2592             
2593 
2594 
2595             int getNumberArtistsPartcipating();
2596             
2597             
2598 
2599 
2600             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating xgetNumberArtistsPartcipating();
2601             
2602             
2603 
2604 
2605             boolean isSetNumberArtistsPartcipating();
2606             
2607             
2608 
2609 
2610             void setNumberArtistsPartcipating(int numberArtistsPartcipating);
2611             
2612             
2613 
2614 
2615             void xsetNumberArtistsPartcipating(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating numberArtistsPartcipating);
2616             
2617             
2618 
2619 
2620             void unsetNumberArtistsPartcipating();
2621             
2622             
2623 
2624 
2625             int getNumberTeachersParticipating();
2626             
2627             
2628 
2629 
2630             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating xgetNumberTeachersParticipating();
2631             
2632             
2633 
2634 
2635             boolean isSetNumberTeachersParticipating();
2636             
2637             
2638 
2639 
2640             void setNumberTeachersParticipating(int numberTeachersParticipating);
2641             
2642             
2643 
2644 
2645             void xsetNumberTeachersParticipating(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating numberTeachersParticipating);
2646             
2647             
2648 
2649 
2650             void unsetNumberTeachersParticipating();
2651             
2652             
2653 
2654 
2655             int getNumberChildrenParticipating();
2656             
2657             
2658 
2659 
2660             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating xgetNumberChildrenParticipating();
2661             
2662             
2663 
2664 
2665             boolean isSetNumberChildrenParticipating();
2666             
2667             
2668 
2669 
2670             void setNumberChildrenParticipating(int numberChildrenParticipating);
2671             
2672             
2673 
2674 
2675             void xsetNumberChildrenParticipating(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating numberChildrenParticipating);
2676             
2677             
2678 
2679 
2680             void unsetNumberChildrenParticipating();
2681             
2682             
2683 
2684 
2685             int getNumberIndividualsBenefiting();
2686             
2687             
2688 
2689 
2690             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting xgetNumberIndividualsBenefiting();
2691             
2692             
2693 
2694 
2695             boolean isSetNumberIndividualsBenefiting();
2696             
2697             
2698 
2699 
2700             void setNumberIndividualsBenefiting(int numberIndividualsBenefiting);
2701             
2702             
2703 
2704 
2705             void xsetNumberIndividualsBenefiting(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting numberIndividualsBenefiting);
2706             
2707             
2708 
2709 
2710             void unsetNumberIndividualsBenefiting();
2711             
2712             
2713 
2714 
2715             int getNumberBroadcastAudience();
2716             
2717             
2718 
2719 
2720             gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience xgetNumberBroadcastAudience();
2721             
2722             
2723 
2724 
2725             boolean isSetNumberBroadcastAudience();
2726             
2727             
2728 
2729 
2730             void setNumberBroadcastAudience(int numberBroadcastAudience);
2731             
2732             
2733 
2734 
2735             void xsetNumberBroadcastAudience(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience numberBroadcastAudience);
2736             
2737             
2738 
2739 
2740             void unsetNumberBroadcastAudience();
2741             
2742             
2743 
2744 
2745 
2746 
2747             public interface NumberArtistsPartcipating extends org.apache.xmlbeans.XmlInt
2748             {
2749                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2750                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtistsPartcipating.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartistspartcipatingdc76elemtype");
2751                 
2752                 
2753 
2754 
2755 
2756                 
2757                 public static final class Factory
2758                 {
2759                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating newValue(java.lang.Object obj) {
2760                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating) type.newValue( obj ); }
2761                     
2762                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating newInstance() {
2763                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2764                     
2765                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating newInstance(org.apache.xmlbeans.XmlOptions options) {
2766                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2767                     
2768                     private Factory() { } 
2769                 }
2770             }
2771             
2772             
2773 
2774 
2775 
2776 
2777             public interface NumberTeachersParticipating extends org.apache.xmlbeans.XmlInt
2778             {
2779                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2780                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberTeachersParticipating.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberteachersparticipatingfe9celemtype");
2781                 
2782                 
2783 
2784 
2785 
2786                 
2787                 public static final class Factory
2788                 {
2789                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating newValue(java.lang.Object obj) {
2790                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating) type.newValue( obj ); }
2791                     
2792                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating newInstance() {
2793                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2794                     
2795                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating newInstance(org.apache.xmlbeans.XmlOptions options) {
2796                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2797                     
2798                     private Factory() { } 
2799                 }
2800             }
2801             
2802             
2803 
2804 
2805 
2806 
2807             public interface NumberChildrenParticipating extends org.apache.xmlbeans.XmlInt
2808             {
2809                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2810                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberChildrenParticipating.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberchildrenparticipating5eaeelemtype");
2811                 
2812                 
2813 
2814 
2815 
2816                 
2817                 public static final class Factory
2818                 {
2819                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating newValue(java.lang.Object obj) {
2820                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating) type.newValue( obj ); }
2821                     
2822                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating newInstance() {
2823                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2824                     
2825                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating newInstance(org.apache.xmlbeans.XmlOptions options) {
2826                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2827                     
2828                     private Factory() { } 
2829                 }
2830             }
2831             
2832             
2833 
2834 
2835 
2836 
2837             public interface NumberIndividualsBenefiting extends org.apache.xmlbeans.XmlInt
2838             {
2839                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2840                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberIndividualsBenefiting.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberindividualsbenefitingbf17elemtype");
2841                 
2842                 
2843 
2844 
2845 
2846                 
2847                 public static final class Factory
2848                 {
2849                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting newValue(java.lang.Object obj) {
2850                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting) type.newValue( obj ); }
2851                     
2852                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting newInstance() {
2853                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2854                     
2855                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting newInstance(org.apache.xmlbeans.XmlOptions options) {
2856                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2857                     
2858                     private Factory() { } 
2859                 }
2860             }
2861             
2862             
2863 
2864 
2865 
2866 
2867             public interface NumberBroadcastAudience extends org.apache.xmlbeans.XmlInt
2868             {
2869                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2870                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberBroadcastAudience.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberbroadcastaudienceeff7elemtype");
2871                 
2872                 
2873 
2874 
2875 
2876                 
2877                 public static final class Factory
2878                 {
2879                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience newValue(java.lang.Object obj) {
2880                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience) type.newValue( obj ); }
2881                     
2882                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience newInstance() {
2883                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2884                     
2885                     public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience newInstance(org.apache.xmlbeans.XmlOptions options) {
2886                       return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2887                     
2888                     private Factory() { } 
2889                 }
2890             }
2891             
2892             
2893 
2894 
2895 
2896             
2897             public static final class Factory
2898             {
2899                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 newInstance() {
2900                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2901                 
2902                 public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 newInstance(org.apache.xmlbeans.XmlOptions options) {
2903                   return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2904                 
2905                 private Factory() { } 
2906             }
2907         }
2908         
2909         
2910 
2911 
2912 
2913         
2914         public static final class Factory
2915         {
2916             public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization newInstance() {
2917               return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2918             
2919             public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization newInstance(org.apache.xmlbeans.XmlOptions options) {
2920               return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2921             
2922             private Factory() { } 
2923         }
2924     }
2925     
2926     
2927 
2928 
2929 
2930     
2931     public static final class Factory
2932     {
2933         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument newInstance() {
2934           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2935         
2936         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
2937           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2938         
2939         
2940         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
2941           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
2942         
2943         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2944           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
2945         
2946         
2947         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2948           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
2949         
2950         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2951           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
2952         
2953         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2954           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
2955         
2956         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2957           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
2958         
2959         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2960           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
2961         
2962         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2963           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
2964         
2965         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2966           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
2967         
2968         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2969           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
2970         
2971         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
2972           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
2973         
2974         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2975           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
2976         
2977         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
2978           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
2979         
2980         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2981           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
2982         
2983         
2984         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2985           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
2986         
2987         
2988         public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2989           return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
2990         
2991         
2992         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 {
2993           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
2994         
2995         
2996         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 {
2997           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
2998         
2999         private Factory() { } 
3000     }
3001 }