1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.phs398Checklist12V12;
10
11
12
13
14
15
16
17 public interface PHS398Checklist12Document 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(PHS398Checklist12Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398checklist12987fdoctype");
21
22
23
24
25 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 getPHS398Checklist12();
26
27
28
29
30 void setPHS398Checklist12(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 phs398Checklist12);
31
32
33
34
35 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 addNewPHS398Checklist12();
36
37
38
39
40
41
42 public interface PHS398Checklist12 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(PHS398Checklist12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398checklist129380elemtype");
46
47
48
49
50 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType.Enum getApplicationType();
51
52
53
54
55 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType xgetApplicationType();
56
57
58
59
60 void setApplicationType(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType.Enum applicationType);
61
62
63
64
65 void xsetApplicationType(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType applicationType);
66
67
68
69
70 java.lang.String getFederalID();
71
72
73
74
75 gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFederalID();
76
77
78
79
80 boolean isSetFederalID();
81
82
83
84
85 void setFederalID(java.lang.String federalID);
86
87
88
89
90 void xsetFederalID(gov.grants.apply.system.globalV10.StringMin1Max30Type federalID);
91
92
93
94
95 void unsetFederalID();
96
97
98
99
100 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsChangeOfPDPI();
101
102
103
104
105 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsChangeOfPDPI();
106
107
108
109
110 boolean isSetIsChangeOfPDPI();
111
112
113
114
115 void setIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isChangeOfPDPI);
116
117
118
119
120 void xsetIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV20.YesNoDataType isChangeOfPDPI);
121
122
123
124
125 void unsetIsChangeOfPDPI();
126
127
128
129
130 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getFormerPDName();
131
132
133
134
135 boolean isSetFormerPDName();
136
137
138
139
140 void setFormerPDName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType formerPDName);
141
142
143
144
145 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewFormerPDName();
146
147
148
149
150 void unsetFormerPDName();
151
152
153
154
155 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsChangeOfInstitution();
156
157
158
159
160 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsChangeOfInstitution();
161
162
163
164
165 boolean isSetIsChangeOfInstitution();
166
167
168
169
170 void setIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isChangeOfInstitution);
171
172
173
174
175 void xsetIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV20.YesNoDataType isChangeOfInstitution);
176
177
178
179
180 void unsetIsChangeOfInstitution();
181
182
183
184
185 java.lang.String getFormerInstitutionName();
186
187
188
189
190 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetFormerInstitutionName();
191
192
193
194
195 boolean isSetFormerInstitutionName();
196
197
198
199
200 void setFormerInstitutionName(java.lang.String formerInstitutionName);
201
202
203
204
205 void xsetFormerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType formerInstitutionName);
206
207
208
209
210 void unsetFormerInstitutionName();
211
212
213
214
215 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsInventionsAndPatents();
216
217
218
219
220 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsInventionsAndPatents();
221
222
223
224
225 boolean isSetIsInventionsAndPatents();
226
227
228
229
230 void setIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isInventionsAndPatents);
231
232
233
234
235 void xsetIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV20.YesNoDataType isInventionsAndPatents);
236
237
238
239
240 void unsetIsInventionsAndPatents();
241
242
243
244
245 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPreviouslyReported();
246
247
248
249
250 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPreviouslyReported();
251
252
253
254
255 boolean isSetIsPreviouslyReported();
256
257
258
259
260 void setIsPreviouslyReported(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPreviouslyReported);
261
262
263
264
265 void xsetIsPreviouslyReported(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPreviouslyReported);
266
267
268
269
270 void unsetIsPreviouslyReported();
271
272
273
274
275 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProgramIncome();
276
277
278
279
280 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProgramIncome();
281
282
283
284
285 void setProgramIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum programIncome);
286
287
288
289
290 void xsetProgramIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType programIncome);
291
292
293
294
295 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod[] getIncomeBudgetPeriodArray();
296
297
298
299
300 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod getIncomeBudgetPeriodArray(int i);
301
302
303
304
305 int sizeOfIncomeBudgetPeriodArray();
306
307
308
309
310 void setIncomeBudgetPeriodArray(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod[] incomeBudgetPeriodArray);
311
312
313
314
315 void setIncomeBudgetPeriodArray(int i, gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod incomeBudgetPeriod);
316
317
318
319
320 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod insertNewIncomeBudgetPeriod(int i);
321
322
323
324
325 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod addNewIncomeBudgetPeriod();
326
327
328
329
330 void removeIncomeBudgetPeriod(int i);
331
332
333
334
335 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation getCertificationExplanation();
336
337
338
339
340 boolean isSetCertificationExplanation();
341
342
343
344
345 void setCertificationExplanation(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation certificationExplanation);
346
347
348
349
350 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation addNewCertificationExplanation();
351
352
353
354
355 void unsetCertificationExplanation();
356
357
358
359
360 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDisclosurePermission();
361
362
363
364
365 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDisclosurePermission();
366
367
368
369
370 void setDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum disclosurePermission);
371
372
373
374
375 void xsetDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType disclosurePermission);
376
377
378
379
380 java.lang.String getFormVersion();
381
382
383
384
385 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
386
387
388
389
390 void setFormVersion(java.lang.String formVersion);
391
392
393
394
395 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
396
397
398
399
400
401
402 public interface ApplicationType extends org.apache.xmlbeans.XmlString
403 {
404 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
405 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtypec7f6elemtype");
406
407 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
408 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
409
410 static final Enum NEW = Enum.forString("New");
411 static final Enum RESUBMISSION = Enum.forString("Resubmission");
412 static final Enum RENEWAL = Enum.forString("Renewal");
413 static final Enum CONTINUATION = Enum.forString("Continuation");
414 static final Enum REVISION = Enum.forString("Revision");
415
416 static final int INT_NEW = Enum.INT_NEW;
417 static final int INT_RESUBMISSION = Enum.INT_RESUBMISSION;
418 static final int INT_RENEWAL = Enum.INT_RENEWAL;
419 static final int INT_CONTINUATION = Enum.INT_CONTINUATION;
420 static final int INT_REVISION = Enum.INT_REVISION;
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
438 {
439
440
441
442 public static Enum forString(java.lang.String s)
443 { return (Enum)table.forString(s); }
444
445
446
447 public static Enum forInt(int i)
448 { return (Enum)table.forInt(i); }
449
450 private Enum(java.lang.String s, int i)
451 { super(s, i); }
452
453 static final int INT_NEW = 1;
454 static final int INT_RESUBMISSION = 2;
455 static final int INT_RENEWAL = 3;
456 static final int INT_CONTINUATION = 4;
457 static final int INT_REVISION = 5;
458
459 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
460 new org.apache.xmlbeans.StringEnumAbstractBase.Table
461 (
462 new Enum[]
463 {
464 new Enum("New", INT_NEW),
465 new Enum("Resubmission", INT_RESUBMISSION),
466 new Enum("Renewal", INT_RENEWAL),
467 new Enum("Continuation", INT_CONTINUATION),
468 new Enum("Revision", INT_REVISION),
469 }
470 );
471 private static final long serialVersionUID = 1L;
472 private java.lang.Object readResolve() { return forInt(intValue()); }
473 }
474
475
476
477
478
479
480 public static final class Factory
481 {
482 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType newValue(java.lang.Object obj) {
483 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType) type.newValue( obj ); }
484
485 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType newInstance() {
486 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
487
488 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
489 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
490
491 private Factory() { }
492 }
493 }
494
495
496
497
498
499
500 public interface IncomeBudgetPeriod extends org.apache.xmlbeans.XmlObject
501 {
502 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
503 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IncomeBudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("incomebudgetperiod6babelemtype");
504
505
506
507
508 int getBudgetPeriod();
509
510
511
512
513 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod xgetBudgetPeriod();
514
515
516
517
518 void setBudgetPeriod(int budgetPeriod);
519
520
521
522
523 void xsetBudgetPeriod(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod budgetPeriod);
524
525
526
527
528 java.math.BigDecimal getAnticipatedAmount();
529
530
531
532
533 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetAnticipatedAmount();
534
535
536
537
538 void setAnticipatedAmount(java.math.BigDecimal anticipatedAmount);
539
540
541
542
543 void xsetAnticipatedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType anticipatedAmount);
544
545
546
547
548 java.lang.String getSource();
549
550
551
552
553 gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source xgetSource();
554
555
556
557
558 void setSource(java.lang.String source);
559
560
561
562
563 void xsetSource(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source source);
564
565
566
567
568
569
570 public interface BudgetPeriod extends org.apache.xmlbeans.XmlInt
571 {
572 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
573 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetperiod3c49elemtype");
574
575
576
577
578
579
580 public static final class Factory
581 {
582 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod newValue(java.lang.Object obj) {
583 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod) type.newValue( obj ); }
584
585 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod newInstance() {
586 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
587
588 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
589 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
590
591 private Factory() { }
592 }
593 }
594
595
596
597
598
599
600 public interface Source extends org.apache.xmlbeans.XmlString
601 {
602 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
603 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Source.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sourcea674elemtype");
604
605
606
607
608
609
610 public static final class Factory
611 {
612 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source newValue(java.lang.Object obj) {
613 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source) type.newValue( obj ); }
614
615 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source newInstance() {
616 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
617
618 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source newInstance(org.apache.xmlbeans.XmlOptions options) {
619 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
620
621 private Factory() { }
622 }
623 }
624
625
626
627
628
629
630 public static final class Factory
631 {
632 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod newInstance() {
633 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
634
635 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
636 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
637
638 private Factory() { }
639 }
640 }
641
642
643
644
645
646
647 public interface CertificationExplanation extends org.apache.xmlbeans.XmlObject
648 {
649 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
650 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationexplanationc4fbelemtype");
651
652
653
654
655 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getCertifications();
656
657
658
659
660 void setCertifications(gov.grants.apply.system.attachmentsV10.AttachedFileDataType certifications);
661
662
663
664
665 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewCertifications();
666
667
668
669
670
671
672 public static final class Factory
673 {
674 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation newInstance() {
675 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
676
677 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
678 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
679
680 private Factory() { }
681 }
682 }
683
684
685
686
687
688
689 public static final class Factory
690 {
691 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 newInstance() {
692 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
693
694 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 newInstance(org.apache.xmlbeans.XmlOptions options) {
695 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
696
697 private Factory() { }
698 }
699 }
700
701
702
703
704
705
706 public static final class Factory
707 {
708 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document newInstance() {
709 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
710
711 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document newInstance(org.apache.xmlbeans.XmlOptions options) {
712 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
713
714
715 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
716 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
717
718 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
719 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
720
721
722 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
723 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
724
725 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
726 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
727
728 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
729 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
730
731 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
732 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
733
734 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
735 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
736
737 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
738 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
739
740 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
741 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
742
743 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
744 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
745
746 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
747 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
748
749 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
750 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
751
752 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
753 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
754
755 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
756 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
757
758
759 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
760 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
761
762
763 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
764 return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
765
766
767 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 {
768 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
769
770
771 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 {
772 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
773
774 private Factory() { }
775 }
776 }