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