View Javadoc
1   /*
2    * An XML document type.
3    * Localname: PHS398_CoverPageSupplement_2_0
4    * Namespace: http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0
5    * Java type: gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.phs398CoverPageSupplement20V20;
10  
11  
12  /**
13   * A document containing one PHS398_CoverPageSupplement_2_0(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0) element.
14   *
15   * This is a complex type.
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       * Gets the "PHS398_CoverPageSupplement_2_0" element
24       */
25      gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 getPHS398CoverPageSupplement20();
26      
27      /**
28       * Sets the "PHS398_CoverPageSupplement_2_0" element
29       */
30      void setPHS398CoverPageSupplement20(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 phs398CoverPageSupplement20);
31      
32      /**
33       * Appends and returns a new empty "PHS398_CoverPageSupplement_2_0" element
34       */
35      gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20 addNewPHS398CoverPageSupplement20();
36      
37      /**
38       * An XML PHS398_CoverPageSupplement_2_0(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
39       *
40       * This is a complex type.
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           * Gets the "PDPI" element
49           */
50          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI getPDPI();
51          
52          /**
53           * Sets the "PDPI" element
54           */
55          void setPDPI(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI pdpi);
56          
57          /**
58           * Appends and returns a new empty "PDPI" element
59           */
60          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.PDPI addNewPDPI();
61          
62          /**
63           * Gets the "ClinicalTrial" element
64           */
65          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial getClinicalTrial();
66          
67          /**
68           * True if has "ClinicalTrial" element
69           */
70          boolean isSetClinicalTrial();
71          
72          /**
73           * Sets the "ClinicalTrial" element
74           */
75          void setClinicalTrial(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial clinicalTrial);
76          
77          /**
78           * Appends and returns a new empty "ClinicalTrial" element
79           */
80          gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.ClinicalTrial addNewClinicalTrial();
81          
82          /**
83           * Unsets the "ClinicalTrial" element
84           */
85          void unsetClinicalTrial();
86          
87          /**
88           * Gets the "DisclosurePermission" element
89           */
90          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDisclosurePermission();
91          
92          /**
93           * Gets (as xml) the "DisclosurePermission" element
94           */
95          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDisclosurePermission();
96          
97          /**
98           * Sets the "DisclosurePermission" element
99           */
100         void setDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum disclosurePermission);
101         
102         /**
103          * Sets (as xml) the "DisclosurePermission" element
104          */
105         void xsetDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType disclosurePermission);
106         
107         /**
108          * Gets the "ProgramIncome" element
109          */
110         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProgramIncome();
111         
112         /**
113          * Gets (as xml) the "ProgramIncome" element
114          */
115         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProgramIncome();
116         
117         /**
118          * Sets the "ProgramIncome" element
119          */
120         void setProgramIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum programIncome);
121         
122         /**
123          * Sets (as xml) the "ProgramIncome" element
124          */
125         void xsetProgramIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType programIncome);
126         
127         /**
128          * Gets array of all "IncomeBudgetPeriod" elements
129          */
130         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod[] getIncomeBudgetPeriodArray();
131         
132         /**
133          * Gets ith "IncomeBudgetPeriod" element
134          */
135         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod getIncomeBudgetPeriodArray(int i);
136         
137         /**
138          * Returns number of "IncomeBudgetPeriod" element
139          */
140         int sizeOfIncomeBudgetPeriodArray();
141         
142         /**
143          * Sets array of all "IncomeBudgetPeriod" element
144          */
145         void setIncomeBudgetPeriodArray(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod[] incomeBudgetPeriodArray);
146         
147         /**
148          * Sets ith "IncomeBudgetPeriod" element
149          */
150         void setIncomeBudgetPeriodArray(int i, gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod incomeBudgetPeriod);
151         
152         /**
153          * Inserts and returns a new empty value (as xml) as the ith "IncomeBudgetPeriod" element
154          */
155         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod insertNewIncomeBudgetPeriod(int i);
156         
157         /**
158          * Appends and returns a new empty value (as xml) as the last "IncomeBudgetPeriod" element
159          */
160         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod addNewIncomeBudgetPeriod();
161         
162         /**
163          * Removes the ith "IncomeBudgetPeriod" element
164          */
165         void removeIncomeBudgetPeriod(int i);
166         
167         /**
168          * Gets the "StemCells" element
169          */
170         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells getStemCells();
171         
172         /**
173          * True if has "StemCells" element
174          */
175         boolean isSetStemCells();
176         
177         /**
178          * Sets the "StemCells" element
179          */
180         void setStemCells(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells stemCells);
181         
182         /**
183          * Appends and returns a new empty "StemCells" element
184          */
185         gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells addNewStemCells();
186         
187         /**
188          * Unsets the "StemCells" element
189          */
190         void unsetStemCells();
191         
192         /**
193          * Gets the "IsInventionsAndPatents" element
194          */
195         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsInventionsAndPatents();
196         
197         /**
198          * Gets (as xml) the "IsInventionsAndPatents" element
199          */
200         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsInventionsAndPatents();
201         
202         /**
203          * True if has "IsInventionsAndPatents" element
204          */
205         boolean isSetIsInventionsAndPatents();
206         
207         /**
208          * Sets the "IsInventionsAndPatents" element
209          */
210         void setIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isInventionsAndPatents);
211         
212         /**
213          * Sets (as xml) the "IsInventionsAndPatents" element
214          */
215         void xsetIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV20.YesNoDataType isInventionsAndPatents);
216         
217         /**
218          * Unsets the "IsInventionsAndPatents" element
219          */
220         void unsetIsInventionsAndPatents();
221         
222         /**
223          * Gets the "IsPreviouslyReported" element
224          */
225         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPreviouslyReported();
226         
227         /**
228          * Gets (as xml) the "IsPreviouslyReported" element
229          */
230         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPreviouslyReported();
231         
232         /**
233          * True if has "IsPreviouslyReported" element
234          */
235         boolean isSetIsPreviouslyReported();
236         
237         /**
238          * Sets the "IsPreviouslyReported" element
239          */
240         void setIsPreviouslyReported(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPreviouslyReported);
241         
242         /**
243          * Sets (as xml) the "IsPreviouslyReported" element
244          */
245         void xsetIsPreviouslyReported(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPreviouslyReported);
246         
247         /**
248          * Unsets the "IsPreviouslyReported" element
249          */
250         void unsetIsPreviouslyReported();
251         
252         /**
253          * Gets the "IsChangeOfPDPI" element
254          */
255         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsChangeOfPDPI();
256         
257         /**
258          * Gets (as xml) the "IsChangeOfPDPI" element
259          */
260         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsChangeOfPDPI();
261         
262         /**
263          * True if has "IsChangeOfPDPI" element
264          */
265         boolean isSetIsChangeOfPDPI();
266         
267         /**
268          * Sets the "IsChangeOfPDPI" element
269          */
270         void setIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isChangeOfPDPI);
271         
272         /**
273          * Sets (as xml) the "IsChangeOfPDPI" element
274          */
275         void xsetIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV20.YesNoDataType isChangeOfPDPI);
276         
277         /**
278          * Unsets the "IsChangeOfPDPI" element
279          */
280         void unsetIsChangeOfPDPI();
281         
282         /**
283          * Gets the "FormerPD_Name" element
284          */
285         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getFormerPDName();
286         
287         /**
288          * True if has "FormerPD_Name" element
289          */
290         boolean isSetFormerPDName();
291         
292         /**
293          * Sets the "FormerPD_Name" element
294          */
295         void setFormerPDName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType formerPDName);
296         
297         /**
298          * Appends and returns a new empty "FormerPD_Name" element
299          */
300         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewFormerPDName();
301         
302         /**
303          * Unsets the "FormerPD_Name" element
304          */
305         void unsetFormerPDName();
306         
307         /**
308          * Gets the "IsChangeOfInstitution" element
309          */
310         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsChangeOfInstitution();
311         
312         /**
313          * Gets (as xml) the "IsChangeOfInstitution" element
314          */
315         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsChangeOfInstitution();
316         
317         /**
318          * True if has "IsChangeOfInstitution" element
319          */
320         boolean isSetIsChangeOfInstitution();
321         
322         /**
323          * Sets the "IsChangeOfInstitution" element
324          */
325         void setIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isChangeOfInstitution);
326         
327         /**
328          * Sets (as xml) the "IsChangeOfInstitution" element
329          */
330         void xsetIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV20.YesNoDataType isChangeOfInstitution);
331         
332         /**
333          * Unsets the "IsChangeOfInstitution" element
334          */
335         void unsetIsChangeOfInstitution();
336         
337         /**
338          * Gets the "FormerInstitutionName" element
339          */
340         java.lang.String getFormerInstitutionName();
341         
342         /**
343          * Gets (as xml) the "FormerInstitutionName" element
344          */
345         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetFormerInstitutionName();
346         
347         /**
348          * True if has "FormerInstitutionName" element
349          */
350         boolean isSetFormerInstitutionName();
351         
352         /**
353          * Sets the "FormerInstitutionName" element
354          */
355         void setFormerInstitutionName(java.lang.String formerInstitutionName);
356         
357         /**
358          * Sets (as xml) the "FormerInstitutionName" element
359          */
360         void xsetFormerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType formerInstitutionName);
361         
362         /**
363          * Unsets the "FormerInstitutionName" element
364          */
365         void unsetFormerInstitutionName();
366         
367         /**
368          * Gets the "FormVersion" attribute
369          */
370         java.lang.String getFormVersion();
371         
372         /**
373          * Gets (as xml) the "FormVersion" attribute
374          */
375         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
376         
377         /**
378          * Sets the "FormVersion" attribute
379          */
380         void setFormVersion(java.lang.String formVersion);
381         
382         /**
383          * Sets (as xml) the "FormVersion" attribute
384          */
385         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
386         
387         /**
388          * An XML PDPI(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
389          *
390          * This is a complex type.
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              * Gets the "PDPIName" element
399              */
400             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getPDPIName();
401             
402             /**
403              * Sets the "PDPIName" element
404              */
405             void setPDPIName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType pdpiName);
406             
407             /**
408              * Appends and returns a new empty "PDPIName" element
409              */
410             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewPDPIName();
411             
412             /**
413              * A factory class with static methods for creating instances
414              * of this type.
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() { } // No instance of this class allowed
426             }
427         }
428         
429         /**
430          * An XML ClinicalTrial(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
431          *
432          * This is a complex type.
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              * Gets the "isClinicalTrial" element
441              */
442             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsClinicalTrial();
443             
444             /**
445              * Gets (as xml) the "isClinicalTrial" element
446              */
447             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsClinicalTrial();
448             
449             /**
450              * True if has "isClinicalTrial" element
451              */
452             boolean isSetIsClinicalTrial();
453             
454             /**
455              * Sets the "isClinicalTrial" element
456              */
457             void setIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isClinicalTrial);
458             
459             /**
460              * Sets (as xml) the "isClinicalTrial" element
461              */
462             void xsetIsClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isClinicalTrial);
463             
464             /**
465              * Unsets the "isClinicalTrial" element
466              */
467             void unsetIsClinicalTrial();
468             
469             /**
470              * Gets the "isPhaseIIIClinicalTrial" element
471              */
472             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsPhaseIIIClinicalTrial();
473             
474             /**
475              * Gets (as xml) the "isPhaseIIIClinicalTrial" element
476              */
477             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsPhaseIIIClinicalTrial();
478             
479             /**
480              * True if has "isPhaseIIIClinicalTrial" element
481              */
482             boolean isSetIsPhaseIIIClinicalTrial();
483             
484             /**
485              * Sets the "isPhaseIIIClinicalTrial" element
486              */
487             void setIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isPhaseIIIClinicalTrial);
488             
489             /**
490              * Sets (as xml) the "isPhaseIIIClinicalTrial" element
491              */
492             void xsetIsPhaseIIIClinicalTrial(gov.grants.apply.system.globalLibraryV20.YesNoDataType isPhaseIIIClinicalTrial);
493             
494             /**
495              * Unsets the "isPhaseIIIClinicalTrial" element
496              */
497             void unsetIsPhaseIIIClinicalTrial();
498             
499             /**
500              * A factory class with static methods for creating instances
501              * of this type.
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() { } // No instance of this class allowed
513             }
514         }
515         
516         /**
517          * An XML IncomeBudgetPeriod(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
518          *
519          * This is a complex type.
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              * Gets the "BudgetPeriod" element
528              */
529             int getBudgetPeriod();
530             
531             /**
532              * Gets (as xml) the "BudgetPeriod" element
533              */
534             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod xgetBudgetPeriod();
535             
536             /**
537              * Sets the "BudgetPeriod" element
538              */
539             void setBudgetPeriod(int budgetPeriod);
540             
541             /**
542              * Sets (as xml) the "BudgetPeriod" element
543              */
544             void xsetBudgetPeriod(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.BudgetPeriod budgetPeriod);
545             
546             /**
547              * Gets the "AnticipatedAmount" element
548              */
549             java.math.BigDecimal getAnticipatedAmount();
550             
551             /**
552              * Gets (as xml) the "AnticipatedAmount" element
553              */
554             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetAnticipatedAmount();
555             
556             /**
557              * Sets the "AnticipatedAmount" element
558              */
559             void setAnticipatedAmount(java.math.BigDecimal anticipatedAmount);
560             
561             /**
562              * Sets (as xml) the "AnticipatedAmount" element
563              */
564             void xsetAnticipatedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType anticipatedAmount);
565             
566             /**
567              * Gets the "Source" element
568              */
569             java.lang.String getSource();
570             
571             /**
572              * Gets (as xml) the "Source" element
573              */
574             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source xgetSource();
575             
576             /**
577              * Sets the "Source" element
578              */
579             void setSource(java.lang.String source);
580             
581             /**
582              * Sets (as xml) the "Source" element
583              */
584             void xsetSource(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.IncomeBudgetPeriod.Source source);
585             
586             /**
587              * An XML BudgetPeriod(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
588              *
589              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document$PHS398CoverPageSupplement20$IncomeBudgetPeriod$BudgetPeriod.
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                  * A factory class with static methods for creating instances
598                  * of this type.
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() { } // No instance of this class allowed
613                 }
614             }
615             
616             /**
617              * An XML Source(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
618              *
619              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document$PHS398CoverPageSupplement20$IncomeBudgetPeriod$Source.
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                  * A factory class with static methods for creating instances
628                  * of this type.
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() { } // No instance of this class allowed
643                 }
644             }
645             
646             /**
647              * A factory class with static methods for creating instances
648              * of this type.
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() { } // No instance of this class allowed
660             }
661         }
662         
663         /**
664          * An XML StemCells(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
665          *
666          * This is a complex type.
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              * Gets the "isHumanStemCellsInvolved" element
675              */
676             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanStemCellsInvolved();
677             
678             /**
679              * Gets (as xml) the "isHumanStemCellsInvolved" element
680              */
681             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanStemCellsInvolved();
682             
683             /**
684              * Sets the "isHumanStemCellsInvolved" element
685              */
686             void setIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanStemCellsInvolved);
687             
688             /**
689              * Sets (as xml) the "isHumanStemCellsInvolved" element
690              */
691             void xsetIsHumanStemCellsInvolved(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanStemCellsInvolved);
692             
693             /**
694              * Gets the "StemCellsIndicator" element
695              */
696             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStemCellsIndicator();
697             
698             /**
699              * Gets (as xml) the "StemCellsIndicator" element
700              */
701             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStemCellsIndicator();
702             
703             /**
704              * True if has "StemCellsIndicator" element
705              */
706             boolean isSetStemCellsIndicator();
707             
708             /**
709              * Sets the "StemCellsIndicator" element
710              */
711             void setStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stemCellsIndicator);
712             
713             /**
714              * Sets (as xml) the "StemCellsIndicator" element
715              */
716             void xsetStemCellsIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType stemCellsIndicator);
717             
718             /**
719              * Unsets the "StemCellsIndicator" element
720              */
721             void unsetStemCellsIndicator();
722             
723             /**
724              * Gets array of all "CellLines" elements
725              */
726             java.lang.String[] getCellLinesArray();
727             
728             /**
729              * Gets ith "CellLines" element
730              */
731             java.lang.String getCellLinesArray(int i);
732             
733             /**
734              * Gets (as xml) array of all "CellLines" elements
735              */
736             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines[] xgetCellLinesArray();
737             
738             /**
739              * Gets (as xml) ith "CellLines" element
740              */
741             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines xgetCellLinesArray(int i);
742             
743             /**
744              * Returns number of "CellLines" element
745              */
746             int sizeOfCellLinesArray();
747             
748             /**
749              * Sets array of all "CellLines" element
750              */
751             void setCellLinesArray(java.lang.String[] cellLinesArray);
752             
753             /**
754              * Sets ith "CellLines" element
755              */
756             void setCellLinesArray(int i, java.lang.String cellLines);
757             
758             /**
759              * Sets (as xml) array of all "CellLines" element
760              */
761             void xsetCellLinesArray(gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines[] cellLinesArray);
762             
763             /**
764              * Sets (as xml) ith "CellLines" element
765              */
766             void xsetCellLinesArray(int i, gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines cellLines);
767             
768             /**
769              * Inserts the value as the ith "CellLines" element
770              */
771             void insertCellLines(int i, java.lang.String cellLines);
772             
773             /**
774              * Appends the value as the last "CellLines" element
775              */
776             void addCellLines(java.lang.String cellLines);
777             
778             /**
779              * Inserts and returns a new empty value (as xml) as the ith "CellLines" element
780              */
781             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines insertNewCellLines(int i);
782             
783             /**
784              * Appends and returns a new empty value (as xml) as the last "CellLines" element
785              */
786             gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document.PHS398CoverPageSupplement20.StemCells.CellLines addNewCellLines();
787             
788             /**
789              * Removes the ith "CellLines" element
790              */
791             void removeCellLines(int i);
792             
793             /**
794              * An XML CellLines(@http://apply.grants.gov/forms/PHS398_CoverPageSupplement_2_0-V2.0).
795              *
796              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398CoverPageSupplement20V20.PHS398CoverPageSupplement20Document$PHS398CoverPageSupplement20$StemCells$CellLines.
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                  * A factory class with static methods for creating instances
805                  * of this type.
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() { } // No instance of this class allowed
820                 }
821             }
822             
823             /**
824              * A factory class with static methods for creating instances
825              * of this type.
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() { } // No instance of this class allowed
837             }
838         }
839         
840         /**
841          * A factory class with static methods for creating instances
842          * of this type.
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() { } // No instance of this class allowed
854         }
855     }
856     
857     /**
858      * A factory class with static methods for creating instances
859      * of this type.
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         /** @param xmlAsString the string value to parse */
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         /** @param file the file from which to load an xml document */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
931     }
932 }