1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.objectiveWorkPlan20V20;
10
11
12
13
14
15
16
17 public interface ObjectiveWorkPlan20Document 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(ObjectiveWorkPlan20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("objectiveworkplan20097cdoctype");
21
22
23
24
25 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20 getObjectiveWorkPlan20();
26
27
28
29
30 void setObjectiveWorkPlan20(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20 objectiveWorkPlan20);
31
32
33
34
35 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20 addNewObjectiveWorkPlan20();
36
37
38
39
40
41
42 public interface ObjectiveWorkPlan20 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(ObjectiveWorkPlan20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("objectiveworkplan20d639elemtype");
46
47
48
49
50 java.lang.String getProjectTitle();
51
52
53
54
55 gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
56
57
58
59
60 boolean isSetProjectTitle();
61
62
63
64
65 void setProjectTitle(java.lang.String projectTitle);
66
67
68
69
70 void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
71
72
73
74
75 void unsetProjectTitle();
76
77
78
79
80 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear.Enum getBudgetYear();
81
82
83
84
85 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear xgetBudgetYear();
86
87
88
89
90 void setBudgetYear(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear.Enum budgetYear);
91
92
93
94
95 void xsetBudgetYear(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear budgetYear);
96
97
98
99
100 java.lang.String getProgramGoal();
101
102
103
104
105 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal xgetProgramGoal();
106
107
108
109
110 void setProgramGoal(java.lang.String programGoal);
111
112
113
114
115 void xsetProgramGoal(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal programGoal);
116
117
118
119
120 java.lang.String getObjective();
121
122
123
124
125 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective xgetObjective();
126
127
128
129
130 void setObjective(java.lang.String objective);
131
132
133
134
135 void xsetObjective(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective objective);
136
137
138
139
140 java.lang.String getExpectedResults();
141
142
143
144
145 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults xgetExpectedResults();
146
147
148
149
150 void setExpectedResults(java.lang.String expectedResults);
151
152
153
154
155 void xsetExpectedResults(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults expectedResults);
156
157
158
159
160 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1[] getGroup1Array();
161
162
163
164
165 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1 getGroup1Array(int i);
166
167
168
169
170 int sizeOfGroup1Array();
171
172
173
174
175 void setGroup1Array(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1[] group1Array);
176
177
178
179
180 void setGroup1Array(int i, gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1 group1);
181
182
183
184
185 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1 insertNewGroup1(int i);
186
187
188
189
190 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1 addNewGroup1();
191
192
193
194
195 void removeGroup1(int i);
196
197
198
199
200 java.lang.String getEvaluationCriteria();
201
202
203
204
205 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria xgetEvaluationCriteria();
206
207
208
209
210 void setEvaluationCriteria(java.lang.String evaluationCriteria);
211
212
213
214
215 void xsetEvaluationCriteria(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria evaluationCriteria);
216
217
218
219
220 java.lang.String getFilenameAtt001();
221
222
223
224
225 org.apache.xmlbeans.XmlString xgetFilenameAtt001();
226
227
228
229
230 boolean isSetFilenameAtt001();
231
232
233
234
235 void setFilenameAtt001(java.lang.String filenameAtt001);
236
237
238
239
240 void xsetFilenameAtt001(org.apache.xmlbeans.XmlString filenameAtt001);
241
242
243
244
245 void unsetFilenameAtt001();
246
247
248
249
250 java.lang.String getFilenameAtt002();
251
252
253
254
255 org.apache.xmlbeans.XmlString xgetFilenameAtt002();
256
257
258
259
260 boolean isSetFilenameAtt002();
261
262
263
264
265 void setFilenameAtt002(java.lang.String filenameAtt002);
266
267
268
269
270 void xsetFilenameAtt002(org.apache.xmlbeans.XmlString filenameAtt002);
271
272
273
274
275 void unsetFilenameAtt002();
276
277
278
279
280 java.lang.String getFilenameAtt003();
281
282
283
284
285 org.apache.xmlbeans.XmlString xgetFilenameAtt003();
286
287
288
289
290 boolean isSetFilenameAtt003();
291
292
293
294
295 void setFilenameAtt003(java.lang.String filenameAtt003);
296
297
298
299
300 void xsetFilenameAtt003(org.apache.xmlbeans.XmlString filenameAtt003);
301
302
303
304
305 void unsetFilenameAtt003();
306
307
308
309
310 java.lang.String getFilenameAtt004();
311
312
313
314
315 org.apache.xmlbeans.XmlString xgetFilenameAtt004();
316
317
318
319
320 boolean isSetFilenameAtt004();
321
322
323
324
325 void setFilenameAtt004(java.lang.String filenameAtt004);
326
327
328
329
330 void xsetFilenameAtt004(org.apache.xmlbeans.XmlString filenameAtt004);
331
332
333
334
335 void unsetFilenameAtt004();
336
337
338
339
340 java.lang.String getFilenameAtt005();
341
342
343
344
345 org.apache.xmlbeans.XmlString xgetFilenameAtt005();
346
347
348
349
350 boolean isSetFilenameAtt005();
351
352
353
354
355 void setFilenameAtt005(java.lang.String filenameAtt005);
356
357
358
359
360 void xsetFilenameAtt005(org.apache.xmlbeans.XmlString filenameAtt005);
361
362
363
364
365 void unsetFilenameAtt005();
366
367
368
369
370 java.lang.String getFilenameAtt006();
371
372
373
374
375 org.apache.xmlbeans.XmlString xgetFilenameAtt006();
376
377
378
379
380 boolean isSetFilenameAtt006();
381
382
383
384
385 void setFilenameAtt006(java.lang.String filenameAtt006);
386
387
388
389
390 void xsetFilenameAtt006(org.apache.xmlbeans.XmlString filenameAtt006);
391
392
393
394
395 void unsetFilenameAtt006();
396
397
398
399
400 java.lang.String getFilenameAtt007();
401
402
403
404
405 org.apache.xmlbeans.XmlString xgetFilenameAtt007();
406
407
408
409
410 boolean isSetFilenameAtt007();
411
412
413
414
415 void setFilenameAtt007(java.lang.String filenameAtt007);
416
417
418
419
420 void xsetFilenameAtt007(org.apache.xmlbeans.XmlString filenameAtt007);
421
422
423
424
425 void unsetFilenameAtt007();
426
427
428
429
430 java.lang.String getFilenameAtt008();
431
432
433
434
435 org.apache.xmlbeans.XmlString xgetFilenameAtt008();
436
437
438
439
440 boolean isSetFilenameAtt008();
441
442
443
444
445 void setFilenameAtt008(java.lang.String filenameAtt008);
446
447
448
449
450 void xsetFilenameAtt008(org.apache.xmlbeans.XmlString filenameAtt008);
451
452
453
454
455 void unsetFilenameAtt008();
456
457
458
459
460 java.lang.String getFilenameAtt009();
461
462
463
464
465 org.apache.xmlbeans.XmlString xgetFilenameAtt009();
466
467
468
469
470 boolean isSetFilenameAtt009();
471
472
473
474
475 void setFilenameAtt009(java.lang.String filenameAtt009);
476
477
478
479
480 void xsetFilenameAtt009(org.apache.xmlbeans.XmlString filenameAtt009);
481
482
483
484
485 void unsetFilenameAtt009();
486
487
488
489
490 java.lang.String getFilenameAtt010();
491
492
493
494
495 org.apache.xmlbeans.XmlString xgetFilenameAtt010();
496
497
498
499
500 boolean isSetFilenameAtt010();
501
502
503
504
505 void setFilenameAtt010(java.lang.String filenameAtt010);
506
507
508
509
510 void xsetFilenameAtt010(org.apache.xmlbeans.XmlString filenameAtt010);
511
512
513
514
515 void unsetFilenameAtt010();
516
517
518
519
520 java.lang.String getFilenameAtt011();
521
522
523
524
525 org.apache.xmlbeans.XmlString xgetFilenameAtt011();
526
527
528
529
530 boolean isSetFilenameAtt011();
531
532
533
534
535 void setFilenameAtt011(java.lang.String filenameAtt011);
536
537
538
539
540 void xsetFilenameAtt011(org.apache.xmlbeans.XmlString filenameAtt011);
541
542
543
544
545 void unsetFilenameAtt011();
546
547
548
549
550 java.lang.String getFilenameAtt012();
551
552
553
554
555 org.apache.xmlbeans.XmlString xgetFilenameAtt012();
556
557
558
559
560 boolean isSetFilenameAtt012();
561
562
563
564
565 void setFilenameAtt012(java.lang.String filenameAtt012);
566
567
568
569
570 void xsetFilenameAtt012(org.apache.xmlbeans.XmlString filenameAtt012);
571
572
573
574
575 void unsetFilenameAtt012();
576
577
578
579
580 java.lang.String getFilenameAtt013();
581
582
583
584
585 org.apache.xmlbeans.XmlString xgetFilenameAtt013();
586
587
588
589
590 boolean isSetFilenameAtt013();
591
592
593
594
595 void setFilenameAtt013(java.lang.String filenameAtt013);
596
597
598
599
600 void xsetFilenameAtt013(org.apache.xmlbeans.XmlString filenameAtt013);
601
602
603
604
605 void unsetFilenameAtt013();
606
607
608
609
610 java.lang.String getFilenameAtt014();
611
612
613
614
615 org.apache.xmlbeans.XmlString xgetFilenameAtt014();
616
617
618
619
620 boolean isSetFilenameAtt014();
621
622
623
624
625 void setFilenameAtt014(java.lang.String filenameAtt014);
626
627
628
629
630 void xsetFilenameAtt014(org.apache.xmlbeans.XmlString filenameAtt014);
631
632
633
634
635 void unsetFilenameAtt014();
636
637
638
639
640 java.lang.String getFilenameAtt015();
641
642
643
644
645 org.apache.xmlbeans.XmlString xgetFilenameAtt015();
646
647
648
649
650 boolean isSetFilenameAtt015();
651
652
653
654
655 void setFilenameAtt015(java.lang.String filenameAtt015);
656
657
658
659
660 void xsetFilenameAtt015(org.apache.xmlbeans.XmlString filenameAtt015);
661
662
663
664
665 void unsetFilenameAtt015();
666
667
668
669
670 java.lang.String getFilenameAtt016();
671
672
673
674
675 org.apache.xmlbeans.XmlString xgetFilenameAtt016();
676
677
678
679
680 boolean isSetFilenameAtt016();
681
682
683
684
685 void setFilenameAtt016(java.lang.String filenameAtt016);
686
687
688
689
690 void xsetFilenameAtt016(org.apache.xmlbeans.XmlString filenameAtt016);
691
692
693
694
695 void unsetFilenameAtt016();
696
697
698
699
700 java.lang.String getFilenameAtt017();
701
702
703
704
705 org.apache.xmlbeans.XmlString xgetFilenameAtt017();
706
707
708
709
710 boolean isSetFilenameAtt017();
711
712
713
714
715 void setFilenameAtt017(java.lang.String filenameAtt017);
716
717
718
719
720 void xsetFilenameAtt017(org.apache.xmlbeans.XmlString filenameAtt017);
721
722
723
724
725 void unsetFilenameAtt017();
726
727
728
729
730 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt[] getObjectiveWorkPlanAttArray();
731
732
733
734
735 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt getObjectiveWorkPlanAttArray(int i);
736
737
738
739
740 int sizeOfObjectiveWorkPlanAttArray();
741
742
743
744
745 void setObjectiveWorkPlanAttArray(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt[] objectiveWorkPlanAttArray);
746
747
748
749
750 void setObjectiveWorkPlanAttArray(int i, gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt objectiveWorkPlanAtt);
751
752
753
754
755 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt insertNewObjectiveWorkPlanAtt(int i);
756
757
758
759
760 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt addNewObjectiveWorkPlanAtt();
761
762
763
764
765 void removeObjectiveWorkPlanAtt(int i);
766
767
768
769
770 java.lang.String getFormVersion();
771
772
773
774
775 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
776
777
778
779
780 void setFormVersion(java.lang.String formVersion);
781
782
783
784
785 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
786
787
788
789
790
791
792 public interface BudgetYear extends org.apache.xmlbeans.XmlString
793 {
794 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
795 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetYear.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetyear301belemtype");
796
797 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
798 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
799
800 static final Enum X_1 = Enum.forString("1");
801 static final Enum X_2 = Enum.forString("2");
802 static final Enum X_3 = Enum.forString("3");
803 static final Enum X_4 = Enum.forString("4");
804 static final Enum X_5 = Enum.forString("5");
805
806 static final int INT_X_1 = Enum.INT_X_1;
807 static final int INT_X_2 = Enum.INT_X_2;
808 static final int INT_X_3 = Enum.INT_X_3;
809 static final int INT_X_4 = Enum.INT_X_4;
810 static final int INT_X_5 = Enum.INT_X_5;
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
828 {
829
830
831
832 public static Enum forString(java.lang.String s)
833 { return (Enum)table.forString(s); }
834
835
836
837 public static Enum forInt(int i)
838 { return (Enum)table.forInt(i); }
839
840 private Enum(java.lang.String s, int i)
841 { super(s, i); }
842
843 static final int INT_X_1 = 1;
844 static final int INT_X_2 = 2;
845 static final int INT_X_3 = 3;
846 static final int INT_X_4 = 4;
847 static final int INT_X_5 = 5;
848
849 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
850 new org.apache.xmlbeans.StringEnumAbstractBase.Table
851 (
852 new Enum[]
853 {
854 new Enum("1", INT_X_1),
855 new Enum("2", INT_X_2),
856 new Enum("3", INT_X_3),
857 new Enum("4", INT_X_4),
858 new Enum("5", INT_X_5),
859 }
860 );
861 private static final long serialVersionUID = 1L;
862 private java.lang.Object readResolve() { return forInt(intValue()); }
863 }
864
865
866
867
868
869
870 public static final class Factory
871 {
872 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear newValue(java.lang.Object obj) {
873 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear) type.newValue( obj ); }
874
875 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear newInstance() {
876 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
877
878 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear newInstance(org.apache.xmlbeans.XmlOptions options) {
879 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.BudgetYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
880
881 private Factory() { }
882 }
883 }
884
885
886
887
888
889
890 public interface ProgramGoal extends org.apache.xmlbeans.XmlString
891 {
892 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
893 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgramGoal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("programgoal0d96elemtype");
894
895
896
897
898
899
900 public static final class Factory
901 {
902 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal newValue(java.lang.Object obj) {
903 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal) type.newValue( obj ); }
904
905 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal newInstance() {
906 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
907
908 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal newInstance(org.apache.xmlbeans.XmlOptions options) {
909 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ProgramGoal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
910
911 private Factory() { }
912 }
913 }
914
915
916
917
918
919
920 public interface Objective extends org.apache.xmlbeans.XmlString
921 {
922 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
923 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Objective.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("objective7c54elemtype");
924
925
926
927
928
929
930 public static final class Factory
931 {
932 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective newValue(java.lang.Object obj) {
933 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective) type.newValue( obj ); }
934
935 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective newInstance() {
936 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
937
938 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective newInstance(org.apache.xmlbeans.XmlOptions options) {
939 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Objective) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
940
941 private Factory() { }
942 }
943 }
944
945
946
947
948
949
950 public interface ExpectedResults extends org.apache.xmlbeans.XmlString
951 {
952 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
953 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedResults.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("expectedresultseb0felemtype");
954
955
956
957
958
959
960 public static final class Factory
961 {
962 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults newValue(java.lang.Object obj) {
963 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults) type.newValue( obj ); }
964
965 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults newInstance() {
966 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
967
968 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults newInstance(org.apache.xmlbeans.XmlOptions options) {
969 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ExpectedResults) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
970
971 private Factory() { }
972 }
973 }
974
975
976
977
978
979
980 public interface Group1 extends org.apache.xmlbeans.XmlObject
981 {
982 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
983 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Group1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("group1f9abelemtype");
984
985
986
987
988 java.lang.String getActivities();
989
990
991
992
993 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities xgetActivities();
994
995
996
997
998 void setActivities(java.lang.String activities);
999
1000
1001
1002
1003 void xsetActivities(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities activities);
1004
1005
1006
1007
1008 java.lang.String getPosition();
1009
1010
1011
1012
1013 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position xgetPosition();
1014
1015
1016
1017
1018 void setPosition(java.lang.String position);
1019
1020
1021
1022
1023 void xsetPosition(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position position);
1024
1025
1026
1027
1028 java.util.Calendar getPeriodStartDate();
1029
1030
1031
1032
1033 org.apache.xmlbeans.XmlDate xgetPeriodStartDate();
1034
1035
1036
1037
1038 void setPeriodStartDate(java.util.Calendar periodStartDate);
1039
1040
1041
1042
1043 void xsetPeriodStartDate(org.apache.xmlbeans.XmlDate periodStartDate);
1044
1045
1046
1047
1048 java.util.Calendar getPeriodEndDate();
1049
1050
1051
1052
1053 org.apache.xmlbeans.XmlDate xgetPeriodEndDate();
1054
1055
1056
1057
1058 void setPeriodEndDate(java.util.Calendar periodEndDate);
1059
1060
1061
1062
1063 void xsetPeriodEndDate(org.apache.xmlbeans.XmlDate periodEndDate);
1064
1065
1066
1067
1068 int getNonSalaryPersonnelHours();
1069
1070
1071
1072
1073 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours xgetNonSalaryPersonnelHours();
1074
1075
1076
1077
1078 void setNonSalaryPersonnelHours(int nonSalaryPersonnelHours);
1079
1080
1081
1082
1083 void xsetNonSalaryPersonnelHours(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours nonSalaryPersonnelHours);
1084
1085
1086
1087
1088
1089
1090 public interface Activities extends org.apache.xmlbeans.XmlString
1091 {
1092 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1093 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Activities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("activities9814elemtype");
1094
1095
1096
1097
1098
1099
1100 public static final class Factory
1101 {
1102 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities newValue(java.lang.Object obj) {
1103 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities) type.newValue( obj ); }
1104
1105 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities newInstance() {
1106 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1107
1108 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities newInstance(org.apache.xmlbeans.XmlOptions options) {
1109 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Activities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1110
1111 private Factory() { }
1112 }
1113 }
1114
1115
1116
1117
1118
1119
1120 public interface Position extends org.apache.xmlbeans.XmlString
1121 {
1122 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1123 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Position.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("position9c50elemtype");
1124
1125
1126
1127
1128
1129
1130 public static final class Factory
1131 {
1132 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position newValue(java.lang.Object obj) {
1133 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position) type.newValue( obj ); }
1134
1135 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position newInstance() {
1136 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1137
1138 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position newInstance(org.apache.xmlbeans.XmlOptions options) {
1139 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.Position) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1140
1141 private Factory() { }
1142 }
1143 }
1144
1145
1146
1147
1148
1149
1150 public interface NonSalaryPersonnelHours extends org.apache.xmlbeans.XmlInt
1151 {
1152 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1153 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonSalaryPersonnelHours.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonsalarypersonnelhoursc232elemtype");
1154
1155
1156
1157
1158
1159
1160 public static final class Factory
1161 {
1162 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours newValue(java.lang.Object obj) {
1163 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours) type.newValue( obj ); }
1164
1165 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours newInstance() {
1166 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1167
1168 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours newInstance(org.apache.xmlbeans.XmlOptions options) {
1169 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1.NonSalaryPersonnelHours) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1170
1171 private Factory() { }
1172 }
1173 }
1174
1175
1176
1177
1178
1179
1180 public static final class Factory
1181 {
1182 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1 newInstance() {
1183 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1184
1185 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1 newInstance(org.apache.xmlbeans.XmlOptions options) {
1186 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.Group1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1187
1188 private Factory() { }
1189 }
1190 }
1191
1192
1193
1194
1195
1196
1197 public interface EvaluationCriteria extends org.apache.xmlbeans.XmlString
1198 {
1199 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1200 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EvaluationCriteria.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("evaluationcriteria42a2elemtype");
1201
1202
1203
1204
1205
1206
1207 public static final class Factory
1208 {
1209 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria newValue(java.lang.Object obj) {
1210 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria) type.newValue( obj ); }
1211
1212 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria newInstance() {
1213 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1214
1215 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria newInstance(org.apache.xmlbeans.XmlOptions options) {
1216 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.EvaluationCriteria) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1217
1218 private Factory() { }
1219 }
1220 }
1221
1222
1223
1224
1225
1226
1227 public interface ObjectiveWorkPlanAtt extends org.apache.xmlbeans.XmlObject
1228 {
1229 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1230 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ObjectiveWorkPlanAtt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("objectiveworkplanattca98elemtype");
1231
1232
1233
1234
1235 java.lang.String getProjectTitle();
1236
1237
1238
1239
1240 gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
1241
1242
1243
1244
1245 boolean isSetProjectTitle();
1246
1247
1248
1249
1250 void setProjectTitle(java.lang.String projectTitle);
1251
1252
1253
1254
1255 void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
1256
1257
1258
1259
1260 void unsetProjectTitle();
1261
1262
1263
1264
1265 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear.Enum getBudgetYear();
1266
1267
1268
1269
1270 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear xgetBudgetYear();
1271
1272
1273
1274
1275 void setBudgetYear(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear.Enum budgetYear);
1276
1277
1278
1279
1280 void xsetBudgetYear(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear budgetYear);
1281
1282
1283
1284
1285 java.lang.String getProgramGoal();
1286
1287
1288
1289
1290 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal xgetProgramGoal();
1291
1292
1293
1294
1295 void setProgramGoal(java.lang.String programGoal);
1296
1297
1298
1299
1300 void xsetProgramGoal(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal programGoal);
1301
1302
1303
1304
1305 java.lang.String getObjective();
1306
1307
1308
1309
1310 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective xgetObjective();
1311
1312
1313
1314
1315 void setObjective(java.lang.String objective);
1316
1317
1318
1319
1320 void xsetObjective(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective objective);
1321
1322
1323
1324
1325 java.lang.String getExpectedResults();
1326
1327
1328
1329
1330 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults xgetExpectedResults();
1331
1332
1333
1334
1335 void setExpectedResults(java.lang.String expectedResults);
1336
1337
1338
1339
1340 void xsetExpectedResults(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults expectedResults);
1341
1342
1343
1344
1345 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1[] getGroup1Array();
1346
1347
1348
1349
1350 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1 getGroup1Array(int i);
1351
1352
1353
1354
1355 int sizeOfGroup1Array();
1356
1357
1358
1359
1360 void setGroup1Array(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1[] group1Array);
1361
1362
1363
1364
1365 void setGroup1Array(int i, gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1 group1);
1366
1367
1368
1369
1370 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1 insertNewGroup1(int i);
1371
1372
1373
1374
1375 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1 addNewGroup1();
1376
1377
1378
1379
1380 void removeGroup1(int i);
1381
1382
1383
1384
1385 java.lang.String getEvaluationCriteria();
1386
1387
1388
1389
1390 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria xgetEvaluationCriteria();
1391
1392
1393
1394
1395 void setEvaluationCriteria(java.lang.String evaluationCriteria);
1396
1397
1398
1399
1400 void xsetEvaluationCriteria(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria evaluationCriteria);
1401
1402
1403
1404
1405
1406
1407 public interface BudgetYear extends org.apache.xmlbeans.XmlString
1408 {
1409 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1410 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetYear.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetyear1e7aelemtype");
1411
1412 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
1413 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
1414
1415 static final Enum X_1 = Enum.forString("1");
1416 static final Enum X_2 = Enum.forString("2");
1417 static final Enum X_3 = Enum.forString("3");
1418 static final Enum X_4 = Enum.forString("4");
1419 static final Enum X_5 = Enum.forString("5");
1420
1421 static final int INT_X_1 = Enum.INT_X_1;
1422 static final int INT_X_2 = Enum.INT_X_2;
1423 static final int INT_X_3 = Enum.INT_X_3;
1424 static final int INT_X_4 = Enum.INT_X_4;
1425 static final int INT_X_5 = Enum.INT_X_5;
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_X_1 = 1;
1459 static final int INT_X_2 = 2;
1460 static final int INT_X_3 = 3;
1461 static final int INT_X_4 = 4;
1462 static final int INT_X_5 = 5;
1463
1464 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
1465 new org.apache.xmlbeans.StringEnumAbstractBase.Table
1466 (
1467 new Enum[]
1468 {
1469 new Enum("1", INT_X_1),
1470 new Enum("2", INT_X_2),
1471 new Enum("3", INT_X_3),
1472 new Enum("4", INT_X_4),
1473 new Enum("5", INT_X_5),
1474 }
1475 );
1476 private static final long serialVersionUID = 1L;
1477 private java.lang.Object readResolve() { return forInt(intValue()); }
1478 }
1479
1480
1481
1482
1483
1484
1485 public static final class Factory
1486 {
1487 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear newValue(java.lang.Object obj) {
1488 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear) type.newValue( obj ); }
1489
1490 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear newInstance() {
1491 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1492
1493 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear newInstance(org.apache.xmlbeans.XmlOptions options) {
1494 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.BudgetYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1495
1496 private Factory() { }
1497 }
1498 }
1499
1500
1501
1502
1503
1504
1505 public interface ProgramGoal extends org.apache.xmlbeans.XmlString
1506 {
1507 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1508 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgramGoal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("programgoalfaf5elemtype");
1509
1510
1511
1512
1513
1514
1515 public static final class Factory
1516 {
1517 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal newValue(java.lang.Object obj) {
1518 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal) type.newValue( obj ); }
1519
1520 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal newInstance() {
1521 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1522
1523 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal newInstance(org.apache.xmlbeans.XmlOptions options) {
1524 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ProgramGoal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1525
1526 private Factory() { }
1527 }
1528 }
1529
1530
1531
1532
1533
1534
1535 public interface Objective extends org.apache.xmlbeans.XmlString
1536 {
1537 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1538 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Objective.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("objective8fb3elemtype");
1539
1540
1541
1542
1543
1544
1545 public static final class Factory
1546 {
1547 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective newValue(java.lang.Object obj) {
1548 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective) type.newValue( obj ); }
1549
1550 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective newInstance() {
1551 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1552
1553 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective newInstance(org.apache.xmlbeans.XmlOptions options) {
1554 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Objective) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1555
1556 private Factory() { }
1557 }
1558 }
1559
1560
1561
1562
1563
1564
1565 public interface ExpectedResults extends org.apache.xmlbeans.XmlString
1566 {
1567 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1568 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedResults.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("expectedresults3d6eelemtype");
1569
1570
1571
1572
1573
1574
1575 public static final class Factory
1576 {
1577 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults newValue(java.lang.Object obj) {
1578 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults) type.newValue( obj ); }
1579
1580 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults newInstance() {
1581 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1582
1583 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults newInstance(org.apache.xmlbeans.XmlOptions options) {
1584 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.ExpectedResults) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1585
1586 private Factory() { }
1587 }
1588 }
1589
1590
1591
1592
1593
1594
1595 public interface Group1 extends org.apache.xmlbeans.XmlObject
1596 {
1597 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1598 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Group1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("group1380aelemtype");
1599
1600
1601
1602
1603 java.lang.String getActivities();
1604
1605
1606
1607
1608 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities xgetActivities();
1609
1610
1611
1612
1613 void setActivities(java.lang.String activities);
1614
1615
1616
1617
1618 void xsetActivities(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities activities);
1619
1620
1621
1622
1623 java.lang.String getPosition();
1624
1625
1626
1627
1628 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position xgetPosition();
1629
1630
1631
1632
1633 void setPosition(java.lang.String position);
1634
1635
1636
1637
1638 void xsetPosition(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position position);
1639
1640
1641
1642
1643 java.util.Calendar getPeriodStartDate();
1644
1645
1646
1647
1648 org.apache.xmlbeans.XmlDate xgetPeriodStartDate();
1649
1650
1651
1652
1653 void setPeriodStartDate(java.util.Calendar periodStartDate);
1654
1655
1656
1657
1658 void xsetPeriodStartDate(org.apache.xmlbeans.XmlDate periodStartDate);
1659
1660
1661
1662
1663 java.util.Calendar getPeriodEndDate();
1664
1665
1666
1667
1668 org.apache.xmlbeans.XmlDate xgetPeriodEndDate();
1669
1670
1671
1672
1673 void setPeriodEndDate(java.util.Calendar periodEndDate);
1674
1675
1676
1677
1678 void xsetPeriodEndDate(org.apache.xmlbeans.XmlDate periodEndDate);
1679
1680
1681
1682
1683 int getNonSalaryPersonnelHours();
1684
1685
1686
1687
1688 gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours xgetNonSalaryPersonnelHours();
1689
1690
1691
1692
1693 void setNonSalaryPersonnelHours(int nonSalaryPersonnelHours);
1694
1695
1696
1697
1698 void xsetNonSalaryPersonnelHours(gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours nonSalaryPersonnelHours);
1699
1700
1701
1702
1703
1704
1705 public interface Activities extends org.apache.xmlbeans.XmlString
1706 {
1707 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1708 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Activities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("activities6b73elemtype");
1709
1710
1711
1712
1713
1714
1715 public static final class Factory
1716 {
1717 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities newValue(java.lang.Object obj) {
1718 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities) type.newValue( obj ); }
1719
1720 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities newInstance() {
1721 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1722
1723 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities newInstance(org.apache.xmlbeans.XmlOptions options) {
1724 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Activities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1725
1726 private Factory() { }
1727 }
1728 }
1729
1730
1731
1732
1733
1734
1735 public interface Position extends org.apache.xmlbeans.XmlString
1736 {
1737 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1738 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Position.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("position7bafelemtype");
1739
1740
1741
1742
1743
1744
1745 public static final class Factory
1746 {
1747 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position newValue(java.lang.Object obj) {
1748 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position) type.newValue( obj ); }
1749
1750 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position newInstance() {
1751 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1752
1753 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position newInstance(org.apache.xmlbeans.XmlOptions options) {
1754 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.Position) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1755
1756 private Factory() { }
1757 }
1758 }
1759
1760
1761
1762
1763
1764
1765 public interface NonSalaryPersonnelHours extends org.apache.xmlbeans.XmlInt
1766 {
1767 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1768 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonSalaryPersonnelHours.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonsalarypersonnelhours9b91elemtype");
1769
1770
1771
1772
1773
1774
1775 public static final class Factory
1776 {
1777 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours newValue(java.lang.Object obj) {
1778 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours) type.newValue( obj ); }
1779
1780 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours newInstance() {
1781 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1782
1783 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours newInstance(org.apache.xmlbeans.XmlOptions options) {
1784 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1.NonSalaryPersonnelHours) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1785
1786 private Factory() { }
1787 }
1788 }
1789
1790
1791
1792
1793
1794
1795 public static final class Factory
1796 {
1797 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1 newInstance() {
1798 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1799
1800 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1 newInstance(org.apache.xmlbeans.XmlOptions options) {
1801 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.Group1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1802
1803 private Factory() { }
1804 }
1805 }
1806
1807
1808
1809
1810
1811
1812 public interface EvaluationCriteria extends org.apache.xmlbeans.XmlString
1813 {
1814 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1815 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EvaluationCriteria.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("evaluationcriteriacc01elemtype");
1816
1817
1818
1819
1820
1821
1822 public static final class Factory
1823 {
1824 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria newValue(java.lang.Object obj) {
1825 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria) type.newValue( obj ); }
1826
1827 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria newInstance() {
1828 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1829
1830 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria newInstance(org.apache.xmlbeans.XmlOptions options) {
1831 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt.EvaluationCriteria) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1832
1833 private Factory() { }
1834 }
1835 }
1836
1837
1838
1839
1840
1841
1842 public static final class Factory
1843 {
1844 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt newInstance() {
1845 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1846
1847 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt newInstance(org.apache.xmlbeans.XmlOptions options) {
1848 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20.ObjectiveWorkPlanAtt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1849
1850 private Factory() { }
1851 }
1852 }
1853
1854
1855
1856
1857
1858
1859 public static final class Factory
1860 {
1861 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20 newInstance() {
1862 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1863
1864 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20 newInstance(org.apache.xmlbeans.XmlOptions options) {
1865 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document.ObjectiveWorkPlan20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1866
1867 private Factory() { }
1868 }
1869 }
1870
1871
1872
1873
1874
1875
1876 public static final class Factory
1877 {
1878 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document newInstance() {
1879 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1880
1881 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1882 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1883
1884
1885 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1886 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1887
1888 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1889 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1890
1891
1892 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1893 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1894
1895 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1896 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1897
1898 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1899 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1900
1901 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1902 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1903
1904 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1905 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1906
1907 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1908 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1909
1910 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1911 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1912
1913 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1914 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1915
1916 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1917 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1918
1919 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1920 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1921
1922 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1923 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1924
1925 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1926 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1927
1928
1929 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1930 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1931
1932
1933 public static gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1934 return (gov.grants.apply.forms.objectiveWorkPlan20V20.ObjectiveWorkPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1935
1936
1937 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 {
1938 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1939
1940
1941 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 {
1942 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1943
1944 private Factory() { }
1945 }
1946 }