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