1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.phs398CoverPageSupplement14V14;
10
11
12
13
14
15
16
17 public interface PHS398CoverPageSupplement14Document 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(PHS398CoverPageSupplement14Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398coverpagesupplement1417e1doctype");
21
22
23
24
25 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14 getPHS398CoverPageSupplement14();
26
27
28
29
30 void setPHS398CoverPageSupplement14(gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14 phs398CoverPageSupplement14);
31
32
33
34
35 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14 addNewPHS398CoverPageSupplement14();
36
37
38
39
40
41
42 public interface PHS398CoverPageSupplement14 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(PHS398CoverPageSupplement14.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398coverpagesupplement14c867elemtype");
46
47
48
49
50 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI getPDPI();
51
52
53
54
55 void setPDPI(gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI pdpi);
56
57
58
59
60 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI addNewPDPI();
61
62
63
64
65 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial getClinicalTrial();
66
67
68
69
70 boolean isSetClinicalTrial();
71
72
73
74
75 void setClinicalTrial(gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial clinicalTrial);
76
77
78
79
80 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial addNewClinicalTrial();
81
82
83
84
85 void unsetClinicalTrial();
86
87
88
89
90 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo getContactPersonInfo();
91
92
93
94
95 void setContactPersonInfo(gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo contactPersonInfo);
96
97
98
99
100 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo addNewContactPersonInfo();
101
102
103
104
105 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells getStemCells();
106
107
108
109
110 boolean isSetStemCells();
111
112
113
114
115 void setStemCells(gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells stemCells);
116
117
118
119
120 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells addNewStemCells();
121
122
123
124
125 void unsetStemCells();
126
127
128
129
130 java.lang.String getFormVersion();
131
132
133
134
135 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
136
137
138
139
140 void setFormVersion(java.lang.String formVersion);
141
142
143
144
145 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
146
147
148
149
150
151
152 public interface PDPI extends org.apache.xmlbeans.XmlObject
153 {
154 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
155 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PDPI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("pdpiaf70elemtype");
156
157
158
159
160 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getPDPIName();
161
162
163
164
165 void setPDPIName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType pdpiName);
166
167
168
169
170 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewPDPIName();
171
172
173
174
175
176
177 public static final class Factory
178 {
179 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI newInstance() {
180 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
181
182 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI newInstance(org.apache.xmlbeans.XmlOptions options) {
183 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.PDPI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
184
185 private Factory() { }
186 }
187 }
188
189
190
191
192
193
194 public interface ClinicalTrial extends org.apache.xmlbeans.XmlObject
195 {
196 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
197 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ClinicalTrial.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("clinicaltrial22f6elemtype");
198
199
200
201
202 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsClinicalTrial();
203
204
205
206
207 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsClinicalTrial();
208
209
210
211
212 boolean isSetIsClinicalTrial();
213
214
215
216
217 void setIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isClinicalTrial);
218
219
220
221
222 void xsetIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isClinicalTrial);
223
224
225
226
227 void unsetIsClinicalTrial();
228
229
230
231
232 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPhaseIIIClinicalTrial();
233
234
235
236
237 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPhaseIIIClinicalTrial();
238
239
240
241
242 boolean isSetIsPhaseIIIClinicalTrial();
243
244
245
246
247 void setIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPhaseIIIClinicalTrial);
248
249
250
251
252 void xsetIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPhaseIIIClinicalTrial);
253
254
255
256
257 void unsetIsPhaseIIIClinicalTrial();
258
259
260
261
262
263
264 public static final class Factory
265 {
266 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial newInstance() {
267 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
268
269 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial newInstance(org.apache.xmlbeans.XmlOptions options) {
270 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ClinicalTrial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
271
272 private Factory() { }
273 }
274 }
275
276
277
278
279
280
281 public interface ContactPersonInfo extends org.apache.xmlbeans.XmlObject
282 {
283 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
284 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactPersonInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contactpersoninfobd16elemtype");
285
286
287
288
289 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getContactName();
290
291
292
293
294 void setContactName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType contactName);
295
296
297
298
299 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewContactName();
300
301
302
303
304 java.lang.String getContactPhone();
305
306
307
308
309 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetContactPhone();
310
311
312
313
314 void setContactPhone(java.lang.String contactPhone);
315
316
317
318
319 void xsetContactPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType contactPhone);
320
321
322
323
324 java.lang.String getContactFax();
325
326
327
328
329 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetContactFax();
330
331
332
333
334 boolean isSetContactFax();
335
336
337
338
339 void setContactFax(java.lang.String contactFax);
340
341
342
343
344 void xsetContactFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType contactFax);
345
346
347
348
349 void unsetContactFax();
350
351
352
353
354 java.lang.String getContactEmail();
355
356
357
358
359 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetContactEmail();
360
361
362
363
364 boolean isSetContactEmail();
365
366
367
368
369 void setContactEmail(java.lang.String contactEmail);
370
371
372
373
374 void xsetContactEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType contactEmail);
375
376
377
378
379 void unsetContactEmail();
380
381
382
383
384 java.lang.String getContactTitle();
385
386
387
388
389 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetContactTitle();
390
391
392
393
394 void setContactTitle(java.lang.String contactTitle);
395
396
397
398
399 void xsetContactTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType contactTitle);
400
401
402
403
404 gov.grants.apply.system.globalLibraryV20.AddressDataType getContactAddress();
405
406
407
408
409 void setContactAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType contactAddress);
410
411
412
413
414 gov.grants.apply.system.globalLibraryV20.AddressDataType addNewContactAddress();
415
416
417
418
419
420
421 public static final class Factory
422 {
423 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo newInstance() {
424 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
425
426 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
427 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.ContactPersonInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
428
429 private Factory() { }
430 }
431 }
432
433
434
435
436
437
438 public interface StemCells extends org.apache.xmlbeans.XmlObject
439 {
440 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
441 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StemCells.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("stemcells02bbelemtype");
442
443
444
445
446 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanStemCellsInvolved();
447
448
449
450
451 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanStemCellsInvolved();
452
453
454
455
456 void setIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanStemCellsInvolved);
457
458
459
460
461 void xsetIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanStemCellsInvolved);
462
463
464
465
466 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStemCellsIndicator();
467
468
469
470
471 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStemCellsIndicator();
472
473
474
475
476 boolean isSetStemCellsIndicator();
477
478
479
480
481 void setStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stemCellsIndicator);
482
483
484
485
486 void xsetStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType stemCellsIndicator);
487
488
489
490
491 void unsetStemCellsIndicator();
492
493
494
495
496 java.lang.String[] getCellLinesArray();
497
498
499
500
501 java.lang.String getCellLinesArray(int i);
502
503
504
505
506 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines[] xgetCellLinesArray();
507
508
509
510
511 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines xgetCellLinesArray(int i);
512
513
514
515
516 int sizeOfCellLinesArray();
517
518
519
520
521 void setCellLinesArray(java.lang.String[] cellLinesArray);
522
523
524
525
526 void setCellLinesArray(int i, java.lang.String cellLines);
527
528
529
530
531 void xsetCellLinesArray(gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines[] cellLinesArray);
532
533
534
535
536 void xsetCellLinesArray(int i, gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines cellLines);
537
538
539
540
541 void insertCellLines(int i, java.lang.String cellLines);
542
543
544
545
546 void addCellLines(java.lang.String cellLines);
547
548
549
550
551 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines insertNewCellLines(int i);
552
553
554
555
556 gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines addNewCellLines();
557
558
559
560
561 void removeCellLines(int i);
562
563
564
565
566
567
568 public interface CellLines extends org.apache.xmlbeans.XmlString
569 {
570 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
571 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CellLines.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("celllinese5c4elemtype");
572
573
574
575
576
577
578 public static final class Factory
579 {
580 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines newValue(java.lang.Object obj) {
581 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines) type.newValue( obj ); }
582
583 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines newInstance() {
584 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
585
586 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines newInstance(org.apache.xmlbeans.XmlOptions options) {
587 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells.CellLines) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
588
589 private Factory() { }
590 }
591 }
592
593
594
595
596
597
598 public static final class Factory
599 {
600 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells newInstance() {
601 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
602
603 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells newInstance(org.apache.xmlbeans.XmlOptions options) {
604 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14.StemCells) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
605
606 private Factory() { }
607 }
608 }
609
610
611
612
613
614
615 public static final class Factory
616 {
617 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14 newInstance() {
618 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
619
620 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14 newInstance(org.apache.xmlbeans.XmlOptions options) {
621 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document.PHS398CoverPageSupplement14) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
622
623 private Factory() { }
624 }
625 }
626
627
628
629
630
631
632 public static final class Factory
633 {
634 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document newInstance() {
635 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
636
637 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document newInstance(org.apache.xmlbeans.XmlOptions options) {
638 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
639
640
641 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
642 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
643
644 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
645 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
646
647
648 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
649 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
650
651 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
652 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
653
654 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
655 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
656
657 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
658 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
659
660 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
661 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
662
663 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
664 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
665
666 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
667 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
668
669 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
670 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
671
672 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
673 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
674
675 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
676 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
677
678 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
679 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
680
681 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
682 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
683
684
685 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
686 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
687
688
689 public static gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
690 return (gov.grants.apply.forms.phs398CoverPageSupplement14V14.PHS398CoverPageSupplement14Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
691
692
693 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 {
694 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
695
696
697 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 {
698 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
699
700 private Factory() { }
701 }
702 }