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