View Javadoc
1   /*
2    * An XML document type.
3    * Localname: PHS398_Checklist
4    * Namespace: http://apply.grants.gov/forms/PHS398_Checklist-V1.0
5    * Java type: gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.phs398ChecklistV10;
10  
11  
12  /**
13   * A document containing one PHS398_Checklist(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface PHS398ChecklistDocument 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(PHS398ChecklistDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398checklista95ddoctype");
21      
22      /**
23       * Gets the "PHS398_Checklist" element
24       */
25      gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist getPHS398Checklist();
26      
27      /**
28       * Sets the "PHS398_Checklist" element
29       */
30      void setPHS398Checklist(gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist phs398Checklist);
31      
32      /**
33       * Appends and returns a new empty "PHS398_Checklist" element
34       */
35      gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist addNewPHS398Checklist();
36      
37      /**
38       * An XML PHS398_Checklist(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface PHS398Checklist 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(PHS398Checklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398checklistb0e3elemtype");
46          
47          /**
48           * Gets the "ApplicationType" element
49           */
50          gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType.Enum getApplicationType();
51          
52          /**
53           * Gets (as xml) the "ApplicationType" element
54           */
55          gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType xgetApplicationType();
56          
57          /**
58           * Sets the "ApplicationType" element
59           */
60          void setApplicationType(gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType.Enum applicationType);
61          
62          /**
63           * Sets (as xml) the "ApplicationType" element
64           */
65          void xsetApplicationType(gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.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.globalLibraryV10.YesNoDataType.Enum getIsChangeOfPDPI();
101         
102         /**
103          * Gets (as xml) the "IsChangeOfPDPI" element
104          */
105         gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum isChangeOfPDPI);
116         
117         /**
118          * Sets (as xml) the "IsChangeOfPDPI" element
119          */
120         void xsetIsChangeOfPDPI(gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.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.globalLibraryV10.HumanNameDataType formerPDName);
141         
142         /**
143          * Appends and returns a new empty "FormerPD_Name" element
144          */
145         gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum getIsChangeOfInstitution();
156         
157         /**
158          * Gets (as xml) the "IsChangeOfInstitution" element
159          */
160         gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum isChangeOfInstitution);
171         
172         /**
173          * Sets (as xml) the "IsChangeOfInstitution" element
174          */
175         void xsetIsChangeOfInstitution(gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.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.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum getIsInventionsAndPatents();
216         
217         /**
218          * Gets (as xml) the "IsInventionsAndPatents" element
219          */
220         gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum isInventionsAndPatents);
231         
232         /**
233          * Sets (as xml) the "IsInventionsAndPatents" element
234          */
235         void xsetIsInventionsAndPatents(gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum getIsPreviouslyReported();
246         
247         /**
248          * Gets (as xml) the "IsPreviouslyReported" element
249          */
250         gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum isPreviouslyReported);
261         
262         /**
263          * Sets (as xml) the "IsPreviouslyReported" element
264          */
265         void xsetIsPreviouslyReported(gov.grants.apply.system.globalLibraryV10.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.globalLibraryV10.YesNoDataType.Enum getProgramIncome();
276         
277         /**
278          * Gets (as xml) the "ProgramIncome" element
279          */
280         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetProgramIncome();
281         
282         /**
283          * Sets the "ProgramIncome" element
284          */
285         void setProgramIncome(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum programIncome);
286         
287         /**
288          * Sets (as xml) the "ProgramIncome" element
289          */
290         void xsetProgramIncome(gov.grants.apply.system.globalLibraryV10.YesNoDataType programIncome);
291         
292         /**
293          * Gets array of all "IncomeBudgetPeriod" elements
294          */
295         gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod[] getIncomeBudgetPeriodArray();
296         
297         /**
298          * Gets ith "IncomeBudgetPeriod" element
299          */
300         gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.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.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod[] incomeBudgetPeriodArray);
311         
312         /**
313          * Sets ith "IncomeBudgetPeriod" element
314          */
315         void setIncomeBudgetPeriodArray(int i, gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.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.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.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.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod addNewIncomeBudgetPeriod();
326         
327         /**
328          * Removes the ith "IncomeBudgetPeriod" element
329          */
330         void removeIncomeBudgetPeriod(int i);
331         
332         /**
333          * Gets the "CertificationExplanation" element
334          */
335         gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation getCertificationExplanation();
336         
337         /**
338          * True if has "CertificationExplanation" element
339          */
340         boolean isSetCertificationExplanation();
341         
342         /**
343          * Sets the "CertificationExplanation" element
344          */
345         void setCertificationExplanation(gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation certificationExplanation);
346         
347         /**
348          * Appends and returns a new empty "CertificationExplanation" element
349          */
350         gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation addNewCertificationExplanation();
351         
352         /**
353          * Unsets the "CertificationExplanation" element
354          */
355         void unsetCertificationExplanation();
356         
357         /**
358          * Gets the "FormVersion" attribute
359          */
360         java.lang.String getFormVersion();
361         
362         /**
363          * Gets (as xml) the "FormVersion" attribute
364          */
365         gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
366         
367         /**
368          * Sets the "FormVersion" attribute
369          */
370         void setFormVersion(java.lang.String formVersion);
371         
372         /**
373          * Sets (as xml) the "FormVersion" attribute
374          */
375         void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
376         
377         /**
378          * An XML ApplicationType(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0).
379          *
380          * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument$PHS398Checklist$ApplicationType.
381          */
382         public interface ApplicationType extends org.apache.xmlbeans.XmlString
383         {
384             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
385                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtype6659elemtype");
386             
387             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
388             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
389             
390             static final Enum NEW = Enum.forString("New");
391             static final Enum RESUBMISSION = Enum.forString("Resubmission");
392             static final Enum RENEWAL = Enum.forString("Renewal");
393             static final Enum CONTINUATION = Enum.forString("Continuation");
394             static final Enum REVISION = Enum.forString("Revision");
395             
396             static final int INT_NEW = Enum.INT_NEW;
397             static final int INT_RESUBMISSION = Enum.INT_RESUBMISSION;
398             static final int INT_RENEWAL = Enum.INT_RENEWAL;
399             static final int INT_CONTINUATION = Enum.INT_CONTINUATION;
400             static final int INT_REVISION = Enum.INT_REVISION;
401             
402             /**
403              * Enumeration value class for gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument$PHS398Checklist$ApplicationType.
404              * These enum values can be used as follows:
405              * <pre>
406              * enum.toString(); // returns the string value of the enum
407              * enum.intValue(); // returns an int value, useful for switches
408              * // e.g., case Enum.INT_NEW
409              * Enum.forString(s); // returns the enum value for a string
410              * Enum.forInt(i); // returns the enum value for an int
411              * </pre>
412              * Enumeration objects are immutable singleton objects that
413              * can be compared using == object equality. They have no
414              * public constructor. See the constants defined within this
415              * class for all the valid values.
416              */
417             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
418             {
419                 /**
420                  * Returns the enum value for a string, or null if none.
421                  */
422                 public static Enum forString(java.lang.String s)
423                     { return (Enum)table.forString(s); }
424                 /**
425                  * Returns the enum value corresponding to an int, or null if none.
426                  */
427                 public static Enum forInt(int i)
428                     { return (Enum)table.forInt(i); }
429                 
430                 private Enum(java.lang.String s, int i)
431                     { super(s, i); }
432                 
433                 static final int INT_NEW = 1;
434                 static final int INT_RESUBMISSION = 2;
435                 static final int INT_RENEWAL = 3;
436                 static final int INT_CONTINUATION = 4;
437                 static final int INT_REVISION = 5;
438                 
439                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
440                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
441                 (
442                     new Enum[]
443                     {
444                       new Enum("New", INT_NEW),
445                       new Enum("Resubmission", INT_RESUBMISSION),
446                       new Enum("Renewal", INT_RENEWAL),
447                       new Enum("Continuation", INT_CONTINUATION),
448                       new Enum("Revision", INT_REVISION),
449                     }
450                 );
451                 private static final long serialVersionUID = 1L;
452                 private java.lang.Object readResolve() { return forInt(intValue()); } 
453             }
454             
455             /**
456              * A factory class with static methods for creating instances
457              * of this type.
458              */
459             
460             public static final class Factory
461             {
462                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType newValue(java.lang.Object obj) {
463                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType) type.newValue( obj ); }
464                 
465                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType newInstance() {
466                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
467                 
468                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
469                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
470                 
471                 private Factory() { } // No instance of this class allowed
472             }
473         }
474         
475         /**
476          * An XML IncomeBudgetPeriod(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0).
477          *
478          * This is a complex type.
479          */
480         public interface IncomeBudgetPeriod extends org.apache.xmlbeans.XmlObject
481         {
482             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
483                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IncomeBudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("incomebudgetperiod318eelemtype");
484             
485             /**
486              * Gets the "BudgetPeriod" element
487              */
488             int getBudgetPeriod();
489             
490             /**
491              * Gets (as xml) the "BudgetPeriod" element
492              */
493             gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod xgetBudgetPeriod();
494             
495             /**
496              * Sets the "BudgetPeriod" element
497              */
498             void setBudgetPeriod(int budgetPeriod);
499             
500             /**
501              * Sets (as xml) the "BudgetPeriod" element
502              */
503             void xsetBudgetPeriod(gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod budgetPeriod);
504             
505             /**
506              * Gets the "AnticipatedAmount" element
507              */
508             java.math.BigDecimal getAnticipatedAmount();
509             
510             /**
511              * Gets (as xml) the "AnticipatedAmount" element
512              */
513             gov.grants.apply.system.globalLibraryV10.BudgetAmountDataType xgetAnticipatedAmount();
514             
515             /**
516              * Sets the "AnticipatedAmount" element
517              */
518             void setAnticipatedAmount(java.math.BigDecimal anticipatedAmount);
519             
520             /**
521              * Sets (as xml) the "AnticipatedAmount" element
522              */
523             void xsetAnticipatedAmount(gov.grants.apply.system.globalLibraryV10.BudgetAmountDataType anticipatedAmount);
524             
525             /**
526              * Gets the "Source" element
527              */
528             java.lang.String getSource();
529             
530             /**
531              * Gets (as xml) the "Source" element
532              */
533             gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source xgetSource();
534             
535             /**
536              * Sets the "Source" element
537              */
538             void setSource(java.lang.String source);
539             
540             /**
541              * Sets (as xml) the "Source" element
542              */
543             void xsetSource(gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source source);
544             
545             /**
546              * An XML BudgetPeriod(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0).
547              *
548              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument$PHS398Checklist$IncomeBudgetPeriod$BudgetPeriod.
549              */
550             public interface BudgetPeriod extends org.apache.xmlbeans.XmlInt
551             {
552                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
553                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetperiod7f2celemtype");
554                 
555                 /**
556                  * A factory class with static methods for creating instances
557                  * of this type.
558                  */
559                 
560                 public static final class Factory
561                 {
562                     public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod newValue(java.lang.Object obj) {
563                       return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod) type.newValue( obj ); }
564                     
565                     public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod newInstance() {
566                       return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
567                     
568                     public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
569                       return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
570                     
571                     private Factory() { } // No instance of this class allowed
572                 }
573             }
574             
575             /**
576              * An XML Source(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0).
577              *
578              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument$PHS398Checklist$IncomeBudgetPeriod$Source.
579              */
580             public interface Source extends org.apache.xmlbeans.XmlString
581             {
582                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
583                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Source.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("source91d7elemtype");
584                 
585                 /**
586                  * A factory class with static methods for creating instances
587                  * of this type.
588                  */
589                 
590                 public static final class Factory
591                 {
592                     public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source newValue(java.lang.Object obj) {
593                       return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source) type.newValue( obj ); }
594                     
595                     public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source newInstance() {
596                       return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
597                     
598                     public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source newInstance(org.apache.xmlbeans.XmlOptions options) {
599                       return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
600                     
601                     private Factory() { } // No instance of this class allowed
602                 }
603             }
604             
605             /**
606              * A factory class with static methods for creating instances
607              * of this type.
608              */
609             
610             public static final class Factory
611             {
612                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod newInstance() {
613                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
614                 
615                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
616                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
617                 
618                 private Factory() { } // No instance of this class allowed
619             }
620         }
621         
622         /**
623          * An XML CertificationExplanation(@http://apply.grants.gov/forms/PHS398_Checklist-V1.0).
624          *
625          * This is a complex type.
626          */
627         public interface CertificationExplanation extends org.apache.xmlbeans.XmlObject
628         {
629             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
630                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationexplanation02deelemtype");
631             
632             /**
633              * Gets the "Certifications" element
634              */
635             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getCertifications();
636             
637             /**
638              * Sets the "Certifications" element
639              */
640             void setCertifications(gov.grants.apply.system.attachmentsV10.AttachedFileDataType certifications);
641             
642             /**
643              * Appends and returns a new empty "Certifications" element
644              */
645             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewCertifications();
646             
647             /**
648              * A factory class with static methods for creating instances
649              * of this type.
650              */
651             
652             public static final class Factory
653             {
654                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation newInstance() {
655                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
656                 
657                 public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
658                   return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist.CertificationExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
659                 
660                 private Factory() { } // No instance of this class allowed
661             }
662         }
663         
664         /**
665          * A factory class with static methods for creating instances
666          * of this type.
667          */
668         
669         public static final class Factory
670         {
671             public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist newInstance() {
672               return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
673             
674             public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist newInstance(org.apache.xmlbeans.XmlOptions options) {
675               return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument.PHS398Checklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
676             
677             private Factory() { } // No instance of this class allowed
678         }
679     }
680     
681     /**
682      * A factory class with static methods for creating instances
683      * of this type.
684      */
685     
686     public static final class Factory
687     {
688         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument newInstance() {
689           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
690         
691         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
692           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
693         
694         /** @param xmlAsString the string value to parse */
695         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
696           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
697         
698         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
699           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
700         
701         /** @param file the file from which to load an xml document */
702         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
703           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
704         
705         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
706           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
707         
708         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
709           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
710         
711         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
712           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
713         
714         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
715           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
716         
717         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
718           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
719         
720         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
721           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
722         
723         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
724           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
725         
726         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
727           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
728         
729         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
730           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
731         
732         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
733           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
734         
735         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
736           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
737         
738         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
739         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
740           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
741         
742         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
743         public static gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
744           return (gov.grants.apply.forms.phs398ChecklistV10.PHS398ChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
745         
746         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
747         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 {
748           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
749         
750         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
751         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 {
752           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
753         
754         private Factory() { } // No instance of this class allowed
755     }
756 }