View Javadoc
1   /*
2    * An XML document type.
3    * Localname: PHS398_Checklist_1_2
4    * Namespace: http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2
5    * Java type: gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.phs398Checklist12V12;
10  
11  
12  /**
13   * A document containing one PHS398_Checklist_1_2(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2) element.
14   *
15   * This is a complex type.
16   */
17  public interface PHS398Checklist12Document 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(PHS398Checklist12Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398checklist12987fdoctype");
21      
22      /**
23       * Gets the "PHS398_Checklist_1_2" element
24       */
25      gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 getPHS398Checklist12();
26      
27      /**
28       * Sets the "PHS398_Checklist_1_2" element
29       */
30      void setPHS398Checklist12(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 phs398Checklist12);
31      
32      /**
33       * Appends and returns a new empty "PHS398_Checklist_1_2" element
34       */
35      gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 addNewPHS398Checklist12();
36      
37      /**
38       * An XML PHS398_Checklist_1_2(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2).
39       *
40       * This is a complex type.
41       */
42      public interface PHS398Checklist12 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(PHS398Checklist12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398checklist129380elemtype");
46          
47          /**
48           * Gets the "ApplicationType" element
49           */
50          gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType.Enum getApplicationType();
51          
52          /**
53           * Gets (as xml) the "ApplicationType" element
54           */
55          gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType xgetApplicationType();
56          
57          /**
58           * Sets the "ApplicationType" element
59           */
60          void setApplicationType(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType.Enum applicationType);
61          
62          /**
63           * Sets (as xml) the "ApplicationType" element
64           */
65          void xsetApplicationType(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod[] getIncomeBudgetPeriodArray();
296         
297         /**
298          * Gets ith "IncomeBudgetPeriod" element
299          */
300         gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod[] incomeBudgetPeriodArray);
311         
312         /**
313          * Sets ith "IncomeBudgetPeriod" element
314          */
315         void setIncomeBudgetPeriodArray(int i, gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation certificationExplanation);
346         
347         /**
348          * Appends and returns a new empty "CertificationExplanation" element
349          */
350         gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation addNewCertificationExplanation();
351         
352         /**
353          * Unsets the "CertificationExplanation" element
354          */
355         void unsetCertificationExplanation();
356         
357         /**
358          * Gets the "DisclosurePermission" element
359          */
360         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDisclosurePermission();
361         
362         /**
363          * Gets (as xml) the "DisclosurePermission" element
364          */
365         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDisclosurePermission();
366         
367         /**
368          * Sets the "DisclosurePermission" element
369          */
370         void setDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum disclosurePermission);
371         
372         /**
373          * Sets (as xml) the "DisclosurePermission" element
374          */
375         void xsetDisclosurePermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType disclosurePermission);
376         
377         /**
378          * Gets the "FormVersion" attribute
379          */
380         java.lang.String getFormVersion();
381         
382         /**
383          * Gets (as xml) the "FormVersion" attribute
384          */
385         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
386         
387         /**
388          * Sets the "FormVersion" attribute
389          */
390         void setFormVersion(java.lang.String formVersion);
391         
392         /**
393          * Sets (as xml) the "FormVersion" attribute
394          */
395         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
396         
397         /**
398          * An XML ApplicationType(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2).
399          *
400          * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document$PHS398Checklist12$ApplicationType.
401          */
402         public interface ApplicationType extends org.apache.xmlbeans.XmlString
403         {
404             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
405                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtypec7f6elemtype");
406             
407             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
408             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
409             
410             static final Enum NEW = Enum.forString("New");
411             static final Enum RESUBMISSION = Enum.forString("Resubmission");
412             static final Enum RENEWAL = Enum.forString("Renewal");
413             static final Enum CONTINUATION = Enum.forString("Continuation");
414             static final Enum REVISION = Enum.forString("Revision");
415             
416             static final int INT_NEW = Enum.INT_NEW;
417             static final int INT_RESUBMISSION = Enum.INT_RESUBMISSION;
418             static final int INT_RENEWAL = Enum.INT_RENEWAL;
419             static final int INT_CONTINUATION = Enum.INT_CONTINUATION;
420             static final int INT_REVISION = Enum.INT_REVISION;
421             
422             /**
423              * Enumeration value class for gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document$PHS398Checklist12$ApplicationType.
424              * These enum values can be used as follows:
425              * <pre>
426              * enum.toString(); // returns the string value of the enum
427              * enum.intValue(); // returns an int value, useful for switches
428              * // e.g., case Enum.INT_NEW
429              * Enum.forString(s); // returns the enum value for a string
430              * Enum.forInt(i); // returns the enum value for an int
431              * </pre>
432              * Enumeration objects are immutable singleton objects that
433              * can be compared using == object equality. They have no
434              * public constructor. See the constants defined within this
435              * class for all the valid values.
436              */
437             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
438             {
439                 /**
440                  * Returns the enum value for a string, or null if none.
441                  */
442                 public static Enum forString(java.lang.String s)
443                     { return (Enum)table.forString(s); }
444                 /**
445                  * Returns the enum value corresponding to an int, or null if none.
446                  */
447                 public static Enum forInt(int i)
448                     { return (Enum)table.forInt(i); }
449                 
450                 private Enum(java.lang.String s, int i)
451                     { super(s, i); }
452                 
453                 static final int INT_NEW = 1;
454                 static final int INT_RESUBMISSION = 2;
455                 static final int INT_RENEWAL = 3;
456                 static final int INT_CONTINUATION = 4;
457                 static final int INT_REVISION = 5;
458                 
459                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
460                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
461                 (
462                     new Enum[]
463                     {
464                       new Enum("New", INT_NEW),
465                       new Enum("Resubmission", INT_RESUBMISSION),
466                       new Enum("Renewal", INT_RENEWAL),
467                       new Enum("Continuation", INT_CONTINUATION),
468                       new Enum("Revision", INT_REVISION),
469                     }
470                 );
471                 private static final long serialVersionUID = 1L;
472                 private java.lang.Object readResolve() { return forInt(intValue()); } 
473             }
474             
475             /**
476              * A factory class with static methods for creating instances
477              * of this type.
478              */
479             
480             public static final class Factory
481             {
482                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType newValue(java.lang.Object obj) {
483                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType) type.newValue( obj ); }
484                 
485                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType newInstance() {
486                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
487                 
488                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
489                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
490                 
491                 private Factory() { } // No instance of this class allowed
492             }
493         }
494         
495         /**
496          * An XML IncomeBudgetPeriod(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2).
497          *
498          * This is a complex type.
499          */
500         public interface IncomeBudgetPeriod extends org.apache.xmlbeans.XmlObject
501         {
502             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
503                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IncomeBudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("incomebudgetperiod6babelemtype");
504             
505             /**
506              * Gets the "BudgetPeriod" element
507              */
508             int getBudgetPeriod();
509             
510             /**
511              * Gets (as xml) the "BudgetPeriod" element
512              */
513             gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod xgetBudgetPeriod();
514             
515             /**
516              * Sets the "BudgetPeriod" element
517              */
518             void setBudgetPeriod(int budgetPeriod);
519             
520             /**
521              * Sets (as xml) the "BudgetPeriod" element
522              */
523             void xsetBudgetPeriod(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod budgetPeriod);
524             
525             /**
526              * Gets the "AnticipatedAmount" element
527              */
528             java.math.BigDecimal getAnticipatedAmount();
529             
530             /**
531              * Gets (as xml) the "AnticipatedAmount" element
532              */
533             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetAnticipatedAmount();
534             
535             /**
536              * Sets the "AnticipatedAmount" element
537              */
538             void setAnticipatedAmount(java.math.BigDecimal anticipatedAmount);
539             
540             /**
541              * Sets (as xml) the "AnticipatedAmount" element
542              */
543             void xsetAnticipatedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType anticipatedAmount);
544             
545             /**
546              * Gets the "Source" element
547              */
548             java.lang.String getSource();
549             
550             /**
551              * Gets (as xml) the "Source" element
552              */
553             gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source xgetSource();
554             
555             /**
556              * Sets the "Source" element
557              */
558             void setSource(java.lang.String source);
559             
560             /**
561              * Sets (as xml) the "Source" element
562              */
563             void xsetSource(gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source source);
564             
565             /**
566              * An XML BudgetPeriod(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2).
567              *
568              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document$PHS398Checklist12$IncomeBudgetPeriod$BudgetPeriod.
569              */
570             public interface BudgetPeriod extends org.apache.xmlbeans.XmlInt
571             {
572                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
573                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetperiod3c49elemtype");
574                 
575                 /**
576                  * A factory class with static methods for creating instances
577                  * of this type.
578                  */
579                 
580                 public static final class Factory
581                 {
582                     public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod newValue(java.lang.Object obj) {
583                       return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod) type.newValue( obj ); }
584                     
585                     public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod newInstance() {
586                       return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
587                     
588                     public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
589                       return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.BudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
590                     
591                     private Factory() { } // No instance of this class allowed
592                 }
593             }
594             
595             /**
596              * An XML Source(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2).
597              *
598              * This is an atomic type that is a restriction of gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document$PHS398Checklist12$IncomeBudgetPeriod$Source.
599              */
600             public interface Source extends org.apache.xmlbeans.XmlString
601             {
602                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
603                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Source.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sourcea674elemtype");
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.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source newValue(java.lang.Object obj) {
613                       return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source) type.newValue( obj ); }
614                     
615                     public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source newInstance() {
616                       return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
617                     
618                     public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source newInstance(org.apache.xmlbeans.XmlOptions options) {
619                       return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
620                     
621                     private Factory() { } // No instance of this class allowed
622                 }
623             }
624             
625             /**
626              * A factory class with static methods for creating instances
627              * of this type.
628              */
629             
630             public static final class Factory
631             {
632                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod newInstance() {
633                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
634                 
635                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
636                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.IncomeBudgetPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
637                 
638                 private Factory() { } // No instance of this class allowed
639             }
640         }
641         
642         /**
643          * An XML CertificationExplanation(@http://apply.grants.gov/forms/PHS398_Checklist_1_2-V1.2).
644          *
645          * This is a complex type.
646          */
647         public interface CertificationExplanation extends org.apache.xmlbeans.XmlObject
648         {
649             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
650                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationexplanationc4fbelemtype");
651             
652             /**
653              * Gets the "Certifications" element
654              */
655             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getCertifications();
656             
657             /**
658              * Sets the "Certifications" element
659              */
660             void setCertifications(gov.grants.apply.system.attachmentsV10.AttachedFileDataType certifications);
661             
662             /**
663              * Appends and returns a new empty "Certifications" element
664              */
665             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewCertifications();
666             
667             /**
668              * A factory class with static methods for creating instances
669              * of this type.
670              */
671             
672             public static final class Factory
673             {
674                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation newInstance() {
675                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
676                 
677                 public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
678                   return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12.CertificationExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
679                 
680                 private Factory() { } // No instance of this class allowed
681             }
682         }
683         
684         /**
685          * A factory class with static methods for creating instances
686          * of this type.
687          */
688         
689         public static final class Factory
690         {
691             public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 newInstance() {
692               return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
693             
694             public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12 newInstance(org.apache.xmlbeans.XmlOptions options) {
695               return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document.PHS398Checklist12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
696             
697             private Factory() { } // No instance of this class allowed
698         }
699     }
700     
701     /**
702      * A factory class with static methods for creating instances
703      * of this type.
704      */
705     
706     public static final class Factory
707     {
708         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document newInstance() {
709           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
710         
711         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document newInstance(org.apache.xmlbeans.XmlOptions options) {
712           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
713         
714         /** @param xmlAsString the string value to parse */
715         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
716           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
717         
718         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
719           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
720         
721         /** @param file the file from which to load an xml document */
722         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
723           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
724         
725         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
726           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
727         
728         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
729           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
730         
731         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
732           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
733         
734         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
735           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
736         
737         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
738           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
739         
740         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
741           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
742         
743         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
744           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
745         
746         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
747           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
748         
749         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
750           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
751         
752         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
753           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
754         
755         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
756           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
757         
758         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
759         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
760           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
761         
762         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
763         public static gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
764           return (gov.grants.apply.forms.phs398Checklist12V12.PHS398Checklist12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
765         
766         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
767         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 {
768           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
769         
770         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
771         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 {
772           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
773         
774         private Factory() { } // No instance of this class allowed
775     }
776 }