1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.phs398CoverPageSupplementV11;
10  
11  
12  
13  
14  
15  
16  
17  public interface PHS398CoverPageSupplementDocument 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(PHS398CoverPageSupplementDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398coverpagesupplementdebedoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement getPHS398CoverPageSupplement();
26      
27      
28  
29  
30      void setPHS398CoverPageSupplement(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement phs398CoverPageSupplement);
31      
32      
33  
34  
35      gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement addNewPHS398CoverPageSupplement();
36      
37      
38  
39  
40  
41  
42      public interface PHS398CoverPageSupplement 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(PHS398CoverPageSupplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398coverpagesupplement190belemtype");
46          
47          
48  
49  
50          gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI getPDPI();
51          
52          
53  
54  
55          void setPDPI(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI pdpi);
56          
57          
58  
59  
60          gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI addNewPDPI();
61          
62          
63  
64  
65          gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial getClinicalTrial();
66          
67          
68  
69  
70          boolean isSetClinicalTrial();
71          
72          
73  
74  
75          void setClinicalTrial(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial clinicalTrial);
76          
77          
78  
79  
80          gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial addNewClinicalTrial();
81          
82          
83  
84  
85          void unsetClinicalTrial();
86          
87          
88  
89  
90          gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo getContactPersonInfo();
91          
92          
93  
94  
95          void setContactPersonInfo(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo contactPersonInfo);
96          
97          
98  
99  
100         gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo addNewContactPersonInfo();
101         
102         
103 
104 
105         gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells getStemCells();
106         
107         
108 
109 
110         boolean isSetStemCells();
111         
112         
113 
114 
115         void setStemCells(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells stemCells);
116         
117         
118 
119 
120         gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.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("pdpi8594elemtype");
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             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsNewInvestigator();
176             
177             
178 
179 
180             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsNewInvestigator();
181             
182             
183 
184 
185             void setIsNewInvestigator(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isNewInvestigator);
186             
187             
188 
189 
190             void xsetIsNewInvestigator(gov.grants.apply.system.globalLibraryV20.YesNoDataType isNewInvestigator);
191             
192             
193 
194 
195             java.lang.String[] getDegreesArray();
196             
197             
198 
199 
200             java.lang.String getDegreesArray(int i);
201             
202             
203 
204 
205             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees[] xgetDegreesArray();
206             
207             
208 
209 
210             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees xgetDegreesArray(int i);
211             
212             
213 
214 
215             int sizeOfDegreesArray();
216             
217             
218 
219 
220             void setDegreesArray(java.lang.String[] degreesArray);
221             
222             
223 
224 
225             void setDegreesArray(int i, java.lang.String degrees);
226             
227             
228 
229 
230             void xsetDegreesArray(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees[] degreesArray);
231             
232             
233 
234 
235             void xsetDegreesArray(int i, gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees degrees);
236             
237             
238 
239 
240             void insertDegrees(int i, java.lang.String degrees);
241             
242             
243 
244 
245             void addDegrees(java.lang.String degrees);
246             
247             
248 
249 
250             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees insertNewDegrees(int i);
251             
252             
253 
254 
255             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees addNewDegrees();
256             
257             
258 
259 
260             void removeDegrees(int i);
261             
262             
263 
264 
265 
266 
267             public interface Degrees extends org.apache.xmlbeans.XmlString
268             {
269                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
270                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Degrees.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("degreesdbc1elemtype");
271                 
272                 
273 
274 
275 
276                 
277                 public static final class Factory
278                 {
279                     public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees newValue(java.lang.Object obj) {
280                       return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees) type.newValue( obj ); }
281                     
282                     public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees newInstance() {
283                       return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
284                     
285                     public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees newInstance(org.apache.xmlbeans.XmlOptions options) {
286                       return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI.Degrees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
287                     
288                     private Factory() { } 
289                 }
290             }
291             
292             
293 
294 
295 
296             
297             public static final class Factory
298             {
299                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI newInstance() {
300                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
301                 
302                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI newInstance(org.apache.xmlbeans.XmlOptions options) {
303                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.PDPI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
304                 
305                 private Factory() { } 
306             }
307         }
308         
309         
310 
311 
312 
313 
314         public interface ClinicalTrial extends org.apache.xmlbeans.XmlObject
315         {
316             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
317                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ClinicalTrial.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("clinicaltrial921aelemtype");
318             
319             
320 
321 
322             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsClinicalTrial();
323             
324             
325 
326 
327             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsClinicalTrial();
328             
329             
330 
331 
332             boolean isSetIsClinicalTrial();
333             
334             
335 
336 
337             void setIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isClinicalTrial);
338             
339             
340 
341 
342             void xsetIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isClinicalTrial);
343             
344             
345 
346 
347             void unsetIsClinicalTrial();
348             
349             
350 
351 
352             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPhaseIIIClinicalTrial();
353             
354             
355 
356 
357             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPhaseIIIClinicalTrial();
358             
359             
360 
361 
362             boolean isSetIsPhaseIIIClinicalTrial();
363             
364             
365 
366 
367             void setIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPhaseIIIClinicalTrial);
368             
369             
370 
371 
372             void xsetIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPhaseIIIClinicalTrial);
373             
374             
375 
376 
377             void unsetIsPhaseIIIClinicalTrial();
378             
379             
380 
381 
382 
383             
384             public static final class Factory
385             {
386                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial newInstance() {
387                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
388                 
389                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial newInstance(org.apache.xmlbeans.XmlOptions options) {
390                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ClinicalTrial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
391                 
392                 private Factory() { } 
393             }
394         }
395         
396         
397 
398 
399 
400 
401         public interface ContactPersonInfo extends org.apache.xmlbeans.XmlObject
402         {
403             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
404                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactPersonInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contactpersoninfo5c3aelemtype");
405             
406             
407 
408 
409             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getContactName();
410             
411             
412 
413 
414             void setContactName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType contactName);
415             
416             
417 
418 
419             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewContactName();
420             
421             
422 
423 
424             java.lang.String getContactPhone();
425             
426             
427 
428 
429             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetContactPhone();
430             
431             
432 
433 
434             void setContactPhone(java.lang.String contactPhone);
435             
436             
437 
438 
439             void xsetContactPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType contactPhone);
440             
441             
442 
443 
444             java.lang.String getContactFax();
445             
446             
447 
448 
449             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetContactFax();
450             
451             
452 
453 
454             boolean isSetContactFax();
455             
456             
457 
458 
459             void setContactFax(java.lang.String contactFax);
460             
461             
462 
463 
464             void xsetContactFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType contactFax);
465             
466             
467 
468 
469             void unsetContactFax();
470             
471             
472 
473 
474             java.lang.String getContactEmail();
475             
476             
477 
478 
479             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetContactEmail();
480             
481             
482 
483 
484             boolean isSetContactEmail();
485             
486             
487 
488 
489             void setContactEmail(java.lang.String contactEmail);
490             
491             
492 
493 
494             void xsetContactEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType contactEmail);
495             
496             
497 
498 
499             void unsetContactEmail();
500             
501             
502 
503 
504             java.lang.String getContactTitle();
505             
506             
507 
508 
509             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetContactTitle();
510             
511             
512 
513 
514             void setContactTitle(java.lang.String contactTitle);
515             
516             
517 
518 
519             void xsetContactTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType contactTitle);
520             
521             
522 
523 
524             gov.grants.apply.system.globalLibraryV20.AddressDataType getContactAddress();
525             
526             
527 
528 
529             void setContactAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType contactAddress);
530             
531             
532 
533 
534             gov.grants.apply.system.globalLibraryV20.AddressDataType addNewContactAddress();
535             
536             
537 
538 
539 
540             
541             public static final class Factory
542             {
543                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo newInstance() {
544                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
545                 
546                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
547                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.ContactPersonInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
548                 
549                 private Factory() { } 
550             }
551         }
552         
553         
554 
555 
556 
557 
558         public interface StemCells extends org.apache.xmlbeans.XmlObject
559         {
560             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
561                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StemCells.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("stemcells315felemtype");
562             
563             
564 
565 
566             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanStemCellsInvolved();
567             
568             
569 
570 
571             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanStemCellsInvolved();
572             
573             
574 
575 
576             void setIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanStemCellsInvolved);
577             
578             
579 
580 
581             void xsetIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanStemCellsInvolved);
582             
583             
584 
585 
586             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStemCellsIndicator();
587             
588             
589 
590 
591             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStemCellsIndicator();
592             
593             
594 
595 
596             boolean isSetStemCellsIndicator();
597             
598             
599 
600 
601             void setStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stemCellsIndicator);
602             
603             
604 
605 
606             void xsetStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType stemCellsIndicator);
607             
608             
609 
610 
611             void unsetStemCellsIndicator();
612             
613             
614 
615 
616             java.lang.String[] getCellLinesArray();
617             
618             
619 
620 
621             java.lang.String getCellLinesArray(int i);
622             
623             
624 
625 
626             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines[] xgetCellLinesArray();
627             
628             
629 
630 
631             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines xgetCellLinesArray(int i);
632             
633             
634 
635 
636             int sizeOfCellLinesArray();
637             
638             
639 
640 
641             void setCellLinesArray(java.lang.String[] cellLinesArray);
642             
643             
644 
645 
646             void setCellLinesArray(int i, java.lang.String cellLines);
647             
648             
649 
650 
651             void xsetCellLinesArray(gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines[] cellLinesArray);
652             
653             
654 
655 
656             void xsetCellLinesArray(int i, gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines cellLines);
657             
658             
659 
660 
661             void insertCellLines(int i, java.lang.String cellLines);
662             
663             
664 
665 
666             void addCellLines(java.lang.String cellLines);
667             
668             
669 
670 
671             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines insertNewCellLines(int i);
672             
673             
674 
675 
676             gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines addNewCellLines();
677             
678             
679 
680 
681             void removeCellLines(int i);
682             
683             
684 
685 
686 
687 
688             public interface CellLines extends org.apache.xmlbeans.XmlString
689             {
690                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
691                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CellLines.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("celllines99e8elemtype");
692                 
693                 
694 
695 
696 
697                 
698                 public static final class Factory
699                 {
700                     public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines newValue(java.lang.Object obj) {
701                       return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines) type.newValue( obj ); }
702                     
703                     public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines newInstance() {
704                       return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
705                     
706                     public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines newInstance(org.apache.xmlbeans.XmlOptions options) {
707                       return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells.CellLines) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
708                     
709                     private Factory() { } 
710                 }
711             }
712             
713             
714 
715 
716 
717             
718             public static final class Factory
719             {
720                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells newInstance() {
721                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
722                 
723                 public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells newInstance(org.apache.xmlbeans.XmlOptions options) {
724                   return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement.StemCells) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
725                 
726                 private Factory() { } 
727             }
728         }
729         
730         
731 
732 
733 
734         
735         public static final class Factory
736         {
737             public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement newInstance() {
738               return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
739             
740             public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement newInstance(org.apache.xmlbeans.XmlOptions options) {
741               return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument.PHS398CoverPageSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
742             
743             private Factory() { } 
744         }
745     }
746     
747     
748 
749 
750 
751     
752     public static final class Factory
753     {
754         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument newInstance() {
755           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
756         
757         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
758           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
759         
760         
761         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
762           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
763         
764         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
765           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
766         
767         
768         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
769           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
770         
771         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
772           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
773         
774         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
775           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
776         
777         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
778           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
779         
780         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
781           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
782         
783         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
784           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
785         
786         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
787           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
788         
789         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
790           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
791         
792         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
793           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
794         
795         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
796           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
797         
798         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
799           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
800         
801         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
802           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
803         
804         
805         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
806           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
807         
808         
809         public static gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
810           return (gov.grants.apply.forms.phs398CoverPageSupplementV11.PHS398CoverPageSupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
811         
812         
813         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 {
814           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
815         
816         
817         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 {
818           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
819         
820         private Factory() { } 
821     }
822 }