1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12;
10
11
12
13
14
15
16
17 public interface PHS398CareerDevelopmentAwardSup12Document 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(PHS398CareerDevelopmentAwardSup12Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398careerdevelopmentawardsup12777fdoctype");
21
22
23
24
25 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12 getPHS398CareerDevelopmentAwardSup12();
26
27
28
29
30 void setPHS398CareerDevelopmentAwardSup12(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12 phs398CareerDevelopmentAwardSup12);
31
32
33
34
35 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12 addNewPHS398CareerDevelopmentAwardSup12();
36
37
38
39
40
41
42 public interface PHS398CareerDevelopmentAwardSup12 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(PHS398CareerDevelopmentAwardSup12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398careerdevelopmentawardsup120678elemtype");
46
47
48
49
50 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType getApplicationType();
51
52
53
54
55 void setApplicationType(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType applicationType);
56
57
58
59
60 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType addNewApplicationType();
61
62
63
64
65 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments getCareerDevelopmentAwardAttachments();
66
67
68
69
70 boolean isSetCareerDevelopmentAwardAttachments();
71
72
73
74
75 void setCareerDevelopmentAwardAttachments(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments careerDevelopmentAwardAttachments);
76
77
78
79
80 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments addNewCareerDevelopmentAwardAttachments();
81
82
83
84
85 void unsetCareerDevelopmentAwardAttachments();
86
87
88
89
90 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.CitizenshipDataType.Enum getCitizenship();
91
92
93
94
95 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.CitizenshipDataType xgetCitizenship();
96
97
98
99
100 void setCitizenship(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.CitizenshipDataType.Enum citizenship);
101
102
103
104
105 void xsetCitizenship(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.CitizenshipDataType citizenship);
106
107
108
109
110 java.lang.String getFormVersion();
111
112
113
114
115 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
116
117
118
119
120 void setFormVersion(java.lang.String formVersion);
121
122
123
124
125 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
126
127
128
129
130
131
132 public interface ApplicationType extends org.apache.xmlbeans.XmlObject
133 {
134 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
135 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtype36eeelemtype");
136
137
138
139
140 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication.Enum getTypeOfApplication();
141
142
143
144
145 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication xgetTypeOfApplication();
146
147
148
149
150 void setTypeOfApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication.Enum typeOfApplication);
151
152
153
154
155 void xsetTypeOfApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication typeOfApplication);
156
157
158
159
160
161
162 public interface TypeOfApplication extends org.apache.xmlbeans.XmlString
163 {
164 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
165 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeOfApplication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typeofapplication4c19elemtype");
166
167 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
168 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
169
170 static final Enum NEW = Enum.forString("New");
171 static final Enum RESUBMISSION = Enum.forString("Resubmission");
172 static final Enum RENEWAL = Enum.forString("Renewal");
173 static final Enum CONTINUATION = Enum.forString("Continuation");
174 static final Enum REVISION = Enum.forString("Revision");
175
176 static final int INT_NEW = Enum.INT_NEW;
177 static final int INT_RESUBMISSION = Enum.INT_RESUBMISSION;
178 static final int INT_RENEWAL = Enum.INT_RENEWAL;
179 static final int INT_CONTINUATION = Enum.INT_CONTINUATION;
180 static final int INT_REVISION = Enum.INT_REVISION;
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
198 {
199
200
201
202 public static Enum forString(java.lang.String s)
203 { return (Enum)table.forString(s); }
204
205
206
207 public static Enum forInt(int i)
208 { return (Enum)table.forInt(i); }
209
210 private Enum(java.lang.String s, int i)
211 { super(s, i); }
212
213 static final int INT_NEW = 1;
214 static final int INT_RESUBMISSION = 2;
215 static final int INT_RENEWAL = 3;
216 static final int INT_CONTINUATION = 4;
217 static final int INT_REVISION = 5;
218
219 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
220 new org.apache.xmlbeans.StringEnumAbstractBase.Table
221 (
222 new Enum[]
223 {
224 new Enum("New", INT_NEW),
225 new Enum("Resubmission", INT_RESUBMISSION),
226 new Enum("Renewal", INT_RENEWAL),
227 new Enum("Continuation", INT_CONTINUATION),
228 new Enum("Revision", INT_REVISION),
229 }
230 );
231 private static final long serialVersionUID = 1L;
232 private java.lang.Object readResolve() { return forInt(intValue()); }
233 }
234
235
236
237
238
239
240 public static final class Factory
241 {
242 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication newValue(java.lang.Object obj) {
243 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication) type.newValue( obj ); }
244
245 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication newInstance() {
246 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
247
248 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication newInstance(org.apache.xmlbeans.XmlOptions options) {
249 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType.TypeOfApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
250
251 private Factory() { }
252 }
253 }
254
255
256
257
258
259
260 public static final class Factory
261 {
262 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType newInstance() {
263 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
264
265 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
266 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
267
268 private Factory() { }
269 }
270 }
271
272
273
274
275
276
277 public interface CareerDevelopmentAwardAttachments extends org.apache.xmlbeans.XmlObject
278 {
279 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
280 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerDevelopmentAwardAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careerdevelopmentawardattachments3dd4elemtype");
281
282
283
284
285 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication getIntroductionToApplication();
286
287
288
289
290 boolean isSetIntroductionToApplication();
291
292
293
294
295 void setIntroductionToApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication introductionToApplication);
296
297
298
299
300 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication addNewIntroductionToApplication();
301
302
303
304
305 void unsetIntroductionToApplication();
306
307
308
309
310 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground getCandidateBackground();
311
312
313
314
315 boolean isSetCandidateBackground();
316
317
318
319
320 void setCandidateBackground(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground candidateBackground);
321
322
323
324
325 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground addNewCandidateBackground();
326
327
328
329
330 void unsetCandidateBackground();
331
332
333
334
335 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives getCareerGoalsAndObjectives();
336
337
338
339
340 boolean isSetCareerGoalsAndObjectives();
341
342
343
344
345 void setCareerGoalsAndObjectives(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives careerGoalsAndObjectives);
346
347
348
349
350 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives addNewCareerGoalsAndObjectives();
351
352
353
354
355 void unsetCareerGoalsAndObjectives();
356
357
358
359
360 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities getCareerDevelopmentAndTrainingActivities();
361
362
363
364
365 boolean isSetCareerDevelopmentAndTrainingActivities();
366
367
368
369
370 void setCareerDevelopmentAndTrainingActivities(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities careerDevelopmentAndTrainingActivities);
371
372
373
374
375 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities addNewCareerDevelopmentAndTrainingActivities();
376
377
378
379
380 void unsetCareerDevelopmentAndTrainingActivities();
381
382
383
384
385 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch getResponsibleConductOfResearch();
386
387
388
389
390 boolean isSetResponsibleConductOfResearch();
391
392
393
394
395 void setResponsibleConductOfResearch(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch responsibleConductOfResearch);
396
397
398
399
400 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch addNewResponsibleConductOfResearch();
401
402
403
404
405 void unsetResponsibleConductOfResearch();
406
407
408
409
410 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan getMentoringPlan();
411
412
413
414
415 boolean isSetMentoringPlan();
416
417
418
419
420 void setMentoringPlan(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan mentoringPlan);
421
422
423
424
425 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan addNewMentoringPlan();
426
427
428
429
430 void unsetMentoringPlan();
431
432
433
434
435 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport getStatementsOfSupport();
436
437
438
439
440 boolean isSetStatementsOfSupport();
441
442
443
444
445 void setStatementsOfSupport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport statementsOfSupport);
446
447
448
449
450 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport addNewStatementsOfSupport();
451
452
453
454
455 void unsetStatementsOfSupport();
456
457
458
459
460 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment getInsitutionalEnvironment();
461
462
463
464
465 boolean isSetInsitutionalEnvironment();
466
467
468
469
470 void setInsitutionalEnvironment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment insitutionalEnvironment);
471
472
473
474
475 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment addNewInsitutionalEnvironment();
476
477
478
479
480 void unsetInsitutionalEnvironment();
481
482
483
484
485 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment getInstitutionalCommitment();
486
487
488
489
490 boolean isSetInstitutionalCommitment();
491
492
493
494
495 void setInstitutionalCommitment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment institutionalCommitment);
496
497
498
499
500 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment addNewInstitutionalCommitment();
501
502
503
504
505 void unsetInstitutionalCommitment();
506
507
508
509
510 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims getSpecificAims();
511
512
513
514
515 boolean isSetSpecificAims();
516
517
518
519
520 void setSpecificAims(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims specificAims);
521
522
523
524
525 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims addNewSpecificAims();
526
527
528
529
530 void unsetSpecificAims();
531
532
533
534
535 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy getResearchStrategy();
536
537
538
539
540 void setResearchStrategy(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy researchStrategy);
541
542
543
544
545 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy addNewResearchStrategy();
546
547
548
549
550 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport getInclusionEnrollmentReport();
551
552
553
554
555 boolean isSetInclusionEnrollmentReport();
556
557
558
559
560 void setInclusionEnrollmentReport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport inclusionEnrollmentReport);
561
562
563
564
565 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport addNewInclusionEnrollmentReport();
566
567
568
569
570 void unsetInclusionEnrollmentReport();
571
572
573
574
575 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList getProgressReportPublicationList();
576
577
578
579
580 boolean isSetProgressReportPublicationList();
581
582
583
584
585 void setProgressReportPublicationList(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList progressReportPublicationList);
586
587
588
589
590 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList addNewProgressReportPublicationList();
591
592
593
594
595 void unsetProgressReportPublicationList();
596
597
598
599
600 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects getProtectionOfHumanSubjects();
601
602
603
604
605 boolean isSetProtectionOfHumanSubjects();
606
607
608
609
610 void setProtectionOfHumanSubjects(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects protectionOfHumanSubjects);
611
612
613
614
615 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects addNewProtectionOfHumanSubjects();
616
617
618
619
620 void unsetProtectionOfHumanSubjects();
621
622
623
624
625 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities getInclusionOfWomenAndMinorities();
626
627
628
629
630 boolean isSetInclusionOfWomenAndMinorities();
631
632
633
634
635 void setInclusionOfWomenAndMinorities(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities inclusionOfWomenAndMinorities);
636
637
638
639
640 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities addNewInclusionOfWomenAndMinorities();
641
642
643
644
645 void unsetInclusionOfWomenAndMinorities();
646
647
648
649
650 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment getTargetedPlannedEnrollment();
651
652
653
654
655 boolean isSetTargetedPlannedEnrollment();
656
657
658
659
660 void setTargetedPlannedEnrollment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment targetedPlannedEnrollment);
661
662
663
664
665 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment addNewTargetedPlannedEnrollment();
666
667
668
669
670 void unsetTargetedPlannedEnrollment();
671
672
673
674
675 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren getInclusionOfChildren();
676
677
678
679
680 boolean isSetInclusionOfChildren();
681
682
683
684
685 void setInclusionOfChildren(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren inclusionOfChildren);
686
687
688
689
690 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren addNewInclusionOfChildren();
691
692
693
694
695 void unsetInclusionOfChildren();
696
697
698
699
700 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals getVertebrateAnimals();
701
702
703
704
705 boolean isSetVertebrateAnimals();
706
707
708
709
710 void setVertebrateAnimals(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals vertebrateAnimals);
711
712
713
714
715 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals addNewVertebrateAnimals();
716
717
718
719
720 void unsetVertebrateAnimals();
721
722
723
724
725 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch getSelectAgentResearch();
726
727
728
729
730 boolean isSetSelectAgentResearch();
731
732
733
734
735 void setSelectAgentResearch(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch selectAgentResearch);
736
737
738
739
740 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch addNewSelectAgentResearch();
741
742
743
744
745 void unsetSelectAgentResearch();
746
747
748
749
750 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements getConsortiumContractualArrangements();
751
752
753
754
755 boolean isSetConsortiumContractualArrangements();
756
757
758
759
760 void setConsortiumContractualArrangements(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements consortiumContractualArrangements);
761
762
763
764
765 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements addNewConsortiumContractualArrangements();
766
767
768
769
770 void unsetConsortiumContractualArrangements();
771
772
773
774
775 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans getResourceSharingPlans();
776
777
778
779
780 boolean isSetResourceSharingPlans();
781
782
783
784
785 void setResourceSharingPlans(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans resourceSharingPlans);
786
787
788
789
790 gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans addNewResourceSharingPlans();
791
792
793
794
795 void unsetResourceSharingPlans();
796
797
798
799
800 gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAppendix();
801
802
803
804
805 boolean isSetAppendix();
806
807
808
809
810 void setAppendix(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType appendix);
811
812
813
814
815 gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAppendix();
816
817
818
819
820 void unsetAppendix();
821
822
823
824
825
826
827 public interface IntroductionToApplication extends org.apache.xmlbeans.XmlObject
828 {
829 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
830 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntroductionToApplication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("introductiontoapplication573belemtype");
831
832
833
834
835 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
836
837
838
839
840 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
841
842
843
844
845 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
846
847
848
849
850
851
852 public static final class Factory
853 {
854 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication newInstance() {
855 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
856
857 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication newInstance(org.apache.xmlbeans.XmlOptions options) {
858 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
859
860 private Factory() { }
861 }
862 }
863
864
865
866
867
868
869 public interface CandidateBackground extends org.apache.xmlbeans.XmlObject
870 {
871 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
872 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CandidateBackground.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("candidatebackground16f1elemtype");
873
874
875
876
877 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
878
879
880
881
882 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
883
884
885
886
887 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
888
889
890
891
892
893
894 public static final class Factory
895 {
896 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground newInstance() {
897 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
898
899 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground newInstance(org.apache.xmlbeans.XmlOptions options) {
900 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CandidateBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
901
902 private Factory() { }
903 }
904 }
905
906
907
908
909
910
911 public interface CareerGoalsAndObjectives extends org.apache.xmlbeans.XmlObject
912 {
913 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
914 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerGoalsAndObjectives.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careergoalsandobjectives469felemtype");
915
916
917
918
919 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
920
921
922
923
924 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
925
926
927
928
929 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
930
931
932
933
934
935
936 public static final class Factory
937 {
938 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives newInstance() {
939 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
940
941 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives newInstance(org.apache.xmlbeans.XmlOptions options) {
942 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
943
944 private Factory() { }
945 }
946 }
947
948
949
950
951
952
953 public interface CareerDevelopmentAndTrainingActivities extends org.apache.xmlbeans.XmlObject
954 {
955 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
956 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerDevelopmentAndTrainingActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careerdevelopmentandtrainingactivitiesfa11elemtype");
957
958
959
960
961 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
962
963
964
965
966 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
967
968
969
970
971 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
972
973
974
975
976
977
978 public static final class Factory
979 {
980 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities newInstance() {
981 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
982
983 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
984 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
985
986 private Factory() { }
987 }
988 }
989
990
991
992
993
994
995 public interface ResponsibleConductOfResearch extends org.apache.xmlbeans.XmlObject
996 {
997 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
998 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResponsibleConductOfResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("responsibleconductofresearch4c30elemtype");
999
1000
1001
1002
1003 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1004
1005
1006
1007
1008 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1009
1010
1011
1012
1013 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1014
1015
1016
1017
1018
1019
1020 public static final class Factory
1021 {
1022 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch newInstance() {
1023 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1024
1025 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
1026 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1027
1028 private Factory() { }
1029 }
1030 }
1031
1032
1033
1034
1035
1036
1037 public interface MentoringPlan extends org.apache.xmlbeans.XmlObject
1038 {
1039 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1040 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MentoringPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("mentoringplan7beaelemtype");
1041
1042
1043
1044
1045 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1046
1047
1048
1049
1050 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1051
1052
1053
1054
1055 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1056
1057
1058
1059
1060
1061
1062 public static final class Factory
1063 {
1064 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan newInstance() {
1065 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1066
1067 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
1068 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.MentoringPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1069
1070 private Factory() { }
1071 }
1072 }
1073
1074
1075
1076
1077
1078
1079 public interface StatementsOfSupport extends org.apache.xmlbeans.XmlObject
1080 {
1081 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1082 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StatementsOfSupport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("statementsofsupport0b94elemtype");
1083
1084
1085
1086
1087 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1088
1089
1090
1091
1092 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1093
1094
1095
1096
1097 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1098
1099
1100
1101
1102
1103
1104 public static final class Factory
1105 {
1106 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport newInstance() {
1107 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1108
1109 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport newInstance(org.apache.xmlbeans.XmlOptions options) {
1110 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.StatementsOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1111
1112 private Factory() { }
1113 }
1114 }
1115
1116
1117
1118
1119
1120
1121 public interface InsitutionalEnvironment extends org.apache.xmlbeans.XmlObject
1122 {
1123 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1124 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InsitutionalEnvironment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("insitutionalenvironmentb4f8elemtype");
1125
1126
1127
1128
1129 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1130
1131
1132
1133
1134 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1135
1136
1137
1138
1139 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1140
1141
1142
1143
1144
1145
1146 public static final class Factory
1147 {
1148 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment newInstance() {
1149 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1150
1151 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment newInstance(org.apache.xmlbeans.XmlOptions options) {
1152 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InsitutionalEnvironment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1153
1154 private Factory() { }
1155 }
1156 }
1157
1158
1159
1160
1161
1162
1163 public interface InstitutionalCommitment extends org.apache.xmlbeans.XmlObject
1164 {
1165 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1166 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InstitutionalCommitment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("institutionalcommitment9878elemtype");
1167
1168
1169
1170
1171 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1172
1173
1174
1175
1176 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1177
1178
1179
1180
1181 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1182
1183
1184
1185
1186
1187
1188 public static final class Factory
1189 {
1190 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment newInstance() {
1191 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1192
1193 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment newInstance(org.apache.xmlbeans.XmlOptions options) {
1194 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InstitutionalCommitment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1195
1196 private Factory() { }
1197 }
1198 }
1199
1200
1201
1202
1203
1204
1205 public interface SpecificAims extends org.apache.xmlbeans.XmlObject
1206 {
1207 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1208 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SpecificAims.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("specificaimscfb0elemtype");
1209
1210
1211
1212
1213 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1214
1215
1216
1217
1218 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1219
1220
1221
1222
1223 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1224
1225
1226
1227
1228
1229
1230 public static final class Factory
1231 {
1232 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims newInstance() {
1233 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1234
1235 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims newInstance(org.apache.xmlbeans.XmlOptions options) {
1236 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1237
1238 private Factory() { }
1239 }
1240 }
1241
1242
1243
1244
1245
1246
1247 public interface ResearchStrategy extends org.apache.xmlbeans.XmlObject
1248 {
1249 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1250 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchStrategy.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchstrategy603eelemtype");
1251
1252
1253
1254
1255 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1256
1257
1258
1259
1260 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1261
1262
1263
1264
1265 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1266
1267
1268
1269
1270
1271
1272 public static final class Factory
1273 {
1274 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy newInstance() {
1275 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1276
1277 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy newInstance(org.apache.xmlbeans.XmlOptions options) {
1278 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResearchStrategy) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1279
1280 private Factory() { }
1281 }
1282 }
1283
1284
1285
1286
1287
1288
1289 public interface InclusionEnrollmentReport extends org.apache.xmlbeans.XmlObject
1290 {
1291 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1292 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionEnrollmentReport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionenrollmentreportaeb4elemtype");
1293
1294
1295
1296
1297 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1298
1299
1300
1301
1302 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1303
1304
1305
1306
1307 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1308
1309
1310
1311
1312
1313
1314 public static final class Factory
1315 {
1316 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport newInstance() {
1317 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1318
1319 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport newInstance(org.apache.xmlbeans.XmlOptions options) {
1320 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1321
1322 private Factory() { }
1323 }
1324 }
1325
1326
1327
1328
1329
1330
1331 public interface ProgressReportPublicationList extends org.apache.xmlbeans.XmlObject
1332 {
1333 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1334 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgressReportPublicationList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("progressreportpublicationlist20c9elemtype");
1335
1336
1337
1338
1339 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1340
1341
1342
1343
1344 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1345
1346
1347
1348
1349 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1350
1351
1352
1353
1354
1355
1356 public static final class Factory
1357 {
1358 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList newInstance() {
1359 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1360
1361 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList newInstance(org.apache.xmlbeans.XmlOptions options) {
1362 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1363
1364 private Factory() { }
1365 }
1366 }
1367
1368
1369
1370
1371
1372
1373 public interface ProtectionOfHumanSubjects extends org.apache.xmlbeans.XmlObject
1374 {
1375 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1376 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProtectionOfHumanSubjects.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("protectionofhumansubjectsd484elemtype");
1377
1378
1379
1380
1381 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1382
1383
1384
1385
1386 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1387
1388
1389
1390
1391 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1392
1393
1394
1395
1396
1397
1398 public static final class Factory
1399 {
1400 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects newInstance() {
1401 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1402
1403 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects newInstance(org.apache.xmlbeans.XmlOptions options) {
1404 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1405
1406 private Factory() { }
1407 }
1408 }
1409
1410
1411
1412
1413
1414
1415 public interface InclusionOfWomenAndMinorities extends org.apache.xmlbeans.XmlObject
1416 {
1417 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1418 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfWomenAndMinorities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofwomenandminoritiesf5e3elemtype");
1419
1420
1421
1422
1423 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1424
1425
1426
1427
1428 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1429
1430
1431
1432
1433 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1434
1435
1436
1437
1438
1439
1440 public static final class Factory
1441 {
1442 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities newInstance() {
1443 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1444
1445 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities newInstance(org.apache.xmlbeans.XmlOptions options) {
1446 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1447
1448 private Factory() { }
1449 }
1450 }
1451
1452
1453
1454
1455
1456
1457 public interface TargetedPlannedEnrollment extends org.apache.xmlbeans.XmlObject
1458 {
1459 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1460 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TargetedPlannedEnrollment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("targetedplannedenrollment36f8elemtype");
1461
1462
1463
1464
1465 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1466
1467
1468
1469
1470 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1471
1472
1473
1474
1475 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1476
1477
1478
1479
1480
1481
1482 public static final class Factory
1483 {
1484 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment newInstance() {
1485 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1486
1487 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment newInstance(org.apache.xmlbeans.XmlOptions options) {
1488 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1489
1490 private Factory() { }
1491 }
1492 }
1493
1494
1495
1496
1497
1498
1499 public interface InclusionOfChildren extends org.apache.xmlbeans.XmlObject
1500 {
1501 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1502 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfChildren.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofchildren57d2elemtype");
1503
1504
1505
1506
1507 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1508
1509
1510
1511
1512 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1513
1514
1515
1516
1517 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1518
1519
1520
1521
1522
1523
1524 public static final class Factory
1525 {
1526 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren newInstance() {
1527 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1528
1529 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren newInstance(org.apache.xmlbeans.XmlOptions options) {
1530 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1531
1532 private Factory() { }
1533 }
1534 }
1535
1536
1537
1538
1539
1540
1541 public interface VertebrateAnimals extends org.apache.xmlbeans.XmlObject
1542 {
1543 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1544 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VertebrateAnimals.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("vertebrateanimals0689elemtype");
1545
1546
1547
1548
1549 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1550
1551
1552
1553
1554 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1555
1556
1557
1558
1559 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1560
1561
1562
1563
1564
1565
1566 public static final class Factory
1567 {
1568 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals newInstance() {
1569 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1570
1571 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals newInstance(org.apache.xmlbeans.XmlOptions options) {
1572 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1573
1574 private Factory() { }
1575 }
1576 }
1577
1578
1579
1580
1581
1582
1583 public interface SelectAgentResearch extends org.apache.xmlbeans.XmlObject
1584 {
1585 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1586 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SelectAgentResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("selectagentresearch6244elemtype");
1587
1588
1589
1590
1591 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1592
1593
1594
1595
1596 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1597
1598
1599
1600
1601 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1602
1603
1604
1605
1606
1607
1608 public static final class Factory
1609 {
1610 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch newInstance() {
1611 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1612
1613 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
1614 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1615
1616 private Factory() { }
1617 }
1618 }
1619
1620
1621
1622
1623
1624
1625 public interface ConsortiumContractualArrangements extends org.apache.xmlbeans.XmlObject
1626 {
1627 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1628 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiumContractualArrangements.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiumcontractualarrangements5496elemtype");
1629
1630
1631
1632
1633 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1634
1635
1636
1637
1638 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1639
1640
1641
1642
1643 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1644
1645
1646
1647
1648
1649
1650 public static final class Factory
1651 {
1652 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements newInstance() {
1653 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1654
1655 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements newInstance(org.apache.xmlbeans.XmlOptions options) {
1656 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1657
1658 private Factory() { }
1659 }
1660 }
1661
1662
1663
1664
1665
1666
1667 public interface ResourceSharingPlans extends org.apache.xmlbeans.XmlObject
1668 {
1669 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1670 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResourceSharingPlans.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("resourcesharingplans96acelemtype");
1671
1672
1673
1674
1675 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1676
1677
1678
1679
1680 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1681
1682
1683
1684
1685 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1686
1687
1688
1689
1690
1691
1692 public static final class Factory
1693 {
1694 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans newInstance() {
1695 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1696
1697 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans newInstance(org.apache.xmlbeans.XmlOptions options) {
1698 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1699
1700 private Factory() { }
1701 }
1702 }
1703
1704
1705
1706
1707
1708
1709 public static final class Factory
1710 {
1711 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments newInstance() {
1712 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1713
1714 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1715 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12.CareerDevelopmentAwardAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1716
1717 private Factory() { }
1718 }
1719 }
1720
1721
1722
1723
1724
1725
1726 public static final class Factory
1727 {
1728 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12 newInstance() {
1729 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1730
1731 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12 newInstance(org.apache.xmlbeans.XmlOptions options) {
1732 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document.PHS398CareerDevelopmentAwardSup12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1733
1734 private Factory() { }
1735 }
1736 }
1737
1738
1739
1740
1741
1742
1743 public static final class Factory
1744 {
1745 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document newInstance() {
1746 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1747
1748 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1749 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1750
1751
1752 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1753 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1754
1755 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1756 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1757
1758
1759 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1760 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1761
1762 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1763 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1764
1765 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1766 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1767
1768 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1769 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1770
1771 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1772 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1773
1774 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1775 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1776
1777 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1778 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1779
1780 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1781 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1782
1783 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1784 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1785
1786 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1787 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1788
1789 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1790 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1791
1792 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1793 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1794
1795
1796 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1797 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1798
1799
1800 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1801 return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup12V12.PHS398CareerDevelopmentAwardSup12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1802
1803
1804 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 {
1805 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1806
1807
1808 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 {
1809 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1810
1811 private Factory() { }
1812 }
1813 }