1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.phs398ResearchPlan20V20;
10
11
12
13
14
15
16
17 public interface PHS398ResearchPlan20Document 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(PHS398ResearchPlan20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398researchplan207f8adoctype");
21
22
23
24
25 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20 getPHS398ResearchPlan20();
26
27
28
29
30 void setPHS398ResearchPlan20(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20 phs398ResearchPlan20);
31
32
33
34
35 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20 addNewPHS398ResearchPlan20();
36
37
38
39
40
41
42 public interface PHS398ResearchPlan20 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(PHS398ResearchPlan20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398researchplan20c88eelemtype");
46
47
48
49
50 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments getResearchPlanAttachments();
51
52
53
54
55 void setResearchPlanAttachments(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments researchPlanAttachments);
56
57
58
59
60 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments addNewResearchPlanAttachments();
61
62
63
64
65 java.lang.String getFormVersion();
66
67
68
69
70 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
71
72
73
74
75 void setFormVersion(java.lang.String formVersion);
76
77
78
79
80 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
81
82
83
84
85
86
87 public interface ResearchPlanAttachments extends org.apache.xmlbeans.XmlObject
88 {
89 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
90 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchPlanAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchplanattachments6396elemtype");
91
92
93
94
95 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication getIntroductionToApplication();
96
97
98
99
100 boolean isSetIntroductionToApplication();
101
102
103
104
105 void setIntroductionToApplication(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication introductionToApplication);
106
107
108
109
110 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication addNewIntroductionToApplication();
111
112
113
114
115 void unsetIntroductionToApplication();
116
117
118
119
120 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims getSpecificAims();
121
122
123
124
125 boolean isSetSpecificAims();
126
127
128
129
130 void setSpecificAims(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims specificAims);
131
132
133
134
135 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims addNewSpecificAims();
136
137
138
139
140 void unsetSpecificAims();
141
142
143
144
145 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy getResearchStrategy();
146
147
148
149
150 void setResearchStrategy(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy researchStrategy);
151
152
153
154
155 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy addNewResearchStrategy();
156
157
158
159
160 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList getProgressReportPublicationList();
161
162
163
164
165 boolean isSetProgressReportPublicationList();
166
167
168
169
170 void setProgressReportPublicationList(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList progressReportPublicationList);
171
172
173
174
175 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList addNewProgressReportPublicationList();
176
177
178
179
180 void unsetProgressReportPublicationList();
181
182
183
184
185 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection getHumanSubjectSection();
186
187
188
189
190 boolean isSetHumanSubjectSection();
191
192
193
194
195 void setHumanSubjectSection(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection humanSubjectSection);
196
197
198
199
200 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection addNewHumanSubjectSection();
201
202
203
204
205 void unsetHumanSubjectSection();
206
207
208
209
210 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections getOtherResearchPlanSections();
211
212
213
214
215 boolean isSetOtherResearchPlanSections();
216
217
218
219
220 void setOtherResearchPlanSections(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections otherResearchPlanSections);
221
222
223
224
225 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections addNewOtherResearchPlanSections();
226
227
228
229
230 void unsetOtherResearchPlanSections();
231
232
233
234
235 gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAppendix();
236
237
238
239
240 boolean isSetAppendix();
241
242
243
244
245 void setAppendix(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType appendix);
246
247
248
249
250 gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAppendix();
251
252
253
254
255 void unsetAppendix();
256
257
258
259
260
261
262 public interface IntroductionToApplication extends org.apache.xmlbeans.XmlObject
263 {
264 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
265 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntroductionToApplication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("introductiontoapplicationb74felemtype");
266
267
268
269
270 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
271
272
273
274
275 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
276
277
278
279
280 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
281
282
283
284
285
286
287 public static final class Factory
288 {
289 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication newInstance() {
290 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
291
292 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication newInstance(org.apache.xmlbeans.XmlOptions options) {
293 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
294
295 private Factory() { }
296 }
297 }
298
299
300
301
302
303
304 public interface SpecificAims extends org.apache.xmlbeans.XmlObject
305 {
306 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
307 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SpecificAims.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("specificaims7e3aelemtype");
308
309
310
311
312 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
313
314
315
316
317 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
318
319
320
321
322 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
323
324
325
326
327
328
329 public static final class Factory
330 {
331 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims newInstance() {
332 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
333
334 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims newInstance(org.apache.xmlbeans.XmlOptions options) {
335 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
336
337 private Factory() { }
338 }
339 }
340
341
342
343
344
345
346 public interface ResearchStrategy extends org.apache.xmlbeans.XmlObject
347 {
348 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
349 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchStrategy.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchstrategy8fecelemtype");
350
351
352
353
354 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
355
356
357
358
359 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
360
361
362
363
364 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
365
366
367
368
369
370
371 public static final class Factory
372 {
373 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy newInstance() {
374 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
375
376 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy newInstance(org.apache.xmlbeans.XmlOptions options) {
377 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ResearchStrategy) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
378
379 private Factory() { }
380 }
381 }
382
383
384
385
386
387
388 public interface ProgressReportPublicationList extends org.apache.xmlbeans.XmlObject
389 {
390 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
391 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgressReportPublicationList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("progressreportpublicationlist7001elemtype");
392
393
394
395
396 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
397
398
399
400
401 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
402
403
404
405
406 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
407
408
409
410
411
412
413 public static final class Factory
414 {
415 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList newInstance() {
416 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
417
418 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList newInstance(org.apache.xmlbeans.XmlOptions options) {
419 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
420
421 private Factory() { }
422 }
423 }
424
425
426
427
428
429
430 public interface HumanSubjectSection extends org.apache.xmlbeans.XmlObject
431 {
432 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
433 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HumanSubjectSection.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("humansubjectsectionb8e4elemtype");
434
435
436
437
438 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects getProtectionOfHumanSubjects();
439
440
441
442
443 boolean isSetProtectionOfHumanSubjects();
444
445
446
447
448 void setProtectionOfHumanSubjects(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects protectionOfHumanSubjects);
449
450
451
452
453 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects addNewProtectionOfHumanSubjects();
454
455
456
457
458 void unsetProtectionOfHumanSubjects();
459
460
461
462
463 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities getInclusionOfWomenAndMinorities();
464
465
466
467
468 boolean isSetInclusionOfWomenAndMinorities();
469
470
471
472
473 void setInclusionOfWomenAndMinorities(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities inclusionOfWomenAndMinorities);
474
475
476
477
478 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities addNewInclusionOfWomenAndMinorities();
479
480
481
482
483 void unsetInclusionOfWomenAndMinorities();
484
485
486
487
488 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren getInclusionOfChildren();
489
490
491
492
493 boolean isSetInclusionOfChildren();
494
495
496
497
498 void setInclusionOfChildren(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren inclusionOfChildren);
499
500
501
502
503 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren addNewInclusionOfChildren();
504
505
506
507
508 void unsetInclusionOfChildren();
509
510
511
512
513
514
515 public interface ProtectionOfHumanSubjects extends org.apache.xmlbeans.XmlObject
516 {
517 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
518 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProtectionOfHumanSubjects.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("protectionofhumansubjects1034elemtype");
519
520
521
522
523 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
524
525
526
527
528 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
529
530
531
532
533 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
534
535
536
537
538
539
540 public static final class Factory
541 {
542 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects newInstance() {
543 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
544
545 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects newInstance(org.apache.xmlbeans.XmlOptions options) {
546 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
547
548 private Factory() { }
549 }
550 }
551
552
553
554
555
556
557 public interface InclusionOfWomenAndMinorities extends org.apache.xmlbeans.XmlObject
558 {
559 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
560 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfWomenAndMinorities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofwomenandminorities3635elemtype");
561
562
563
564
565 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
566
567
568
569
570 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
571
572
573
574
575 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
576
577
578
579
580
581
582 public static final class Factory
583 {
584 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities newInstance() {
585 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
586
587 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities newInstance(org.apache.xmlbeans.XmlOptions options) {
588 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
589
590 private Factory() { }
591 }
592 }
593
594
595
596
597
598
599 public interface InclusionOfChildren extends org.apache.xmlbeans.XmlObject
600 {
601 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
602 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfChildren.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofchildrenb5a6elemtype");
603
604
605
606
607 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
608
609
610
611
612 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
613
614
615
616
617 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
618
619
620
621
622
623
624 public static final class Factory
625 {
626 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren newInstance() {
627 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
628
629 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren newInstance(org.apache.xmlbeans.XmlOptions options) {
630 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
631
632 private Factory() { }
633 }
634 }
635
636
637
638
639
640
641 public static final class Factory
642 {
643 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection newInstance() {
644 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
645
646 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection newInstance(org.apache.xmlbeans.XmlOptions options) {
647 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.HumanSubjectSection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
648
649 private Factory() { }
650 }
651 }
652
653
654
655
656
657
658 public interface OtherResearchPlanSections extends org.apache.xmlbeans.XmlObject
659 {
660 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
661 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherResearchPlanSections.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherresearchplansectionsa028elemtype");
662
663
664
665
666 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals getVertebrateAnimals();
667
668
669
670
671 boolean isSetVertebrateAnimals();
672
673
674
675
676 void setVertebrateAnimals(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals vertebrateAnimals);
677
678
679
680
681 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals addNewVertebrateAnimals();
682
683
684
685
686 void unsetVertebrateAnimals();
687
688
689
690
691 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch getSelectAgentResearch();
692
693
694
695
696 boolean isSetSelectAgentResearch();
697
698
699
700
701 void setSelectAgentResearch(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch selectAgentResearch);
702
703
704
705
706 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch addNewSelectAgentResearch();
707
708
709
710
711 void unsetSelectAgentResearch();
712
713
714
715
716 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan getMultiplePDPILeadershipPlan();
717
718
719
720
721 boolean isSetMultiplePDPILeadershipPlan();
722
723
724
725
726 void setMultiplePDPILeadershipPlan(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan multiplePDPILeadershipPlan);
727
728
729
730
731 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan addNewMultiplePDPILeadershipPlan();
732
733
734
735
736 void unsetMultiplePDPILeadershipPlan();
737
738
739
740
741 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements getConsortiumContractualArrangements();
742
743
744
745
746 boolean isSetConsortiumContractualArrangements();
747
748
749
750
751 void setConsortiumContractualArrangements(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements consortiumContractualArrangements);
752
753
754
755
756 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements addNewConsortiumContractualArrangements();
757
758
759
760
761 void unsetConsortiumContractualArrangements();
762
763
764
765
766 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport getLettersOfSupport();
767
768
769
770
771 boolean isSetLettersOfSupport();
772
773
774
775
776 void setLettersOfSupport(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport lettersOfSupport);
777
778
779
780
781 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport addNewLettersOfSupport();
782
783
784
785
786 void unsetLettersOfSupport();
787
788
789
790
791 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans getResourceSharingPlans();
792
793
794
795
796 boolean isSetResourceSharingPlans();
797
798
799
800
801 void setResourceSharingPlans(gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans resourceSharingPlans);
802
803
804
805
806 gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans addNewResourceSharingPlans();
807
808
809
810
811 void unsetResourceSharingPlans();
812
813
814
815
816
817
818 public interface VertebrateAnimals extends org.apache.xmlbeans.XmlObject
819 {
820 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
821 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VertebrateAnimals.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("vertebrateanimals3053elemtype");
822
823
824
825
826 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
827
828
829
830
831 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
832
833
834
835
836 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
837
838
839
840
841
842
843 public static final class Factory
844 {
845 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals newInstance() {
846 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
847
848 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals newInstance(org.apache.xmlbeans.XmlOptions options) {
849 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
850
851 private Factory() { }
852 }
853 }
854
855
856
857
858
859
860 public interface SelectAgentResearch extends org.apache.xmlbeans.XmlObject
861 {
862 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
863 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SelectAgentResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("selectagentresearch95b8elemtype");
864
865
866
867
868 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
869
870
871
872
873 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
874
875
876
877
878 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
879
880
881
882
883
884
885 public static final class Factory
886 {
887 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch newInstance() {
888 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
889
890 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
891 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
892
893 private Factory() { }
894 }
895 }
896
897
898
899
900
901
902 public interface MultiplePDPILeadershipPlan extends org.apache.xmlbeans.XmlObject
903 {
904 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
905 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MultiplePDPILeadershipPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("multiplepdpileadershipplancbe1elemtype");
906
907
908
909
910 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
911
912
913
914
915 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
916
917
918
919
920 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
921
922
923
924
925
926
927 public static final class Factory
928 {
929 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan newInstance() {
930 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
931
932 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
933 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.MultiplePDPILeadershipPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
934
935 private Factory() { }
936 }
937 }
938
939
940
941
942
943
944 public interface ConsortiumContractualArrangements extends org.apache.xmlbeans.XmlObject
945 {
946 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
947 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiumContractualArrangements.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiumcontractualarrangements9426elemtype");
948
949
950
951
952 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
953
954
955
956
957 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
958
959
960
961
962 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
963
964
965
966
967
968
969 public static final class Factory
970 {
971 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements newInstance() {
972 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
973
974 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements newInstance(org.apache.xmlbeans.XmlOptions options) {
975 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
976
977 private Factory() { }
978 }
979 }
980
981
982
983
984
985
986 public interface LettersOfSupport extends org.apache.xmlbeans.XmlObject
987 {
988 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
989 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LettersOfSupport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lettersofsupport9861elemtype");
990
991
992
993
994 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
995
996
997
998
999 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1000
1001
1002
1003
1004 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1005
1006
1007
1008
1009
1010
1011 public static final class Factory
1012 {
1013 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport newInstance() {
1014 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1015
1016 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport newInstance(org.apache.xmlbeans.XmlOptions options) {
1017 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.LettersOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1018
1019 private Factory() { }
1020 }
1021 }
1022
1023
1024
1025
1026
1027
1028 public interface ResourceSharingPlans extends org.apache.xmlbeans.XmlObject
1029 {
1030 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1031 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResourceSharingPlans.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("resourcesharingplans7050elemtype");
1032
1033
1034
1035
1036 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1037
1038
1039
1040
1041 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1042
1043
1044
1045
1046 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1047
1048
1049
1050
1051
1052
1053 public static final class Factory
1054 {
1055 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans newInstance() {
1056 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1057
1058 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans newInstance(org.apache.xmlbeans.XmlOptions options) {
1059 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1060
1061 private Factory() { }
1062 }
1063 }
1064
1065
1066
1067
1068
1069
1070 public static final class Factory
1071 {
1072 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections newInstance() {
1073 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1074
1075 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections newInstance(org.apache.xmlbeans.XmlOptions options) {
1076 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments.OtherResearchPlanSections) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1077
1078 private Factory() { }
1079 }
1080 }
1081
1082
1083
1084
1085
1086
1087 public static final class Factory
1088 {
1089 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments newInstance() {
1090 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1091
1092 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1093 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20.ResearchPlanAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1094
1095 private Factory() { }
1096 }
1097 }
1098
1099
1100
1101
1102
1103
1104 public static final class Factory
1105 {
1106 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20 newInstance() {
1107 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1108
1109 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20 newInstance(org.apache.xmlbeans.XmlOptions options) {
1110 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document.PHS398ResearchPlan20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1111
1112 private Factory() { }
1113 }
1114 }
1115
1116
1117
1118
1119
1120
1121 public static final class Factory
1122 {
1123 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document newInstance() {
1124 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1125
1126 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1127 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1128
1129
1130 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1131 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1132
1133 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1134 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1135
1136
1137 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1138 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1139
1140 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1141 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1142
1143 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1144 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1145
1146 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1147 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1148
1149 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1150 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1151
1152 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1153 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1154
1155 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1156 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1157
1158 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1159 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1160
1161 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1162 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1163
1164 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1165 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1166
1167 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1168 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1169
1170 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1171 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1172
1173
1174 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1175 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1176
1177
1178 public static gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1179 return (gov.grants.apply.forms.phs398ResearchPlan20V20.PHS398ResearchPlan20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1180
1181
1182 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 {
1183 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1184
1185
1186 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 {
1187 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1188
1189 private Factory() { }
1190 }
1191 }