View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CheckList_2_0
4    * Namespace: http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0
5    * Java type: gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hhsCheckList20V20;
10  
11  
12  /**
13   * A document containing one CheckList_2_0(@http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface CheckList20Document extends org.apache.xmlbeans.XmlObject
18  {
19      public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CheckList20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist208c82doctype");
21      
22      /**
23       * Gets the "CheckList_2_0" element
24       */
25      gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20 getCheckList20();
26      
27      /**
28       * Sets the "CheckList_2_0" element
29       */
30      void setCheckList20(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20 checkList20);
31      
32      /**
33       * Appends and returns a new empty "CheckList_2_0" element
34       */
35      gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20 addNewCheckList20();
36      
37      /**
38       * An XML CheckList_2_0(@http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0).
39       *
40       * This is a complex type.
41       */
42      public interface CheckList20 extends org.apache.xmlbeans.XmlObject
43      {
44          public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CheckList20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("checklist20d68celemtype");
46          
47          /**
48           * Gets the "ApplType" element
49           */
50          gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType.Enum getApplType();
51          
52          /**
53           * Gets (as xml) the "ApplType" element
54           */
55          gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType.Enum applType);
66          
67          /**
68           * Sets (as xml) the "ApplType" element
69           */
70          void xsetApplType(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.CivilRightAssuranceSignDate civilRightAssuranceSignDate);
131         
132         /**
133          * Appends and returns a new empty "CivilRightAssuranceSignDate" element
134          */
135         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.HandicappedAssuranceSignDate handicappedAssuranceSignDate);
176         
177         /**
178          * Appends and returns a new empty "HandicappedAssuranceSignDate" element
179          */
180         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.SexAssuranceSignDate sexAssuranceSignDate);
221         
222         /**
223          * Appends and returns a new empty "SexAssuranceSignDate" element
224          */
225         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.AgeAssuranceSignDate ageAssuranceSignDate);
266         
267         /**
268          * Appends and returns a new empty "AgeAssuranceSignDate" element
269          */
270         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial getBusinessOfficial();
481         
482         /**
483          * Sets the "BusinessOfficial" element
484          */
485         void setBusinessOfficial(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial businessOfficial);
486         
487         /**
488          * Appends and returns a new empty "BusinessOfficial" element
489          */
490         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial addNewBusinessOfficial();
491         
492         /**
493          * Gets the "ProjectDirector" element
494          */
495         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector getProjectDirector();
496         
497         /**
498          * Sets the "ProjectDirector" element
499          */
500         void setProjectDirector(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector projectDirector);
501         
502         /**
503          * Appends and returns a new empty "ProjectDirector" element
504          */
505         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector addNewProjectDirector();
506         
507         /**
508          * Gets the "NonProfitClaim" element
509          */
510         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim getNonProfitClaim();
511         
512         /**
513          * Sets the "NonProfitClaim" element
514          */
515         void setNonProfitClaim(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim nonProfitClaim);
516         
517         /**
518          * Appends and returns a new empty "NonProfitClaim" element
519          */
520         gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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_0-V2.0).
544          *
545          * This is an atomic type that is a restriction of gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document$CheckList20$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("appltype442belemtype");
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.hhsCheckList20V20.CheckList20Document$CheckList20$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.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType newValue(java.lang.Object obj) {
624                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType) type.newValue( obj ); }
625                 
626                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType newInstance() {
627                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
628                 
629                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ApplType newInstance(org.apache.xmlbeans.XmlOptions options) {
630                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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_0-V2.0).
638          *
639          * This is an atomic type that is a restriction of gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document$CheckList20$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("civilrightassurancesigndateb8b1elemtype");
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.hhsCheckList20V20.CheckList20Document.CheckList20.CivilRightAssuranceSignDate newInstance() {
674                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.CivilRightAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
675                 
676                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.CivilRightAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
677                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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_0-V2.0).
685          *
686          * This is an atomic type that is a restriction of gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document$CheckList20$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("handicappedassurancesigndate762felemtype");
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.hhsCheckList20V20.CheckList20Document.CheckList20.HandicappedAssuranceSignDate newInstance() {
721                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.HandicappedAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
722                 
723                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.HandicappedAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
724                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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_0-V2.0).
732          *
733          * This is an atomic type that is a restriction of gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document$CheckList20$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("sexassurancesigndateb4feelemtype");
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.hhsCheckList20V20.CheckList20Document.CheckList20.SexAssuranceSignDate newInstance() {
768                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.SexAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
769                 
770                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.SexAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
771                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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_0-V2.0).
779          *
780          * This is an atomic type that is a restriction of gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document$CheckList20$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("ageassurancesigndateeed7elemtype");
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.hhsCheckList20V20.CheckList20Document.CheckList20.AgeAssuranceSignDate newInstance() {
815                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.AgeAssuranceSignDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
816                 
817                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.AgeAssuranceSignDate newInstance(org.apache.xmlbeans.XmlOptions options) {
818                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.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_0-V2.0).
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("businessofficialbd65elemtype");
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.system.globalLibraryV20.ZipPostalCodeDataType 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.system.globalLibraryV20.ZipPostalCodeDataType boZipPostalCode);
998             
999             /**
1000              * Gets the "BOEmail" element
1001              */
1002             java.lang.String getBOEmail();
1003             
1004             /**
1005              * Gets (as xml) the "BOEmail" element
1006              */
1007             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetBOEmail();
1008             
1009             /**
1010              * Sets the "BOEmail" element
1011              */
1012             void setBOEmail(java.lang.String boEmail);
1013             
1014             /**
1015              * Sets (as xml) the "BOEmail" element
1016              */
1017             void xsetBOEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType boEmail);
1018             
1019             /**
1020              * Gets the "BOPhone" element
1021              */
1022             java.lang.String getBOPhone();
1023             
1024             /**
1025              * Gets (as xml) the "BOPhone" element
1026              */
1027             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetBOPhone();
1028             
1029             /**
1030              * Sets the "BOPhone" element
1031              */
1032             void setBOPhone(java.lang.String boPhone);
1033             
1034             /**
1035              * Sets (as xml) the "BOPhone" element
1036              */
1037             void xsetBOPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType boPhone);
1038             
1039             /**
1040              * Gets the "BOFax" element
1041              */
1042             java.lang.String getBOFax();
1043             
1044             /**
1045              * Gets (as xml) the "BOFax" element
1046              */
1047             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetBOFax();
1048             
1049             /**
1050              * Sets the "BOFax" element
1051              */
1052             void setBOFax(java.lang.String boFax);
1053             
1054             /**
1055              * Sets (as xml) the "BOFax" element
1056              */
1057             void xsetBOFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType boFax);
1058             
1059             /**
1060              * A factory class with static methods for creating instances
1061              * of this type.
1062              */
1063             
1064             public static final class Factory
1065             {
1066                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial newInstance() {
1067                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1068                 
1069                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial newInstance(org.apache.xmlbeans.XmlOptions options) {
1070                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.BusinessOfficial) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1071                 
1072                 private Factory() { } // No instance of this class allowed
1073             }
1074         }
1075         
1076         /**
1077          * An XML ProjectDirector(@http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0).
1078          *
1079          * This is a complex type.
1080          */
1081         public interface ProjectDirector extends org.apache.xmlbeans.XmlObject
1082         {
1083             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1084                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDirector.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdirectorbd1belemtype");
1085             
1086             /**
1087              * Gets the "Name" element
1088              */
1089             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1090             
1091             /**
1092              * Sets the "Name" element
1093              */
1094             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1095             
1096             /**
1097              * Appends and returns a new empty "Name" element
1098              */
1099             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1100             
1101             /**
1102              * Gets the "PDTitle" element
1103              */
1104             java.lang.String getPDTitle();
1105             
1106             /**
1107              * Gets (as xml) the "PDTitle" element
1108              */
1109             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetPDTitle();
1110             
1111             /**
1112              * Sets the "PDTitle" element
1113              */
1114             void setPDTitle(java.lang.String pdTitle);
1115             
1116             /**
1117              * Sets (as xml) the "PDTitle" element
1118              */
1119             void xsetPDTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType pdTitle);
1120             
1121             /**
1122              * Gets the "PDOrganizationName" element
1123              */
1124             java.lang.String getPDOrganizationName();
1125             
1126             /**
1127              * Gets (as xml) the "PDOrganizationName" element
1128              */
1129             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPDOrganizationName();
1130             
1131             /**
1132              * Sets the "PDOrganizationName" element
1133              */
1134             void setPDOrganizationName(java.lang.String pdOrganizationName);
1135             
1136             /**
1137              * Sets (as xml) the "PDOrganizationName" element
1138              */
1139             void xsetPDOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType pdOrganizationName);
1140             
1141             /**
1142              * Gets the "PDStreet1" element
1143              */
1144             java.lang.String getPDStreet1();
1145             
1146             /**
1147              * Gets (as xml) the "PDStreet1" element
1148              */
1149             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetPDStreet1();
1150             
1151             /**
1152              * Sets the "PDStreet1" element
1153              */
1154             void setPDStreet1(java.lang.String pdStreet1);
1155             
1156             /**
1157              * Sets (as xml) the "PDStreet1" element
1158              */
1159             void xsetPDStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType pdStreet1);
1160             
1161             /**
1162              * Gets the "PDStreet2" element
1163              */
1164             java.lang.String getPDStreet2();
1165             
1166             /**
1167              * Gets (as xml) the "PDStreet2" element
1168              */
1169             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetPDStreet2();
1170             
1171             /**
1172              * True if has "PDStreet2" element
1173              */
1174             boolean isSetPDStreet2();
1175             
1176             /**
1177              * Sets the "PDStreet2" element
1178              */
1179             void setPDStreet2(java.lang.String pdStreet2);
1180             
1181             /**
1182              * Sets (as xml) the "PDStreet2" element
1183              */
1184             void xsetPDStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType pdStreet2);
1185             
1186             /**
1187              * Unsets the "PDStreet2" element
1188              */
1189             void unsetPDStreet2();
1190             
1191             /**
1192              * Gets the "PDCity" element
1193              */
1194             java.lang.String getPDCity();
1195             
1196             /**
1197              * Gets (as xml) the "PDCity" element
1198              */
1199             gov.grants.apply.system.globalLibraryV20.CityDataType xgetPDCity();
1200             
1201             /**
1202              * Sets the "PDCity" element
1203              */
1204             void setPDCity(java.lang.String pdCity);
1205             
1206             /**
1207              * Sets (as xml) the "PDCity" element
1208              */
1209             void xsetPDCity(gov.grants.apply.system.globalLibraryV20.CityDataType pdCity);
1210             
1211             /**
1212              * Gets the "PDState" element
1213              */
1214             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getPDState();
1215             
1216             /**
1217              * Gets (as xml) the "PDState" element
1218              */
1219             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetPDState();
1220             
1221             /**
1222              * Sets the "PDState" element
1223              */
1224             void setPDState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum pdState);
1225             
1226             /**
1227              * Sets (as xml) the "PDState" element
1228              */
1229             void xsetPDState(gov.grants.apply.system.universalCodesV20.StateCodeDataType pdState);
1230             
1231             /**
1232              * Gets the "PDZipPostalCode" element
1233              */
1234             java.lang.String getPDZipPostalCode();
1235             
1236             /**
1237              * Gets (as xml) the "PDZipPostalCode" element
1238              */
1239             gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetPDZipPostalCode();
1240             
1241             /**
1242              * Sets the "PDZipPostalCode" element
1243              */
1244             void setPDZipPostalCode(java.lang.String pdZipPostalCode);
1245             
1246             /**
1247              * Sets (as xml) the "PDZipPostalCode" element
1248              */
1249             void xsetPDZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType pdZipPostalCode);
1250             
1251             /**
1252              * Gets the "PDEmail" element
1253              */
1254             java.lang.String getPDEmail();
1255             
1256             /**
1257              * Gets (as xml) the "PDEmail" element
1258              */
1259             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetPDEmail();
1260             
1261             /**
1262              * Sets the "PDEmail" element
1263              */
1264             void setPDEmail(java.lang.String pdEmail);
1265             
1266             /**
1267              * Sets (as xml) the "PDEmail" element
1268              */
1269             void xsetPDEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType pdEmail);
1270             
1271             /**
1272              * Gets the "PDPhone" element
1273              */
1274             java.lang.String getPDPhone();
1275             
1276             /**
1277              * Gets (as xml) the "PDPhone" element
1278              */
1279             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPDPhone();
1280             
1281             /**
1282              * Sets the "PDPhone" element
1283              */
1284             void setPDPhone(java.lang.String pdPhone);
1285             
1286             /**
1287              * Sets (as xml) the "PDPhone" element
1288              */
1289             void xsetPDPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType pdPhone);
1290             
1291             /**
1292              * Gets the "PDFax" element
1293              */
1294             java.lang.String getPDFax();
1295             
1296             /**
1297              * Gets (as xml) the "PDFax" element
1298              */
1299             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPDFax();
1300             
1301             /**
1302              * Sets the "PDFax" element
1303              */
1304             void setPDFax(java.lang.String pdFax);
1305             
1306             /**
1307              * Sets (as xml) the "PDFax" element
1308              */
1309             void xsetPDFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType pdFax);
1310             
1311             /**
1312              * A factory class with static methods for creating instances
1313              * of this type.
1314              */
1315             
1316             public static final class Factory
1317             {
1318                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector newInstance() {
1319                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1320                 
1321                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector newInstance(org.apache.xmlbeans.XmlOptions options) {
1322                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.ProjectDirector) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1323                 
1324                 private Factory() { } // No instance of this class allowed
1325             }
1326         }
1327         
1328         /**
1329          * An XML NonProfitClaim(@http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0).
1330          *
1331          * This is a complex type.
1332          */
1333         public interface NonProfitClaim extends org.apache.xmlbeans.XmlObject
1334         {
1335             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1336                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonProfitClaim.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonprofitclaim0ee5elemtype");
1337             
1338             /**
1339              * Gets the "NewlyFiled" element
1340              */
1341             gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled getNewlyFiled();
1342             
1343             /**
1344              * True if has "NewlyFiled" element
1345              */
1346             boolean isSetNewlyFiled();
1347             
1348             /**
1349              * Sets the "NewlyFiled" element
1350              */
1351             void setNewlyFiled(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled newlyFiled);
1352             
1353             /**
1354              * Appends and returns a new empty "NewlyFiled" element
1355              */
1356             gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled addNewNewlyFiled();
1357             
1358             /**
1359              * Unsets the "NewlyFiled" element
1360              */
1361             void unsetNewlyFiled();
1362             
1363             /**
1364              * Gets the "PreviouslyFiled" element
1365              */
1366             gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled getPreviouslyFiled();
1367             
1368             /**
1369              * True if has "PreviouslyFiled" element
1370              */
1371             boolean isSetPreviouslyFiled();
1372             
1373             /**
1374              * Sets the "PreviouslyFiled" element
1375              */
1376             void setPreviouslyFiled(gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled previouslyFiled);
1377             
1378             /**
1379              * Appends and returns a new empty "PreviouslyFiled" element
1380              */
1381             gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled addNewPreviouslyFiled();
1382             
1383             /**
1384              * Unsets the "PreviouslyFiled" element
1385              */
1386             void unsetPreviouslyFiled();
1387             
1388             /**
1389              * An XML NewlyFiled(@http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0).
1390              *
1391              * This is a complex type.
1392              */
1393             public interface NewlyFiled extends org.apache.xmlbeans.XmlObject
1394             {
1395                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1396                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NewlyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("newlyfiled1b9celemtype");
1397                 
1398                 /**
1399                  * Gets the "CheckReferenceIRSList" element
1400                  */
1401                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckReferenceIRSList();
1402                 
1403                 /**
1404                  * Gets (as xml) the "CheckReferenceIRSList" element
1405                  */
1406                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckReferenceIRSList();
1407                 
1408                 /**
1409                  * True if has "CheckReferenceIRSList" element
1410                  */
1411                 boolean isSetCheckReferenceIRSList();
1412                 
1413                 /**
1414                  * Sets the "CheckReferenceIRSList" element
1415                  */
1416                 void setCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkReferenceIRSList);
1417                 
1418                 /**
1419                  * Sets (as xml) the "CheckReferenceIRSList" element
1420                  */
1421                 void xsetCheckReferenceIRSList(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkReferenceIRSList);
1422                 
1423                 /**
1424                  * Unsets the "CheckReferenceIRSList" element
1425                  */
1426                 void unsetCheckReferenceIRSList();
1427                 
1428                 /**
1429                  * Gets the "CheckIRSCertification" element
1430                  */
1431                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIRSCertification();
1432                 
1433                 /**
1434                  * Gets (as xml) the "CheckIRSCertification" element
1435                  */
1436                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIRSCertification();
1437                 
1438                 /**
1439                  * True if has "CheckIRSCertification" element
1440                  */
1441                 boolean isSetCheckIRSCertification();
1442                 
1443                 /**
1444                  * Sets the "CheckIRSCertification" element
1445                  */
1446                 void setCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIRSCertification);
1447                 
1448                 /**
1449                  * Sets (as xml) the "CheckIRSCertification" element
1450                  */
1451                 void xsetCheckIRSCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIRSCertification);
1452                 
1453                 /**
1454                  * Unsets the "CheckIRSCertification" element
1455                  */
1456                 void unsetCheckIRSCertification();
1457                 
1458                 /**
1459                  * Gets the "CheckStateTaxCertification" element
1460                  */
1461                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckStateTaxCertification();
1462                 
1463                 /**
1464                  * Gets (as xml) the "CheckStateTaxCertification" element
1465                  */
1466                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckStateTaxCertification();
1467                 
1468                 /**
1469                  * True if has "CheckStateTaxCertification" element
1470                  */
1471                 boolean isSetCheckStateTaxCertification();
1472                 
1473                 /**
1474                  * Sets the "CheckStateTaxCertification" element
1475                  */
1476                 void setCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkStateTaxCertification);
1477                 
1478                 /**
1479                  * Sets (as xml) the "CheckStateTaxCertification" element
1480                  */
1481                 void xsetCheckStateTaxCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkStateTaxCertification);
1482                 
1483                 /**
1484                  * Unsets the "CheckStateTaxCertification" element
1485                  */
1486                 void unsetCheckStateTaxCertification();
1487                 
1488                 /**
1489                  * Gets the "CheckIncorporationCertification" element
1490                  */
1491                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckIncorporationCertification();
1492                 
1493                 /**
1494                  * Gets (as xml) the "CheckIncorporationCertification" element
1495                  */
1496                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckIncorporationCertification();
1497                 
1498                 /**
1499                  * True if has "CheckIncorporationCertification" element
1500                  */
1501                 boolean isSetCheckIncorporationCertification();
1502                 
1503                 /**
1504                  * Sets the "CheckIncorporationCertification" element
1505                  */
1506                 void setCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkIncorporationCertification);
1507                 
1508                 /**
1509                  * Sets (as xml) the "CheckIncorporationCertification" element
1510                  */
1511                 void xsetCheckIncorporationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkIncorporationCertification);
1512                 
1513                 /**
1514                  * Unsets the "CheckIncorporationCertification" element
1515                  */
1516                 void unsetCheckIncorporationCertification();
1517                 
1518                 /**
1519                  * Gets the "CheckParentOrganzationCertification" element
1520                  */
1521                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckParentOrganzationCertification();
1522                 
1523                 /**
1524                  * Gets (as xml) the "CheckParentOrganzationCertification" element
1525                  */
1526                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckParentOrganzationCertification();
1527                 
1528                 /**
1529                  * True if has "CheckParentOrganzationCertification" element
1530                  */
1531                 boolean isSetCheckParentOrganzationCertification();
1532                 
1533                 /**
1534                  * Sets the "CheckParentOrganzationCertification" element
1535                  */
1536                 void setCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkParentOrganzationCertification);
1537                 
1538                 /**
1539                  * Sets (as xml) the "CheckParentOrganzationCertification" element
1540                  */
1541                 void xsetCheckParentOrganzationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkParentOrganzationCertification);
1542                 
1543                 /**
1544                  * Unsets the "CheckParentOrganzationCertification" element
1545                  */
1546                 void unsetCheckParentOrganzationCertification();
1547                 
1548                 /**
1549                  * A factory class with static methods for creating instances
1550                  * of this type.
1551                  */
1552                 
1553                 public static final class Factory
1554                 {
1555                     public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled newInstance() {
1556                       return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1557                     
1558                     public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1559                       return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.NewlyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1560                     
1561                     private Factory() { } // No instance of this class allowed
1562                 }
1563             }
1564             
1565             /**
1566              * An XML PreviouslyFiled(@http://apply.grants.gov/forms/HHS_CheckList_2_0-V2.0).
1567              *
1568              * This is a complex type.
1569              */
1570             public interface PreviouslyFiled extends org.apache.xmlbeans.XmlObject
1571             {
1572                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1573                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PreviouslyFiled.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("previouslyfiled3d35elemtype");
1574                 
1575                 /**
1576                  * Gets the "AgencyName" element
1577                  */
1578                 java.lang.String getAgencyName();
1579                 
1580                 /**
1581                  * Gets (as xml) the "AgencyName" element
1582                  */
1583                 gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
1584                 
1585                 /**
1586                  * Sets the "AgencyName" element
1587                  */
1588                 void setAgencyName(java.lang.String agencyName);
1589                 
1590                 /**
1591                  * Sets (as xml) the "AgencyName" element
1592                  */
1593                 void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
1594                 
1595                 /**
1596                  * Gets the "PreviouslyFiledDate" element
1597                  */
1598                 java.util.Calendar getPreviouslyFiledDate();
1599                 
1600                 /**
1601                  * Gets (as xml) the "PreviouslyFiledDate" element
1602                  */
1603                 org.apache.xmlbeans.XmlDate xgetPreviouslyFiledDate();
1604                 
1605                 /**
1606                  * Sets the "PreviouslyFiledDate" element
1607                  */
1608                 void setPreviouslyFiledDate(java.util.Calendar previouslyFiledDate);
1609                 
1610                 /**
1611                  * Sets (as xml) the "PreviouslyFiledDate" element
1612                  */
1613                 void xsetPreviouslyFiledDate(org.apache.xmlbeans.XmlDate previouslyFiledDate);
1614                 
1615                 /**
1616                  * A factory class with static methods for creating instances
1617                  * of this type.
1618                  */
1619                 
1620                 public static final class Factory
1621                 {
1622                     public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled newInstance() {
1623                       return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1624                     
1625                     public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled newInstance(org.apache.xmlbeans.XmlOptions options) {
1626                       return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim.PreviouslyFiled) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1627                     
1628                     private Factory() { } // No instance of this class allowed
1629                 }
1630             }
1631             
1632             /**
1633              * A factory class with static methods for creating instances
1634              * of this type.
1635              */
1636             
1637             public static final class Factory
1638             {
1639                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim newInstance() {
1640                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1641                 
1642                 public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim newInstance(org.apache.xmlbeans.XmlOptions options) {
1643                   return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20.NonProfitClaim) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1644                 
1645                 private Factory() { } // No instance of this class allowed
1646             }
1647         }
1648         
1649         /**
1650          * A factory class with static methods for creating instances
1651          * of this type.
1652          */
1653         
1654         public static final class Factory
1655         {
1656             public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20 newInstance() {
1657               return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1658             
1659             public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20 newInstance(org.apache.xmlbeans.XmlOptions options) {
1660               return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document.CheckList20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1661             
1662             private Factory() { } // No instance of this class allowed
1663         }
1664     }
1665     
1666     /**
1667      * A factory class with static methods for creating instances
1668      * of this type.
1669      */
1670     
1671     public static final class Factory
1672     {
1673         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document newInstance() {
1674           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1675         
1676         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1677           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1678         
1679         /** @param xmlAsString the string value to parse */
1680         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1681           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1682         
1683         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1684           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1685         
1686         /** @param file the file from which to load an xml document */
1687         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1688           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1689         
1690         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1691           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1692         
1693         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1694           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1695         
1696         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1697           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1698         
1699         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1700           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1701         
1702         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1703           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1704         
1705         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1706           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1707         
1708         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1709           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1710         
1711         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1712           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1713         
1714         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1715           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1716         
1717         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1718           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1719         
1720         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1721           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1722         
1723         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1724         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1725           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1726         
1727         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1728         public static gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1729           return (gov.grants.apply.forms.hhsCheckList20V20.CheckList20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1730         
1731         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1732         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 {
1733           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1734         
1735         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1736         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 {
1737           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1738         
1739         private Factory() { } // No instance of this class allowed
1740     }
1741 }