View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CheckList
4    * Namespace: http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1
5    * Java type: gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrsf424HHSCheckListV11;
10  
11  
12  /**
13   * A document containing one CheckList(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface CheckListDocument 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(CheckListDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist12c6doctype");
21      
22      /**
23       * Gets the "CheckList" element
24       */
25      gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList getCheckList();
26      
27      /**
28       * Sets the "CheckList" element
29       */
30      void setCheckList(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList checkList);
31      
32      /**
33       * Appends and returns a new empty "CheckList" element
34       */
35      gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList addNewCheckList();
36      
37      /**
38       * An XML CheckList(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface CheckList 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(CheckList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist55f4elemtype");
46          
47          /**
48           * Gets the "ApplicationType" element
49           */
50          gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType.Enum getApplicationType();
51          
52          /**
53           * Gets (as xml) the "ApplicationType" element
54           */
55          gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType xgetApplicationType();
56          
57          /**
58           * Sets the "ApplicationType" element
59           */
60          void setApplicationType(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType.Enum applicationType);
61          
62          /**
63           * Sets (as xml) the "ApplicationType" element
64           */
65          void xsetApplicationType(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType applicationType);
66          
67          /**
68           * Gets the "CheckSignDateSF424" element
69           */
70          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSignDateSF424();
71          
72          /**
73           * Gets (as xml) the "CheckSignDateSF424" element
74           */
75          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSignDateSF424();
76          
77          /**
78           * Sets the "CheckSignDateSF424" element
79           */
80          void setCheckSignDateSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSignDateSF424);
81          
82          /**
83           * Sets (as xml) the "CheckSignDateSF424" element
84           */
85          void xsetCheckSignDateSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSignDateSF424);
86          
87          /**
88           * Gets the "CheckSignDatePHS5161-1" element
89           */
90          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSignDatePHS51611();
91          
92          /**
93           * Gets (as xml) the "CheckSignDatePHS5161-1" element
94           */
95          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSignDatePHS51611();
96          
97          /**
98           * Sets the "CheckSignDatePHS5161-1" element
99           */
100         void setCheckSignDatePHS51611(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSignDatePHS51611);
101         
102         /**
103          * Sets (as xml) the "CheckSignDatePHS5161-1" element
104          */
105         void xsetCheckSignDatePHS51611(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSignDatePHS51611);
106         
107         /**
108          * Gets the "CheckSignDateSF424BD" element
109          */
110         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSignDateSF424BD();
111         
112         /**
113          * Gets (as xml) the "CheckSignDateSF424BD" element
114          */
115         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSignDateSF424BD();
116         
117         /**
118          * Sets the "CheckSignDateSF424BD" element
119          */
120         void setCheckSignDateSF424BD(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSignDateSF424BD);
121         
122         /**
123          * Sets (as xml) the "CheckSignDateSF424BD" element
124          */
125         void xsetCheckSignDateSF424BD(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSignDateSF424BD);
126         
127         /**
128          * Gets the "CheckCivilRightAssurance" element
129          */
130         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckCivilRightAssurance();
131         
132         /**
133          * Gets (as xml) the "CheckCivilRightAssurance" element
134          */
135         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckCivilRightAssurance();
136         
137         /**
138          * Sets the "CheckCivilRightAssurance" element
139          */
140         void setCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkCivilRightAssurance);
141         
142         /**
143          * Sets (as xml) the "CheckCivilRightAssurance" element
144          */
145         void xsetCheckCivilRightAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkCivilRightAssurance);
146         
147         /**
148          * Gets the "CivilRightAssuranceSignDate" element
149          */
150         java.util.Calendar getCivilRightAssuranceSignDate();
151         
152         /**
153          * Gets (as xml) the "CivilRightAssuranceSignDate" element
154          */
155         org.apache.xmlbeans.XmlDate xgetCivilRightAssuranceSignDate();
156         
157         /**
158          * True if has "CivilRightAssuranceSignDate" element
159          */
160         boolean isSetCivilRightAssuranceSignDate();
161         
162         /**
163          * Sets the "CivilRightAssuranceSignDate" element
164          */
165         void setCivilRightAssuranceSignDate(java.util.Calendar civilRightAssuranceSignDate);
166         
167         /**
168          * Sets (as xml) the "CivilRightAssuranceSignDate" element
169          */
170         void xsetCivilRightAssuranceSignDate(org.apache.xmlbeans.XmlDate civilRightAssuranceSignDate);
171         
172         /**
173          * Unsets the "CivilRightAssuranceSignDate" element
174          */
175         void unsetCivilRightAssuranceSignDate();
176         
177         /**
178          * Gets the "CheckHandicappedAssurance" element
179          */
180         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckHandicappedAssurance();
181         
182         /**
183          * Gets (as xml) the "CheckHandicappedAssurance" element
184          */
185         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckHandicappedAssurance();
186         
187         /**
188          * Sets the "CheckHandicappedAssurance" element
189          */
190         void setCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkHandicappedAssurance);
191         
192         /**
193          * Sets (as xml) the "CheckHandicappedAssurance" element
194          */
195         void xsetCheckHandicappedAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkHandicappedAssurance);
196         
197         /**
198          * Gets the "HandicappedAssuranceSignDate" element
199          */
200         java.util.Calendar getHandicappedAssuranceSignDate();
201         
202         /**
203          * Gets (as xml) the "HandicappedAssuranceSignDate" element
204          */
205         org.apache.xmlbeans.XmlDate xgetHandicappedAssuranceSignDate();
206         
207         /**
208          * True if has "HandicappedAssuranceSignDate" element
209          */
210         boolean isSetHandicappedAssuranceSignDate();
211         
212         /**
213          * Sets the "HandicappedAssuranceSignDate" element
214          */
215         void setHandicappedAssuranceSignDate(java.util.Calendar handicappedAssuranceSignDate);
216         
217         /**
218          * Sets (as xml) the "HandicappedAssuranceSignDate" element
219          */
220         void xsetHandicappedAssuranceSignDate(org.apache.xmlbeans.XmlDate handicappedAssuranceSignDate);
221         
222         /**
223          * Unsets the "HandicappedAssuranceSignDate" element
224          */
225         void unsetHandicappedAssuranceSignDate();
226         
227         /**
228          * Gets the "CheckSexAssurance" element
229          */
230         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSexAssurance();
231         
232         /**
233          * Gets (as xml) the "CheckSexAssurance" element
234          */
235         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSexAssurance();
236         
237         /**
238          * Sets the "CheckSexAssurance" element
239          */
240         void setCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSexAssurance);
241         
242         /**
243          * Sets (as xml) the "CheckSexAssurance" element
244          */
245         void xsetCheckSexAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSexAssurance);
246         
247         /**
248          * Gets the "SexAssuranceSignDate" element
249          */
250         java.util.Calendar getSexAssuranceSignDate();
251         
252         /**
253          * Gets (as xml) the "SexAssuranceSignDate" element
254          */
255         org.apache.xmlbeans.XmlDate xgetSexAssuranceSignDate();
256         
257         /**
258          * True if has "SexAssuranceSignDate" element
259          */
260         boolean isSetSexAssuranceSignDate();
261         
262         /**
263          * Sets the "SexAssuranceSignDate" element
264          */
265         void setSexAssuranceSignDate(java.util.Calendar sexAssuranceSignDate);
266         
267         /**
268          * Sets (as xml) the "SexAssuranceSignDate" element
269          */
270         void xsetSexAssuranceSignDate(org.apache.xmlbeans.XmlDate sexAssuranceSignDate);
271         
272         /**
273          * Unsets the "SexAssuranceSignDate" element
274          */
275         void unsetSexAssuranceSignDate();
276         
277         /**
278          * Gets the "CheckAgeAssurance" element
279          */
280         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckAgeAssurance();
281         
282         /**
283          * Gets (as xml) the "CheckAgeAssurance" element
284          */
285         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckAgeAssurance();
286         
287         /**
288          * Sets the "CheckAgeAssurance" element
289          */
290         void setCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkAgeAssurance);
291         
292         /**
293          * Sets (as xml) the "CheckAgeAssurance" element
294          */
295         void xsetCheckAgeAssurance(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkAgeAssurance);
296         
297         /**
298          * Gets the "AgeAssuranceSignDate" element
299          */
300         java.util.Calendar getAgeAssuranceSignDate();
301         
302         /**
303          * Gets (as xml) the "AgeAssuranceSignDate" element
304          */
305         org.apache.xmlbeans.XmlDate xgetAgeAssuranceSignDate();
306         
307         /**
308          * True if has "AgeAssuranceSignDate" element
309          */
310         boolean isSetAgeAssuranceSignDate();
311         
312         /**
313          * Sets the "AgeAssuranceSignDate" element
314          */
315         void setAgeAssuranceSignDate(java.util.Calendar ageAssuranceSignDate);
316         
317         /**
318          * Sets (as xml) the "AgeAssuranceSignDate" element
319          */
320         void xsetAgeAssuranceSignDate(org.apache.xmlbeans.XmlDate ageAssuranceSignDate);
321         
322         /**
323          * Unsets the "AgeAssuranceSignDate" element
324          */
325         void unsetAgeAssuranceSignDate();
326         
327         /**
328          * Gets the "CheckHumanSubjectCertification" element
329          */
330         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckHumanSubjectCertification();
331         
332         /**
333          * Gets (as xml) the "CheckHumanSubjectCertification" element
334          */
335         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckHumanSubjectCertification();
336         
337         /**
338          * Sets the "CheckHumanSubjectCertification" element
339          */
340         void setCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkHumanSubjectCertification);
341         
342         /**
343          * Sets (as xml) the "CheckHumanSubjectCertification" element
344          */
345         void xsetCheckHumanSubjectCertification(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkHumanSubjectCertification);
346         
347         /**
348          * Gets the "CheckPHSImpactStatement" element
349          */
350         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckPHSImpactStatement();
351         
352         /**
353          * Gets (as xml) the "CheckPHSImpactStatement" element
354          */
355         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckPHSImpactStatement();
356         
357         /**
358          * Sets the "CheckPHSImpactStatement" element
359          */
360         void setCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkPHSImpactStatement);
361         
362         /**
363          * Sets (as xml) the "CheckPHSImpactStatement" element
364          */
365         void xsetCheckPHSImpactStatement(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkPHSImpactStatement);
366         
367         /**
368          * Gets the "CheckIntergrovernmentalReview" element
369          */
370         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIntergrovernmentalReview();
371         
372         /**
373          * Gets (as xml) the "CheckIntergrovernmentalReview" element
374          */
375         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIntergrovernmentalReview();
376         
377         /**
378          * Sets the "CheckIntergrovernmentalReview" element
379          */
380         void setCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIntergrovernmentalReview);
381         
382         /**
383          * Sets (as xml) the "CheckIntergrovernmentalReview" element
384          */
385         void xsetCheckIntergrovernmentalReview(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIntergrovernmentalReview);
386         
387         /**
388          * Gets the "CheckProjectIdentify13OnFacePage" element
389          */
390         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckProjectIdentify13OnFacePage();
391         
392         /**
393          * Gets (as xml) the "CheckProjectIdentify13OnFacePage" element
394          */
395         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckProjectIdentify13OnFacePage();
396         
397         /**
398          * Sets the "CheckProjectIdentify13OnFacePage" element
399          */
400         void setCheckProjectIdentify13OnFacePage(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkProjectIdentify13OnFacePage);
401         
402         /**
403          * Sets (as xml) the "CheckProjectIdentify13OnFacePage" element
404          */
405         void xsetCheckProjectIdentify13OnFacePage(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkProjectIdentify13OnFacePage);
406         
407         /**
408          * Gets the "CheckBiographicalSketch" element
409          */
410         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckBiographicalSketch();
411         
412         /**
413          * Gets (as xml) the "CheckBiographicalSketch" element
414          */
415         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckBiographicalSketch();
416         
417         /**
418          * Sets the "CheckBiographicalSketch" element
419          */
420         void setCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkBiographicalSketch);
421         
422         /**
423          * Sets (as xml) the "CheckBiographicalSketch" element
424          */
425         void xsetCheckBiographicalSketch(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkBiographicalSketch);
426         
427         /**
428          * Gets the "CheckSF424AC" element
429          */
430         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckSF424AC();
431         
432         /**
433          * Gets (as xml) the "CheckSF424AC" element
434          */
435         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckSF424AC();
436         
437         /**
438          * Sets the "CheckSF424AC" element
439          */
440         void setCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkSF424AC);
441         
442         /**
443          * Sets (as xml) the "CheckSF424AC" element
444          */
445         void xsetCheckSF424AC(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkSF424AC);
446         
447         /**
448          * Gets the "Check12MonthDetailedBudget" element
449          */
450         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheck12MonthDetailedBudget();
451         
452         /**
453          * Gets (as xml) the "Check12MonthDetailedBudget" element
454          */
455         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheck12MonthDetailedBudget();
456         
457         /**
458          * Sets the "Check12MonthDetailedBudget" element
459          */
460         void setCheck12MonthDetailedBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum check12MonthDetailedBudget);
461         
462         /**
463          * Sets (as xml) the "Check12MonthDetailedBudget" element
464          */
465         void xsetCheck12MonthDetailedBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType check12MonthDetailedBudget);
466         
467         /**
468          * Gets the "HasDetailProjectBudget" element
469          */
470         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getHasDetailProjectBudget();
471         
472         /**
473          * Gets (as xml) the "HasDetailProjectBudget" element
474          */
475         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetHasDetailProjectBudget();
476         
477         /**
478          * Sets the "HasDetailProjectBudget" element
479          */
480         void setHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum hasDetailProjectBudget);
481         
482         /**
483          * Sets (as xml) the "HasDetailProjectBudget" element
484          */
485         void xsetHasDetailProjectBudget(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType hasDetailProjectBudget);
486         
487         /**
488          * Gets the "CheckAddressOnlyAdditionalFunds" element
489          */
490         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckAddressOnlyAdditionalFunds();
491         
492         /**
493          * Gets (as xml) the "CheckAddressOnlyAdditionalFunds" element
494          */
495         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckAddressOnlyAdditionalFunds();
496         
497         /**
498          * Sets the "CheckAddressOnlyAdditionalFunds" element
499          */
500         void setCheckAddressOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkAddressOnlyAdditionalFunds);
501         
502         /**
503          * Sets (as xml) the "CheckAddressOnlyAdditionalFunds" element
504          */
505         void xsetCheckAddressOnlyAdditionalFunds(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkAddressOnlyAdditionalFunds);
506         
507         /**
508          * Gets the "CheckProgressReport" element
509          */
510         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getCheckProgressReport();
511         
512         /**
513          * Gets (as xml) the "CheckProgressReport" element
514          */
515         gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetCheckProgressReport();
516         
517         /**
518          * Sets the "CheckProgressReport" element
519          */
520         void setCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum checkProgressReport);
521         
522         /**
523          * Sets (as xml) the "CheckProgressReport" element
524          */
525         void xsetCheckProgressReport(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType checkProgressReport);
526         
527         /**
528          * Gets the "ContactPerson" element
529          */
530         gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson getContactPerson();
531         
532         /**
533          * Sets the "ContactPerson" element
534          */
535         void setContactPerson(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson contactPerson);
536         
537         /**
538          * Appends and returns a new empty "ContactPerson" element
539          */
540         gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson addNewContactPerson();
541         
542         /**
543          * Gets the "ProjectDirector" element
544          */
545         gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector getProjectDirector();
546         
547         /**
548          * Sets the "ProjectDirector" element
549          */
550         void setProjectDirector(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector projectDirector);
551         
552         /**
553          * Appends and returns a new empty "ProjectDirector" element
554          */
555         gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector addNewProjectDirector();
556         
557         /**
558          * Gets the "NonProfitClaim" element
559          */
560         gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim getNonProfitClaim();
561         
562         /**
563          * Sets the "NonProfitClaim" element
564          */
565         void setNonProfitClaim(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim nonProfitClaim);
566         
567         /**
568          * Appends and returns a new empty "NonProfitClaim" element
569          */
570         gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim addNewNonProfitClaim();
571         
572         /**
573          * Gets the "FormVersion" attribute
574          */
575         java.lang.String getFormVersion();
576         
577         /**
578          * Gets (as xml) the "FormVersion" attribute
579          */
580         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
581         
582         /**
583          * Sets the "FormVersion" attribute
584          */
585         void setFormVersion(java.lang.String formVersion);
586         
587         /**
588          * Sets (as xml) the "FormVersion" attribute
589          */
590         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
591         
592         /**
593          * An XML ApplicationType(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
594          *
595          * This is an atomic type that is a restriction of gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument$CheckList$ApplicationType.
596          */
597         public interface ApplicationType extends org.apache.xmlbeans.XmlString
598         {
599             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
600                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtype83beelemtype");
601             
602             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
603             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
604             
605             static final Enum NEW = Enum.forString("New");
606             static final Enum NONCOMPETING_CONTINUATION = Enum.forString("Noncompeting Continuation");
607             static final Enum COMPETING_CONTINUATION = Enum.forString("Competing Continuation");
608             static final Enum SUPPLEMENTAL = Enum.forString("Supplemental");
609             
610             static final int INT_NEW = Enum.INT_NEW;
611             static final int INT_NONCOMPETING_CONTINUATION = Enum.INT_NONCOMPETING_CONTINUATION;
612             static final int INT_COMPETING_CONTINUATION = Enum.INT_COMPETING_CONTINUATION;
613             static final int INT_SUPPLEMENTAL = Enum.INT_SUPPLEMENTAL;
614             
615             /**
616              * Enumeration value class for gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument$CheckList$ApplicationType.
617              * These enum values can be used as follows:
618              * <pre>
619              * enum.toString(); // returns the string value of the enum
620              * enum.intValue(); // returns an int value, useful for switches
621              * // e.g., case Enum.INT_NEW
622              * Enum.forString(s); // returns the enum value for a string
623              * Enum.forInt(i); // returns the enum value for an int
624              * </pre>
625              * Enumeration objects are immutable singleton objects that
626              * can be compared using == object equality. They have no
627              * public constructor. See the constants defined within this
628              * class for all the valid values.
629              */
630             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
631             {
632                 /**
633                  * Returns the enum value for a string, or null if none.
634                  */
635                 public static Enum forString(java.lang.String s)
636                     { return (Enum)table.forString(s); }
637                 /**
638                  * Returns the enum value corresponding to an int, or null if none.
639                  */
640                 public static Enum forInt(int i)
641                     { return (Enum)table.forInt(i); }
642                 
643                 private Enum(java.lang.String s, int i)
644                     { super(s, i); }
645                 
646                 static final int INT_NEW = 1;
647                 static final int INT_NONCOMPETING_CONTINUATION = 2;
648                 static final int INT_COMPETING_CONTINUATION = 3;
649                 static final int INT_SUPPLEMENTAL = 4;
650                 
651                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
652                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
653                 (
654                     new Enum[]
655                     {
656                       new Enum("New", INT_NEW),
657                       new Enum("Noncompeting Continuation", INT_NONCOMPETING_CONTINUATION),
658                       new Enum("Competing Continuation", INT_COMPETING_CONTINUATION),
659                       new Enum("Supplemental", INT_SUPPLEMENTAL),
660                     }
661                 );
662                 private static final long serialVersionUID = 1L;
663                 private java.lang.Object readResolve() { return forInt(intValue()); } 
664             }
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.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType newValue(java.lang.Object obj) {
674                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType) type.newValue( obj ); }
675                 
676                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType newInstance() {
677                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
678                 
679                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
680                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
681                 
682                 private Factory() { } // No instance of this class allowed
683             }
684         }
685         
686         /**
687          * An XML ContactPerson(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
688          *
689          * This is a complex type.
690          */
691         public interface ContactPerson extends gov.grants.apply.system.globalLibraryV20.ContactPersonDataType
692         {
693             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
694                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactPerson.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contactpersonca33elemtype");
695             
696             /**
697              * Gets the "OrganizationName" element
698              */
699             java.lang.String getOrganizationName();
700             
701             /**
702              * Gets (as xml) the "OrganizationName" element
703              */
704             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
705             
706             /**
707              * True if has "OrganizationName" element
708              */
709             boolean isSetOrganizationName();
710             
711             /**
712              * Sets the "OrganizationName" element
713              */
714             void setOrganizationName(java.lang.String organizationName);
715             
716             /**
717              * Sets (as xml) the "OrganizationName" element
718              */
719             void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
720             
721             /**
722              * Unsets the "OrganizationName" element
723              */
724             void unsetOrganizationName();
725             
726             /**
727              * Gets the "ApplicantOrganizationID" element
728              */
729             java.lang.String getApplicantOrganizationID();
730             
731             /**
732              * Gets (as xml) the "ApplicantOrganizationID" element
733              */
734             gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID xgetApplicantOrganizationID();
735             
736             /**
737              * True if has "ApplicantOrganizationID" element
738              */
739             boolean isSetApplicantOrganizationID();
740             
741             /**
742              * Sets the "ApplicantOrganizationID" element
743              */
744             void setApplicantOrganizationID(java.lang.String applicantOrganizationID);
745             
746             /**
747              * Sets (as xml) the "ApplicantOrganizationID" element
748              */
749             void xsetApplicantOrganizationID(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID applicantOrganizationID);
750             
751             /**
752              * Unsets the "ApplicantOrganizationID" element
753              */
754             void unsetApplicantOrganizationID();
755             
756             /**
757              * An XML ApplicantOrganizationID(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
758              *
759              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument$CheckList$ContactPerson$ApplicantOrganizationID.
760              */
761             public interface ApplicantOrganizationID extends org.apache.xmlbeans.XmlString
762             {
763                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
764                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantOrganizationID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantorganizationid3037elemtype");
765                 
766                 /**
767                  * A factory class with static methods for creating instances
768                  * of this type.
769                  */
770                 
771                 public static final class Factory
772                 {
773                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID newValue(java.lang.Object obj) {
774                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID) type.newValue( obj ); }
775                     
776                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID newInstance() {
777                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
778                     
779                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID newInstance(org.apache.xmlbeans.XmlOptions options) {
780                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson.ApplicantOrganizationID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
781                     
782                     private Factory() { } // No instance of this class allowed
783                 }
784             }
785             
786             /**
787              * A factory class with static methods for creating instances
788              * of this type.
789              */
790             
791             public static final class Factory
792             {
793                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson newInstance() {
794                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
795                 
796                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson newInstance(org.apache.xmlbeans.XmlOptions options) {
797                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ContactPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
798                 
799                 private Factory() { } // No instance of this class allowed
800             }
801         }
802         
803         /**
804          * An XML ProjectDirector(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
805          *
806          * This is a complex type.
807          */
808         public interface ProjectDirector extends gov.grants.apply.system.globalLibraryV20.ContactPersonDataType
809         {
810             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
811                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDirector.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdirectordc03elemtype");
812             
813             /**
814              * Gets the "OrganizationName" element
815              */
816             java.lang.String getOrganizationName();
817             
818             /**
819              * Gets (as xml) the "OrganizationName" element
820              */
821             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
822             
823             /**
824              * True if has "OrganizationName" element
825              */
826             boolean isSetOrganizationName();
827             
828             /**
829              * Sets the "OrganizationName" element
830              */
831             void setOrganizationName(java.lang.String organizationName);
832             
833             /**
834              * Sets (as xml) the "OrganizationName" element
835              */
836             void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
837             
838             /**
839              * Unsets the "OrganizationName" element
840              */
841             void unsetOrganizationName();
842             
843             /**
844              * Gets the "SocialSecurityNumber" element
845              */
846             java.lang.String getSocialSecurityNumber();
847             
848             /**
849              * Gets (as xml) the "SocialSecurityNumber" element
850              */
851             gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType xgetSocialSecurityNumber();
852             
853             /**
854              * True if has "SocialSecurityNumber" element
855              */
856             boolean isSetSocialSecurityNumber();
857             
858             /**
859              * Sets the "SocialSecurityNumber" element
860              */
861             void setSocialSecurityNumber(java.lang.String socialSecurityNumber);
862             
863             /**
864              * Sets (as xml) the "SocialSecurityNumber" element
865              */
866             void xsetSocialSecurityNumber(gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType socialSecurityNumber);
867             
868             /**
869              * Unsets the "SocialSecurityNumber" element
870              */
871             void unsetSocialSecurityNumber();
872             
873             /**
874              * Gets the "HighestDegreeEarned" element
875              */
876             java.lang.String getHighestDegreeEarned();
877             
878             /**
879              * Gets (as xml) the "HighestDegreeEarned" element
880              */
881             gov.grants.apply.system.globalLibraryV20.EducationDegreeDataType xgetHighestDegreeEarned();
882             
883             /**
884              * True if has "HighestDegreeEarned" element
885              */
886             boolean isSetHighestDegreeEarned();
887             
888             /**
889              * Sets the "HighestDegreeEarned" element
890              */
891             void setHighestDegreeEarned(java.lang.String highestDegreeEarned);
892             
893             /**
894              * Sets (as xml) the "HighestDegreeEarned" element
895              */
896             void xsetHighestDegreeEarned(gov.grants.apply.system.globalLibraryV20.EducationDegreeDataType highestDegreeEarned);
897             
898             /**
899              * Unsets the "HighestDegreeEarned" element
900              */
901             void unsetHighestDegreeEarned();
902             
903             /**
904              * A factory class with static methods for creating instances
905              * of this type.
906              */
907             
908             public static final class Factory
909             {
910                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector newInstance() {
911                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
912                 
913                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector newInstance(org.apache.xmlbeans.XmlOptions options) {
914                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
915                 
916                 private Factory() { } // No instance of this class allowed
917             }
918         }
919         
920         /**
921          * An XML NonProfitClaim(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
922          *
923          * This is a complex type.
924          */
925         public interface NonProfitClaim extends org.apache.xmlbeans.XmlObject
926         {
927             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
928                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonProfitClaim.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonprofitclaima2cdelemtype");
929             
930             /**
931              * Gets the "NewlyFiled" element
932              */
933             gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled getNewlyFiled();
934             
935             /**
936              * True if has "NewlyFiled" element
937              */
938             boolean isSetNewlyFiled();
939             
940             /**
941              * Sets the "NewlyFiled" element
942              */
943             void setNewlyFiled(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled newlyFiled);
944             
945             /**
946              * Appends and returns a new empty "NewlyFiled" element
947              */
948             gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled addNewNewlyFiled();
949             
950             /**
951              * Unsets the "NewlyFiled" element
952              */
953             void unsetNewlyFiled();
954             
955             /**
956              * Gets the "PreviouslyFiled" element
957              */
958             gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled getPreviouslyFiled();
959             
960             /**
961              * True if has "PreviouslyFiled" element
962              */
963             boolean isSetPreviouslyFiled();
964             
965             /**
966              * Sets the "PreviouslyFiled" element
967              */
968             void setPreviouslyFiled(gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled previouslyFiled);
969             
970             /**
971              * Appends and returns a new empty "PreviouslyFiled" element
972              */
973             gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled addNewPreviouslyFiled();
974             
975             /**
976              * Unsets the "PreviouslyFiled" element
977              */
978             void unsetPreviouslyFiled();
979             
980             /**
981              * An XML NewlyFiled(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
982              *
983              * This is a complex type.
984              */
985             public interface NewlyFiled extends org.apache.xmlbeans.XmlObject
986             {
987                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
988                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NewlyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("newlyfileda304elemtype");
989                 
990                 /**
991                  * Gets the "CheckReferenceIRSList" element
992                  */
993                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckReferenceIRSList();
994                 
995                 /**
996                  * Gets (as xml) the "CheckReferenceIRSList" element
997                  */
998                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckReferenceIRSList();
999                 
1000                 /**
1001                  * True if has "CheckReferenceIRSList" element
1002                  */
1003                 boolean isSetCheckReferenceIRSList();
1004                 
1005                 /**
1006                  * Sets the "CheckReferenceIRSList" element
1007                  */
1008                 void setCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkReferenceIRSList);
1009                 
1010                 /**
1011                  * Sets (as xml) the "CheckReferenceIRSList" element
1012                  */
1013                 void xsetCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkReferenceIRSList);
1014                 
1015                 /**
1016                  * Unsets the "CheckReferenceIRSList" element
1017                  */
1018                 void unsetCheckReferenceIRSList();
1019                 
1020                 /**
1021                  * Gets the "CheckIRSCertification" element
1022                  */
1023                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIRSCertification();
1024                 
1025                 /**
1026                  * Gets (as xml) the "CheckIRSCertification" element
1027                  */
1028                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIRSCertification();
1029                 
1030                 /**
1031                  * True if has "CheckIRSCertification" element
1032                  */
1033                 boolean isSetCheckIRSCertification();
1034                 
1035                 /**
1036                  * Sets the "CheckIRSCertification" element
1037                  */
1038                 void setCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIRSCertification);
1039                 
1040                 /**
1041                  * Sets (as xml) the "CheckIRSCertification" element
1042                  */
1043                 void xsetCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIRSCertification);
1044                 
1045                 /**
1046                  * Unsets the "CheckIRSCertification" element
1047                  */
1048                 void unsetCheckIRSCertification();
1049                 
1050                 /**
1051                  * Gets the "CheckStateTaxCertification" element
1052                  */
1053                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStateTaxCertification();
1054                 
1055                 /**
1056                  * Gets (as xml) the "CheckStateTaxCertification" element
1057                  */
1058                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStateTaxCertification();
1059                 
1060                 /**
1061                  * True if has "CheckStateTaxCertification" element
1062                  */
1063                 boolean isSetCheckStateTaxCertification();
1064                 
1065                 /**
1066                  * Sets the "CheckStateTaxCertification" element
1067                  */
1068                 void setCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStateTaxCertification);
1069                 
1070                 /**
1071                  * Sets (as xml) the "CheckStateTaxCertification" element
1072                  */
1073                 void xsetCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStateTaxCertification);
1074                 
1075                 /**
1076                  * Unsets the "CheckStateTaxCertification" element
1077                  */
1078                 void unsetCheckStateTaxCertification();
1079                 
1080                 /**
1081                  * Gets the "CheckIncorporationCertification" element
1082                  */
1083                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIncorporationCertification();
1084                 
1085                 /**
1086                  * Gets (as xml) the "CheckIncorporationCertification" element
1087                  */
1088                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIncorporationCertification();
1089                 
1090                 /**
1091                  * True if has "CheckIncorporationCertification" element
1092                  */
1093                 boolean isSetCheckIncorporationCertification();
1094                 
1095                 /**
1096                  * Sets the "CheckIncorporationCertification" element
1097                  */
1098                 void setCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIncorporationCertification);
1099                 
1100                 /**
1101                  * Sets (as xml) the "CheckIncorporationCertification" element
1102                  */
1103                 void xsetCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIncorporationCertification);
1104                 
1105                 /**
1106                  * Unsets the "CheckIncorporationCertification" element
1107                  */
1108                 void unsetCheckIncorporationCertification();
1109                 
1110                 /**
1111                  * Gets the "CheckParentOrganzationCertification" element
1112                  */
1113                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckParentOrganzationCertification();
1114                 
1115                 /**
1116                  * Gets (as xml) the "CheckParentOrganzationCertification" element
1117                  */
1118                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckParentOrganzationCertification();
1119                 
1120                 /**
1121                  * True if has "CheckParentOrganzationCertification" element
1122                  */
1123                 boolean isSetCheckParentOrganzationCertification();
1124                 
1125                 /**
1126                  * Sets the "CheckParentOrganzationCertification" element
1127                  */
1128                 void setCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkParentOrganzationCertification);
1129                 
1130                 /**
1131                  * Sets (as xml) the "CheckParentOrganzationCertification" element
1132                  */
1133                 void xsetCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkParentOrganzationCertification);
1134                 
1135                 /**
1136                  * Unsets the "CheckParentOrganzationCertification" element
1137                  */
1138                 void unsetCheckParentOrganzationCertification();
1139                 
1140                 /**
1141                  * A factory class with static methods for creating instances
1142                  * of this type.
1143                  */
1144                 
1145                 public static final class Factory
1146                 {
1147                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled newInstance() {
1148                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1149                     
1150                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1151                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1152                     
1153                     private Factory() { } // No instance of this class allowed
1154                 }
1155             }
1156             
1157             /**
1158              * An XML PreviouslyFiled(@http://apply.grants.gov/forms/RRSF424_HHS_CheckList-V1.1).
1159              *
1160              * This is a complex type.
1161              */
1162             public interface PreviouslyFiled extends org.apache.xmlbeans.XmlObject
1163             {
1164                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1165                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PreviouslyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("previouslyfiled791delemtype");
1166                 
1167                 /**
1168                  * Gets the "AgencyName" element
1169                  */
1170                 java.lang.String getAgencyName();
1171                 
1172                 /**
1173                  * Gets (as xml) the "AgencyName" element
1174                  */
1175                 gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
1176                 
1177                 /**
1178                  * Sets the "AgencyName" element
1179                  */
1180                 void setAgencyName(java.lang.String agencyName);
1181                 
1182                 /**
1183                  * Sets (as xml) the "AgencyName" element
1184                  */
1185                 void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
1186                 
1187                 /**
1188                  * Gets the "PreviouslyFiledDate" element
1189                  */
1190                 java.util.Calendar getPreviouslyFiledDate();
1191                 
1192                 /**
1193                  * Gets (as xml) the "PreviouslyFiledDate" element
1194                  */
1195                 org.apache.xmlbeans.XmlDate xgetPreviouslyFiledDate();
1196                 
1197                 /**
1198                  * Sets the "PreviouslyFiledDate" element
1199                  */
1200                 void setPreviouslyFiledDate(java.util.Calendar previouslyFiledDate);
1201                 
1202                 /**
1203                  * Sets (as xml) the "PreviouslyFiledDate" element
1204                  */
1205                 void xsetPreviouslyFiledDate(org.apache.xmlbeans.XmlDate previouslyFiledDate);
1206                 
1207                 /**
1208                  * A factory class with static methods for creating instances
1209                  * of this type.
1210                  */
1211                 
1212                 public static final class Factory
1213                 {
1214                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled newInstance() {
1215                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1216                     
1217                     public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1218                       return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1219                     
1220                     private Factory() { } // No instance of this class allowed
1221                 }
1222             }
1223             
1224             /**
1225              * A factory class with static methods for creating instances
1226              * of this type.
1227              */
1228             
1229             public static final class Factory
1230             {
1231                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim newInstance() {
1232                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1233                 
1234                 public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim newInstance(org.apache.xmlbeans.XmlOptions options) {
1235                   return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1236                 
1237                 private Factory() { } // No instance of this class allowed
1238             }
1239         }
1240         
1241         /**
1242          * A factory class with static methods for creating instances
1243          * of this type.
1244          */
1245         
1246         public static final class Factory
1247         {
1248             public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList newInstance() {
1249               return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1250             
1251             public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList newInstance(org.apache.xmlbeans.XmlOptions options) {
1252               return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument.CheckList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1253             
1254             private Factory() { } // No instance of this class allowed
1255         }
1256     }
1257     
1258     /**
1259      * A factory class with static methods for creating instances
1260      * of this type.
1261      */
1262     
1263     public static final class Factory
1264     {
1265         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument newInstance() {
1266           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1267         
1268         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1269           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1270         
1271         /** @param xmlAsString the string value to parse */
1272         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1273           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1274         
1275         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1276           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1277         
1278         /** @param file the file from which to load an xml document */
1279         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1280           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1281         
1282         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1283           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1284         
1285         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1286           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1287         
1288         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1289           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1290         
1291         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1292           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1293         
1294         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1295           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1296         
1297         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1298           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1299         
1300         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1301           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1302         
1303         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1304           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1305         
1306         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1307           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1308         
1309         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1310           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1311         
1312         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1313           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1314         
1315         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1316         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1317           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1318         
1319         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1320         public static gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1321           return (gov.grants.apply.forms.rrsf424HHSCheckListV11.CheckListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1322         
1323         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1324         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 {
1325           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1326         
1327         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1328         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 {
1329           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1330         
1331         private Factory() { } // No instance of this class allowed
1332     }
1333 }