1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.sf424Mandatory12V12;
10
11
12
13
14
15
16
17 public interface SF424Mandatory12Document 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(SF424Mandatory12Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424mandatory1228a7doctype");
21
22
23
24
25 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12 getSF424Mandatory12();
26
27
28
29
30 void setSF424Mandatory12(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12 sf424Mandatory12);
31
32
33
34
35 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12 addNewSF424Mandatory12();
36
37
38
39
40
41
42 public interface SF424Mandatory12 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(SF424Mandatory12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424mandatory127bd9elemtype");
46
47
48
49
50 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission.Enum getTypeOfSubmission();
51
52
53
54
55 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission xgetTypeOfSubmission();
56
57
58
59
60 void setTypeOfSubmission(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission.Enum typeOfSubmission);
61
62
63
64
65 void xsetTypeOfSubmission(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission typeOfSubmission);
66
67
68
69
70 java.lang.String getTypeOfSubmissionOtherDescription();
71
72
73
74
75 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription xgetTypeOfSubmissionOtherDescription();
76
77
78
79
80 boolean isSetTypeOfSubmissionOtherDescription();
81
82
83
84
85 void setTypeOfSubmissionOtherDescription(java.lang.String typeOfSubmissionOtherDescription);
86
87
88
89
90 void xsetTypeOfSubmissionOtherDescription(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription typeOfSubmissionOtherDescription);
91
92
93
94
95 void unsetTypeOfSubmissionOtherDescription();
96
97
98
99
100 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency.Enum getFrequency();
101
102
103
104
105 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency xgetFrequency();
106
107
108
109
110 void setFrequency(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency.Enum frequency);
111
112
113
114
115 void xsetFrequency(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency frequency);
116
117
118
119
120 java.lang.String getFrequencyOtherDescription();
121
122
123
124
125 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription xgetFrequencyOtherDescription();
126
127
128
129
130 boolean isSetFrequencyOtherDescription();
131
132
133
134
135 void setFrequencyOtherDescription(java.lang.String frequencyOtherDescription);
136
137
138
139
140 void xsetFrequencyOtherDescription(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription frequencyOtherDescription);
141
142
143
144
145 void unsetFrequencyOtherDescription();
146
147
148
149
150 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConsolidatedRequest();
151
152
153
154
155 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConsolidatedRequest();
156
157
158
159
160 boolean isSetConsolidatedRequest();
161
162
163
164
165 void setConsolidatedRequest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum consolidatedRequest);
166
167
168
169
170 void xsetConsolidatedRequest(gov.grants.apply.system.globalLibraryV20.YesNoDataType consolidatedRequest);
171
172
173
174
175 void unsetConsolidatedRequest();
176
177
178
179
180 java.lang.String getConsolidatedRequestExplanation();
181
182
183
184
185 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation xgetConsolidatedRequestExplanation();
186
187
188
189
190 boolean isSetConsolidatedRequestExplanation();
191
192
193
194
195 void setConsolidatedRequestExplanation(java.lang.String consolidatedRequestExplanation);
196
197
198
199
200 void xsetConsolidatedRequestExplanation(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation consolidatedRequestExplanation);
201
202
203
204
205 void unsetConsolidatedRequestExplanation();
206
207
208
209
210 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version.Enum getVersion();
211
212
213
214
215 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version xgetVersion();
216
217
218
219
220 void setVersion(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version.Enum version);
221
222
223
224
225 void xsetVersion(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version version);
226
227
228
229
230 java.util.Calendar getReceivedDate();
231
232
233
234
235 org.apache.xmlbeans.XmlDate xgetReceivedDate();
236
237
238
239
240 void setReceivedDate(java.util.Calendar receivedDate);
241
242
243
244
245 void xsetReceivedDate(org.apache.xmlbeans.XmlDate receivedDate);
246
247
248
249
250 java.lang.String getApplicantID();
251
252
253
254
255 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID xgetApplicantID();
256
257
258
259
260 boolean isSetApplicantID();
261
262
263
264
265 void setApplicantID(java.lang.String applicantID);
266
267
268
269
270 void xsetApplicantID(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID applicantID);
271
272
273
274
275 void unsetApplicantID();
276
277
278
279
280 java.lang.String getFederalEntityID();
281
282
283
284
285 gov.grants.apply.system.globalLibraryV20.FederalIDDataType xgetFederalEntityID();
286
287
288
289
290 boolean isSetFederalEntityID();
291
292
293
294
295 void setFederalEntityID(java.lang.String federalEntityID);
296
297
298
299
300 void xsetFederalEntityID(gov.grants.apply.system.globalLibraryV20.FederalIDDataType federalEntityID);
301
302
303
304
305 void unsetFederalEntityID();
306
307
308
309
310 java.lang.String getFederalAwardID();
311
312
313
314
315 gov.grants.apply.system.globalLibraryV20.ProjectAwardNumberDataType xgetFederalAwardID();
316
317
318
319
320 boolean isSetFederalAwardID();
321
322
323
324
325 void setFederalAwardID(java.lang.String federalAwardID);
326
327
328
329
330 void xsetFederalAwardID(gov.grants.apply.system.globalLibraryV20.ProjectAwardNumberDataType federalAwardID);
331
332
333
334
335 void unsetFederalAwardID();
336
337
338
339
340 java.util.Calendar getStateReceivedDate();
341
342
343
344
345 org.apache.xmlbeans.XmlDate xgetStateReceivedDate();
346
347
348
349
350 boolean isSetStateReceivedDate();
351
352
353
354
355 void setStateReceivedDate(java.util.Calendar stateReceivedDate);
356
357
358
359
360 void xsetStateReceivedDate(org.apache.xmlbeans.XmlDate stateReceivedDate);
361
362
363
364
365 void unsetStateReceivedDate();
366
367
368
369
370 java.lang.String getStateApplicationID();
371
372
373
374
375 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID xgetStateApplicationID();
376
377
378
379
380 boolean isSetStateApplicationID();
381
382
383
384
385 void setStateApplicationID(java.lang.String stateApplicationID);
386
387
388
389
390 void xsetStateApplicationID(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID stateApplicationID);
391
392
393
394
395 void unsetStateApplicationID();
396
397
398
399
400 gov.grants.apply.system.globalLibraryV20.OrganizationDataType getOrganization();
401
402
403
404
405 boolean isSetOrganization();
406
407
408
409
410 void setOrganization(gov.grants.apply.system.globalLibraryV20.OrganizationDataType organization);
411
412
413
414
415 gov.grants.apply.system.globalLibraryV20.OrganizationDataType addNewOrganization();
416
417
418
419
420 void unsetOrganization();
421
422
423
424
425 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getContactName();
426
427
428
429
430 void setContactName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType contactName);
431
432
433
434
435 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewContactName();
436
437
438
439
440 java.lang.String getContactTitle();
441
442
443
444
445 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetContactTitle();
446
447
448
449
450 boolean isSetContactTitle();
451
452
453
454
455 void setContactTitle(java.lang.String contactTitle);
456
457
458
459
460 void xsetContactTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType contactTitle);
461
462
463
464
465 void unsetContactTitle();
466
467
468
469
470 java.lang.String getContactOrganizationalAffiliation();
471
472
473
474
475 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetContactOrganizationalAffiliation();
476
477
478
479
480 boolean isSetContactOrganizationalAffiliation();
481
482
483
484
485 void setContactOrganizationalAffiliation(java.lang.String contactOrganizationalAffiliation);
486
487
488
489
490 void xsetContactOrganizationalAffiliation(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType contactOrganizationalAffiliation);
491
492
493
494
495 void unsetContactOrganizationalAffiliation();
496
497
498
499
500 java.lang.String getContactPhoneNumber();
501
502
503
504
505 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetContactPhoneNumber();
506
507
508
509
510 void setContactPhoneNumber(java.lang.String contactPhoneNumber);
511
512
513
514
515 void xsetContactPhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType contactPhoneNumber);
516
517
518
519
520 java.lang.String getContactFax();
521
522
523
524
525 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetContactFax();
526
527
528
529
530 boolean isSetContactFax();
531
532
533
534
535 void setContactFax(java.lang.String contactFax);
536
537
538
539
540 void xsetContactFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType contactFax);
541
542
543
544
545 void unsetContactFax();
546
547
548
549
550 java.lang.String getContactEmail();
551
552
553
554
555 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetContactEmail();
556
557
558
559
560 void setContactEmail(java.lang.String contactEmail);
561
562
563
564
565 void xsetContactEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType contactEmail);
566
567
568
569
570 gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantType();
571
572
573
574
575 gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantType();
576
577
578
579
580 void setApplicantType(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantType);
581
582
583
584
585 void xsetApplicantType(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantType);
586
587
588
589
590 java.lang.String getOtherTypeApplicant();
591
592
593
594
595 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant xgetOtherTypeApplicant();
596
597
598
599
600 boolean isSetOtherTypeApplicant();
601
602
603
604
605 void setOtherTypeApplicant(java.lang.String otherTypeApplicant);
606
607
608
609
610 void xsetOtherTypeApplicant(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant otherTypeApplicant);
611
612
613
614
615 void unsetOtherTypeApplicant();
616
617
618
619
620 java.lang.String getAdditionalApplicantTypeDescription();
621
622
623
624
625 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription xgetAdditionalApplicantTypeDescription();
626
627
628
629
630 boolean isSetAdditionalApplicantTypeDescription();
631
632
633
634
635 void setAdditionalApplicantTypeDescription(java.lang.String additionalApplicantTypeDescription);
636
637
638
639
640 void xsetAdditionalApplicantTypeDescription(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription additionalApplicantTypeDescription);
641
642
643
644
645 void unsetAdditionalApplicantTypeDescription();
646
647
648
649
650 java.lang.String getAgencyName();
651
652
653
654
655 gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
656
657
658
659
660 void setAgencyName(java.lang.String agencyName);
661
662
663
664
665 void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
666
667
668
669
670 java.lang.String getCFDANumber();
671
672
673
674
675 gov.grants.apply.system.globalLibraryV20.CFDANumberDataType xgetCFDANumber();
676
677
678
679
680 boolean isSetCFDANumber();
681
682
683
684
685 void setCFDANumber(java.lang.String cfdaNumber);
686
687
688
689
690 void xsetCFDANumber(gov.grants.apply.system.globalLibraryV20.CFDANumberDataType cfdaNumber);
691
692
693
694
695 void unsetCFDANumber();
696
697
698
699
700 java.lang.String getCFDATitle();
701
702
703
704
705 gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetCFDATitle();
706
707
708
709
710 boolean isSetCFDATitle();
711
712
713
714
715 void setCFDATitle(java.lang.String cfdaTitle);
716
717
718
719
720 void xsetCFDATitle(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType cfdaTitle);
721
722
723
724
725 void unsetCFDATitle();
726
727
728
729
730 java.lang.String getDescriptiveProjectTitle();
731
732
733
734
735 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle xgetDescriptiveProjectTitle();
736
737
738
739
740 void setDescriptiveProjectTitle(java.lang.String descriptiveProjectTitle);
741
742
743
744
745 void xsetDescriptiveProjectTitle(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle descriptiveProjectTitle);
746
747
748
749
750 java.lang.String getAreasAffectedByFunding();
751
752
753
754
755 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding xgetAreasAffectedByFunding();
756
757
758
759
760 boolean isSetAreasAffectedByFunding();
761
762
763
764
765 void setAreasAffectedByFunding(java.lang.String areasAffectedByFunding);
766
767
768
769
770 void xsetAreasAffectedByFunding(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding areasAffectedByFunding);
771
772
773
774
775 void unsetAreasAffectedByFunding();
776
777
778
779
780 java.lang.String getCongressionalDistrictApplicant();
781
782
783
784
785 gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
786
787
788
789
790 void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
791
792
793
794
795 void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
796
797
798
799
800 java.lang.String getCongressionalDistrictProject();
801
802
803
804
805 gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictProject();
806
807
808
809
810 boolean isSetCongressionalDistrictProject();
811
812
813
814
815 void setCongressionalDistrictProject(java.lang.String congressionalDistrictProject);
816
817
818
819
820 void xsetCongressionalDistrictProject(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictProject);
821
822
823
824
825 void unsetCongressionalDistrictProject();
826
827
828
829
830 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAdditionalCongressionalDistricts();
831
832
833
834
835 boolean isSetAdditionalCongressionalDistricts();
836
837
838
839
840 void setAdditionalCongressionalDistricts(gov.grants.apply.system.attachmentsV10.AttachedFileDataType additionalCongressionalDistricts);
841
842
843
844
845 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAdditionalCongressionalDistricts();
846
847
848
849
850 void unsetAdditionalCongressionalDistricts();
851
852
853
854
855 java.util.Calendar getFundingPeriodStartDate();
856
857
858
859
860 org.apache.xmlbeans.XmlDate xgetFundingPeriodStartDate();
861
862
863
864
865 void setFundingPeriodStartDate(java.util.Calendar fundingPeriodStartDate);
866
867
868
869
870 void xsetFundingPeriodStartDate(org.apache.xmlbeans.XmlDate fundingPeriodStartDate);
871
872
873
874
875 java.util.Calendar getFundingPeriodEndDate();
876
877
878
879
880 org.apache.xmlbeans.XmlDate xgetFundingPeriodEndDate();
881
882
883
884
885 void setFundingPeriodEndDate(java.util.Calendar fundingPeriodEndDate);
886
887
888
889
890 void xsetFundingPeriodEndDate(org.apache.xmlbeans.XmlDate fundingPeriodEndDate);
891
892
893
894
895 java.math.BigDecimal getEstimatedFundingFederal();
896
897
898
899
900 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetEstimatedFundingFederal();
901
902
903
904
905 void setEstimatedFundingFederal(java.math.BigDecimal estimatedFundingFederal);
906
907
908
909
910 void xsetEstimatedFundingFederal(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType estimatedFundingFederal);
911
912
913
914
915 java.math.BigDecimal getEstimatedFundingMatch();
916
917
918
919
920 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetEstimatedFundingMatch();
921
922
923
924
925 boolean isSetEstimatedFundingMatch();
926
927
928
929
930 void setEstimatedFundingMatch(java.math.BigDecimal estimatedFundingMatch);
931
932
933
934
935 void xsetEstimatedFundingMatch(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType estimatedFundingMatch);
936
937
938
939
940 void unsetEstimatedFundingMatch();
941
942
943
944
945 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview.Enum getSubmissionUnderReview();
946
947
948
949
950 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview xgetSubmissionUnderReview();
951
952
953
954
955 void setSubmissionUnderReview(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview.Enum submissionUnderReview);
956
957
958
959
960 void xsetSubmissionUnderReview(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview submissionUnderReview);
961
962
963
964
965 java.util.Calendar getStateReviewAvailableDate();
966
967
968
969
970 org.apache.xmlbeans.XmlDate xgetStateReviewAvailableDate();
971
972
973
974
975 boolean isSetStateReviewAvailableDate();
976
977
978
979
980 void setStateReviewAvailableDate(java.util.Calendar stateReviewAvailableDate);
981
982
983
984
985 void xsetStateReviewAvailableDate(org.apache.xmlbeans.XmlDate stateReviewAvailableDate);
986
987
988
989
990 void unsetStateReviewAvailableDate();
991
992
993
994
995 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDelinquentOnFederalDebt();
996
997
998
999
1000 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDelinquentOnFederalDebt();
1001
1002
1003
1004
1005 void setDelinquentOnFederalDebt(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum delinquentOnFederalDebt);
1006
1007
1008
1009
1010 void xsetDelinquentOnFederalDebt(gov.grants.apply.system.globalLibraryV20.YesNoDataType delinquentOnFederalDebt);
1011
1012
1013
1014
1015 java.lang.String getDelinquentFederalDebtExplanation();
1016
1017
1018
1019
1020 gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation xgetDelinquentFederalDebtExplanation();
1021
1022
1023
1024
1025 boolean isSetDelinquentFederalDebtExplanation();
1026
1027
1028
1029
1030 void setDelinquentFederalDebtExplanation(java.lang.String delinquentFederalDebtExplanation);
1031
1032
1033
1034
1035 void xsetDelinquentFederalDebtExplanation(gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation delinquentFederalDebtExplanation);
1036
1037
1038
1039
1040 void unsetDelinquentFederalDebtExplanation();
1041
1042
1043
1044
1045 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationCertification();
1046
1047
1048
1049
1050 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationCertification();
1051
1052
1053
1054
1055 void setApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationCertification);
1056
1057
1058
1059
1060 void xsetApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationCertification);
1061
1062
1063
1064
1065 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentativeName();
1066
1067
1068
1069
1070 void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentativeName);
1071
1072
1073
1074
1075 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentativeName();
1076
1077
1078
1079
1080 java.lang.String getAuthorizedRepresentativeTitle();
1081
1082
1083
1084
1085 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
1086
1087
1088
1089
1090 void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
1091
1092
1093
1094
1095 void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType authorizedRepresentativeTitle);
1096
1097
1098
1099
1100 java.lang.String getAuthorizedRepresentativeOrganizationalAffiliation();
1101
1102
1103
1104
1105 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetAuthorizedRepresentativeOrganizationalAffiliation();
1106
1107
1108
1109
1110 boolean isSetAuthorizedRepresentativeOrganizationalAffiliation();
1111
1112
1113
1114
1115 void setAuthorizedRepresentativeOrganizationalAffiliation(java.lang.String authorizedRepresentativeOrganizationalAffiliation);
1116
1117
1118
1119
1120 void xsetAuthorizedRepresentativeOrganizationalAffiliation(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType authorizedRepresentativeOrganizationalAffiliation);
1121
1122
1123
1124
1125 void unsetAuthorizedRepresentativeOrganizationalAffiliation();
1126
1127
1128
1129
1130 java.lang.String getAuthorizedRepresentativePhoneNumber();
1131
1132
1133
1134
1135 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativePhoneNumber();
1136
1137
1138
1139
1140 void setAuthorizedRepresentativePhoneNumber(java.lang.String authorizedRepresentativePhoneNumber);
1141
1142
1143
1144
1145 void xsetAuthorizedRepresentativePhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativePhoneNumber);
1146
1147
1148
1149
1150 java.lang.String getAuthorizedRepresentativeFax();
1151
1152
1153
1154
1155 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativeFax();
1156
1157
1158
1159
1160 boolean isSetAuthorizedRepresentativeFax();
1161
1162
1163
1164
1165 void setAuthorizedRepresentativeFax(java.lang.String authorizedRepresentativeFax);
1166
1167
1168
1169
1170 void xsetAuthorizedRepresentativeFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativeFax);
1171
1172
1173
1174
1175 void unsetAuthorizedRepresentativeFax();
1176
1177
1178
1179
1180 java.lang.String getAuthorizedRepresentativeEmail();
1181
1182
1183
1184
1185 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetAuthorizedRepresentativeEmail();
1186
1187
1188
1189
1190 void setAuthorizedRepresentativeEmail(java.lang.String authorizedRepresentativeEmail);
1191
1192
1193
1194
1195 void xsetAuthorizedRepresentativeEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType authorizedRepresentativeEmail);
1196
1197
1198
1199
1200 java.lang.String getAuthorizedRepresentativeSignature();
1201
1202
1203
1204
1205 gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedRepresentativeSignature();
1206
1207
1208
1209
1210 void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
1211
1212
1213
1214
1215 void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedRepresentativeSignature);
1216
1217
1218
1219
1220 java.util.Calendar getAuthorizedRepresentativeSignatureDate();
1221
1222
1223
1224
1225 org.apache.xmlbeans.XmlDate xgetAuthorizedRepresentativeSignatureDate();
1226
1227
1228
1229
1230 void setAuthorizedRepresentativeSignatureDate(java.util.Calendar authorizedRepresentativeSignatureDate);
1231
1232
1233
1234
1235 void xsetAuthorizedRepresentativeSignatureDate(org.apache.xmlbeans.XmlDate authorizedRepresentativeSignatureDate);
1236
1237
1238
1239
1240 gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAttachments();
1241
1242
1243
1244
1245 boolean isSetAttachments();
1246
1247
1248
1249
1250 void setAttachments(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType attachments);
1251
1252
1253
1254
1255 gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAttachments();
1256
1257
1258
1259
1260 void unsetAttachments();
1261
1262
1263
1264
1265 java.lang.String getFormVersion();
1266
1267
1268
1269
1270 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
1271
1272
1273
1274
1275 void setFormVersion(java.lang.String formVersion);
1276
1277
1278
1279
1280 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
1281
1282
1283
1284
1285
1286
1287 public interface TypeOfSubmission extends org.apache.xmlbeans.XmlString
1288 {
1289 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1290 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeOfSubmission.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typeofsubmission57a0elemtype");
1291
1292 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1293 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1294
1295 static final Enum APPLICATION = Enum.forString("Application");
1296 static final Enum PLAN = Enum.forString("Plan");
1297 static final Enum FUNDING_REQUEST = Enum.forString("FundingRequest");
1298 static final Enum OTHER = Enum.forString("Other");
1299
1300 static final int INT_APPLICATION = Enum.INT_APPLICATION;
1301 static final int INT_PLAN = Enum.INT_PLAN;
1302 static final int INT_FUNDING_REQUEST = Enum.INT_FUNDING_REQUEST;
1303 static final int INT_OTHER = Enum.INT_OTHER;
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1321 {
1322
1323
1324
1325 public static Enum forString(java.lang.String s)
1326 { return (Enum)table.forString(s); }
1327
1328
1329
1330 public static Enum forInt(int i)
1331 { return (Enum)table.forInt(i); }
1332
1333 private Enum(java.lang.String s, int i)
1334 { super(s, i); }
1335
1336 static final int INT_APPLICATION = 1;
1337 static final int INT_PLAN = 2;
1338 static final int INT_FUNDING_REQUEST = 3;
1339 static final int INT_OTHER = 4;
1340
1341 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1342 new org.apache.xmlbeans.StringEnumAbstractBase.Table
1343 (
1344 new Enum[]
1345 {
1346 new Enum("Application", INT_APPLICATION),
1347 new Enum("Plan", INT_PLAN),
1348 new Enum("FundingRequest", INT_FUNDING_REQUEST),
1349 new Enum("Other", INT_OTHER),
1350 }
1351 );
1352 private static final long serialVersionUID = 1L;
1353 private java.lang.Object readResolve() { return forInt(intValue()); }
1354 }
1355
1356
1357
1358
1359
1360
1361 public static final class Factory
1362 {
1363 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission newValue(java.lang.Object obj) {
1364 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission) type.newValue( obj ); }
1365
1366 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission newInstance() {
1367 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1368
1369 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission newInstance(org.apache.xmlbeans.XmlOptions options) {
1370 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmission) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1371
1372 private Factory() { }
1373 }
1374 }
1375
1376
1377
1378
1379
1380
1381 public interface TypeOfSubmissionOtherDescription extends org.apache.xmlbeans.XmlString
1382 {
1383 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1384 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeOfSubmissionOtherDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typeofsubmissionotherdescription1334elemtype");
1385
1386
1387
1388
1389
1390
1391 public static final class Factory
1392 {
1393 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription newValue(java.lang.Object obj) {
1394 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription) type.newValue( obj ); }
1395
1396 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription newInstance() {
1397 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1398
1399 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
1400 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.TypeOfSubmissionOtherDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1401
1402 private Factory() { }
1403 }
1404 }
1405
1406
1407
1408
1409
1410
1411 public interface Frequency extends org.apache.xmlbeans.XmlString
1412 {
1413 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1414 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Frequency.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("frequency9331elemtype");
1415
1416 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1417 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1418
1419 static final Enum ANNUAL = Enum.forString("Annual");
1420 static final Enum QUARTERLY = Enum.forString("Quarterly");
1421 static final Enum OTHER = Enum.forString("Other");
1422
1423 static final int INT_ANNUAL = Enum.INT_ANNUAL;
1424 static final int INT_QUARTERLY = Enum.INT_QUARTERLY;
1425 static final int INT_OTHER = Enum.INT_OTHER;
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1443 {
1444
1445
1446
1447 public static Enum forString(java.lang.String s)
1448 { return (Enum)table.forString(s); }
1449
1450
1451
1452 public static Enum forInt(int i)
1453 { return (Enum)table.forInt(i); }
1454
1455 private Enum(java.lang.String s, int i)
1456 { super(s, i); }
1457
1458 static final int INT_ANNUAL = 1;
1459 static final int INT_QUARTERLY = 2;
1460 static final int INT_OTHER = 3;
1461
1462 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1463 new org.apache.xmlbeans.StringEnumAbstractBase.Table
1464 (
1465 new Enum[]
1466 {
1467 new Enum("Annual", INT_ANNUAL),
1468 new Enum("Quarterly", INT_QUARTERLY),
1469 new Enum("Other", INT_OTHER),
1470 }
1471 );
1472 private static final long serialVersionUID = 1L;
1473 private java.lang.Object readResolve() { return forInt(intValue()); }
1474 }
1475
1476
1477
1478
1479
1480
1481 public static final class Factory
1482 {
1483 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency newValue(java.lang.Object obj) {
1484 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency) type.newValue( obj ); }
1485
1486 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency newInstance() {
1487 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1488
1489 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency newInstance(org.apache.xmlbeans.XmlOptions options) {
1490 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Frequency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1491
1492 private Factory() { }
1493 }
1494 }
1495
1496
1497
1498
1499
1500
1501 public interface FrequencyOtherDescription extends org.apache.xmlbeans.XmlString
1502 {
1503 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1504 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FrequencyOtherDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("frequencyotherdescription0cc5elemtype");
1505
1506
1507
1508
1509
1510
1511 public static final class Factory
1512 {
1513 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription newValue(java.lang.Object obj) {
1514 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription) type.newValue( obj ); }
1515
1516 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription newInstance() {
1517 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1518
1519 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
1520 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.FrequencyOtherDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1521
1522 private Factory() { }
1523 }
1524 }
1525
1526
1527
1528
1529
1530
1531 public interface ConsolidatedRequestExplanation extends org.apache.xmlbeans.XmlString
1532 {
1533 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1534 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsolidatedRequestExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consolidatedrequestexplanation1418elemtype");
1535
1536
1537
1538
1539
1540
1541 public static final class Factory
1542 {
1543 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation newValue(java.lang.Object obj) {
1544 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation) type.newValue( obj ); }
1545
1546 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation newInstance() {
1547 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1548
1549 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
1550 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ConsolidatedRequestExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1551
1552 private Factory() { }
1553 }
1554 }
1555
1556
1557
1558
1559
1560
1561 public interface Version extends org.apache.xmlbeans.XmlString
1562 {
1563 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1564 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Version.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("version9835elemtype");
1565
1566 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1567 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1568
1569 static final Enum INITIAL = Enum.forString("Initial");
1570 static final Enum RESUBMISSION = Enum.forString("Resubmission");
1571 static final Enum REVISION = Enum.forString("Revision");
1572 static final Enum UPDATE = Enum.forString("Update");
1573
1574 static final int INT_INITIAL = Enum.INT_INITIAL;
1575 static final int INT_RESUBMISSION = Enum.INT_RESUBMISSION;
1576 static final int INT_REVISION = Enum.INT_REVISION;
1577 static final int INT_UPDATE = Enum.INT_UPDATE;
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1595 {
1596
1597
1598
1599 public static Enum forString(java.lang.String s)
1600 { return (Enum)table.forString(s); }
1601
1602
1603
1604 public static Enum forInt(int i)
1605 { return (Enum)table.forInt(i); }
1606
1607 private Enum(java.lang.String s, int i)
1608 { super(s, i); }
1609
1610 static final int INT_INITIAL = 1;
1611 static final int INT_RESUBMISSION = 2;
1612 static final int INT_REVISION = 3;
1613 static final int INT_UPDATE = 4;
1614
1615 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1616 new org.apache.xmlbeans.StringEnumAbstractBase.Table
1617 (
1618 new Enum[]
1619 {
1620 new Enum("Initial", INT_INITIAL),
1621 new Enum("Resubmission", INT_RESUBMISSION),
1622 new Enum("Revision", INT_REVISION),
1623 new Enum("Update", INT_UPDATE),
1624 }
1625 );
1626 private static final long serialVersionUID = 1L;
1627 private java.lang.Object readResolve() { return forInt(intValue()); }
1628 }
1629
1630
1631
1632
1633
1634
1635 public static final class Factory
1636 {
1637 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version newValue(java.lang.Object obj) {
1638 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version) type.newValue( obj ); }
1639
1640 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version newInstance() {
1641 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1642
1643 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version newInstance(org.apache.xmlbeans.XmlOptions options) {
1644 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.Version) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1645
1646 private Factory() { }
1647 }
1648 }
1649
1650
1651
1652
1653
1654
1655 public interface ApplicantID extends org.apache.xmlbeans.XmlString
1656 {
1657 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1658 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantidf350elemtype");
1659
1660
1661
1662
1663
1664
1665 public static final class Factory
1666 {
1667 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID newValue(java.lang.Object obj) {
1668 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID) type.newValue( obj ); }
1669
1670 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID newInstance() {
1671 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1672
1673 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID newInstance(org.apache.xmlbeans.XmlOptions options) {
1674 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.ApplicantID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1675
1676 private Factory() { }
1677 }
1678 }
1679
1680
1681
1682
1683
1684
1685 public interface StateApplicationID extends org.apache.xmlbeans.XmlString
1686 {
1687 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1688 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StateApplicationID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("stateapplicationid1c03elemtype");
1689
1690
1691
1692
1693
1694
1695 public static final class Factory
1696 {
1697 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID newValue(java.lang.Object obj) {
1698 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID) type.newValue( obj ); }
1699
1700 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID newInstance() {
1701 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1702
1703 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID newInstance(org.apache.xmlbeans.XmlOptions options) {
1704 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.StateApplicationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1705
1706 private Factory() { }
1707 }
1708 }
1709
1710
1711
1712
1713
1714
1715 public interface OtherTypeApplicant extends org.apache.xmlbeans.XmlString
1716 {
1717 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1718 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherTypeApplicant.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("othertypeapplicantbce5elemtype");
1719
1720
1721
1722
1723
1724
1725 public static final class Factory
1726 {
1727 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant newValue(java.lang.Object obj) {
1728 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant) type.newValue( obj ); }
1729
1730 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant newInstance() {
1731 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1732
1733 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant newInstance(org.apache.xmlbeans.XmlOptions options) {
1734 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.OtherTypeApplicant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1735
1736 private Factory() { }
1737 }
1738 }
1739
1740
1741
1742
1743
1744
1745 public interface AdditionalApplicantTypeDescription extends org.apache.xmlbeans.XmlString
1746 {
1747 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1748 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdditionalApplicantTypeDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalapplicanttypedescriptionfdf6elemtype");
1749
1750
1751
1752
1753
1754
1755 public static final class Factory
1756 {
1757 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription newValue(java.lang.Object obj) {
1758 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription) type.newValue( obj ); }
1759
1760 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription newInstance() {
1761 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1762
1763 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
1764 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AdditionalApplicantTypeDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1765
1766 private Factory() { }
1767 }
1768 }
1769
1770
1771
1772
1773
1774
1775 public interface DescriptiveProjectTitle extends org.apache.xmlbeans.XmlString
1776 {
1777 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1778 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DescriptiveProjectTitle.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("descriptiveprojecttitlede82elemtype");
1779
1780
1781
1782
1783
1784
1785 public static final class Factory
1786 {
1787 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle newValue(java.lang.Object obj) {
1788 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle) type.newValue( obj ); }
1789
1790 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle newInstance() {
1791 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1792
1793 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle newInstance(org.apache.xmlbeans.XmlOptions options) {
1794 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DescriptiveProjectTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1795
1796 private Factory() { }
1797 }
1798 }
1799
1800
1801
1802
1803
1804
1805 public interface AreasAffectedByFunding extends org.apache.xmlbeans.XmlString
1806 {
1807 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1808 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AreasAffectedByFunding.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("areasaffectedbyfunding3671elemtype");
1809
1810
1811
1812
1813
1814
1815 public static final class Factory
1816 {
1817 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding newValue(java.lang.Object obj) {
1818 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding) type.newValue( obj ); }
1819
1820 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding newInstance() {
1821 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1822
1823 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding newInstance(org.apache.xmlbeans.XmlOptions options) {
1824 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.AreasAffectedByFunding) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1825
1826 private Factory() { }
1827 }
1828 }
1829
1830
1831
1832
1833
1834
1835 public interface SubmissionUnderReview extends org.apache.xmlbeans.XmlString
1836 {
1837 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1838 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubmissionUnderReview.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("submissionunderreviewfe29elemtype");
1839
1840 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1841 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1842
1843 static final Enum STATE_REVIEW_AVAILABLE = Enum.forString("StateReviewAvailable");
1844 static final Enum STATE_REVIEW_NOT_SELECTED = Enum.forString("StateReviewNotSelected");
1845 static final Enum STATE_REVIEW_NOT_NEEDED = Enum.forString("StateReviewNotNeeded");
1846
1847 static final int INT_STATE_REVIEW_AVAILABLE = Enum.INT_STATE_REVIEW_AVAILABLE;
1848 static final int INT_STATE_REVIEW_NOT_SELECTED = Enum.INT_STATE_REVIEW_NOT_SELECTED;
1849 static final int INT_STATE_REVIEW_NOT_NEEDED = Enum.INT_STATE_REVIEW_NOT_NEEDED;
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
1867 {
1868
1869
1870
1871 public static Enum forString(java.lang.String s)
1872 { return (Enum)table.forString(s); }
1873
1874
1875
1876 public static Enum forInt(int i)
1877 { return (Enum)table.forInt(i); }
1878
1879 private Enum(java.lang.String s, int i)
1880 { super(s, i); }
1881
1882 static final int INT_STATE_REVIEW_AVAILABLE = 1;
1883 static final int INT_STATE_REVIEW_NOT_SELECTED = 2;
1884 static final int INT_STATE_REVIEW_NOT_NEEDED = 3;
1885
1886 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1887 new org.apache.xmlbeans.StringEnumAbstractBase.Table
1888 (
1889 new Enum[]
1890 {
1891 new Enum("StateReviewAvailable", INT_STATE_REVIEW_AVAILABLE),
1892 new Enum("StateReviewNotSelected", INT_STATE_REVIEW_NOT_SELECTED),
1893 new Enum("StateReviewNotNeeded", INT_STATE_REVIEW_NOT_NEEDED),
1894 }
1895 );
1896 private static final long serialVersionUID = 1L;
1897 private java.lang.Object readResolve() { return forInt(intValue()); }
1898 }
1899
1900
1901
1902
1903
1904
1905 public static final class Factory
1906 {
1907 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview newValue(java.lang.Object obj) {
1908 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview) type.newValue( obj ); }
1909
1910 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview newInstance() {
1911 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1912
1913 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview newInstance(org.apache.xmlbeans.XmlOptions options) {
1914 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.SubmissionUnderReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1915
1916 private Factory() { }
1917 }
1918 }
1919
1920
1921
1922
1923
1924
1925 public interface DelinquentFederalDebtExplanation extends org.apache.xmlbeans.XmlString
1926 {
1927 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1928 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DelinquentFederalDebtExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("delinquentfederaldebtexplanationedbdelemtype");
1929
1930
1931
1932
1933
1934
1935 public static final class Factory
1936 {
1937 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation newValue(java.lang.Object obj) {
1938 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation) type.newValue( obj ); }
1939
1940 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation newInstance() {
1941 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1942
1943 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
1944 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12.DelinquentFederalDebtExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1945
1946 private Factory() { }
1947 }
1948 }
1949
1950
1951
1952
1953
1954
1955 public static final class Factory
1956 {
1957 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12 newInstance() {
1958 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1959
1960 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12 newInstance(org.apache.xmlbeans.XmlOptions options) {
1961 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document.SF424Mandatory12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1962
1963 private Factory() { }
1964 }
1965 }
1966
1967
1968
1969
1970
1971
1972 public static final class Factory
1973 {
1974 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document newInstance() {
1975 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1976
1977 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1978 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1979
1980
1981 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1982 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1983
1984 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1985 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1986
1987
1988 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1989 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1990
1991 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1992 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1993
1994 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1995 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1996
1997 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1998 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1999
2000 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2001 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
2002
2003 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2004 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
2005
2006 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2007 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
2008
2009 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2010 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
2011
2012 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
2013 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
2014
2015 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2016 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
2017
2018 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
2019 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
2020
2021 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2022 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
2023
2024
2025 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2026 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
2027
2028
2029 public static gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2030 return (gov.grants.apply.forms.sf424Mandatory12V12.SF424Mandatory12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
2031
2032
2033 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 {
2034 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
2035
2036
2037 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 {
2038 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
2039
2040 private Factory() { }
2041 }
2042 }