1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.sf424V20;
10  
11  
12  
13  
14  
15  
16  
17  public interface SF424Document 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(SF424Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424da64doctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.sf424V20.SF424Document.SF424 getSF424();
26      
27      
28  
29  
30      void setSF424(gov.grants.apply.forms.sf424V20.SF424Document.SF424 sf424);
31      
32      
33  
34  
35      gov.grants.apply.forms.sf424V20.SF424Document.SF424 addNewSF424();
36      
37      
38  
39  
40  
41  
42      public interface SF424 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(SF424.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf4249995elemtype");
46          
47          
48  
49  
50          gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType.Enum getSubmissionType();
51          
52          
53  
54  
55          gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType xgetSubmissionType();
56          
57          
58  
59  
60          void setSubmissionType(gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType.Enum submissionType);
61          
62          
63  
64  
65          void xsetSubmissionType(gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType submissionType);
66          
67          
68  
69  
70          gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType.Enum getApplicationType();
71          
72          
73  
74  
75          gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType xgetApplicationType();
76          
77          
78  
79  
80          void setApplicationType(gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType.Enum applicationType);
81          
82          
83  
84  
85          void xsetApplicationType(gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType applicationType);
86          
87          
88  
89  
90          gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType.Enum getRevisionType();
91          
92          
93  
94  
95          gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType xgetRevisionType();
96          
97          
98  
99  
100         boolean isSetRevisionType();
101         
102         
103 
104 
105         void setRevisionType(gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType.Enum revisionType);
106         
107         
108 
109 
110         void xsetRevisionType(gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType revisionType);
111         
112         
113 
114 
115         void unsetRevisionType();
116         
117         
118 
119 
120         java.lang.String getRevisionOtherSpecify();
121         
122         
123 
124 
125         gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify xgetRevisionOtherSpecify();
126         
127         
128 
129 
130         boolean isSetRevisionOtherSpecify();
131         
132         
133 
134 
135         void setRevisionOtherSpecify(java.lang.String revisionOtherSpecify);
136         
137         
138 
139 
140         void xsetRevisionOtherSpecify(gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify revisionOtherSpecify);
141         
142         
143 
144 
145         void unsetRevisionOtherSpecify();
146         
147         
148 
149 
150         java.util.Calendar getDateReceived();
151         
152         
153 
154 
155         org.apache.xmlbeans.XmlDate xgetDateReceived();
156         
157         
158 
159 
160         void setDateReceived(java.util.Calendar dateReceived);
161         
162         
163 
164 
165         void xsetDateReceived(org.apache.xmlbeans.XmlDate dateReceived);
166         
167         
168 
169 
170         java.lang.String getApplicantID();
171         
172         
173 
174 
175         gov.grants.apply.system.globalLibraryV20.ApplicantIDDataType xgetApplicantID();
176         
177         
178 
179 
180         boolean isSetApplicantID();
181         
182         
183 
184 
185         void setApplicantID(java.lang.String applicantID);
186         
187         
188 
189 
190         void xsetApplicantID(gov.grants.apply.system.globalLibraryV20.ApplicantIDDataType applicantID);
191         
192         
193 
194 
195         void unsetApplicantID();
196         
197         
198 
199 
200         java.lang.String getFederalEntityIdentifier();
201         
202         
203 
204 
205         gov.grants.apply.system.globalLibraryV20.FederalIDDataType xgetFederalEntityIdentifier();
206         
207         
208 
209 
210         boolean isSetFederalEntityIdentifier();
211         
212         
213 
214 
215         void setFederalEntityIdentifier(java.lang.String federalEntityIdentifier);
216         
217         
218 
219 
220         void xsetFederalEntityIdentifier(gov.grants.apply.system.globalLibraryV20.FederalIDDataType federalEntityIdentifier);
221         
222         
223 
224 
225         void unsetFederalEntityIdentifier();
226         
227         
228 
229 
230         java.lang.String getFederalAwardIdentifier();
231         
232         
233 
234 
235         gov.grants.apply.system.globalLibraryV20.ProjectAwardNumberDataType xgetFederalAwardIdentifier();
236         
237         
238 
239 
240         boolean isSetFederalAwardIdentifier();
241         
242         
243 
244 
245         void setFederalAwardIdentifier(java.lang.String federalAwardIdentifier);
246         
247         
248 
249 
250         void xsetFederalAwardIdentifier(gov.grants.apply.system.globalLibraryV20.ProjectAwardNumberDataType federalAwardIdentifier);
251         
252         
253 
254 
255         void unsetFederalAwardIdentifier();
256         
257         
258 
259 
260         java.util.Calendar getStateReceiveDate();
261         
262         
263 
264 
265         org.apache.xmlbeans.XmlDate xgetStateReceiveDate();
266         
267         
268 
269 
270         boolean isSetStateReceiveDate();
271         
272         
273 
274 
275         void setStateReceiveDate(java.util.Calendar stateReceiveDate);
276         
277         
278 
279 
280         void xsetStateReceiveDate(org.apache.xmlbeans.XmlDate stateReceiveDate);
281         
282         
283 
284 
285         void unsetStateReceiveDate();
286         
287         
288 
289 
290         java.lang.String getStateApplicationID();
291         
292         
293 
294 
295         gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID xgetStateApplicationID();
296         
297         
298 
299 
300         boolean isSetStateApplicationID();
301         
302         
303 
304 
305         void setStateApplicationID(java.lang.String stateApplicationID);
306         
307         
308 
309 
310         void xsetStateApplicationID(gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID stateApplicationID);
311         
312         
313 
314 
315         void unsetStateApplicationID();
316         
317         
318 
319 
320         java.lang.String getOrganizationName();
321         
322         
323 
324 
325         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
326         
327         
328 
329 
330         void setOrganizationName(java.lang.String organizationName);
331         
332         
333 
334 
335         void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
336         
337         
338 
339 
340         java.lang.String getEmployerTaxpayerIdentificationNumber();
341         
342         
343 
344 
345         gov.grants.apply.system.globalLibraryV20.EmployerIDDataType xgetEmployerTaxpayerIdentificationNumber();
346         
347         
348 
349 
350         void setEmployerTaxpayerIdentificationNumber(java.lang.String employerTaxpayerIdentificationNumber);
351         
352         
353 
354 
355         void xsetEmployerTaxpayerIdentificationNumber(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType employerTaxpayerIdentificationNumber);
356         
357         
358 
359 
360         java.lang.String getDUNSNumber();
361         
362         
363 
364 
365         gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSNumber();
366         
367         
368 
369 
370         void setDUNSNumber(java.lang.String dunsNumber);
371         
372         
373 
374 
375         void xsetDUNSNumber(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsNumber);
376         
377         
378 
379 
380         gov.grants.apply.system.globalLibraryV20.AddressDataType getApplicant();
381         
382         
383 
384 
385         void setApplicant(gov.grants.apply.system.globalLibraryV20.AddressDataType applicant);
386         
387         
388 
389 
390         gov.grants.apply.system.globalLibraryV20.AddressDataType addNewApplicant();
391         
392         
393 
394 
395         java.lang.String getDepartmentName();
396         
397         
398 
399 
400         gov.grants.apply.system.globalLibraryV20.DepartmentNameDataType xgetDepartmentName();
401         
402         
403 
404 
405         boolean isSetDepartmentName();
406         
407         
408 
409 
410         void setDepartmentName(java.lang.String departmentName);
411         
412         
413 
414 
415         void xsetDepartmentName(gov.grants.apply.system.globalLibraryV20.DepartmentNameDataType departmentName);
416         
417         
418 
419 
420         void unsetDepartmentName();
421         
422         
423 
424 
425         java.lang.String getDivisionName();
426         
427         
428 
429 
430         gov.grants.apply.system.globalLibraryV20.DivisionNameDataType xgetDivisionName();
431         
432         
433 
434 
435         boolean isSetDivisionName();
436         
437         
438 
439 
440         void setDivisionName(java.lang.String divisionName);
441         
442         
443 
444 
445         void xsetDivisionName(gov.grants.apply.system.globalLibraryV20.DivisionNameDataType divisionName);
446         
447         
448 
449 
450         void unsetDivisionName();
451         
452         
453 
454 
455         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getContactPerson();
456         
457         
458 
459 
460         boolean isSetContactPerson();
461         
462         
463 
464 
465         void setContactPerson(gov.grants.apply.system.globalLibraryV20.HumanNameDataType contactPerson);
466         
467         
468 
469 
470         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewContactPerson();
471         
472         
473 
474 
475         void unsetContactPerson();
476         
477         
478 
479 
480         java.lang.String getTitle();
481         
482         
483 
484 
485         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
486         
487         
488 
489 
490         boolean isSetTitle();
491         
492         
493 
494 
495         void setTitle(java.lang.String title);
496         
497         
498 
499 
500         void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
501         
502         
503 
504 
505         void unsetTitle();
506         
507         
508 
509 
510         java.lang.String getOrganizationAffiliation();
511         
512         
513 
514 
515         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationAffiliation();
516         
517         
518 
519 
520         boolean isSetOrganizationAffiliation();
521         
522         
523 
524 
525         void setOrganizationAffiliation(java.lang.String organizationAffiliation);
526         
527         
528 
529 
530         void xsetOrganizationAffiliation(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationAffiliation);
531         
532         
533 
534 
535         void unsetOrganizationAffiliation();
536         
537         
538 
539 
540         java.lang.String getPhoneNumber();
541         
542         
543 
544 
545         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhoneNumber();
546         
547         
548 
549 
550         void setPhoneNumber(java.lang.String phoneNumber);
551         
552         
553 
554 
555         void xsetPhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phoneNumber);
556         
557         
558 
559 
560         java.lang.String getFax();
561         
562         
563 
564 
565         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
566         
567         
568 
569 
570         boolean isSetFax();
571         
572         
573 
574 
575         void setFax(java.lang.String fax);
576         
577         
578 
579 
580         void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
581         
582         
583 
584 
585         void unsetFax();
586         
587         
588 
589 
590         java.lang.String getEmail();
591         
592         
593 
594 
595         gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
596         
597         
598 
599 
600         void setEmail(java.lang.String email);
601         
602         
603 
604 
605         void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
606         
607         
608 
609 
610         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantTypeCode1();
611         
612         
613 
614 
615         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantTypeCode1();
616         
617         
618 
619 
620         void setApplicantTypeCode1(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantTypeCode1);
621         
622         
623 
624 
625         void xsetApplicantTypeCode1(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantTypeCode1);
626         
627         
628 
629 
630         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantTypeCode2();
631         
632         
633 
634 
635         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantTypeCode2();
636         
637         
638 
639 
640         boolean isSetApplicantTypeCode2();
641         
642         
643 
644 
645         void setApplicantTypeCode2(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantTypeCode2);
646         
647         
648 
649 
650         void xsetApplicantTypeCode2(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantTypeCode2);
651         
652         
653 
654 
655         void unsetApplicantTypeCode2();
656         
657         
658 
659 
660         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantTypeCode3();
661         
662         
663 
664 
665         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantTypeCode3();
666         
667         
668 
669 
670         boolean isSetApplicantTypeCode3();
671         
672         
673 
674 
675         void setApplicantTypeCode3(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantTypeCode3);
676         
677         
678 
679 
680         void xsetApplicantTypeCode3(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantTypeCode3);
681         
682         
683 
684 
685         void unsetApplicantTypeCode3();
686         
687         
688 
689 
690         java.lang.String getApplicantTypeOtherSpecify();
691         
692         
693 
694 
695         gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify xgetApplicantTypeOtherSpecify();
696         
697         
698 
699 
700         boolean isSetApplicantTypeOtherSpecify();
701         
702         
703 
704 
705         void setApplicantTypeOtherSpecify(java.lang.String applicantTypeOtherSpecify);
706         
707         
708 
709 
710         void xsetApplicantTypeOtherSpecify(gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify applicantTypeOtherSpecify);
711         
712         
713 
714 
715         void unsetApplicantTypeOtherSpecify();
716         
717         
718 
719 
720         java.lang.String getAgencyName();
721         
722         
723 
724 
725         gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
726         
727         
728 
729 
730         void setAgencyName(java.lang.String agencyName);
731         
732         
733 
734 
735         void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
736         
737         
738 
739 
740         java.lang.String getCFDANumber();
741         
742         
743 
744 
745         gov.grants.apply.system.globalLibraryV20.CFDANumberDataType xgetCFDANumber();
746         
747         
748 
749 
750         boolean isSetCFDANumber();
751         
752         
753 
754 
755         void setCFDANumber(java.lang.String cfdaNumber);
756         
757         
758 
759 
760         void xsetCFDANumber(gov.grants.apply.system.globalLibraryV20.CFDANumberDataType cfdaNumber);
761         
762         
763 
764 
765         void unsetCFDANumber();
766         
767         
768 
769 
770         java.lang.String getCFDAProgramTitle();
771         
772         
773 
774 
775         gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetCFDAProgramTitle();
776         
777         
778 
779 
780         boolean isSetCFDAProgramTitle();
781         
782         
783 
784 
785         void setCFDAProgramTitle(java.lang.String cfdaProgramTitle);
786         
787         
788 
789 
790         void xsetCFDAProgramTitle(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType cfdaProgramTitle);
791         
792         
793 
794 
795         void unsetCFDAProgramTitle();
796         
797         
798 
799 
800         java.lang.String getFundingOpportunityNumber();
801         
802         
803 
804 
805         gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType xgetFundingOpportunityNumber();
806         
807         
808 
809 
810         void setFundingOpportunityNumber(java.lang.String fundingOpportunityNumber);
811         
812         
813 
814 
815         void xsetFundingOpportunityNumber(gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType fundingOpportunityNumber);
816         
817         
818 
819 
820         java.lang.String getFundingOpportunityTitle();
821         
822         
823 
824 
825         gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType xgetFundingOpportunityTitle();
826         
827         
828 
829 
830         void setFundingOpportunityTitle(java.lang.String fundingOpportunityTitle);
831         
832         
833 
834 
835         void xsetFundingOpportunityTitle(gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType fundingOpportunityTitle);
836         
837         
838 
839 
840         java.lang.String getCompetitionIdentificationNumber();
841         
842         
843 
844 
845         gov.grants.apply.system.globalLibraryV20.CompetitionIDDataType xgetCompetitionIdentificationNumber();
846         
847         
848 
849 
850         boolean isSetCompetitionIdentificationNumber();
851         
852         
853 
854 
855         void setCompetitionIdentificationNumber(java.lang.String competitionIdentificationNumber);
856         
857         
858 
859 
860         void xsetCompetitionIdentificationNumber(gov.grants.apply.system.globalLibraryV20.CompetitionIDDataType competitionIdentificationNumber);
861         
862         
863 
864 
865         void unsetCompetitionIdentificationNumber();
866         
867         
868 
869 
870         java.lang.String getCompetitionIdentificationTitle();
871         
872         
873 
874 
875         gov.grants.apply.system.globalLibraryV20.CompetitionTitleDataType xgetCompetitionIdentificationTitle();
876         
877         
878 
879 
880         boolean isSetCompetitionIdentificationTitle();
881         
882         
883 
884 
885         void setCompetitionIdentificationTitle(java.lang.String competitionIdentificationTitle);
886         
887         
888 
889 
890         void xsetCompetitionIdentificationTitle(gov.grants.apply.system.globalLibraryV20.CompetitionTitleDataType competitionIdentificationTitle);
891         
892         
893 
894 
895         void unsetCompetitionIdentificationTitle();
896         
897         
898 
899 
900         java.lang.String getAffectedAreas();
901         
902         
903 
904 
905         gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas xgetAffectedAreas();
906         
907         
908 
909 
910         boolean isSetAffectedAreas();
911         
912         
913 
914 
915         void setAffectedAreas(java.lang.String affectedAreas);
916         
917         
918 
919 
920         void xsetAffectedAreas(gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas affectedAreas);
921         
922         
923 
924 
925         void unsetAffectedAreas();
926         
927         
928 
929 
930         java.lang.String getProjectTitle();
931         
932         
933 
934 
935         gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
936         
937         
938 
939 
940         void setProjectTitle(java.lang.String projectTitle);
941         
942         
943 
944 
945         void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
946         
947         
948 
949 
950         gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAdditionalProjectTitle();
951         
952         
953 
954 
955         boolean isSetAdditionalProjectTitle();
956         
957         
958 
959 
960         void setAdditionalProjectTitle(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType additionalProjectTitle);
961         
962         
963 
964 
965         gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAdditionalProjectTitle();
966         
967         
968 
969 
970         void unsetAdditionalProjectTitle();
971         
972         
973 
974 
975         java.lang.String getCongressionalDistrictApplicant();
976         
977         
978 
979 
980         gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
981         
982         
983 
984 
985         void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
986         
987         
988 
989 
990         void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
991         
992         
993 
994 
995         java.lang.String getCongressionalDistrictProgramProject();
996         
997         
998 
999 
1000         gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictProgramProject();
1001         
1002         
1003 
1004 
1005         void setCongressionalDistrictProgramProject(java.lang.String congressionalDistrictProgramProject);
1006         
1007         
1008 
1009 
1010         void xsetCongressionalDistrictProgramProject(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictProgramProject);
1011         
1012         
1013 
1014 
1015         gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAdditionalCongressionalDistricts();
1016         
1017         
1018 
1019 
1020         boolean isSetAdditionalCongressionalDistricts();
1021         
1022         
1023 
1024 
1025         void setAdditionalCongressionalDistricts(gov.grants.apply.system.attachmentsV10.AttachedFileDataType additionalCongressionalDistricts);
1026         
1027         
1028 
1029 
1030         gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAdditionalCongressionalDistricts();
1031         
1032         
1033 
1034 
1035         void unsetAdditionalCongressionalDistricts();
1036         
1037         
1038 
1039 
1040         java.util.Calendar getProjectStartDate();
1041         
1042         
1043 
1044 
1045         org.apache.xmlbeans.XmlDate xgetProjectStartDate();
1046         
1047         
1048 
1049 
1050         void setProjectStartDate(java.util.Calendar projectStartDate);
1051         
1052         
1053 
1054 
1055         void xsetProjectStartDate(org.apache.xmlbeans.XmlDate projectStartDate);
1056         
1057         
1058 
1059 
1060         java.util.Calendar getProjectEndDate();
1061         
1062         
1063 
1064 
1065         org.apache.xmlbeans.XmlDate xgetProjectEndDate();
1066         
1067         
1068 
1069 
1070         void setProjectEndDate(java.util.Calendar projectEndDate);
1071         
1072         
1073 
1074 
1075         void xsetProjectEndDate(org.apache.xmlbeans.XmlDate projectEndDate);
1076         
1077         
1078 
1079 
1080         java.math.BigDecimal getFederalEstimatedFunding();
1081         
1082         
1083 
1084 
1085         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalEstimatedFunding();
1086         
1087         
1088 
1089 
1090         void setFederalEstimatedFunding(java.math.BigDecimal federalEstimatedFunding);
1091         
1092         
1093 
1094 
1095         void xsetFederalEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalEstimatedFunding);
1096         
1097         
1098 
1099 
1100         java.math.BigDecimal getApplicantEstimatedFunding();
1101         
1102         
1103 
1104 
1105         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetApplicantEstimatedFunding();
1106         
1107         
1108 
1109 
1110         void setApplicantEstimatedFunding(java.math.BigDecimal applicantEstimatedFunding);
1111         
1112         
1113 
1114 
1115         void xsetApplicantEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType applicantEstimatedFunding);
1116         
1117         
1118 
1119 
1120         java.math.BigDecimal getStateEstimatedFunding();
1121         
1122         
1123 
1124 
1125         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetStateEstimatedFunding();
1126         
1127         
1128 
1129 
1130         void setStateEstimatedFunding(java.math.BigDecimal stateEstimatedFunding);
1131         
1132         
1133 
1134 
1135         void xsetStateEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType stateEstimatedFunding);
1136         
1137         
1138 
1139 
1140         java.math.BigDecimal getLocalEstimatedFunding();
1141         
1142         
1143 
1144 
1145         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetLocalEstimatedFunding();
1146         
1147         
1148 
1149 
1150         void setLocalEstimatedFunding(java.math.BigDecimal localEstimatedFunding);
1151         
1152         
1153 
1154 
1155         void xsetLocalEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType localEstimatedFunding);
1156         
1157         
1158 
1159 
1160         java.math.BigDecimal getOtherEstimatedFunding();
1161         
1162         
1163 
1164 
1165         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetOtherEstimatedFunding();
1166         
1167         
1168 
1169 
1170         void setOtherEstimatedFunding(java.math.BigDecimal otherEstimatedFunding);
1171         
1172         
1173 
1174 
1175         void xsetOtherEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType otherEstimatedFunding);
1176         
1177         
1178 
1179 
1180         java.math.BigDecimal getProgramIncomeEstimatedFunding();
1181         
1182         
1183 
1184 
1185         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetProgramIncomeEstimatedFunding();
1186         
1187         
1188 
1189 
1190         void setProgramIncomeEstimatedFunding(java.math.BigDecimal programIncomeEstimatedFunding);
1191         
1192         
1193 
1194 
1195         void xsetProgramIncomeEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType programIncomeEstimatedFunding);
1196         
1197         
1198 
1199 
1200         java.math.BigDecimal getTotalEstimatedFunding();
1201         
1202         
1203 
1204 
1205         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalEstimatedFunding();
1206         
1207         
1208 
1209 
1210         void setTotalEstimatedFunding(java.math.BigDecimal totalEstimatedFunding);
1211         
1212         
1213 
1214 
1215         void xsetTotalEstimatedFunding(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalEstimatedFunding);
1216         
1217         
1218 
1219 
1220         gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview.Enum getStateReview();
1221         
1222         
1223 
1224 
1225         gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview xgetStateReview();
1226         
1227         
1228 
1229 
1230         void setStateReview(gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview.Enum stateReview);
1231         
1232         
1233 
1234 
1235         void xsetStateReview(gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview stateReview);
1236         
1237         
1238 
1239 
1240         java.util.Calendar getStateReviewAvailableDate();
1241         
1242         
1243 
1244 
1245         org.apache.xmlbeans.XmlDate xgetStateReviewAvailableDate();
1246         
1247         
1248 
1249 
1250         boolean isSetStateReviewAvailableDate();
1251         
1252         
1253 
1254 
1255         void setStateReviewAvailableDate(java.util.Calendar stateReviewAvailableDate);
1256         
1257         
1258 
1259 
1260         void xsetStateReviewAvailableDate(org.apache.xmlbeans.XmlDate stateReviewAvailableDate);
1261         
1262         
1263 
1264 
1265         void unsetStateReviewAvailableDate();
1266         
1267         
1268 
1269 
1270         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDelinquentFederalDebt();
1271         
1272         
1273 
1274 
1275         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDelinquentFederalDebt();
1276         
1277         
1278 
1279 
1280         void setDelinquentFederalDebt(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum delinquentFederalDebt);
1281         
1282         
1283 
1284 
1285         void xsetDelinquentFederalDebt(gov.grants.apply.system.globalLibraryV20.YesNoDataType delinquentFederalDebt);
1286         
1287         
1288 
1289 
1290         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCertificationAgree();
1291         
1292         
1293 
1294 
1295         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCertificationAgree();
1296         
1297         
1298 
1299 
1300         void setCertificationAgree(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum certificationAgree);
1301         
1302         
1303 
1304 
1305         void xsetCertificationAgree(gov.grants.apply.system.globalLibraryV20.YesNoDataType certificationAgree);
1306         
1307         
1308 
1309 
1310         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentative();
1311         
1312         
1313 
1314 
1315         void setAuthorizedRepresentative(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentative);
1316         
1317         
1318 
1319 
1320         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentative();
1321         
1322         
1323 
1324 
1325         java.lang.String getAuthorizedRepresentativeTitle();
1326         
1327         
1328 
1329 
1330         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
1331         
1332         
1333 
1334 
1335         void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
1336         
1337         
1338 
1339 
1340         void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType authorizedRepresentativeTitle);
1341         
1342         
1343 
1344 
1345         java.lang.String getAuthorizedRepresentativePhoneNumber();
1346         
1347         
1348 
1349 
1350         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativePhoneNumber();
1351         
1352         
1353 
1354 
1355         void setAuthorizedRepresentativePhoneNumber(java.lang.String authorizedRepresentativePhoneNumber);
1356         
1357         
1358 
1359 
1360         void xsetAuthorizedRepresentativePhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativePhoneNumber);
1361         
1362         
1363 
1364 
1365         java.lang.String getAuthorizedRepresentativeEmail();
1366         
1367         
1368 
1369 
1370         gov.grants.apply.system.globalLibraryV20.EmailDataType xgetAuthorizedRepresentativeEmail();
1371         
1372         
1373 
1374 
1375         void setAuthorizedRepresentativeEmail(java.lang.String authorizedRepresentativeEmail);
1376         
1377         
1378 
1379 
1380         void xsetAuthorizedRepresentativeEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType authorizedRepresentativeEmail);
1381         
1382         
1383 
1384 
1385         java.lang.String getAuthorizedRepresentativeFax();
1386         
1387         
1388 
1389 
1390         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativeFax();
1391         
1392         
1393 
1394 
1395         boolean isSetAuthorizedRepresentativeFax();
1396         
1397         
1398 
1399 
1400         void setAuthorizedRepresentativeFax(java.lang.String authorizedRepresentativeFax);
1401         
1402         
1403 
1404 
1405         void xsetAuthorizedRepresentativeFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativeFax);
1406         
1407         
1408 
1409 
1410         void unsetAuthorizedRepresentativeFax();
1411         
1412         
1413 
1414 
1415         java.lang.String getAORSignature();
1416         
1417         
1418 
1419 
1420         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature();
1421         
1422         
1423 
1424 
1425         void setAORSignature(java.lang.String aorSignature);
1426         
1427         
1428 
1429 
1430         void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature);
1431         
1432         
1433 
1434 
1435         java.util.Calendar getDateSigned();
1436         
1437         
1438 
1439 
1440         org.apache.xmlbeans.XmlDate xgetDateSigned();
1441         
1442         
1443 
1444 
1445         void setDateSigned(java.util.Calendar dateSigned);
1446         
1447         
1448 
1449 
1450         void xsetDateSigned(org.apache.xmlbeans.XmlDate dateSigned);
1451         
1452         
1453 
1454 
1455         java.lang.String getDelinquentFederalDebtExplanation();
1456         
1457         
1458 
1459 
1460         gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation xgetDelinquentFederalDebtExplanation();
1461         
1462         
1463 
1464 
1465         boolean isSetDelinquentFederalDebtExplanation();
1466         
1467         
1468 
1469 
1470         void setDelinquentFederalDebtExplanation(java.lang.String delinquentFederalDebtExplanation);
1471         
1472         
1473 
1474 
1475         void xsetDelinquentFederalDebtExplanation(gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation delinquentFederalDebtExplanation);
1476         
1477         
1478 
1479 
1480         void unsetDelinquentFederalDebtExplanation();
1481         
1482         
1483 
1484 
1485         java.lang.String getFormVersion();
1486         
1487         
1488 
1489 
1490         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
1491         
1492         
1493 
1494 
1495         void setFormVersion(java.lang.String formVersion);
1496         
1497         
1498 
1499 
1500         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
1501         
1502         
1503 
1504 
1505 
1506 
1507         public interface SubmissionType extends org.apache.xmlbeans.XmlString
1508         {
1509             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1510                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubmissionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("submissiontype3073elemtype");
1511             
1512             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1513             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1514             
1515             static final Enum PREAPPLICATION = Enum.forString("Preapplication");
1516             static final Enum APPLICATION = Enum.forString("Application");
1517             static final Enum CHANGED_CORRECTED_APPLICATION = Enum.forString("Changed/Corrected Application");
1518             
1519             static final int INT_PREAPPLICATION = Enum.INT_PREAPPLICATION;
1520             static final int INT_APPLICATION = Enum.INT_APPLICATION;
1521             static final int INT_CHANGED_CORRECTED_APPLICATION = Enum.INT_CHANGED_CORRECTED_APPLICATION;
1522             
1523             
1524 
1525 
1526 
1527 
1528 
1529 
1530 
1531 
1532 
1533 
1534 
1535 
1536 
1537 
1538             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1539             {
1540                 
1541 
1542 
1543                 public static Enum forString(java.lang.String s)
1544                     { return (Enum)table.forString(s); }
1545                 
1546 
1547 
1548                 public static Enum forInt(int i)
1549                     { return (Enum)table.forInt(i); }
1550                 
1551                 private Enum(java.lang.String s, int i)
1552                     { super(s, i); }
1553                 
1554                 static final int INT_PREAPPLICATION = 1;
1555                 static final int INT_APPLICATION = 2;
1556                 static final int INT_CHANGED_CORRECTED_APPLICATION = 3;
1557                 
1558                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1559                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1560                 (
1561                     new Enum[]
1562                     {
1563                       new Enum("Preapplication", INT_PREAPPLICATION),
1564                       new Enum("Application", INT_APPLICATION),
1565                       new Enum("Changed/Corrected Application", INT_CHANGED_CORRECTED_APPLICATION),
1566                     }
1567                 );
1568                 private static final long serialVersionUID = 1L;
1569                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1570             }
1571             
1572             
1573 
1574 
1575 
1576             
1577             public static final class Factory
1578             {
1579                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType newValue(java.lang.Object obj) {
1580                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType) type.newValue( obj ); }
1581                 
1582                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType newInstance() {
1583                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1584                 
1585                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType newInstance(org.apache.xmlbeans.XmlOptions options) {
1586                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.SubmissionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1587                 
1588                 private Factory() { } 
1589             }
1590         }
1591         
1592         
1593 
1594 
1595 
1596 
1597         public interface ApplicationType extends org.apache.xmlbeans.XmlString
1598         {
1599             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1600                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtype055felemtype");
1601             
1602             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1603             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1604             
1605             static final Enum NEW = Enum.forString("New");
1606             static final Enum CONTINUATION = Enum.forString("Continuation");
1607             static final Enum REVISION = Enum.forString("Revision");
1608             
1609             static final int INT_NEW = Enum.INT_NEW;
1610             static final int INT_CONTINUATION = Enum.INT_CONTINUATION;
1611             static final int INT_REVISION = Enum.INT_REVISION;
1612             
1613             
1614 
1615 
1616 
1617 
1618 
1619 
1620 
1621 
1622 
1623 
1624 
1625 
1626 
1627 
1628             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1629             {
1630                 
1631 
1632 
1633                 public static Enum forString(java.lang.String s)
1634                     { return (Enum)table.forString(s); }
1635                 
1636 
1637 
1638                 public static Enum forInt(int i)
1639                     { return (Enum)table.forInt(i); }
1640                 
1641                 private Enum(java.lang.String s, int i)
1642                     { super(s, i); }
1643                 
1644                 static final int INT_NEW = 1;
1645                 static final int INT_CONTINUATION = 2;
1646                 static final int INT_REVISION = 3;
1647                 
1648                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1649                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1650                 (
1651                     new Enum[]
1652                     {
1653                       new Enum("New", INT_NEW),
1654                       new Enum("Continuation", INT_CONTINUATION),
1655                       new Enum("Revision", INT_REVISION),
1656                     }
1657                 );
1658                 private static final long serialVersionUID = 1L;
1659                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1660             }
1661             
1662             
1663 
1664 
1665 
1666             
1667             public static final class Factory
1668             {
1669                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType newValue(java.lang.Object obj) {
1670                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType) type.newValue( obj ); }
1671                 
1672                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType newInstance() {
1673                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1674                 
1675                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
1676                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1677                 
1678                 private Factory() { } 
1679             }
1680         }
1681         
1682         
1683 
1684 
1685 
1686 
1687         public interface RevisionType extends org.apache.xmlbeans.XmlString
1688         {
1689             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1690                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RevisionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("revisiontype0044elemtype");
1691             
1692             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1693             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1694             
1695             static final Enum A_INCREASE_AWARD = Enum.forString("A: Increase Award");
1696             static final Enum B_DECREASE_AWARD = Enum.forString("B: Decrease Award");
1697             static final Enum C_INCREASE_DURATION = Enum.forString("C: Increase Duration");
1698             static final Enum D_DECREASE_DURATION = Enum.forString("D: Decrease Duration");
1699             static final Enum E_OTHER_SPECIFY = Enum.forString("E: Other (specify)");
1700             static final Enum AC_INCREASE_AWARD_INCREASE_DURATION = Enum.forString("AC: Increase Award, Increase Duration");
1701             static final Enum AD_INCREASE_AWARD_DECREASE_DURATION = Enum.forString("AD: Increase Award, Decrease Duration");
1702             static final Enum BC_DECREASE_AWARD_INCREASE_DURATION = Enum.forString("BC: Decrease Award, Increase Duration");
1703             static final Enum BD_DECREASE_AWARD_DECREASE_DURATION = Enum.forString("BD: Decrease Award, Decrease Duration");
1704             
1705             static final int INT_A_INCREASE_AWARD = Enum.INT_A_INCREASE_AWARD;
1706             static final int INT_B_DECREASE_AWARD = Enum.INT_B_DECREASE_AWARD;
1707             static final int INT_C_INCREASE_DURATION = Enum.INT_C_INCREASE_DURATION;
1708             static final int INT_D_DECREASE_DURATION = Enum.INT_D_DECREASE_DURATION;
1709             static final int INT_E_OTHER_SPECIFY = Enum.INT_E_OTHER_SPECIFY;
1710             static final int INT_AC_INCREASE_AWARD_INCREASE_DURATION = Enum.INT_AC_INCREASE_AWARD_INCREASE_DURATION;
1711             static final int INT_AD_INCREASE_AWARD_DECREASE_DURATION = Enum.INT_AD_INCREASE_AWARD_DECREASE_DURATION;
1712             static final int INT_BC_DECREASE_AWARD_INCREASE_DURATION = Enum.INT_BC_DECREASE_AWARD_INCREASE_DURATION;
1713             static final int INT_BD_DECREASE_AWARD_DECREASE_DURATION = Enum.INT_BD_DECREASE_AWARD_DECREASE_DURATION;
1714             
1715             
1716 
1717 
1718 
1719 
1720 
1721 
1722 
1723 
1724 
1725 
1726 
1727 
1728 
1729 
1730             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1731             {
1732                 
1733 
1734 
1735                 public static Enum forString(java.lang.String s)
1736                     { return (Enum)table.forString(s); }
1737                 
1738 
1739 
1740                 public static Enum forInt(int i)
1741                     { return (Enum)table.forInt(i); }
1742                 
1743                 private Enum(java.lang.String s, int i)
1744                     { super(s, i); }
1745                 
1746                 static final int INT_A_INCREASE_AWARD = 1;
1747                 static final int INT_B_DECREASE_AWARD = 2;
1748                 static final int INT_C_INCREASE_DURATION = 3;
1749                 static final int INT_D_DECREASE_DURATION = 4;
1750                 static final int INT_E_OTHER_SPECIFY = 5;
1751                 static final int INT_AC_INCREASE_AWARD_INCREASE_DURATION = 6;
1752                 static final int INT_AD_INCREASE_AWARD_DECREASE_DURATION = 7;
1753                 static final int INT_BC_DECREASE_AWARD_INCREASE_DURATION = 8;
1754                 static final int INT_BD_DECREASE_AWARD_DECREASE_DURATION = 9;
1755                 
1756                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1757                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1758                 (
1759                     new Enum[]
1760                     {
1761                       new Enum("A: Increase Award", INT_A_INCREASE_AWARD),
1762                       new Enum("B: Decrease Award", INT_B_DECREASE_AWARD),
1763                       new Enum("C: Increase Duration", INT_C_INCREASE_DURATION),
1764                       new Enum("D: Decrease Duration", INT_D_DECREASE_DURATION),
1765                       new Enum("E: Other (specify)", INT_E_OTHER_SPECIFY),
1766                       new Enum("AC: Increase Award, Increase Duration", INT_AC_INCREASE_AWARD_INCREASE_DURATION),
1767                       new Enum("AD: Increase Award, Decrease Duration", INT_AD_INCREASE_AWARD_DECREASE_DURATION),
1768                       new Enum("BC: Decrease Award, Increase Duration", INT_BC_DECREASE_AWARD_INCREASE_DURATION),
1769                       new Enum("BD: Decrease Award, Decrease Duration", INT_BD_DECREASE_AWARD_DECREASE_DURATION),
1770                     }
1771                 );
1772                 private static final long serialVersionUID = 1L;
1773                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1774             }
1775             
1776             
1777 
1778 
1779 
1780             
1781             public static final class Factory
1782             {
1783                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType newValue(java.lang.Object obj) {
1784                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType) type.newValue( obj ); }
1785                 
1786                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType newInstance() {
1787                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1788                 
1789                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType newInstance(org.apache.xmlbeans.XmlOptions options) {
1790                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1791                 
1792                 private Factory() { } 
1793             }
1794         }
1795         
1796         
1797 
1798 
1799 
1800 
1801         public interface RevisionOtherSpecify extends org.apache.xmlbeans.XmlString
1802         {
1803             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1804                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RevisionOtherSpecify.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("revisionotherspecify1a2delemtype");
1805             
1806             
1807 
1808 
1809 
1810             
1811             public static final class Factory
1812             {
1813                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify newValue(java.lang.Object obj) {
1814                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify) type.newValue( obj ); }
1815                 
1816                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify newInstance() {
1817                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1818                 
1819                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify newInstance(org.apache.xmlbeans.XmlOptions options) {
1820                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.RevisionOtherSpecify) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1821                 
1822                 private Factory() { } 
1823             }
1824         }
1825         
1826         
1827 
1828 
1829 
1830 
1831         public interface StateApplicationID extends org.apache.xmlbeans.XmlString
1832         {
1833             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1834                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StateApplicationID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("stateapplicationidae3felemtype");
1835             
1836             
1837 
1838 
1839 
1840             
1841             public static final class Factory
1842             {
1843                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID newValue(java.lang.Object obj) {
1844                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID) type.newValue( obj ); }
1845                 
1846                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID newInstance() {
1847                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1848                 
1849                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID newInstance(org.apache.xmlbeans.XmlOptions options) {
1850                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateApplicationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1851                 
1852                 private Factory() { } 
1853             }
1854         }
1855         
1856         
1857 
1858 
1859 
1860 
1861         public interface ApplicantTypeOtherSpecify extends org.apache.xmlbeans.XmlString
1862         {
1863             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1864                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantTypeOtherSpecify.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicanttypeotherspecifyc1bcelemtype");
1865             
1866             
1867 
1868 
1869 
1870             
1871             public static final class Factory
1872             {
1873                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify newValue(java.lang.Object obj) {
1874                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify) type.newValue( obj ); }
1875                 
1876                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify newInstance() {
1877                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1878                 
1879                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify newInstance(org.apache.xmlbeans.XmlOptions options) {
1880                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.ApplicantTypeOtherSpecify) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1881                 
1882                 private Factory() { } 
1883             }
1884         }
1885         
1886         
1887 
1888 
1889 
1890 
1891         public interface AffectedAreas extends org.apache.xmlbeans.XmlString
1892         {
1893             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1894                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AffectedAreas.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("affectedareasbd97elemtype");
1895             
1896             
1897 
1898 
1899 
1900             
1901             public static final class Factory
1902             {
1903                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas newValue(java.lang.Object obj) {
1904                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas) type.newValue( obj ); }
1905                 
1906                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas newInstance() {
1907                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1908                 
1909                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas newInstance(org.apache.xmlbeans.XmlOptions options) {
1910                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.AffectedAreas) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1911                 
1912                 private Factory() { } 
1913             }
1914         }
1915         
1916         
1917 
1918 
1919 
1920 
1921         public interface StateReview extends org.apache.xmlbeans.XmlString
1922         {
1923             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1924                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StateReview.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("statereviewe7a0elemtype");
1925             
1926             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1927             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1928             
1929             static final Enum A_THIS_APPLICATION_WAS_MADE_AVAILABLE_TO_THE_STATE_UNDER_THE_EXECUTIVE_ORDER_12372_PROCESS_FOR_REVIEW_ON = Enum.forString("a. This application was made available to the State under the Executive Order 12372 Process for review on");
1930             static final Enum B_PROGRAM_IS_SUBJECT_TO_E_O_12372_BUT_HAS_NOT_BEEN_SELECTED_BY_THE_STATE_FOR_REVIEW = Enum.forString("b. Program is subject to E.O. 12372 but has not been selected by the State for review.");
1931             static final Enum C_PROGRAM_IS_NOT_COVERED_BY_E_O_12372 = Enum.forString("c. Program is not covered by E.O. 12372.");
1932             
1933             static final int INT_A_THIS_APPLICATION_WAS_MADE_AVAILABLE_TO_THE_STATE_UNDER_THE_EXECUTIVE_ORDER_12372_PROCESS_FOR_REVIEW_ON = Enum.INT_A_THIS_APPLICATION_WAS_MADE_AVAILABLE_TO_THE_STATE_UNDER_THE_EXECUTIVE_ORDER_12372_PROCESS_FOR_REVIEW_ON;
1934             static final int INT_B_PROGRAM_IS_SUBJECT_TO_E_O_12372_BUT_HAS_NOT_BEEN_SELECTED_BY_THE_STATE_FOR_REVIEW = Enum.INT_B_PROGRAM_IS_SUBJECT_TO_E_O_12372_BUT_HAS_NOT_BEEN_SELECTED_BY_THE_STATE_FOR_REVIEW;
1935             static final int INT_C_PROGRAM_IS_NOT_COVERED_BY_E_O_12372 = Enum.INT_C_PROGRAM_IS_NOT_COVERED_BY_E_O_12372;
1936             
1937             
1938 
1939 
1940 
1941 
1942 
1943 
1944 
1945 
1946 
1947 
1948 
1949 
1950 
1951 
1952             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1953             {
1954                 
1955 
1956 
1957                 public static Enum forString(java.lang.String s)
1958                     { return (Enum)table.forString(s); }
1959                 
1960 
1961 
1962                 public static Enum forInt(int i)
1963                     { return (Enum)table.forInt(i); }
1964                 
1965                 private Enum(java.lang.String s, int i)
1966                     { super(s, i); }
1967                 
1968                 static final int INT_A_THIS_APPLICATION_WAS_MADE_AVAILABLE_TO_THE_STATE_UNDER_THE_EXECUTIVE_ORDER_12372_PROCESS_FOR_REVIEW_ON = 1;
1969                 static final int INT_B_PROGRAM_IS_SUBJECT_TO_E_O_12372_BUT_HAS_NOT_BEEN_SELECTED_BY_THE_STATE_FOR_REVIEW = 2;
1970                 static final int INT_C_PROGRAM_IS_NOT_COVERED_BY_E_O_12372 = 3;
1971                 
1972                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1973                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
1974                 (
1975                     new Enum[]
1976                     {
1977                       new Enum("a. This application was made available to the State under the Executive Order 12372 Process for review on", INT_A_THIS_APPLICATION_WAS_MADE_AVAILABLE_TO_THE_STATE_UNDER_THE_EXECUTIVE_ORDER_12372_PROCESS_FOR_REVIEW_ON),
1978                       new Enum("b. Program is subject to E.O. 12372 but has not been selected by the State for review.", INT_B_PROGRAM_IS_SUBJECT_TO_E_O_12372_BUT_HAS_NOT_BEEN_SELECTED_BY_THE_STATE_FOR_REVIEW),
1979                       new Enum("c. Program is not covered by E.O. 12372.", INT_C_PROGRAM_IS_NOT_COVERED_BY_E_O_12372),
1980                     }
1981                 );
1982                 private static final long serialVersionUID = 1L;
1983                 private java.lang.Object readResolve() { return forInt(intValue()); } 
1984             }
1985             
1986             
1987 
1988 
1989 
1990             
1991             public static final class Factory
1992             {
1993                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview newValue(java.lang.Object obj) {
1994                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview) type.newValue( obj ); }
1995                 
1996                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview newInstance() {
1997                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1998                 
1999                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview newInstance(org.apache.xmlbeans.XmlOptions options) {
2000                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.StateReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2001                 
2002                 private Factory() { } 
2003             }
2004         }
2005         
2006         
2007 
2008 
2009 
2010 
2011         public interface DelinquentFederalDebtExplanation extends org.apache.xmlbeans.XmlString
2012         {
2013             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2014                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DelinquentFederalDebtExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("delinquentfederaldebtexplanatione879elemtype");
2015             
2016             
2017 
2018 
2019 
2020             
2021             public static final class Factory
2022             {
2023                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation newValue(java.lang.Object obj) {
2024                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation) type.newValue( obj ); }
2025                 
2026                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation newInstance() {
2027                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2028                 
2029                 public static gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
2030                   return (gov.grants.apply.forms.sf424V20.SF424Document.SF424.DelinquentFederalDebtExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2031                 
2032                 private Factory() { } 
2033             }
2034         }
2035         
2036         
2037 
2038 
2039 
2040         
2041         public static final class Factory
2042         {
2043             public static gov.grants.apply.forms.sf424V20.SF424Document.SF424 newInstance() {
2044               return (gov.grants.apply.forms.sf424V20.SF424Document.SF424) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2045             
2046             public static gov.grants.apply.forms.sf424V20.SF424Document.SF424 newInstance(org.apache.xmlbeans.XmlOptions options) {
2047               return (gov.grants.apply.forms.sf424V20.SF424Document.SF424) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2048             
2049             private Factory() { } 
2050         }
2051     }
2052     
2053     
2054 
2055 
2056 
2057     
2058     public static final class Factory
2059     {
2060         public static gov.grants.apply.forms.sf424V20.SF424Document newInstance() {
2061           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2062         
2063         public static gov.grants.apply.forms.sf424V20.SF424Document newInstance(org.apache.xmlbeans.XmlOptions options) {
2064           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2065         
2066         
2067         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
2068           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
2069         
2070         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2071           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
2072         
2073         
2074         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2075           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
2076         
2077         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2078           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
2079         
2080         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2081           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
2082         
2083         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2084           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
2085         
2086         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2087           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
2088         
2089         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2090           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
2091         
2092         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2093           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
2094         
2095         public static gov.grants.apply.forms.sf424V20.SF424Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2096           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
2097         
2098         public static gov.grants.apply.forms.sf424V20.SF424Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
2099           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
2100         
2101         public static gov.grants.apply.forms.sf424V20.SF424Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2102           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
2103         
2104         public static gov.grants.apply.forms.sf424V20.SF424Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
2105           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
2106         
2107         public static gov.grants.apply.forms.sf424V20.SF424Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2108           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
2109         
2110         
2111         public static gov.grants.apply.forms.sf424V20.SF424Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2112           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
2113         
2114         
2115         public static gov.grants.apply.forms.sf424V20.SF424Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2116           return (gov.grants.apply.forms.sf424V20.SF424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
2117         
2118         
2119         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 {
2120           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
2121         
2122         
2123         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 {
2124           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
2125         
2126         private Factory() { } 
2127     }
2128 }