1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.form14204V10;
10  
11  
12  
13  
14  
15  
16  
17  public interface Form14204Document 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(Form14204Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form14204979ddoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 getForm14204();
26      
27      
28  
29  
30      void setForm14204(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 form14204);
31      
32      
33  
34  
35      gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 addNewForm14204();
36      
37      
38  
39  
40  
41  
42      public interface Form14204 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(Form14204.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form142042ee9elemtype");
46          
47          
48  
49  
50          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation getContactInformation();
51          
52          
53  
54  
55          void setContactInformation(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation contactInformation);
56          
57          
58  
59  
60          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation addNewContactInformation();
61          
62          
63  
64  
65          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation getAdministrativeInformation();
66          
67          
68  
69  
70          void setAdministrativeInformation(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation administrativeInformation);
71          
72          
73  
74  
75          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation addNewAdministrativeInformation();
76          
77          
78  
79  
80          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist getApplicationChecklist();
81          
82          
83  
84  
85          void setApplicationChecklist(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist applicationChecklist);
86          
87          
88  
89  
90          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist addNewApplicationChecklist();
91          
92          
93  
94  
95          java.lang.String getFormVersion();
96          
97          
98  
99  
100         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
101         
102         
103 
104 
105         void setFormVersion(java.lang.String formVersion);
106         
107         
108 
109 
110         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
111         
112         
113 
114 
115 
116 
117         public interface ContactInformation extends org.apache.xmlbeans.XmlObject
118         {
119             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
120                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contactinformationba91elemtype");
121             
122             
123 
124 
125             java.lang.String getOrganizationName();
126             
127             
128 
129 
130             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
131             
132             
133 
134 
135             void setOrganizationName(java.lang.String organizationName);
136             
137             
138 
139 
140             void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
141             
142             
143 
144 
145             gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress getOrganizationAddress();
146             
147             
148 
149 
150             void setOrganizationAddress(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress organizationAddress);
151             
152             
153 
154 
155             gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress addNewOrganizationAddress();
156             
157             
158 
159 
160             java.lang.String getPhoneNumber();
161             
162             
163 
164 
165             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhoneNumber();
166             
167             
168 
169 
170             void setPhoneNumber(java.lang.String phoneNumber);
171             
172             
173 
174 
175             void xsetPhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phoneNumber);
176             
177             
178 
179 
180             java.lang.String getFax();
181             
182             
183 
184 
185             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
186             
187             
188 
189 
190             boolean isSetFax();
191             
192             
193 
194 
195             void setFax(java.lang.String fax);
196             
197             
198 
199 
200             void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
201             
202             
203 
204 
205             void unsetFax();
206             
207             
208 
209 
210             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getPOCName();
211             
212             
213 
214 
215             void setPOCName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType pocName);
216             
217             
218 
219 
220             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewPOCName();
221             
222             
223 
224 
225             java.lang.String getTitle();
226             
227             
228 
229 
230             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
231             
232             
233 
234 
235             boolean isSetTitle();
236             
237             
238 
239 
240             void setTitle(java.lang.String title);
241             
242             
243 
244 
245             void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
246             
247             
248 
249 
250             void unsetTitle();
251             
252             
253 
254 
255             java.lang.String getEmail();
256             
257             
258 
259 
260             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
261             
262             
263 
264 
265             void setEmail(java.lang.String email);
266             
267             
268 
269 
270             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
271             
272             
273 
274 
275 
276 
277             public interface OrganizationAddress extends org.apache.xmlbeans.XmlObject
278             {
279                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
280                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationaddressea24elemtype");
281                 
282                 
283 
284 
285                 java.lang.String getStreet1();
286                 
287                 
288 
289 
290                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
291                 
292                 
293 
294 
295                 void setStreet1(java.lang.String street1);
296                 
297                 
298 
299 
300                 void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
301                 
302                 
303 
304 
305                 java.lang.String getStreet2();
306                 
307                 
308 
309 
310                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
311                 
312                 
313 
314 
315                 boolean isSetStreet2();
316                 
317                 
318 
319 
320                 void setStreet2(java.lang.String street2);
321                 
322                 
323 
324 
325                 void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
326                 
327                 
328 
329 
330                 void unsetStreet2();
331                 
332                 
333 
334 
335                 java.lang.String getCity();
336                 
337                 
338 
339 
340                 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
341                 
342                 
343 
344 
345                 void setCity(java.lang.String city);
346                 
347                 
348 
349 
350                 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
351                 
352                 
353 
354 
355                 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
356                 
357                 
358 
359 
360                 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
361                 
362                 
363 
364 
365                 boolean isSetState();
366                 
367                 
368 
369 
370                 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
371                 
372                 
373 
374 
375                 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
376                 
377                 
378 
379 
380                 void unsetState();
381                 
382                 
383 
384 
385                 java.lang.String getProvince();
386                 
387                 
388 
389 
390                 gov.grants.apply.system.globalLibraryV20.ProvinceDataType xgetProvince();
391                 
392                 
393 
394 
395                 boolean isSetProvince();
396                 
397                 
398 
399 
400                 void setProvince(java.lang.String province);
401                 
402                 
403 
404 
405                 void xsetProvince(gov.grants.apply.system.globalLibraryV20.ProvinceDataType province);
406                 
407                 
408 
409 
410                 void unsetProvince();
411                 
412                 
413 
414 
415                 gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum getCountry();
416                 
417                 
418 
419 
420                 gov.grants.apply.system.universalCodesV20.CountryCodeDataType xgetCountry();
421                 
422                 
423 
424 
425                 void setCountry(gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum country);
426                 
427                 
428 
429 
430                 void xsetCountry(gov.grants.apply.system.universalCodesV20.CountryCodeDataType country);
431                 
432                 
433 
434 
435                 java.lang.String getZipPostalCode();
436                 
437                 
438 
439 
440                 gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipPostalCode();
441                 
442                 
443 
444 
445                 boolean isSetZipPostalCode();
446                 
447                 
448 
449 
450                 void setZipPostalCode(java.lang.String zipPostalCode);
451                 
452                 
453 
454 
455                 void xsetZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipPostalCode);
456                 
457                 
458 
459 
460                 void unsetZipPostalCode();
461                 
462                 
463 
464 
465 
466                 
467                 public static final class Factory
468                 {
469                     public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress newInstance() {
470                       return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
471                     
472                     public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress newInstance(org.apache.xmlbeans.XmlOptions options) {
473                       return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
474                     
475                     private Factory() { } 
476                 }
477             }
478             
479             
480 
481 
482 
483             
484             public static final class Factory
485             {
486                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation newInstance() {
487                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
488                 
489                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
490                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
491                 
492                 private Factory() { } 
493             }
494         }
495         
496         
497 
498 
499 
500 
501         public interface AdministrativeInformation extends org.apache.xmlbeans.XmlObject
502         {
503             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
504                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdministrativeInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("administrativeinformation3a53elemtype");
505             
506             
507 
508 
509             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSAMRegistration();
510             
511             
512 
513 
514             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSAMRegistration();
515             
516             
517 
518 
519             void setSAMRegistration(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum samRegistration);
520             
521             
522 
523 
524             void xsetSAMRegistration(gov.grants.apply.system.globalLibraryV20.YesNoDataType samRegistration);
525             
526             
527 
528 
529             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMultiyearGrant();
530             
531             
532 
533 
534             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMultiyearGrant();
535             
536             
537 
538 
539             void setMultiyearGrant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum multiyearGrant);
540             
541             
542 
543 
544             void xsetMultiyearGrant(gov.grants.apply.system.globalLibraryV20.YesNoDataType multiyearGrant);
545             
546             
547 
548 
549             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckedEligible();
550             
551             
552 
553 
554             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckedEligible();
555             
556             
557 
558 
559             boolean isSetCheckedEligible();
560             
561             
562 
563 
564             void setCheckedEligible(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkedEligible);
565             
566             
567 
568 
569             void xsetCheckedEligible(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkedEligible);
570             
571             
572 
573 
574             void unsetCheckedEligible();
575             
576             
577 
578 
579 
580             
581             public static final class Factory
582             {
583                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation newInstance() {
584                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
585                 
586                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
587                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
588                 
589                 private Factory() { } 
590             }
591         }
592         
593         
594 
595 
596 
597 
598         public interface ApplicationChecklist extends org.apache.xmlbeans.XmlObject
599         {
600             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
601                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationchecklist73dbelemtype");
602             
603             
604 
605 
606             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForm14204();
607             
608             
609 
610 
611             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForm14204();
612             
613             
614 
615 
616             void setForm14204(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum form14204);
617             
618             
619 
620 
621             void xsetForm14204(gov.grants.apply.system.globalLibraryV20.YesNoDataType form14204);
622             
623             
624 
625 
626             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBackgroundNarrative();
627             
628             
629 
630 
631             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBackgroundNarrative();
632             
633             
634 
635 
636             void setBackgroundNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum backgroundNarrative);
637             
638             
639 
640 
641             void xsetBackgroundNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType backgroundNarrative);
642             
643             
644 
645 
646             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonprofitStatus();
647             
648             
649 
650 
651             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonprofitStatus();
652             
653             
654 
655 
656             void setNonprofitStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonprofitStatus);
657             
658             
659 
660 
661             void xsetNonprofitStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonprofitStatus);
662             
663             
664 
665 
666             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExplanationFederalTax();
667             
668             
669 
670 
671             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExplanationFederalTax();
672             
673             
674 
675 
676             boolean isSetExplanationFederalTax();
677             
678             
679 
680 
681             void setExplanationFederalTax(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum explanationFederalTax);
682             
683             
684 
685 
686             void xsetExplanationFederalTax(gov.grants.apply.system.globalLibraryV20.YesNoDataType explanationFederalTax);
687             
688             
689 
690 
691             void unsetExplanationFederalTax();
692             
693             
694 
695 
696             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProgramBudgetPlan();
697             
698             
699 
700 
701             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProgramBudgetPlan();
702             
703             
704 
705 
706             void setProgramBudgetPlan(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum programBudgetPlan);
707             
708             
709 
710 
711             void xsetProgramBudgetPlan(gov.grants.apply.system.globalLibraryV20.YesNoDataType programBudgetPlan);
712             
713             
714 
715 
716             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForm8653();
717             
718             
719 
720 
721             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForm8653();
722             
723             
724 
725 
726             void setForm8653(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum form8653);
727             
728             
729 
730 
731             void xsetForm8653(gov.grants.apply.system.globalLibraryV20.YesNoDataType form8653);
732             
733             
734 
735 
736             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStandardForm424();
737             
738             
739 
740 
741             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStandardForm424();
742             
743             
744 
745 
746             void setStandardForm424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum standardForm424);
747             
748             
749 
750 
751             void xsetStandardForm424(gov.grants.apply.system.globalLibraryV20.YesNoDataType standardForm424);
752             
753             
754 
755 
756             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCivilRightsNarrative();
757             
758             
759 
760 
761             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCivilRightsNarrative();
762             
763             
764 
765 
766             void setCivilRightsNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum civilRightsNarrative);
767             
768             
769 
770 
771             void xsetCivilRightsNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType civilRightsNarrative);
772             
773             
774 
775 
776             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStandardFormLLL();
777             
778             
779 
780 
781             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStandardFormLLL();
782             
783             
784 
785 
786             boolean isSetStandardFormLLL();
787             
788             
789 
790 
791             void setStandardFormLLL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum standardFormLLL);
792             
793             
794 
795 
796             void xsetStandardFormLLL(gov.grants.apply.system.globalLibraryV20.YesNoDataType standardFormLLL);
797             
798             
799 
800 
801             void unsetStandardFormLLL();
802             
803             
804 
805 
806             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOMBCircularA133();
807             
808             
809 
810 
811             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOMBCircularA133();
812             
813             
814 
815 
816             boolean isSetOMBCircularA133();
817             
818             
819 
820 
821             void setOMBCircularA133(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ombCircularA133);
822             
823             
824 
825 
826             void xsetOMBCircularA133(gov.grants.apply.system.globalLibraryV20.YesNoDataType ombCircularA133);
827             
828             
829 
830 
831             void unsetOMBCircularA133();
832             
833             
834 
835 
836 
837             
838             public static final class Factory
839             {
840                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist newInstance() {
841                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
842                 
843                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
844                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
845                 
846                 private Factory() { } 
847             }
848         }
849         
850         
851 
852 
853 
854         
855         public static final class Factory
856         {
857             public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 newInstance() {
858               return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
859             
860             public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 newInstance(org.apache.xmlbeans.XmlOptions options) {
861               return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
862             
863             private Factory() { } 
864         }
865     }
866     
867     
868 
869 
870 
871     
872     public static final class Factory
873     {
874         public static gov.grants.apply.forms.form14204V10.Form14204Document newInstance() {
875           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
876         
877         public static gov.grants.apply.forms.form14204V10.Form14204Document newInstance(org.apache.xmlbeans.XmlOptions options) {
878           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
879         
880         
881         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
882           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
883         
884         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
885           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
886         
887         
888         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
889           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
890         
891         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
892           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
893         
894         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
895           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
896         
897         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
898           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
899         
900         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
901           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
902         
903         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
904           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
905         
906         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
907           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
908         
909         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
910           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
911         
912         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
913           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
914         
915         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
916           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
917         
918         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
919           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
920         
921         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
922           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
923         
924         
925         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
926           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
927         
928         
929         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
930           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
931         
932         
933         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 {
934           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
935         
936         
937         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 {
938           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
939         
940         private Factory() { } 
941     }
942 }