View Javadoc
1   /*
2    * An XML document type.
3    * Localname: NSF_ApplicationChecklist
4    * Namespace: http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0
5    * Java type: gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.nsfApplicationChecklistV10;
10  
11  
12  /**
13   * A document containing one NSF_ApplicationChecklist(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface NSFApplicationChecklistDocument 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(NSFApplicationChecklistDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfapplicationchecklistc81ddoctype");
21      
22      /**
23       * Gets the "NSF_ApplicationChecklist" element
24       */
25      gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist getNSFApplicationChecklist();
26      
27      /**
28       * Sets the "NSF_ApplicationChecklist" element
29       */
30      void setNSFApplicationChecklist(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist nsfApplicationChecklist);
31      
32      /**
33       * Appends and returns a new empty "NSF_ApplicationChecklist" element
34       */
35      gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist addNewNSFApplicationChecklist();
36      
37      /**
38       * An XML NSF_ApplicationChecklist(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface NSFApplicationChecklist 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(NSFApplicationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfapplicationchecklist18cdelemtype");
46          
47          /**
48           * Gets the "CoverSheet" element
49           */
50          gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet getCoverSheet();
51          
52          /**
53           * Sets the "CoverSheet" element
54           */
55          void setCoverSheet(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet coverSheet);
56          
57          /**
58           * Appends and returns a new empty "CoverSheet" element
59           */
60          gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet addNewCoverSheet();
61          
62          /**
63           * Gets the "CheckRRSite" element
64           */
65          gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckRRSite();
66          
67          /**
68           * Gets (as xml) the "CheckRRSite" element
69           */
70          gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckRRSite();
71          
72          /**
73           * Sets the "CheckRRSite" element
74           */
75          void setCheckRRSite(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkRRSite);
76          
77          /**
78           * Sets (as xml) the "CheckRRSite" element
79           */
80          void xsetCheckRRSite(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkRRSite);
81          
82          /**
83           * Gets the "CheckRROtherInfo" element
84           */
85          gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckRROtherInfo();
86          
87          /**
88           * Gets (as xml) the "CheckRROtherInfo" element
89           */
90          gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckRROtherInfo();
91          
92          /**
93           * Sets the "CheckRROtherInfo" element
94           */
95          void setCheckRROtherInfo(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkRROtherInfo);
96          
97          /**
98           * Sets (as xml) the "CheckRROtherInfo" element
99           */
100         void xsetCheckRROtherInfo(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkRROtherInfo);
101         
102         /**
103          * Gets the "CheckProjectSummary" element
104          */
105         gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckProjectSummary();
106         
107         /**
108          * Gets (as xml) the "CheckProjectSummary" element
109          */
110         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckProjectSummary();
111         
112         /**
113          * Sets the "CheckProjectSummary" element
114          */
115         void setCheckProjectSummary(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkProjectSummary);
116         
117         /**
118          * Sets (as xml) the "CheckProjectSummary" element
119          */
120         void xsetCheckProjectSummary(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkProjectSummary);
121         
122         /**
123          * Gets the "ProjectNarrative" element
124          */
125         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative getProjectNarrative();
126         
127         /**
128          * Sets the "ProjectNarrative" element
129          */
130         void setProjectNarrative(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative projectNarrative);
131         
132         /**
133          * Appends and returns a new empty "ProjectNarrative" element
134          */
135         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative addNewProjectNarrative();
136         
137         /**
138          * Gets the "CheckBiblio" element
139          */
140         gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckBiblio();
141         
142         /**
143          * Gets (as xml) the "CheckBiblio" element
144          */
145         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckBiblio();
146         
147         /**
148          * Sets the "CheckBiblio" element
149          */
150         void setCheckBiblio(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkBiblio);
151         
152         /**
153          * Sets (as xml) the "CheckBiblio" element
154          */
155         void xsetCheckBiblio(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkBiblio);
156         
157         /**
158          * Gets the "CheckFacilities" element
159          */
160         gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckFacilities();
161         
162         /**
163          * Gets (as xml) the "CheckFacilities" element
164          */
165         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckFacilities();
166         
167         /**
168          * Sets the "CheckFacilities" element
169          */
170         void setCheckFacilities(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkFacilities);
171         
172         /**
173          * Sets (as xml) the "CheckFacilities" element
174          */
175         void xsetCheckFacilities(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkFacilities);
176         
177         /**
178          * Gets the "Equipment" element
179          */
180         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment getEquipment();
181         
182         /**
183          * Sets the "Equipment" element
184          */
185         void setEquipment(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment equipment);
186         
187         /**
188          * Appends and returns a new empty "Equipment" element
189          */
190         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment addNewEquipment();
191         
192         /**
193          * Gets the "RRSrProfile" element
194          */
195         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile getRRSrProfile();
196         
197         /**
198          * Sets the "RRSrProfile" element
199          */
200         void setRRSrProfile(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile rrSrProfile);
201         
202         /**
203          * Appends and returns a new empty "RRSrProfile" element
204          */
205         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile addNewRRSrProfile();
206         
207         /**
208          * Gets the "CheckRRPersonalData" element
209          */
210         gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckRRPersonalData();
211         
212         /**
213          * Gets (as xml) the "CheckRRPersonalData" element
214          */
215         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckRRPersonalData();
216         
217         /**
218          * Sets the "CheckRRPersonalData" element
219          */
220         void setCheckRRPersonalData(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkRRPersonalData);
221         
222         /**
223          * Sets (as xml) the "CheckRRPersonalData" element
224          */
225         void xsetCheckRRPersonalData(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkRRPersonalData);
226         
227         /**
228          * Gets the "RRBudget" element
229          */
230         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget getRRBudget();
231         
232         /**
233          * Sets the "RRBudget" element
234          */
235         void setRRBudget(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget rrBudget);
236         
237         /**
238          * Appends and returns a new empty "RRBudget" element
239          */
240         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget addNewRRBudget();
241         
242         /**
243          * Gets the "NSFCover" element
244          */
245         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover getNSFCover();
246         
247         /**
248          * Sets the "NSFCover" element
249          */
250         void setNSFCover(gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover nsfCover);
251         
252         /**
253          * Appends and returns a new empty "NSFCover" element
254          */
255         gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover addNewNSFCover();
256         
257         /**
258          * Gets the "FormVersion" attribute
259          */
260         java.lang.String getFormVersion();
261         
262         /**
263          * Gets (as xml) the "FormVersion" attribute
264          */
265         gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
266         
267         /**
268          * Sets the "FormVersion" attribute
269          */
270         void setFormVersion(java.lang.String formVersion);
271         
272         /**
273          * Sets (as xml) the "FormVersion" attribute
274          */
275         void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
276         
277         /**
278          * An XML CoverSheet(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
279          *
280          * This is a complex type.
281          */
282         public interface CoverSheet extends org.apache.xmlbeans.XmlObject
283         {
284             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
285                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CoverSheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("coversheet6271elemtype");
286             
287             /**
288              * Gets the "CheckCoverSheet" element
289              */
290             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckCoverSheet();
291             
292             /**
293              * Gets (as xml) the "CheckCoverSheet" element
294              */
295             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckCoverSheet();
296             
297             /**
298              * Sets the "CheckCoverSheet" element
299              */
300             void setCheckCoverSheet(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkCoverSheet);
301             
302             /**
303              * Sets (as xml) the "CheckCoverSheet" element
304              */
305             void xsetCheckCoverSheet(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkCoverSheet);
306             
307             /**
308              * Gets the "CheckRenewal" element
309              */
310             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckRenewal();
311             
312             /**
313              * Gets (as xml) the "CheckRenewal" element
314              */
315             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckRenewal();
316             
317             /**
318              * Sets the "CheckRenewal" element
319              */
320             void setCheckRenewal(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkRenewal);
321             
322             /**
323              * Sets (as xml) the "CheckRenewal" element
324              */
325             void xsetCheckRenewal(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkRenewal);
326             
327             /**
328              * Gets the "CheckFullApp" element
329              */
330             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckFullApp();
331             
332             /**
333              * Gets (as xml) the "CheckFullApp" element
334              */
335             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckFullApp();
336             
337             /**
338              * Sets the "CheckFullApp" element
339              */
340             void setCheckFullApp(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkFullApp);
341             
342             /**
343              * Sets (as xml) the "CheckFullApp" element
344              */
345             void xsetCheckFullApp(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkFullApp);
346             
347             /**
348              * Gets the "CheckTypeApp" element
349              */
350             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckTypeApp();
351             
352             /**
353              * Gets (as xml) the "CheckTypeApp" element
354              */
355             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckTypeApp();
356             
357             /**
358              * Sets the "CheckTypeApp" element
359              */
360             void setCheckTypeApp(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkTypeApp);
361             
362             /**
363              * Sets (as xml) the "CheckTypeApp" element
364              */
365             void xsetCheckTypeApp(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkTypeApp);
366             
367             /**
368              * Gets the "CheckAppCert" element
369              */
370             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckAppCert();
371             
372             /**
373              * Gets (as xml) the "CheckAppCert" element
374              */
375             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckAppCert();
376             
377             /**
378              * Sets the "CheckAppCert" element
379              */
380             void setCheckAppCert(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkAppCert);
381             
382             /**
383              * Sets (as xml) the "CheckAppCert" element
384              */
385             void xsetCheckAppCert(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkAppCert);
386             
387             /**
388              * A factory class with static methods for creating instances
389              * of this type.
390              */
391             
392             public static final class Factory
393             {
394                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet newInstance() {
395                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
396                 
397                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet newInstance(org.apache.xmlbeans.XmlOptions options) {
398                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.CoverSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
399                 
400                 private Factory() { } // No instance of this class allowed
401             }
402         }
403         
404         /**
405          * An XML ProjectNarrative(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
406          *
407          * This is a complex type.
408          */
409         public interface ProjectNarrative extends org.apache.xmlbeans.XmlObject
410         {
411             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
412                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectNarrative.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectnarrative07a2elemtype");
413             
414             /**
415              * Gets the "CheckProjectNarrative" element
416              */
417             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckProjectNarrative();
418             
419             /**
420              * Gets (as xml) the "CheckProjectNarrative" element
421              */
422             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckProjectNarrative();
423             
424             /**
425              * Sets the "CheckProjectNarrative" element
426              */
427             void setCheckProjectNarrative(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkProjectNarrative);
428             
429             /**
430              * Sets (as xml) the "CheckProjectNarrative" element
431              */
432             void xsetCheckProjectNarrative(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkProjectNarrative);
433             
434             /**
435              * Gets the "CheckMeritReview" element
436              */
437             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckMeritReview();
438             
439             /**
440              * Gets (as xml) the "CheckMeritReview" element
441              */
442             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckMeritReview();
443             
444             /**
445              * Sets the "CheckMeritReview" element
446              */
447             void setCheckMeritReview(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkMeritReview);
448             
449             /**
450              * Sets (as xml) the "CheckMeritReview" element
451              */
452             void xsetCheckMeritReview(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkMeritReview);
453             
454             /**
455              * Gets the "CheckPriorSupport" element
456              */
457             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckPriorSupport();
458             
459             /**
460              * Gets (as xml) the "CheckPriorSupport" element
461              */
462             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckPriorSupport();
463             
464             /**
465              * Sets the "CheckPriorSupport" element
466              */
467             void setCheckPriorSupport(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkPriorSupport);
468             
469             /**
470              * Sets (as xml) the "CheckPriorSupport" element
471              */
472             void xsetCheckPriorSupport(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkPriorSupport);
473             
474             /**
475              * Gets the "CheckHRInfo" element
476              */
477             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckHRInfo();
478             
479             /**
480              * Gets (as xml) the "CheckHRInfo" element
481              */
482             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckHRInfo();
483             
484             /**
485              * Sets the "CheckHRInfo" element
486              */
487             void setCheckHRInfo(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkHRInfo);
488             
489             /**
490              * Sets (as xml) the "CheckHRInfo" element
491              */
492             void xsetCheckHRInfo(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkHRInfo);
493             
494             /**
495              * Gets the "CheckURL" element
496              */
497             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckURL();
498             
499             /**
500              * Gets (as xml) the "CheckURL" element
501              */
502             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckURL();
503             
504             /**
505              * Sets the "CheckURL" element
506              */
507             void setCheckURL(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkURL);
508             
509             /**
510              * Sets (as xml) the "CheckURL" element
511              */
512             void xsetCheckURL(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkURL);
513             
514             /**
515              * A factory class with static methods for creating instances
516              * of this type.
517              */
518             
519             public static final class Factory
520             {
521                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative newInstance() {
522                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
523                 
524                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative newInstance(org.apache.xmlbeans.XmlOptions options) {
525                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.ProjectNarrative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
526                 
527                 private Factory() { } // No instance of this class allowed
528             }
529         }
530         
531         /**
532          * An XML Equipment(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
533          *
534          * This is a complex type.
535          */
536         public interface Equipment extends org.apache.xmlbeans.XmlObject
537         {
538             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
539                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Equipment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("equipment0627elemtype");
540             
541             /**
542              * Gets the "CheckEquipment" element
543              */
544             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckEquipment();
545             
546             /**
547              * Gets (as xml) the "CheckEquipment" element
548              */
549             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckEquipment();
550             
551             /**
552              * Sets the "CheckEquipment" element
553              */
554             void setCheckEquipment(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkEquipment);
555             
556             /**
557              * Sets (as xml) the "CheckEquipment" element
558              */
559             void xsetCheckEquipment(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkEquipment);
560             
561             /**
562              * Gets the "CheckSuppDoc" element
563              */
564             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckSuppDoc();
565             
566             /**
567              * Gets (as xml) the "CheckSuppDoc" element
568              */
569             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckSuppDoc();
570             
571             /**
572              * Sets the "CheckSuppDoc" element
573              */
574             void setCheckSuppDoc(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkSuppDoc);
575             
576             /**
577              * Sets (as xml) the "CheckSuppDoc" element
578              */
579             void xsetCheckSuppDoc(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkSuppDoc);
580             
581             /**
582              * Gets the "CheckAdditionalItems" element
583              */
584             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckAdditionalItems();
585             
586             /**
587              * Gets (as xml) the "CheckAdditionalItems" element
588              */
589             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckAdditionalItems();
590             
591             /**
592              * Sets the "CheckAdditionalItems" element
593              */
594             void setCheckAdditionalItems(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkAdditionalItems);
595             
596             /**
597              * Sets (as xml) the "CheckAdditionalItems" element
598              */
599             void xsetCheckAdditionalItems(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkAdditionalItems);
600             
601             /**
602              * A factory class with static methods for creating instances
603              * of this type.
604              */
605             
606             public static final class Factory
607             {
608                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment newInstance() {
609                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
610                 
611                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment newInstance(org.apache.xmlbeans.XmlOptions options) {
612                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.Equipment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
613                 
614                 private Factory() { } // No instance of this class allowed
615             }
616         }
617         
618         /**
619          * An XML RRSrProfile(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
620          *
621          * This is a complex type.
622          */
623         public interface RRSrProfile extends org.apache.xmlbeans.XmlObject
624         {
625             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
626                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRSrProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrsrprofile27a3elemtype");
627             
628             /**
629              * Gets the "CheckRRSrProfile" element
630              */
631             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckRRSrProfile();
632             
633             /**
634              * Gets (as xml) the "CheckRRSrProfile" element
635              */
636             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckRRSrProfile();
637             
638             /**
639              * Sets the "CheckRRSrProfile" element
640              */
641             void setCheckRRSrProfile(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkRRSrProfile);
642             
643             /**
644              * Sets (as xml) the "CheckRRSrProfile" element
645              */
646             void xsetCheckRRSrProfile(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkRRSrProfile);
647             
648             /**
649              * Gets the "CheckBioSketch" element
650              */
651             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckBioSketch();
652             
653             /**
654              * Gets (as xml) the "CheckBioSketch" element
655              */
656             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckBioSketch();
657             
658             /**
659              * Sets the "CheckBioSketch" element
660              */
661             void setCheckBioSketch(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkBioSketch);
662             
663             /**
664              * Sets (as xml) the "CheckBioSketch" element
665              */
666             void xsetCheckBioSketch(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkBioSketch);
667             
668             /**
669              * Gets the "CheckCurrentPendingSupport" element
670              */
671             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckCurrentPendingSupport();
672             
673             /**
674              * Gets (as xml) the "CheckCurrentPendingSupport" element
675              */
676             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckCurrentPendingSupport();
677             
678             /**
679              * Sets the "CheckCurrentPendingSupport" element
680              */
681             void setCheckCurrentPendingSupport(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkCurrentPendingSupport);
682             
683             /**
684              * Sets (as xml) the "CheckCurrentPendingSupport" element
685              */
686             void xsetCheckCurrentPendingSupport(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkCurrentPendingSupport);
687             
688             /**
689              * A factory class with static methods for creating instances
690              * of this type.
691              */
692             
693             public static final class Factory
694             {
695                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile newInstance() {
696                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
697                 
698                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
699                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRSrProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
700                 
701                 private Factory() { } // No instance of this class allowed
702             }
703         }
704         
705         /**
706          * An XML RRBudget(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
707          *
708          * This is a complex type.
709          */
710         public interface RRBudget extends org.apache.xmlbeans.XmlObject
711         {
712             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
713                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget84ceelemtype");
714             
715             /**
716              * Gets the "CheckRRBudget" element
717              */
718             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckRRBudget();
719             
720             /**
721              * Gets (as xml) the "CheckRRBudget" element
722              */
723             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckRRBudget();
724             
725             /**
726              * Sets the "CheckRRBudget" element
727              */
728             void setCheckRRBudget(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkRRBudget);
729             
730             /**
731              * Sets (as xml) the "CheckRRBudget" element
732              */
733             void xsetCheckRRBudget(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkRRBudget);
734             
735             /**
736              * Gets the "CheckRRBudgetJustification" element
737              */
738             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckRRBudgetJustification();
739             
740             /**
741              * Gets (as xml) the "CheckRRBudgetJustification" element
742              */
743             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckRRBudgetJustification();
744             
745             /**
746              * Sets the "CheckRRBudgetJustification" element
747              */
748             void setCheckRRBudgetJustification(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkRRBudgetJustification);
749             
750             /**
751              * Sets (as xml) the "CheckRRBudgetJustification" element
752              */
753             void xsetCheckRRBudgetJustification(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkRRBudgetJustification);
754             
755             /**
756              * Gets the "CheckCostSharing" element
757              */
758             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckCostSharing();
759             
760             /**
761              * Gets (as xml) the "CheckCostSharing" element
762              */
763             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckCostSharing();
764             
765             /**
766              * Sets the "CheckCostSharing" element
767              */
768             void setCheckCostSharing(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkCostSharing);
769             
770             /**
771              * Sets (as xml) the "CheckCostSharing" element
772              */
773             void xsetCheckCostSharing(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkCostSharing);
774             
775             /**
776              * A factory class with static methods for creating instances
777              * of this type.
778              */
779             
780             public static final class Factory
781             {
782                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget newInstance() {
783                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
784                 
785                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
786                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.RRBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
787                 
788                 private Factory() { } // No instance of this class allowed
789             }
790         }
791         
792         /**
793          * An XML NSFCover(@http://apply.grants.gov/forms/NSF_ApplicationChecklist-V1.0).
794          *
795          * This is a complex type.
796          */
797         public interface NSFCover extends org.apache.xmlbeans.XmlObject
798         {
799             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
800                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NSFCover.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfcover69ffelemtype");
801             
802             /**
803              * Gets the "CheckNSFCover" element
804              */
805             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckNSFCover();
806             
807             /**
808              * Gets (as xml) the "CheckNSFCover" element
809              */
810             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckNSFCover();
811             
812             /**
813              * Sets the "CheckNSFCover" element
814              */
815             void setCheckNSFCover(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkNSFCover);
816             
817             /**
818              * Sets (as xml) the "CheckNSFCover" element
819              */
820             void xsetCheckNSFCover(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkNSFCover);
821             
822             /**
823              * Gets the "CheckNSFUnit" element
824              */
825             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getCheckNSFUnit();
826             
827             /**
828              * Gets (as xml) the "CheckNSFUnit" element
829              */
830             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetCheckNSFUnit();
831             
832             /**
833              * Sets the "CheckNSFUnit" element
834              */
835             void setCheckNSFUnit(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum checkNSFUnit);
836             
837             /**
838              * Sets (as xml) the "CheckNSFUnit" element
839              */
840             void xsetCheckNSFUnit(gov.grants.apply.system.globalLibraryV10.YesNoDataType checkNSFUnit);
841             
842             /**
843              * Gets the "CheckNSFOtherInfo" element
844              */
845             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckNSFOtherInfo();
846             
847             /**
848              * Gets (as xml) the "CheckNSFOtherInfo" element
849              */
850             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckNSFOtherInfo();
851             
852             /**
853              * Sets the "CheckNSFOtherInfo" element
854              */
855             void setCheckNSFOtherInfo(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkNSFOtherInfo);
856             
857             /**
858              * Sets (as xml) the "CheckNSFOtherInfo" element
859              */
860             void xsetCheckNSFOtherInfo(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkNSFOtherInfo);
861             
862             /**
863              * Gets the "CheckNSFSFLLL" element
864              */
865             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckNSFSFLLL();
866             
867             /**
868              * Gets (as xml) the "CheckNSFSFLLL" element
869              */
870             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckNSFSFLLL();
871             
872             /**
873              * Sets the "CheckNSFSFLLL" element
874              */
875             void setCheckNSFSFLLL(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkNSFSFLLL);
876             
877             /**
878              * Sets (as xml) the "CheckNSFSFLLL" element
879              */
880             void xsetCheckNSFSFLLL(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkNSFSFLLL);
881             
882             /**
883              * Gets the "CheckNSFDevAuth" element
884              */
885             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckNSFDevAuth();
886             
887             /**
888              * Gets (as xml) the "CheckNSFDevAuth" element
889              */
890             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckNSFDevAuth();
891             
892             /**
893              * Sets the "CheckNSFDevAuth" element
894              */
895             void setCheckNSFDevAuth(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkNSFDevAuth);
896             
897             /**
898              * Sets (as xml) the "CheckNSFDevAuth" element
899              */
900             void xsetCheckNSFDevAuth(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkNSFDevAuth);
901             
902             /**
903              * Gets the "CheckNSFReg" element
904              */
905             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckNSFReg();
906             
907             /**
908              * Gets (as xml) the "CheckNSFReg" element
909              */
910             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckNSFReg();
911             
912             /**
913              * Sets the "CheckNSFReg" element
914              */
915             void setCheckNSFReg(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkNSFReg);
916             
917             /**
918              * Sets (as xml) the "CheckNSFReg" element
919              */
920             void xsetCheckNSFReg(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkNSFReg);
921             
922             /**
923              * Gets the "CheckDoNotInclude" element
924              */
925             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getCheckDoNotInclude();
926             
927             /**
928              * Gets (as xml) the "CheckDoNotInclude" element
929              */
930             gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetCheckDoNotInclude();
931             
932             /**
933              * Sets the "CheckDoNotInclude" element
934              */
935             void setCheckDoNotInclude(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum checkDoNotInclude);
936             
937             /**
938              * Sets (as xml) the "CheckDoNotInclude" element
939              */
940             void xsetCheckDoNotInclude(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType checkDoNotInclude);
941             
942             /**
943              * A factory class with static methods for creating instances
944              * of this type.
945              */
946             
947             public static final class Factory
948             {
949                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover newInstance() {
950                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
951                 
952                 public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover newInstance(org.apache.xmlbeans.XmlOptions options) {
953                   return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist.NSFCover) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
954                 
955                 private Factory() { } // No instance of this class allowed
956             }
957         }
958         
959         /**
960          * A factory class with static methods for creating instances
961          * of this type.
962          */
963         
964         public static final class Factory
965         {
966             public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist newInstance() {
967               return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
968             
969             public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
970               return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument.NSFApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
971             
972             private Factory() { } // No instance of this class allowed
973         }
974     }
975     
976     /**
977      * A factory class with static methods for creating instances
978      * of this type.
979      */
980     
981     public static final class Factory
982     {
983         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument newInstance() {
984           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
985         
986         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
987           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
988         
989         /** @param xmlAsString the string value to parse */
990         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
991           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
992         
993         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
994           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
995         
996         /** @param file the file from which to load an xml document */
997         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
998           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
999         
1000         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1001           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1002         
1003         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1004           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1005         
1006         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1007           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1008         
1009         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1010           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1011         
1012         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1013           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1014         
1015         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1016           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1017         
1018         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1019           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1020         
1021         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1022           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1023         
1024         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1025           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1026         
1027         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1028           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1029         
1030         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1031           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1032         
1033         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1034         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1035           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1036         
1037         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1038         public static gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1039           return (gov.grants.apply.forms.nsfApplicationChecklistV10.NSFApplicationChecklistDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1040         
1041         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1042         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 {
1043           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1044         
1045         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1046         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 {
1047           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1048         
1049         private Factory() { } // No instance of this class allowed
1050     }
1051 }