View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CheckList_2_0
4    * Namespace: http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0
5    * Java type: gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrsf424HHSCheckList20V20;
10  
11  
12  /**
13   * A document containing one CheckList_2_0(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface CheckList20Document 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(CheckList20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist209b3edoctype");
21      
22      /**
23       * Gets the "CheckList_2_0" element
24       */
25      gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20 getCheckList20();
26      
27      /**
28       * Sets the "CheckList_2_0" element
29       */
30      void setCheckList20(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20 checkList20);
31      
32      /**
33       * Appends and returns a new empty "CheckList_2_0" element
34       */
35      gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20 addNewCheckList20();
36      
37      /**
38       * An XML CheckList_2_0(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
39       *
40       * This is a complex type.
41       */
42      public interface CheckList20 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(CheckList20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist203b48elemtype");
46          
47          /**
48           * Gets the "ApplType" element
49           */
50          gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType.Enum getApplType();
51          
52          /**
53           * Gets (as xml) the "ApplType" element
54           */
55          gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType xgetApplType();
56          
57          /**
58           * Sets the "ApplType" element
59           */
60          void setApplType(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType.Enum applType);
61          
62          /**
63           * Sets (as xml) the "ApplType" element
64           */
65          void xsetApplType(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType applType);
66          
67          /**
68           * Gets the "Check424Sig" element
69           */
70          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheck424Sig();
71          
72          /**
73           * Gets (as xml) the "Check424Sig" element
74           */
75          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheck424Sig();
76          
77          /**
78           * Sets the "Check424Sig" element
79           */
80          void setCheck424Sig(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum check424Sig);
81          
82          /**
83           * Sets (as xml) the "Check424Sig" element
84           */
85          void xsetCheck424Sig(gov.grants.apply.system.globalLibraryV20.YesNoDataType check424Sig);
86          
87          /**
88           * Gets the "CheckCivilRightAssurance" element
89           */
90          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckCivilRightAssurance();
91          
92          /**
93           * Gets (as xml) the "CheckCivilRightAssurance" element
94           */
95          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckCivilRightAssurance();
96          
97          /**
98           * Sets the "CheckCivilRightAssurance" element
99           */
100         void setCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkCivilRightAssurance);
101         
102         /**
103          * Sets (as xml) the "CheckCivilRightAssurance" element
104          */
105         void xsetCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkCivilRightAssurance);
106         
107         /**
108          * Gets the "CivilRightAssuranceSignDate" element
109          */
110         java.util.Calendar getCivilRightAssuranceSignDate();
111         
112         /**
113          * Gets (as xml) the "CivilRightAssuranceSignDate" element
114          */
115         org.apache.xmlbeans.XmlDate xgetCivilRightAssuranceSignDate();
116         
117         /**
118          * True if has "CivilRightAssuranceSignDate" element
119          */
120         boolean isSetCivilRightAssuranceSignDate();
121         
122         /**
123          * Sets the "CivilRightAssuranceSignDate" element
124          */
125         void setCivilRightAssuranceSignDate(java.util.Calendar civilRightAssuranceSignDate);
126         
127         /**
128          * Sets (as xml) the "CivilRightAssuranceSignDate" element
129          */
130         void xsetCivilRightAssuranceSignDate(org.apache.xmlbeans.XmlDate civilRightAssuranceSignDate);
131         
132         /**
133          * Unsets the "CivilRightAssuranceSignDate" element
134          */
135         void unsetCivilRightAssuranceSignDate();
136         
137         /**
138          * Gets the "CheckHandicappedAssurance" element
139          */
140         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckHandicappedAssurance();
141         
142         /**
143          * Gets (as xml) the "CheckHandicappedAssurance" element
144          */
145         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckHandicappedAssurance();
146         
147         /**
148          * Sets the "CheckHandicappedAssurance" element
149          */
150         void setCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkHandicappedAssurance);
151         
152         /**
153          * Sets (as xml) the "CheckHandicappedAssurance" element
154          */
155         void xsetCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkHandicappedAssurance);
156         
157         /**
158          * Gets the "HandicappedAssuranceSignDate" element
159          */
160         java.util.Calendar getHandicappedAssuranceSignDate();
161         
162         /**
163          * Gets (as xml) the "HandicappedAssuranceSignDate" element
164          */
165         org.apache.xmlbeans.XmlDate xgetHandicappedAssuranceSignDate();
166         
167         /**
168          * True if has "HandicappedAssuranceSignDate" element
169          */
170         boolean isSetHandicappedAssuranceSignDate();
171         
172         /**
173          * Sets the "HandicappedAssuranceSignDate" element
174          */
175         void setHandicappedAssuranceSignDate(java.util.Calendar handicappedAssuranceSignDate);
176         
177         /**
178          * Sets (as xml) the "HandicappedAssuranceSignDate" element
179          */
180         void xsetHandicappedAssuranceSignDate(org.apache.xmlbeans.XmlDate handicappedAssuranceSignDate);
181         
182         /**
183          * Unsets the "HandicappedAssuranceSignDate" element
184          */
185         void unsetHandicappedAssuranceSignDate();
186         
187         /**
188          * Gets the "CheckSexAssurance" element
189          */
190         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSexAssurance();
191         
192         /**
193          * Gets (as xml) the "CheckSexAssurance" element
194          */
195         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSexAssurance();
196         
197         /**
198          * Sets the "CheckSexAssurance" element
199          */
200         void setCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSexAssurance);
201         
202         /**
203          * Sets (as xml) the "CheckSexAssurance" element
204          */
205         void xsetCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSexAssurance);
206         
207         /**
208          * Gets the "SexAssuranceSignDate" element
209          */
210         java.util.Calendar getSexAssuranceSignDate();
211         
212         /**
213          * Gets (as xml) the "SexAssuranceSignDate" element
214          */
215         org.apache.xmlbeans.XmlDate xgetSexAssuranceSignDate();
216         
217         /**
218          * True if has "SexAssuranceSignDate" element
219          */
220         boolean isSetSexAssuranceSignDate();
221         
222         /**
223          * Sets the "SexAssuranceSignDate" element
224          */
225         void setSexAssuranceSignDate(java.util.Calendar sexAssuranceSignDate);
226         
227         /**
228          * Sets (as xml) the "SexAssuranceSignDate" element
229          */
230         void xsetSexAssuranceSignDate(org.apache.xmlbeans.XmlDate sexAssuranceSignDate);
231         
232         /**
233          * Unsets the "SexAssuranceSignDate" element
234          */
235         void unsetSexAssuranceSignDate();
236         
237         /**
238          * Gets the "CheckAgeAssurance" element
239          */
240         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckAgeAssurance();
241         
242         /**
243          * Gets (as xml) the "CheckAgeAssurance" element
244          */
245         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckAgeAssurance();
246         
247         /**
248          * Sets the "CheckAgeAssurance" element
249          */
250         void setCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkAgeAssurance);
251         
252         /**
253          * Sets (as xml) the "CheckAgeAssurance" element
254          */
255         void xsetCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkAgeAssurance);
256         
257         /**
258          * Gets the "AgeAssuranceSignDate" element
259          */
260         java.util.Calendar getAgeAssuranceSignDate();
261         
262         /**
263          * Gets (as xml) the "AgeAssuranceSignDate" element
264          */
265         org.apache.xmlbeans.XmlDate xgetAgeAssuranceSignDate();
266         
267         /**
268          * True if has "AgeAssuranceSignDate" element
269          */
270         boolean isSetAgeAssuranceSignDate();
271         
272         /**
273          * Sets the "AgeAssuranceSignDate" element
274          */
275         void setAgeAssuranceSignDate(java.util.Calendar ageAssuranceSignDate);
276         
277         /**
278          * Sets (as xml) the "AgeAssuranceSignDate" element
279          */
280         void xsetAgeAssuranceSignDate(org.apache.xmlbeans.XmlDate ageAssuranceSignDate);
281         
282         /**
283          * Unsets the "AgeAssuranceSignDate" element
284          */
285         void unsetAgeAssuranceSignDate();
286         
287         /**
288          * Gets the "CheckHumanSubjectCertification" element
289          */
290         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckHumanSubjectCertification();
291         
292         /**
293          * Gets (as xml) the "CheckHumanSubjectCertification" element
294          */
295         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckHumanSubjectCertification();
296         
297         /**
298          * Sets the "CheckHumanSubjectCertification" element
299          */
300         void setCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkHumanSubjectCertification);
301         
302         /**
303          * Sets (as xml) the "CheckHumanSubjectCertification" element
304          */
305         void xsetCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkHumanSubjectCertification);
306         
307         /**
308          * Gets the "CheckPHSImpactStatement" element
309          */
310         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckPHSImpactStatement();
311         
312         /**
313          * Gets (as xml) the "CheckPHSImpactStatement" element
314          */
315         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckPHSImpactStatement();
316         
317         /**
318          * Sets the "CheckPHSImpactStatement" element
319          */
320         void setCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkPHSImpactStatement);
321         
322         /**
323          * Sets (as xml) the "CheckPHSImpactStatement" element
324          */
325         void xsetCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkPHSImpactStatement);
326         
327         /**
328          * Gets the "CheckIntergrovernmentalReview" element
329          */
330         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIntergrovernmentalReview();
331         
332         /**
333          * Gets (as xml) the "CheckIntergrovernmentalReview" element
334          */
335         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIntergrovernmentalReview();
336         
337         /**
338          * Sets the "CheckIntergrovernmentalReview" element
339          */
340         void setCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIntergrovernmentalReview);
341         
342         /**
343          * Sets (as xml) the "CheckIntergrovernmentalReview" element
344          */
345         void xsetCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIntergrovernmentalReview);
346         
347         /**
348          * Gets the "CheckProjectPeriod424" element
349          */
350         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckProjectPeriod424();
351         
352         /**
353          * Gets (as xml) the "CheckProjectPeriod424" element
354          */
355         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckProjectPeriod424();
356         
357         /**
358          * Sets the "CheckProjectPeriod424" element
359          */
360         void setCheckProjectPeriod424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkProjectPeriod424);
361         
362         /**
363          * Sets (as xml) the "CheckProjectPeriod424" element
364          */
365         void xsetCheckProjectPeriod424(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkProjectPeriod424);
366         
367         /**
368          * Gets the "CheckBiographicalSketch" element
369          */
370         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckBiographicalSketch();
371         
372         /**
373          * Gets (as xml) the "CheckBiographicalSketch" element
374          */
375         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckBiographicalSketch();
376         
377         /**
378          * Sets the "CheckBiographicalSketch" element
379          */
380         void setCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkBiographicalSketch);
381         
382         /**
383          * Sets (as xml) the "CheckBiographicalSketch" element
384          */
385         void xsetCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkBiographicalSketch);
386         
387         /**
388          * Gets the "CheckSF424AC" element
389          */
390         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSF424AC();
391         
392         /**
393          * Gets (as xml) the "CheckSF424AC" element
394          */
395         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSF424AC();
396         
397         /**
398          * Sets the "CheckSF424AC" element
399          */
400         void setCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSF424AC);
401         
402         /**
403          * Sets (as xml) the "CheckSF424AC" element
404          */
405         void xsetCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSF424AC);
406         
407         /**
408          * Gets the "Check12MonthBudgetJustify" element
409          */
410         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheck12MonthBudgetJustify();
411         
412         /**
413          * Gets (as xml) the "Check12MonthBudgetJustify" element
414          */
415         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheck12MonthBudgetJustify();
416         
417         /**
418          * Sets the "Check12MonthBudgetJustify" element
419          */
420         void setCheck12MonthBudgetJustify(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum check12MonthBudgetJustify);
421         
422         /**
423          * Sets (as xml) the "Check12MonthBudgetJustify" element
424          */
425         void xsetCheck12MonthBudgetJustify(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType check12MonthBudgetJustify);
426         
427         /**
428          * Gets the "HasDetailProjectBudget" element
429          */
430         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getHasDetailProjectBudget();
431         
432         /**
433          * Gets (as xml) the "HasDetailProjectBudget" element
434          */
435         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetHasDetailProjectBudget();
436         
437         /**
438          * Sets the "HasDetailProjectBudget" element
439          */
440         void setHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum hasDetailProjectBudget);
441         
442         /**
443          * Sets (as xml) the "HasDetailProjectBudget" element
444          */
445         void xsetHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType hasDetailProjectBudget);
446         
447         /**
448          * Gets the "SuppOnlyAdditionalFunds" element
449          */
450         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getSuppOnlyAdditionalFunds();
451         
452         /**
453          * Gets (as xml) the "SuppOnlyAdditionalFunds" element
454          */
455         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetSuppOnlyAdditionalFunds();
456         
457         /**
458          * Sets the "SuppOnlyAdditionalFunds" element
459          */
460         void setSuppOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum suppOnlyAdditionalFunds);
461         
462         /**
463          * Sets (as xml) the "SuppOnlyAdditionalFunds" element
464          */
465         void xsetSuppOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType suppOnlyAdditionalFunds);
466         
467         /**
468          * Gets the "CheckProgressReport" element
469          */
470         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckProgressReport();
471         
472         /**
473          * Gets (as xml) the "CheckProgressReport" element
474          */
475         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckProgressReport();
476         
477         /**
478          * Sets the "CheckProgressReport" element
479          */
480         void setCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkProgressReport);
481         
482         /**
483          * Sets (as xml) the "CheckProgressReport" element
484          */
485         void xsetCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkProgressReport);
486         
487         /**
488          * Gets the "BusinessOfficial" element
489          */
490         gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial getBusinessOfficial();
491         
492         /**
493          * Sets the "BusinessOfficial" element
494          */
495         void setBusinessOfficial(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial businessOfficial);
496         
497         /**
498          * Appends and returns a new empty "BusinessOfficial" element
499          */
500         gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial addNewBusinessOfficial();
501         
502         /**
503          * Gets the "ProjectDirector" element
504          */
505         gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector getProjectDirector();
506         
507         /**
508          * Sets the "ProjectDirector" element
509          */
510         void setProjectDirector(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector projectDirector);
511         
512         /**
513          * Appends and returns a new empty "ProjectDirector" element
514          */
515         gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector addNewProjectDirector();
516         
517         /**
518          * Gets the "NonProfitClaim" element
519          */
520         gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim getNonProfitClaim();
521         
522         /**
523          * Sets the "NonProfitClaim" element
524          */
525         void setNonProfitClaim(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim nonProfitClaim);
526         
527         /**
528          * Appends and returns a new empty "NonProfitClaim" element
529          */
530         gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim addNewNonProfitClaim();
531         
532         /**
533          * Gets the "FormVersion" attribute
534          */
535         java.lang.String getFormVersion();
536         
537         /**
538          * Gets (as xml) the "FormVersion" attribute
539          */
540         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
541         
542         /**
543          * Sets the "FormVersion" attribute
544          */
545         void setFormVersion(java.lang.String formVersion);
546         
547         /**
548          * Sets (as xml) the "FormVersion" attribute
549          */
550         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
551         
552         /**
553          * An XML ApplType(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
554          *
555          * This is an atomic type that is a restriction of gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document$CheckList20$ApplType.
556          */
557         public interface ApplType extends org.apache.xmlbeans.XmlString
558         {
559             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
560                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("appltype99e7elemtype");
561             
562             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
563             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
564             
565             static final Enum NEW = Enum.forString("New");
566             static final Enum NONCOMPETING_CONTINUATION = Enum.forString("Noncompeting Continuation");
567             static final Enum COMPETING_CONTINUATION = Enum.forString("Competing Continuation");
568             static final Enum SUPPLEMENTAL = Enum.forString("Supplemental");
569             
570             static final int INT_NEW = Enum.INT_NEW;
571             static final int INT_NONCOMPETING_CONTINUATION = Enum.INT_NONCOMPETING_CONTINUATION;
572             static final int INT_COMPETING_CONTINUATION = Enum.INT_COMPETING_CONTINUATION;
573             static final int INT_SUPPLEMENTAL = Enum.INT_SUPPLEMENTAL;
574             
575             /**
576              * Enumeration value class for gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document$CheckList20$ApplType.
577              * These enum values can be used as follows:
578              * <pre>
579              * enum.toString(); // returns the string value of the enum
580              * enum.intValue(); // returns an int value, useful for switches
581              * // e.g., case Enum.INT_NEW
582              * Enum.forString(s); // returns the enum value for a string
583              * Enum.forInt(i); // returns the enum value for an int
584              * </pre>
585              * Enumeration objects are immutable singleton objects that
586              * can be compared using == object equality. They have no
587              * public constructor. See the constants defined within this
588              * class for all the valid values.
589              */
590             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
591             {
592                 /**
593                  * Returns the enum value for a string, or null if none.
594                  */
595                 public static Enum forString(java.lang.String s)
596                     { return (Enum)table.forString(s); }
597                 /**
598                  * Returns the enum value corresponding to an int, or null if none.
599                  */
600                 public static Enum forInt(int i)
601                     { return (Enum)table.forInt(i); }
602                 
603                 private Enum(java.lang.String s, int i)
604                     { super(s, i); }
605                 
606                 static final int INT_NEW = 1;
607                 static final int INT_NONCOMPETING_CONTINUATION = 2;
608                 static final int INT_COMPETING_CONTINUATION = 3;
609                 static final int INT_SUPPLEMENTAL = 4;
610                 
611                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
612                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
613                 (
614                     new Enum[]
615                     {
616                       new Enum("New", INT_NEW),
617                       new Enum("Noncompeting Continuation", INT_NONCOMPETING_CONTINUATION),
618                       new Enum("Competing Continuation", INT_COMPETING_CONTINUATION),
619                       new Enum("Supplemental", INT_SUPPLEMENTAL),
620                     }
621                 );
622                 private static final long serialVersionUID = 1L;
623                 private java.lang.Object readResolve() { return forInt(intValue()); } 
624             }
625             
626             /**
627              * A factory class with static methods for creating instances
628              * of this type.
629              */
630             
631             public static final class Factory
632             {
633                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType newValue(java.lang.Object obj) {
634                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType) type.newValue( obj ); }
635                 
636                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType newInstance() {
637                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
638                 
639                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType newInstance(org.apache.xmlbeans.XmlOptions options) {
640                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ApplType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
641                 
642                 private Factory() { } // No instance of this class allowed
643             }
644         }
645         
646         /**
647          * An XML BusinessOfficial(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
648          *
649          * This is a complex type.
650          */
651         public interface BusinessOfficial extends org.apache.xmlbeans.XmlObject
652         {
653             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
654                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BusinessOfficial.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("businessofficial3921elemtype");
655             
656             /**
657              * Gets the "Name" element
658              */
659             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
660             
661             /**
662              * Sets the "Name" element
663              */
664             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
665             
666             /**
667              * Appends and returns a new empty "Name" element
668              */
669             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
670             
671             /**
672              * Gets the "BOTitle" element
673              */
674             java.lang.String getBOTitle();
675             
676             /**
677              * Gets (as xml) the "BOTitle" element
678              */
679             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetBOTitle();
680             
681             /**
682              * True if has "BOTitle" element
683              */
684             boolean isSetBOTitle();
685             
686             /**
687              * Sets the "BOTitle" element
688              */
689             void setBOTitle(java.lang.String boTitle);
690             
691             /**
692              * Sets (as xml) the "BOTitle" element
693              */
694             void xsetBOTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType boTitle);
695             
696             /**
697              * Unsets the "BOTitle" element
698              */
699             void unsetBOTitle();
700             
701             /**
702              * Gets the "BOOrganizationName" element
703              */
704             java.lang.String getBOOrganizationName();
705             
706             /**
707              * Gets (as xml) the "BOOrganizationName" element
708              */
709             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetBOOrganizationName();
710             
711             /**
712              * True if has "BOOrganizationName" element
713              */
714             boolean isSetBOOrganizationName();
715             
716             /**
717              * Sets the "BOOrganizationName" element
718              */
719             void setBOOrganizationName(java.lang.String boOrganizationName);
720             
721             /**
722              * Sets (as xml) the "BOOrganizationName" element
723              */
724             void xsetBOOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType boOrganizationName);
725             
726             /**
727              * Unsets the "BOOrganizationName" element
728              */
729             void unsetBOOrganizationName();
730             
731             /**
732              * Gets the "BOStreet1" element
733              */
734             java.lang.String getBOStreet1();
735             
736             /**
737              * Gets (as xml) the "BOStreet1" element
738              */
739             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetBOStreet1();
740             
741             /**
742              * Sets the "BOStreet1" element
743              */
744             void setBOStreet1(java.lang.String boStreet1);
745             
746             /**
747              * Sets (as xml) the "BOStreet1" element
748              */
749             void xsetBOStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType boStreet1);
750             
751             /**
752              * Gets the "BOStreet2" element
753              */
754             java.lang.String getBOStreet2();
755             
756             /**
757              * Gets (as xml) the "BOStreet2" element
758              */
759             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetBOStreet2();
760             
761             /**
762              * True if has "BOStreet2" element
763              */
764             boolean isSetBOStreet2();
765             
766             /**
767              * Sets the "BOStreet2" element
768              */
769             void setBOStreet2(java.lang.String boStreet2);
770             
771             /**
772              * Sets (as xml) the "BOStreet2" element
773              */
774             void xsetBOStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType boStreet2);
775             
776             /**
777              * Unsets the "BOStreet2" element
778              */
779             void unsetBOStreet2();
780             
781             /**
782              * Gets the "BOCity" element
783              */
784             java.lang.String getBOCity();
785             
786             /**
787              * Gets (as xml) the "BOCity" element
788              */
789             gov.grants.apply.system.globalLibraryV20.CityDataType xgetBOCity();
790             
791             /**
792              * Sets the "BOCity" element
793              */
794             void setBOCity(java.lang.String boCity);
795             
796             /**
797              * Sets (as xml) the "BOCity" element
798              */
799             void xsetBOCity(gov.grants.apply.system.globalLibraryV20.CityDataType boCity);
800             
801             /**
802              * Gets the "BOState" element
803              */
804             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getBOState();
805             
806             /**
807              * Gets (as xml) the "BOState" element
808              */
809             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetBOState();
810             
811             /**
812              * Sets the "BOState" element
813              */
814             void setBOState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum boState);
815             
816             /**
817              * Sets (as xml) the "BOState" element
818              */
819             void xsetBOState(gov.grants.apply.system.universalCodesV20.StateCodeDataType boState);
820             
821             /**
822              * Gets the "BOZipPostalCode" element
823              */
824             java.lang.String getBOZipPostalCode();
825             
826             /**
827              * Gets (as xml) the "BOZipPostalCode" element
828              */
829             gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetBOZipPostalCode();
830             
831             /**
832              * Sets the "BOZipPostalCode" element
833              */
834             void setBOZipPostalCode(java.lang.String boZipPostalCode);
835             
836             /**
837              * Sets (as xml) the "BOZipPostalCode" element
838              */
839             void xsetBOZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType boZipPostalCode);
840             
841             /**
842              * Gets the "BOEmail" element
843              */
844             java.lang.String getBOEmail();
845             
846             /**
847              * Gets (as xml) the "BOEmail" element
848              */
849             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetBOEmail();
850             
851             /**
852              * True if has "BOEmail" element
853              */
854             boolean isSetBOEmail();
855             
856             /**
857              * Sets the "BOEmail" element
858              */
859             void setBOEmail(java.lang.String boEmail);
860             
861             /**
862              * Sets (as xml) the "BOEmail" element
863              */
864             void xsetBOEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType boEmail);
865             
866             /**
867              * Unsets the "BOEmail" element
868              */
869             void unsetBOEmail();
870             
871             /**
872              * Gets the "BOPhone" element
873              */
874             java.lang.String getBOPhone();
875             
876             /**
877              * Gets (as xml) the "BOPhone" element
878              */
879             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetBOPhone();
880             
881             /**
882              * True if has "BOPhone" element
883              */
884             boolean isSetBOPhone();
885             
886             /**
887              * Sets the "BOPhone" element
888              */
889             void setBOPhone(java.lang.String boPhone);
890             
891             /**
892              * Sets (as xml) the "BOPhone" element
893              */
894             void xsetBOPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType boPhone);
895             
896             /**
897              * Unsets the "BOPhone" element
898              */
899             void unsetBOPhone();
900             
901             /**
902              * Gets the "BOFax" element
903              */
904             java.lang.String getBOFax();
905             
906             /**
907              * Gets (as xml) the "BOFax" element
908              */
909             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetBOFax();
910             
911             /**
912              * True if has "BOFax" element
913              */
914             boolean isSetBOFax();
915             
916             /**
917              * Sets the "BOFax" element
918              */
919             void setBOFax(java.lang.String boFax);
920             
921             /**
922              * Sets (as xml) the "BOFax" element
923              */
924             void xsetBOFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType boFax);
925             
926             /**
927              * Unsets the "BOFax" element
928              */
929             void unsetBOFax();
930             
931             /**
932              * A factory class with static methods for creating instances
933              * of this type.
934              */
935             
936             public static final class Factory
937             {
938                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial newInstance() {
939                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
940                 
941                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial newInstance(org.apache.xmlbeans.XmlOptions options) {
942                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
943                 
944                 private Factory() { } // No instance of this class allowed
945             }
946         }
947         
948         /**
949          * An XML ProjectDirector(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
950          *
951          * This is a complex type.
952          */
953         public interface ProjectDirector extends org.apache.xmlbeans.XmlObject
954         {
955             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
956                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDirector.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdirector22d7elemtype");
957             
958             /**
959              * Gets the "Name" element
960              */
961             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
962             
963             /**
964              * Sets the "Name" element
965              */
966             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
967             
968             /**
969              * Appends and returns a new empty "Name" element
970              */
971             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
972             
973             /**
974              * Gets the "PDTitle" element
975              */
976             java.lang.String getPDTitle();
977             
978             /**
979              * Gets (as xml) the "PDTitle" element
980              */
981             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetPDTitle();
982             
983             /**
984              * True if has "PDTitle" element
985              */
986             boolean isSetPDTitle();
987             
988             /**
989              * Sets the "PDTitle" element
990              */
991             void setPDTitle(java.lang.String pdTitle);
992             
993             /**
994              * Sets (as xml) the "PDTitle" element
995              */
996             void xsetPDTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType pdTitle);
997             
998             /**
999              * Unsets the "PDTitle" element
1000              */
1001             void unsetPDTitle();
1002             
1003             /**
1004              * Gets the "PDOrganizationName" element
1005              */
1006             java.lang.String getPDOrganizationName();
1007             
1008             /**
1009              * Gets (as xml) the "PDOrganizationName" element
1010              */
1011             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPDOrganizationName();
1012             
1013             /**
1014              * True if has "PDOrganizationName" element
1015              */
1016             boolean isSetPDOrganizationName();
1017             
1018             /**
1019              * Sets the "PDOrganizationName" element
1020              */
1021             void setPDOrganizationName(java.lang.String pdOrganizationName);
1022             
1023             /**
1024              * Sets (as xml) the "PDOrganizationName" element
1025              */
1026             void xsetPDOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType pdOrganizationName);
1027             
1028             /**
1029              * Unsets the "PDOrganizationName" element
1030              */
1031             void unsetPDOrganizationName();
1032             
1033             /**
1034              * Gets the "PDStreet1" element
1035              */
1036             java.lang.String getPDStreet1();
1037             
1038             /**
1039              * Gets (as xml) the "PDStreet1" element
1040              */
1041             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetPDStreet1();
1042             
1043             /**
1044              * Sets the "PDStreet1" element
1045              */
1046             void setPDStreet1(java.lang.String pdStreet1);
1047             
1048             /**
1049              * Sets (as xml) the "PDStreet1" element
1050              */
1051             void xsetPDStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType pdStreet1);
1052             
1053             /**
1054              * Gets the "PDStreet2" element
1055              */
1056             java.lang.String getPDStreet2();
1057             
1058             /**
1059              * Gets (as xml) the "PDStreet2" element
1060              */
1061             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetPDStreet2();
1062             
1063             /**
1064              * True if has "PDStreet2" element
1065              */
1066             boolean isSetPDStreet2();
1067             
1068             /**
1069              * Sets the "PDStreet2" element
1070              */
1071             void setPDStreet2(java.lang.String pdStreet2);
1072             
1073             /**
1074              * Sets (as xml) the "PDStreet2" element
1075              */
1076             void xsetPDStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType pdStreet2);
1077             
1078             /**
1079              * Unsets the "PDStreet2" element
1080              */
1081             void unsetPDStreet2();
1082             
1083             /**
1084              * Gets the "PDCity" element
1085              */
1086             java.lang.String getPDCity();
1087             
1088             /**
1089              * Gets (as xml) the "PDCity" element
1090              */
1091             gov.grants.apply.system.globalLibraryV20.CityDataType xgetPDCity();
1092             
1093             /**
1094              * Sets the "PDCity" element
1095              */
1096             void setPDCity(java.lang.String pdCity);
1097             
1098             /**
1099              * Sets (as xml) the "PDCity" element
1100              */
1101             void xsetPDCity(gov.grants.apply.system.globalLibraryV20.CityDataType pdCity);
1102             
1103             /**
1104              * Gets the "PDState" element
1105              */
1106             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getPDState();
1107             
1108             /**
1109              * Gets (as xml) the "PDState" element
1110              */
1111             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetPDState();
1112             
1113             /**
1114              * Sets the "PDState" element
1115              */
1116             void setPDState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum pdState);
1117             
1118             /**
1119              * Sets (as xml) the "PDState" element
1120              */
1121             void xsetPDState(gov.grants.apply.system.universalCodesV20.StateCodeDataType pdState);
1122             
1123             /**
1124              * Gets the "PDZipPostalCode" element
1125              */
1126             java.lang.String getPDZipPostalCode();
1127             
1128             /**
1129              * Gets (as xml) the "PDZipPostalCode" element
1130              */
1131             gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetPDZipPostalCode();
1132             
1133             /**
1134              * Sets the "PDZipPostalCode" element
1135              */
1136             void setPDZipPostalCode(java.lang.String pdZipPostalCode);
1137             
1138             /**
1139              * Sets (as xml) the "PDZipPostalCode" element
1140              */
1141             void xsetPDZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType pdZipPostalCode);
1142             
1143             /**
1144              * Gets the "PDEmail" element
1145              */
1146             java.lang.String getPDEmail();
1147             
1148             /**
1149              * Gets (as xml) the "PDEmail" element
1150              */
1151             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetPDEmail();
1152             
1153             /**
1154              * True if has "PDEmail" element
1155              */
1156             boolean isSetPDEmail();
1157             
1158             /**
1159              * Sets the "PDEmail" element
1160              */
1161             void setPDEmail(java.lang.String pdEmail);
1162             
1163             /**
1164              * Sets (as xml) the "PDEmail" element
1165              */
1166             void xsetPDEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType pdEmail);
1167             
1168             /**
1169              * Unsets the "PDEmail" element
1170              */
1171             void unsetPDEmail();
1172             
1173             /**
1174              * Gets the "PDPhone" element
1175              */
1176             java.lang.String getPDPhone();
1177             
1178             /**
1179              * Gets (as xml) the "PDPhone" element
1180              */
1181             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPDPhone();
1182             
1183             /**
1184              * True if has "PDPhone" element
1185              */
1186             boolean isSetPDPhone();
1187             
1188             /**
1189              * Sets the "PDPhone" element
1190              */
1191             void setPDPhone(java.lang.String pdPhone);
1192             
1193             /**
1194              * Sets (as xml) the "PDPhone" element
1195              */
1196             void xsetPDPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType pdPhone);
1197             
1198             /**
1199              * Unsets the "PDPhone" element
1200              */
1201             void unsetPDPhone();
1202             
1203             /**
1204              * Gets the "PDFax" element
1205              */
1206             java.lang.String getPDFax();
1207             
1208             /**
1209              * Gets (as xml) the "PDFax" element
1210              */
1211             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPDFax();
1212             
1213             /**
1214              * True if has "PDFax" element
1215              */
1216             boolean isSetPDFax();
1217             
1218             /**
1219              * Sets the "PDFax" element
1220              */
1221             void setPDFax(java.lang.String pdFax);
1222             
1223             /**
1224              * Sets (as xml) the "PDFax" element
1225              */
1226             void xsetPDFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType pdFax);
1227             
1228             /**
1229              * Unsets the "PDFax" element
1230              */
1231             void unsetPDFax();
1232             
1233             /**
1234              * A factory class with static methods for creating instances
1235              * of this type.
1236              */
1237             
1238             public static final class Factory
1239             {
1240                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector newInstance() {
1241                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1242                 
1243                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector newInstance(org.apache.xmlbeans.XmlOptions options) {
1244                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1245                 
1246                 private Factory() { } // No instance of this class allowed
1247             }
1248         }
1249         
1250         /**
1251          * An XML NonProfitClaim(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
1252          *
1253          * This is a complex type.
1254          */
1255         public interface NonProfitClaim extends org.apache.xmlbeans.XmlObject
1256         {
1257             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1258                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonProfitClaim.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonprofitclaim0aa1elemtype");
1259             
1260             /**
1261              * Gets the "NewlyFiled" element
1262              */
1263             gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled getNewlyFiled();
1264             
1265             /**
1266              * True if has "NewlyFiled" element
1267              */
1268             boolean isSetNewlyFiled();
1269             
1270             /**
1271              * Sets the "NewlyFiled" element
1272              */
1273             void setNewlyFiled(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled newlyFiled);
1274             
1275             /**
1276              * Appends and returns a new empty "NewlyFiled" element
1277              */
1278             gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled addNewNewlyFiled();
1279             
1280             /**
1281              * Unsets the "NewlyFiled" element
1282              */
1283             void unsetNewlyFiled();
1284             
1285             /**
1286              * Gets the "PreviouslyFiled" element
1287              */
1288             gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled getPreviouslyFiled();
1289             
1290             /**
1291              * True if has "PreviouslyFiled" element
1292              */
1293             boolean isSetPreviouslyFiled();
1294             
1295             /**
1296              * Sets the "PreviouslyFiled" element
1297              */
1298             void setPreviouslyFiled(gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled previouslyFiled);
1299             
1300             /**
1301              * Appends and returns a new empty "PreviouslyFiled" element
1302              */
1303             gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled addNewPreviouslyFiled();
1304             
1305             /**
1306              * Unsets the "PreviouslyFiled" element
1307              */
1308             void unsetPreviouslyFiled();
1309             
1310             /**
1311              * An XML NewlyFiled(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
1312              *
1313              * This is a complex type.
1314              */
1315             public interface NewlyFiled extends org.apache.xmlbeans.XmlObject
1316             {
1317                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1318                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NewlyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("newlyfiled7058elemtype");
1319                 
1320                 /**
1321                  * Gets the "CheckReferenceIRSList" element
1322                  */
1323                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckReferenceIRSList();
1324                 
1325                 /**
1326                  * Gets (as xml) the "CheckReferenceIRSList" element
1327                  */
1328                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckReferenceIRSList();
1329                 
1330                 /**
1331                  * True if has "CheckReferenceIRSList" element
1332                  */
1333                 boolean isSetCheckReferenceIRSList();
1334                 
1335                 /**
1336                  * Sets the "CheckReferenceIRSList" element
1337                  */
1338                 void setCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkReferenceIRSList);
1339                 
1340                 /**
1341                  * Sets (as xml) the "CheckReferenceIRSList" element
1342                  */
1343                 void xsetCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkReferenceIRSList);
1344                 
1345                 /**
1346                  * Unsets the "CheckReferenceIRSList" element
1347                  */
1348                 void unsetCheckReferenceIRSList();
1349                 
1350                 /**
1351                  * Gets the "CheckIRSCertification" element
1352                  */
1353                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIRSCertification();
1354                 
1355                 /**
1356                  * Gets (as xml) the "CheckIRSCertification" element
1357                  */
1358                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIRSCertification();
1359                 
1360                 /**
1361                  * True if has "CheckIRSCertification" element
1362                  */
1363                 boolean isSetCheckIRSCertification();
1364                 
1365                 /**
1366                  * Sets the "CheckIRSCertification" element
1367                  */
1368                 void setCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIRSCertification);
1369                 
1370                 /**
1371                  * Sets (as xml) the "CheckIRSCertification" element
1372                  */
1373                 void xsetCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIRSCertification);
1374                 
1375                 /**
1376                  * Unsets the "CheckIRSCertification" element
1377                  */
1378                 void unsetCheckIRSCertification();
1379                 
1380                 /**
1381                  * Gets the "CheckStateTaxCertification" element
1382                  */
1383                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStateTaxCertification();
1384                 
1385                 /**
1386                  * Gets (as xml) the "CheckStateTaxCertification" element
1387                  */
1388                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStateTaxCertification();
1389                 
1390                 /**
1391                  * True if has "CheckStateTaxCertification" element
1392                  */
1393                 boolean isSetCheckStateTaxCertification();
1394                 
1395                 /**
1396                  * Sets the "CheckStateTaxCertification" element
1397                  */
1398                 void setCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStateTaxCertification);
1399                 
1400                 /**
1401                  * Sets (as xml) the "CheckStateTaxCertification" element
1402                  */
1403                 void xsetCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStateTaxCertification);
1404                 
1405                 /**
1406                  * Unsets the "CheckStateTaxCertification" element
1407                  */
1408                 void unsetCheckStateTaxCertification();
1409                 
1410                 /**
1411                  * Gets the "CheckIncorporationCertification" element
1412                  */
1413                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIncorporationCertification();
1414                 
1415                 /**
1416                  * Gets (as xml) the "CheckIncorporationCertification" element
1417                  */
1418                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIncorporationCertification();
1419                 
1420                 /**
1421                  * True if has "CheckIncorporationCertification" element
1422                  */
1423                 boolean isSetCheckIncorporationCertification();
1424                 
1425                 /**
1426                  * Sets the "CheckIncorporationCertification" element
1427                  */
1428                 void setCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIncorporationCertification);
1429                 
1430                 /**
1431                  * Sets (as xml) the "CheckIncorporationCertification" element
1432                  */
1433                 void xsetCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIncorporationCertification);
1434                 
1435                 /**
1436                  * Unsets the "CheckIncorporationCertification" element
1437                  */
1438                 void unsetCheckIncorporationCertification();
1439                 
1440                 /**
1441                  * Gets the "CheckParentOrganzationCertification" element
1442                  */
1443                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckParentOrganzationCertification();
1444                 
1445                 /**
1446                  * Gets (as xml) the "CheckParentOrganzationCertification" element
1447                  */
1448                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckParentOrganzationCertification();
1449                 
1450                 /**
1451                  * True if has "CheckParentOrganzationCertification" element
1452                  */
1453                 boolean isSetCheckParentOrganzationCertification();
1454                 
1455                 /**
1456                  * Sets the "CheckParentOrganzationCertification" element
1457                  */
1458                 void setCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkParentOrganzationCertification);
1459                 
1460                 /**
1461                  * Sets (as xml) the "CheckParentOrganzationCertification" element
1462                  */
1463                 void xsetCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkParentOrganzationCertification);
1464                 
1465                 /**
1466                  * Unsets the "CheckParentOrganzationCertification" element
1467                  */
1468                 void unsetCheckParentOrganzationCertification();
1469                 
1470                 /**
1471                  * A factory class with static methods for creating instances
1472                  * of this type.
1473                  */
1474                 
1475                 public static final class Factory
1476                 {
1477                     public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled newInstance() {
1478                       return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1479                     
1480                     public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1481                       return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1482                     
1483                     private Factory() { } // No instance of this class allowed
1484                 }
1485             }
1486             
1487             /**
1488              * An XML PreviouslyFiled(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList_2_0-V2.0).
1489              *
1490              * This is a complex type.
1491              */
1492             public interface PreviouslyFiled extends org.apache.xmlbeans.XmlObject
1493             {
1494                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1495                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PreviouslyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("previouslyfilede8f1elemtype");
1496                 
1497                 /**
1498                  * Gets the "AgencyName" element
1499                  */
1500                 java.lang.String getAgencyName();
1501                 
1502                 /**
1503                  * Gets (as xml) the "AgencyName" element
1504                  */
1505                 gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
1506                 
1507                 /**
1508                  * Sets the "AgencyName" element
1509                  */
1510                 void setAgencyName(java.lang.String agencyName);
1511                 
1512                 /**
1513                  * Sets (as xml) the "AgencyName" element
1514                  */
1515                 void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
1516                 
1517                 /**
1518                  * Gets the "PreviouslyFiledDate" element
1519                  */
1520                 java.util.Calendar getPreviouslyFiledDate();
1521                 
1522                 /**
1523                  * Gets (as xml) the "PreviouslyFiledDate" element
1524                  */
1525                 org.apache.xmlbeans.XmlDate xgetPreviouslyFiledDate();
1526                 
1527                 /**
1528                  * Sets the "PreviouslyFiledDate" element
1529                  */
1530                 void setPreviouslyFiledDate(java.util.Calendar previouslyFiledDate);
1531                 
1532                 /**
1533                  * Sets (as xml) the "PreviouslyFiledDate" element
1534                  */
1535                 void xsetPreviouslyFiledDate(org.apache.xmlbeans.XmlDate previouslyFiledDate);
1536                 
1537                 /**
1538                  * A factory class with static methods for creating instances
1539                  * of this type.
1540                  */
1541                 
1542                 public static final class Factory
1543                 {
1544                     public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled newInstance() {
1545                       return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1546                     
1547                     public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1548                       return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1549                     
1550                     private Factory() { } // No instance of this class allowed
1551                 }
1552             }
1553             
1554             /**
1555              * A factory class with static methods for creating instances
1556              * of this type.
1557              */
1558             
1559             public static final class Factory
1560             {
1561                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim newInstance() {
1562                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1563                 
1564                 public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim newInstance(org.apache.xmlbeans.XmlOptions options) {
1565                   return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1566                 
1567                 private Factory() { } // No instance of this class allowed
1568             }
1569         }
1570         
1571         /**
1572          * A factory class with static methods for creating instances
1573          * of this type.
1574          */
1575         
1576         public static final class Factory
1577         {
1578             public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20 newInstance() {
1579               return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1580             
1581             public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20 newInstance(org.apache.xmlbeans.XmlOptions options) {
1582               return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document.CheckList20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1583             
1584             private Factory() { } // No instance of this class allowed
1585         }
1586     }
1587     
1588     /**
1589      * A factory class with static methods for creating instances
1590      * of this type.
1591      */
1592     
1593     public static final class Factory
1594     {
1595         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document newInstance() {
1596           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1597         
1598         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1599           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1600         
1601         /** @param xmlAsString the string value to parse */
1602         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1603           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1604         
1605         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1606           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1607         
1608         /** @param file the file from which to load an xml document */
1609         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1610           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1611         
1612         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1613           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1614         
1615         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1616           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1617         
1618         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1619           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1620         
1621         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1622           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1623         
1624         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1625           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1626         
1627         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1628           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1629         
1630         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1631           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1632         
1633         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1634           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1635         
1636         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1637           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1638         
1639         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1640           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1641         
1642         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1643           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1644         
1645         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1646         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1647           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1648         
1649         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1650         public static gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1651           return (gov.grants.apply.forms.rrsf424HHSCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1652         
1653         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1654         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 {
1655           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1656         
1657         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1658         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 {
1659           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1660         
1661         private Factory() { } // No instance of this class allowed
1662     }
1663 }