1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.phs398CoverPageSupplement20V20;
10  
11  
12  
13  
14  
15  
16  
17  public interface PHS398CoverPageSupplement20Document 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(PHS398CoverPageSupplement20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398coverpagesupplement20867edoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 getPHS398CoverPageSupplement20();
26      
27      
28  
29  
30      void setPHS398CoverPageSupplement20(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 phs398CoverPageSupplement20);
31      
32      
33  
34  
35      gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 addNewPHS398CoverPageSupplement20();
36      
37      
38  
39  
40  
41  
42      public interface PHS398CoverPageSupplement20 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(PHS398CoverPageSupplement20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398coverpagesupplement205a27elemtype");
46          
47          
48  
49  
50          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI getPDPI();
51          
52          
53  
54  
55          void setPDPI(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI pdpi);
56          
57          
58  
59  
60          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI addNewPDPI();
61          
62          
63  
64  
65          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial getClinicalTrial();
66          
67          
68  
69  
70          boolean isSetClinicalTrial();
71          
72          
73  
74  
75          void setClinicalTrial(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial clinicalTrial);
76          
77          
78  
79  
80          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial addNewClinicalTrial();
81          
82          
83  
84  
85          void unsetClinicalTrial();
86          
87          
88  
89  
90          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDisclosurePermission();
91          
92          
93  
94  
95          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDisclosurePermission();
96          
97          
98  
99  
100         void setDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum disclosurePermission);
101         
102         
103 
104 
105         void xsetDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType disclosurePermission);
106         
107         
108 
109 
110         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProgramIncome();
111         
112         
113 
114 
115         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProgramIncome();
116         
117         
118 
119 
120         void setProgramIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum programIncome);
121         
122         
123 
124 
125         void xsetProgramIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType programIncome);
126         
127         
128 
129 
130         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod[] getIncomeBudgetPeriodArray();
131         
132         
133 
134 
135         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod getIncomeBudgetPeriodArray(int i);
136         
137         
138 
139 
140         int sizeOfIncomeBudgetPeriodArray();
141         
142         
143 
144 
145         void setIncomeBudgetPeriodArray(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod[] incomeBudgetPeriodArray);
146         
147         
148 
149 
150         void setIncomeBudgetPeriodArray(int i, gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod incomeBudgetPeriod);
151         
152         
153 
154 
155         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod insertNewIncomeBudgetPeriod(int i);
156         
157         
158 
159 
160         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod addNewIncomeBudgetPeriod();
161         
162         
163 
164 
165         void removeIncomeBudgetPeriod(int i);
166         
167         
168 
169 
170         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells getStemCells();
171         
172         
173 
174 
175         boolean isSetStemCells();
176         
177         
178 
179 
180         void setStemCells(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells stemCells);
181         
182         
183 
184 
185         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells addNewStemCells();
186         
187         
188 
189 
190         void unsetStemCells();
191         
192         
193 
194 
195         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsInventionsAndPatents();
196         
197         
198 
199 
200         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsInventionsAndPatents();
201         
202         
203 
204 
205         boolean isSetIsInventionsAndPatents();
206         
207         
208 
209 
210         void setIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isInventionsAndPatents);
211         
212         
213 
214 
215         void xsetIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV20.YesNoDataType isInventionsAndPatents);
216         
217         
218 
219 
220         void unsetIsInventionsAndPatents();
221         
222         
223 
224 
225         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPreviouslyReported();
226         
227         
228 
229 
230         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPreviouslyReported();
231         
232         
233 
234 
235         boolean isSetIsPreviouslyReported();
236         
237         
238 
239 
240         void setIsPreviouslyReported(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPreviouslyReported);
241         
242         
243 
244 
245         void xsetIsPreviouslyReported(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPreviouslyReported);
246         
247         
248 
249 
250         void unsetIsPreviouslyReported();
251         
252         
253 
254 
255         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsChangeOfPDPI();
256         
257         
258 
259 
260         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsChangeOfPDPI();
261         
262         
263 
264 
265         boolean isSetIsChangeOfPDPI();
266         
267         
268 
269 
270         void setIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isChangeOfPDPI);
271         
272         
273 
274 
275         void xsetIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV20.YesNoDataType isChangeOfPDPI);
276         
277         
278 
279 
280         void unsetIsChangeOfPDPI();
281         
282         
283 
284 
285         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getFormerPDName();
286         
287         
288 
289 
290         boolean isSetFormerPDName();
291         
292         
293 
294 
295         void setFormerPDName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType formerPDName);
296         
297         
298 
299 
300         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewFormerPDName();
301         
302         
303 
304 
305         void unsetFormerPDName();
306         
307         
308 
309 
310         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsChangeOfInstitution();
311         
312         
313 
314 
315         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsChangeOfInstitution();
316         
317         
318 
319 
320         boolean isSetIsChangeOfInstitution();
321         
322         
323 
324 
325         void setIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isChangeOfInstitution);
326         
327         
328 
329 
330         void xsetIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV20.YesNoDataType isChangeOfInstitution);
331         
332         
333 
334 
335         void unsetIsChangeOfInstitution();
336         
337         
338 
339 
340         java.lang.String getFormerInstitutionName();
341         
342         
343 
344 
345         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetFormerInstitutionName();
346         
347         
348 
349 
350         boolean isSetFormerInstitutionName();
351         
352         
353 
354 
355         void setFormerInstitutionName(java.lang.String formerInstitutionName);
356         
357         
358 
359 
360         void xsetFormerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType formerInstitutionName);
361         
362         
363 
364 
365         void unsetFormerInstitutionName();
366         
367         
368 
369 
370         java.lang.String getFormVersion();
371         
372         
373 
374 
375         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
376         
377         
378 
379 
380         void setFormVersion(java.lang.String formVersion);
381         
382         
383 
384 
385         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
386         
387         
388 
389 
390 
391 
392         public interface PDPI extends org.apache.xmlbeans.XmlObject
393         {
394             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
395                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PDPI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("pdpi4130elemtype");
396             
397             
398 
399 
400             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getPDPIName();
401             
402             
403 
404 
405             void setPDPIName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType pdpiName);
406             
407             
408 
409 
410             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewPDPIName();
411             
412             
413 
414 
415 
416             
417             public static final class Factory
418             {
419                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI newInstance() {
420                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
421                 
422                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI newInstance(org.apache.xmlbeans.XmlOptions options) {
423                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
424                 
425                 private Factory() { } 
426             }
427         }
428         
429         
430 
431 
432 
433 
434         public interface ClinicalTrial extends org.apache.xmlbeans.XmlObject
435         {
436             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
437                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ClinicalTrial.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("clinicaltrialb4b6elemtype");
438             
439             
440 
441 
442             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsClinicalTrial();
443             
444             
445 
446 
447             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsClinicalTrial();
448             
449             
450 
451 
452             boolean isSetIsClinicalTrial();
453             
454             
455 
456 
457             void setIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isClinicalTrial);
458             
459             
460 
461 
462             void xsetIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isClinicalTrial);
463             
464             
465 
466 
467             void unsetIsClinicalTrial();
468             
469             
470 
471 
472             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPhaseIIIClinicalTrial();
473             
474             
475 
476 
477             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPhaseIIIClinicalTrial();
478             
479             
480 
481 
482             boolean isSetIsPhaseIIIClinicalTrial();
483             
484             
485 
486 
487             void setIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPhaseIIIClinicalTrial);
488             
489             
490 
491 
492             void xsetIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPhaseIIIClinicalTrial);
493             
494             
495 
496 
497             void unsetIsPhaseIIIClinicalTrial();
498             
499             
500 
501 
502 
503             
504             public static final class Factory
505             {
506                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial newInstance() {
507                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
508                 
509                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial newInstance(org.apache.xmlbeans.XmlOptions options) {
510                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
511                 
512                 private Factory() { } 
513             }
514         }
515         
516         
517 
518 
519 
520 
521         public interface IncomeBudgetPeriod extends org.apache.xmlbeans.XmlObject
522         {
523             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
524                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IncomeBudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("incomebudgetperiodd512elemtype");
525             
526             
527 
528 
529             int getBudgetPeriod();
530             
531             
532 
533 
534             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod xgetBudgetPeriod();
535             
536             
537 
538 
539             void setBudgetPeriod(int budgetPeriod);
540             
541             
542 
543 
544             void xsetBudgetPeriod(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod budgetPeriod);
545             
546             
547 
548 
549             java.math.BigDecimal getAnticipatedAmount();
550             
551             
552 
553 
554             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetAnticipatedAmount();
555             
556             
557 
558 
559             void setAnticipatedAmount(java.math.BigDecimal anticipatedAmount);
560             
561             
562 
563 
564             void xsetAnticipatedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType anticipatedAmount);
565             
566             
567 
568 
569             java.lang.String getSource();
570             
571             
572 
573 
574             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source xgetSource();
575             
576             
577 
578 
579             void setSource(java.lang.String source);
580             
581             
582 
583 
584             void xsetSource(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source source);
585             
586             
587 
588 
589 
590 
591             public interface BudgetPeriod extends org.apache.xmlbeans.XmlInt
592             {
593                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
594                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetperiod3d30elemtype");
595                 
596                 
597 
598 
599 
600                 
601                 public static final class Factory
602                 {
603                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod newValue(java.lang.Object obj) {
604                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod) type.newValue( obj ); }
605                     
606                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod newInstance() {
607                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
608                     
609                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
610                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
611                     
612                     private Factory() { } 
613                 }
614             }
615             
616             
617 
618 
619 
620 
621             public interface Source extends org.apache.xmlbeans.XmlString
622             {
623                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
624                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Source.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sourceca1belemtype");
625                 
626                 
627 
628 
629 
630                 
631                 public static final class Factory
632                 {
633                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source newValue(java.lang.Object obj) {
634                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source) type.newValue( obj ); }
635                     
636                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source newInstance() {
637                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
638                     
639                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source newInstance(org.apache.xmlbeans.XmlOptions options) {
640                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
641                     
642                     private Factory() { } 
643                 }
644             }
645             
646             
647 
648 
649 
650             
651             public static final class Factory
652             {
653                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod newInstance() {
654                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
655                 
656                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
657                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
658                 
659                 private Factory() { } 
660             }
661         }
662         
663         
664 
665 
666 
667 
668         public interface StemCells extends org.apache.xmlbeans.XmlObject
669         {
670             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
671                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StemCells.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("stemcells947belemtype");
672             
673             
674 
675 
676             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanStemCellsInvolved();
677             
678             
679 
680 
681             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanStemCellsInvolved();
682             
683             
684 
685 
686             void setIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanStemCellsInvolved);
687             
688             
689 
690 
691             void xsetIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanStemCellsInvolved);
692             
693             
694 
695 
696             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStemCellsIndicator();
697             
698             
699 
700 
701             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStemCellsIndicator();
702             
703             
704 
705 
706             boolean isSetStemCellsIndicator();
707             
708             
709 
710 
711             void setStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stemCellsIndicator);
712             
713             
714 
715 
716             void xsetStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType stemCellsIndicator);
717             
718             
719 
720 
721             void unsetStemCellsIndicator();
722             
723             
724 
725 
726             java.lang.String[] getCellLinesArray();
727             
728             
729 
730 
731             java.lang.String getCellLinesArray(int i);
732             
733             
734 
735 
736             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines[] xgetCellLinesArray();
737             
738             
739 
740 
741             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines xgetCellLinesArray(int i);
742             
743             
744 
745 
746             int sizeOfCellLinesArray();
747             
748             
749 
750 
751             void setCellLinesArray(java.lang.String[] cellLinesArray);
752             
753             
754 
755 
756             void setCellLinesArray(int i, java.lang.String cellLines);
757             
758             
759 
760 
761             void xsetCellLinesArray(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines[] cellLinesArray);
762             
763             
764 
765 
766             void xsetCellLinesArray(int i, gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines cellLines);
767             
768             
769 
770 
771             void insertCellLines(int i, java.lang.String cellLines);
772             
773             
774 
775 
776             void addCellLines(java.lang.String cellLines);
777             
778             
779 
780 
781             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines insertNewCellLines(int i);
782             
783             
784 
785 
786             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines addNewCellLines();
787             
788             
789 
790 
791             void removeCellLines(int i);
792             
793             
794 
795 
796 
797 
798             public interface CellLines extends org.apache.xmlbeans.XmlString
799             {
800                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
801                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CellLines.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("celllines7784elemtype");
802                 
803                 
804 
805 
806 
807                 
808                 public static final class Factory
809                 {
810                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines newValue(java.lang.Object obj) {
811                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines) type.newValue( obj ); }
812                     
813                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines newInstance() {
814                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
815                     
816                     public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines newInstance(org.apache.xmlbeans.XmlOptions options) {
817                       return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
818                     
819                     private Factory() { } 
820                 }
821             }
822             
823             
824 
825 
826 
827             
828             public static final class Factory
829             {
830                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells newInstance() {
831                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
832                 
833                 public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells newInstance(org.apache.xmlbeans.XmlOptions options) {
834                   return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
835                 
836                 private Factory() { } 
837             }
838         }
839         
840         
841 
842 
843 
844         
845         public static final class Factory
846         {
847             public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 newInstance() {
848               return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
849             
850             public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 newInstance(org.apache.xmlbeans.XmlOptions options) {
851               return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
852             
853             private Factory() { } 
854         }
855     }
856     
857     
858 
859 
860 
861     
862     public static final class Factory
863     {
864         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document newInstance() {
865           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
866         
867         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
868           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
869         
870         
871         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
872           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
873         
874         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
875           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
876         
877         
878         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
879           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
880         
881         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
882           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
883         
884         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
885           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
886         
887         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
888           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
889         
890         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
891           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
892         
893         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
894           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
895         
896         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
897           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
898         
899         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
900           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
901         
902         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
903           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
904         
905         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
906           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
907         
908         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
909           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
910         
911         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
912           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
913         
914         
915         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
916           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
917         
918         
919         public static gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
920           return (gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
921         
922         
923         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 {
924           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
925         
926         
927         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 {
928           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
929         
930         private Factory() { } 
931     }
932 }