View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CSREES_Application_Modification
4    * Namespace: http://apply.grants.gov/forms/CSREES_Application_Modification-V1.0
5    * Java type: gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.csreesApplicationModificationV10;
10  
11  
12  /**
13   * A document containing one CSREES_Application_Modification(@http://apply.grants.gov/forms/CSREES_Application_Modification-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface CSREESApplicationModificationDocument 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(CSREESApplicationModificationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("csreesapplicationmodification2437doctype");
21      
22      /**
23       * Gets the "CSREES_Application_Modification" element
24       */
25      gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification getCSREESApplicationModification();
26      
27      /**
28       * Sets the "CSREES_Application_Modification" element
29       */
30      void setCSREESApplicationModification(gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification csreesApplicationModification);
31      
32      /**
33       * Appends and returns a new empty "CSREES_Application_Modification" element
34       */
35      gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification addNewCSREESApplicationModification();
36      
37      /**
38       * An XML CSREES_Application_Modification(@http://apply.grants.gov/forms/CSREES_Application_Modification-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface CSREESApplicationModification 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(CSREESApplicationModification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("csreesapplicationmodification9892elemtype");
46          
47          /**
48           * Gets the "TrackingNumber" element
49           */
50          java.lang.String getTrackingNumber();
51          
52          /**
53           * Gets (as xml) the "TrackingNumber" element
54           */
55          gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber xgetTrackingNumber();
56          
57          /**
58           * Sets the "TrackingNumber" element
59           */
60          void setTrackingNumber(java.lang.String trackingNumber);
61          
62          /**
63           * Sets (as xml) the "TrackingNumber" element
64           */
65          void xsetTrackingNumber(gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber trackingNumber);
66          
67          /**
68           * Gets the "Mod_CheckGroup" element
69           */
70          gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup getModCheckGroup();
71          
72          /**
73           * Sets the "Mod_CheckGroup" element
74           */
75          void setModCheckGroup(gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup modCheckGroup);
76          
77          /**
78           * Appends and returns a new empty "Mod_CheckGroup" element
79           */
80          gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup addNewModCheckGroup();
81          
82          /**
83           * Gets the "RevisedProjectObjectivesAttachment" element
84           */
85          gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment getRevisedProjectObjectivesAttachment();
86          
87          /**
88           * True if has "RevisedProjectObjectivesAttachment" element
89           */
90          boolean isSetRevisedProjectObjectivesAttachment();
91          
92          /**
93           * Sets the "RevisedProjectObjectivesAttachment" element
94           */
95          void setRevisedProjectObjectivesAttachment(gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment revisedProjectObjectivesAttachment);
96          
97          /**
98           * Appends and returns a new empty "RevisedProjectObjectivesAttachment" element
99           */
100         gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment addNewRevisedProjectObjectivesAttachment();
101         
102         /**
103          * Unsets the "RevisedProjectObjectivesAttachment" element
104          */
105         void unsetRevisedProjectObjectivesAttachment();
106         
107         /**
108          * Gets the "Certification" element
109          */
110         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCertification();
111         
112         /**
113          * Gets (as xml) the "Certification" element
114          */
115         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCertification();
116         
117         /**
118          * True if has "Certification" element
119          */
120         boolean isSetCertification();
121         
122         /**
123          * Sets the "Certification" element
124          */
125         void setCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum certification);
126         
127         /**
128          * Sets (as xml) the "Certification" element
129          */
130         void xsetCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType certification);
131         
132         /**
133          * Unsets the "Certification" element
134          */
135         void unsetCertification();
136         
137         /**
138          * Gets the "FormVersion" attribute
139          */
140         java.lang.String getFormVersion();
141         
142         /**
143          * Gets (as xml) the "FormVersion" attribute
144          */
145         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
146         
147         /**
148          * Sets the "FormVersion" attribute
149          */
150         void setFormVersion(java.lang.String formVersion);
151         
152         /**
153          * Sets (as xml) the "FormVersion" attribute
154          */
155         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
156         
157         /**
158          * An XML TrackingNumber(@http://apply.grants.gov/forms/CSREES_Application_Modification-V1.0).
159          *
160          * This is an atomic type that is a restriction of gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument$CSREESApplicationModification$TrackingNumber.
161          */
162         public interface TrackingNumber extends org.apache.xmlbeans.XmlString
163         {
164             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
165                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TrackingNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("trackingnumbera576elemtype");
166             
167             /**
168              * A factory class with static methods for creating instances
169              * of this type.
170              */
171             
172             public static final class Factory
173             {
174                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber newValue(java.lang.Object obj) {
175                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber) type.newValue( obj ); }
176                 
177                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber newInstance() {
178                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
179                 
180                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
181                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.TrackingNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
182                 
183                 private Factory() { } // No instance of this class allowed
184             }
185         }
186         
187         /**
188          * An XML Mod_CheckGroup(@http://apply.grants.gov/forms/CSREES_Application_Modification-V1.0).
189          *
190          * This is a complex type.
191          */
192         public interface ModCheckGroup extends org.apache.xmlbeans.XmlObject
193         {
194             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
195                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ModCheckGroup.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("modcheckgroupb002elemtype");
196             
197             /**
198              * Gets the "RRCoverPageForm" element
199              */
200             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRRCoverPageForm();
201             
202             /**
203              * Gets (as xml) the "RRCoverPageForm" element
204              */
205             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRRCoverPageForm();
206             
207             /**
208              * True if has "RRCoverPageForm" element
209              */
210             boolean isSetRRCoverPageForm();
211             
212             /**
213              * Sets the "RRCoverPageForm" element
214              */
215             void setRRCoverPageForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rrCoverPageForm);
216             
217             /**
218              * Sets (as xml) the "RRCoverPageForm" element
219              */
220             void xsetRRCoverPageForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType rrCoverPageForm);
221             
222             /**
223              * Unsets the "RRCoverPageForm" element
224              */
225             void unsetRRCoverPageForm();
226             
227             /**
228              * Gets the "SupplementalInformationForm" element
229              */
230             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSupplementalInformationForm();
231             
232             /**
233              * Gets (as xml) the "SupplementalInformationForm" element
234              */
235             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSupplementalInformationForm();
236             
237             /**
238              * True if has "SupplementalInformationForm" element
239              */
240             boolean isSetSupplementalInformationForm();
241             
242             /**
243              * Sets the "SupplementalInformationForm" element
244              */
245             void setSupplementalInformationForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum supplementalInformationForm);
246             
247             /**
248              * Sets (as xml) the "SupplementalInformationForm" element
249              */
250             void xsetSupplementalInformationForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType supplementalInformationForm);
251             
252             /**
253              * Unsets the "SupplementalInformationForm" element
254              */
255             void unsetSupplementalInformationForm();
256             
257             /**
258              * Gets the "RRSeniorKeyPersonForm" element
259              */
260             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRRSeniorKeyPersonForm();
261             
262             /**
263              * Gets (as xml) the "RRSeniorKeyPersonForm" element
264              */
265             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRRSeniorKeyPersonForm();
266             
267             /**
268              * True if has "RRSeniorKeyPersonForm" element
269              */
270             boolean isSetRRSeniorKeyPersonForm();
271             
272             /**
273              * Sets the "RRSeniorKeyPersonForm" element
274              */
275             void setRRSeniorKeyPersonForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rrSeniorKeyPersonForm);
276             
277             /**
278              * Sets (as xml) the "RRSeniorKeyPersonForm" element
279              */
280             void xsetRRSeniorKeyPersonForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType rrSeniorKeyPersonForm);
281             
282             /**
283              * Unsets the "RRSeniorKeyPersonForm" element
284              */
285             void unsetRRSeniorKeyPersonForm();
286             
287             /**
288              * Gets the "BiographicalSketchFile" element
289              */
290             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBiographicalSketchFile();
291             
292             /**
293              * Gets (as xml) the "BiographicalSketchFile" element
294              */
295             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBiographicalSketchFile();
296             
297             /**
298              * True if has "BiographicalSketchFile" element
299              */
300             boolean isSetBiographicalSketchFile();
301             
302             /**
303              * Sets the "BiographicalSketchFile" element
304              */
305             void setBiographicalSketchFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biographicalSketchFile);
306             
307             /**
308              * Sets (as xml) the "BiographicalSketchFile" element
309              */
310             void xsetBiographicalSketchFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType biographicalSketchFile);
311             
312             /**
313              * Unsets the "BiographicalSketchFile" element
314              */
315             void unsetBiographicalSketchFile();
316             
317             /**
318              * Gets the "CurrentandPendingSupportFile" element
319              */
320             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCurrentandPendingSupportFile();
321             
322             /**
323              * Gets (as xml) the "CurrentandPendingSupportFile" element
324              */
325             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCurrentandPendingSupportFile();
326             
327             /**
328              * True if has "CurrentandPendingSupportFile" element
329              */
330             boolean isSetCurrentandPendingSupportFile();
331             
332             /**
333              * Sets the "CurrentandPendingSupportFile" element
334              */
335             void setCurrentandPendingSupportFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum currentandPendingSupportFile);
336             
337             /**
338              * Sets (as xml) the "CurrentandPendingSupportFile" element
339              */
340             void xsetCurrentandPendingSupportFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType currentandPendingSupportFile);
341             
342             /**
343              * Unsets the "CurrentandPendingSupportFile" element
344              */
345             void unsetCurrentandPendingSupportFile();
346             
347             /**
348              * Gets the "AdditionalSeniorKeyPersonProfilesFile" element
349              */
350             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalSeniorKeyPersonProfilesFile();
351             
352             /**
353              * Gets (as xml) the "AdditionalSeniorKeyPersonProfilesFile" element
354              */
355             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalSeniorKeyPersonProfilesFile();
356             
357             /**
358              * True if has "AdditionalSeniorKeyPersonProfilesFile" element
359              */
360             boolean isSetAdditionalSeniorKeyPersonProfilesFile();
361             
362             /**
363              * Sets the "AdditionalSeniorKeyPersonProfilesFile" element
364              */
365             void setAdditionalSeniorKeyPersonProfilesFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalSeniorKeyPersonProfilesFile);
366             
367             /**
368              * Sets (as xml) the "AdditionalSeniorKeyPersonProfilesFile" element
369              */
370             void xsetAdditionalSeniorKeyPersonProfilesFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalSeniorKeyPersonProfilesFile);
371             
372             /**
373              * Unsets the "AdditionalSeniorKeyPersonProfilesFile" element
374              */
375             void unsetAdditionalSeniorKeyPersonProfilesFile();
376             
377             /**
378              * Gets the "AdditionalBiographicalSketchesAttachment" element
379              */
380             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalBiographicalSketchesAttachment();
381             
382             /**
383              * Gets (as xml) the "AdditionalBiographicalSketchesAttachment" element
384              */
385             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalBiographicalSketchesAttachment();
386             
387             /**
388              * True if has "AdditionalBiographicalSketchesAttachment" element
389              */
390             boolean isSetAdditionalBiographicalSketchesAttachment();
391             
392             /**
393              * Sets the "AdditionalBiographicalSketchesAttachment" element
394              */
395             void setAdditionalBiographicalSketchesAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalBiographicalSketchesAttachment);
396             
397             /**
398              * Sets (as xml) the "AdditionalBiographicalSketchesAttachment" element
399              */
400             void xsetAdditionalBiographicalSketchesAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalBiographicalSketchesAttachment);
401             
402             /**
403              * Unsets the "AdditionalBiographicalSketchesAttachment" element
404              */
405             void unsetAdditionalBiographicalSketchesAttachment();
406             
407             /**
408              * Gets the "AdditionalCurrentandPendingSupportAttachment" element
409              */
410             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalCurrentandPendingSupportAttachment();
411             
412             /**
413              * Gets (as xml) the "AdditionalCurrentandPendingSupportAttachment" element
414              */
415             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalCurrentandPendingSupportAttachment();
416             
417             /**
418              * True if has "AdditionalCurrentandPendingSupportAttachment" element
419              */
420             boolean isSetAdditionalCurrentandPendingSupportAttachment();
421             
422             /**
423              * Sets the "AdditionalCurrentandPendingSupportAttachment" element
424              */
425             void setAdditionalCurrentandPendingSupportAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalCurrentandPendingSupportAttachment);
426             
427             /**
428              * Sets (as xml) the "AdditionalCurrentandPendingSupportAttachment" element
429              */
430             void xsetAdditionalCurrentandPendingSupportAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalCurrentandPendingSupportAttachment);
431             
432             /**
433              * Unsets the "AdditionalCurrentandPendingSupportAttachment" element
434              */
435             void unsetAdditionalCurrentandPendingSupportAttachment();
436             
437             /**
438              * Gets the "RROtherProjectInformationFile" element
439              */
440             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRROtherProjectInformationFile();
441             
442             /**
443              * Gets (as xml) the "RROtherProjectInformationFile" element
444              */
445             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRROtherProjectInformationFile();
446             
447             /**
448              * True if has "RROtherProjectInformationFile" element
449              */
450             boolean isSetRROtherProjectInformationFile();
451             
452             /**
453              * Sets the "RROtherProjectInformationFile" element
454              */
455             void setRROtherProjectInformationFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rrOtherProjectInformationFile);
456             
457             /**
458              * Sets (as xml) the "RROtherProjectInformationFile" element
459              */
460             void xsetRROtherProjectInformationFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType rrOtherProjectInformationFile);
461             
462             /**
463              * Unsets the "RROtherProjectInformationFile" element
464              */
465             void unsetRROtherProjectInformationFile();
466             
467             /**
468              * Gets the "ProjectSummaryAbstractFile" element
469              */
470             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectSummaryAbstractFile();
471             
472             /**
473              * Gets (as xml) the "ProjectSummaryAbstractFile" element
474              */
475             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectSummaryAbstractFile();
476             
477             /**
478              * True if has "ProjectSummaryAbstractFile" element
479              */
480             boolean isSetProjectSummaryAbstractFile();
481             
482             /**
483              * Sets the "ProjectSummaryAbstractFile" element
484              */
485             void setProjectSummaryAbstractFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectSummaryAbstractFile);
486             
487             /**
488              * Sets (as xml) the "ProjectSummaryAbstractFile" element
489              */
490             void xsetProjectSummaryAbstractFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectSummaryAbstractFile);
491             
492             /**
493              * Unsets the "ProjectSummaryAbstractFile" element
494              */
495             void unsetProjectSummaryAbstractFile();
496             
497             /**
498              * Gets the "ProjectNarrativeFile" element
499              */
500             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectNarrativeFile();
501             
502             /**
503              * Gets (as xml) the "ProjectNarrativeFile" element
504              */
505             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectNarrativeFile();
506             
507             /**
508              * True if has "ProjectNarrativeFile" element
509              */
510             boolean isSetProjectNarrativeFile();
511             
512             /**
513              * Sets the "ProjectNarrativeFile" element
514              */
515             void setProjectNarrativeFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectNarrativeFile);
516             
517             /**
518              * Sets (as xml) the "ProjectNarrativeFile" element
519              */
520             void xsetProjectNarrativeFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectNarrativeFile);
521             
522             /**
523              * Unsets the "ProjectNarrativeFile" element
524              */
525             void unsetProjectNarrativeFile();
526             
527             /**
528              * Gets the "BibliographyReferencesFile" element
529              */
530             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBibliographyReferencesFile();
531             
532             /**
533              * Gets (as xml) the "BibliographyReferencesFile" element
534              */
535             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBibliographyReferencesFile();
536             
537             /**
538              * True if has "BibliographyReferencesFile" element
539              */
540             boolean isSetBibliographyReferencesFile();
541             
542             /**
543              * Sets the "BibliographyReferencesFile" element
544              */
545             void setBibliographyReferencesFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bibliographyReferencesFile);
546             
547             /**
548              * Sets (as xml) the "BibliographyReferencesFile" element
549              */
550             void xsetBibliographyReferencesFile(gov.grants.apply.system.globalLibraryV20.YesNoDataType bibliographyReferencesFile);
551             
552             /**
553              * Unsets the "BibliographyReferencesFile" element
554              */
555             void unsetBibliographyReferencesFile();
556             
557             /**
558              * Gets the "OtherAttachments" element
559              */
560             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOtherAttachments();
561             
562             /**
563              * Gets (as xml) the "OtherAttachments" element
564              */
565             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOtherAttachments();
566             
567             /**
568              * True if has "OtherAttachments" element
569              */
570             boolean isSetOtherAttachments();
571             
572             /**
573              * Sets the "OtherAttachments" element
574              */
575             void setOtherAttachments(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherAttachments);
576             
577             /**
578              * Sets (as xml) the "OtherAttachments" element
579              */
580             void xsetOtherAttachments(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherAttachments);
581             
582             /**
583              * Unsets the "OtherAttachments" element
584              */
585             void unsetOtherAttachments();
586             
587             /**
588              * Gets the "RRBudgetForm" element
589              */
590             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRRBudgetForm();
591             
592             /**
593              * Gets (as xml) the "RRBudgetForm" element
594              */
595             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRRBudgetForm();
596             
597             /**
598              * True if has "RRBudgetForm" element
599              */
600             boolean isSetRRBudgetForm();
601             
602             /**
603              * Sets the "RRBudgetForm" element
604              */
605             void setRRBudgetForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rrBudgetForm);
606             
607             /**
608              * Sets (as xml) the "RRBudgetForm" element
609              */
610             void xsetRRBudgetForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType rrBudgetForm);
611             
612             /**
613              * Unsets the "RRBudgetForm" element
614              */
615             void unsetRRBudgetForm();
616             
617             /**
618              * Gets the "BudgetYear1" element
619              */
620             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBudgetYear1();
621             
622             /**
623              * Gets (as xml) the "BudgetYear1" element
624              */
625             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBudgetYear1();
626             
627             /**
628              * True if has "BudgetYear1" element
629              */
630             boolean isSetBudgetYear1();
631             
632             /**
633              * Sets the "BudgetYear1" element
634              */
635             void setBudgetYear1(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum budgetYear1);
636             
637             /**
638              * Sets (as xml) the "BudgetYear1" element
639              */
640             void xsetBudgetYear1(gov.grants.apply.system.globalLibraryV20.YesNoDataType budgetYear1);
641             
642             /**
643              * Unsets the "BudgetYear1" element
644              */
645             void unsetBudgetYear1();
646             
647             /**
648              * Gets the "BudgetYear2" element
649              */
650             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBudgetYear2();
651             
652             /**
653              * Gets (as xml) the "BudgetYear2" element
654              */
655             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBudgetYear2();
656             
657             /**
658              * True if has "BudgetYear2" element
659              */
660             boolean isSetBudgetYear2();
661             
662             /**
663              * Sets the "BudgetYear2" element
664              */
665             void setBudgetYear2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum budgetYear2);
666             
667             /**
668              * Sets (as xml) the "BudgetYear2" element
669              */
670             void xsetBudgetYear2(gov.grants.apply.system.globalLibraryV20.YesNoDataType budgetYear2);
671             
672             /**
673              * Unsets the "BudgetYear2" element
674              */
675             void unsetBudgetYear2();
676             
677             /**
678              * Gets the "BudgetYear3" element
679              */
680             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBudgetYear3();
681             
682             /**
683              * Gets (as xml) the "BudgetYear3" element
684              */
685             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBudgetYear3();
686             
687             /**
688              * True if has "BudgetYear3" element
689              */
690             boolean isSetBudgetYear3();
691             
692             /**
693              * Sets the "BudgetYear3" element
694              */
695             void setBudgetYear3(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum budgetYear3);
696             
697             /**
698              * Sets (as xml) the "BudgetYear3" element
699              */
700             void xsetBudgetYear3(gov.grants.apply.system.globalLibraryV20.YesNoDataType budgetYear3);
701             
702             /**
703              * Unsets the "BudgetYear3" element
704              */
705             void unsetBudgetYear3();
706             
707             /**
708              * Gets the "BudgetYear4" element
709              */
710             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBudgetYear4();
711             
712             /**
713              * Gets (as xml) the "BudgetYear4" element
714              */
715             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBudgetYear4();
716             
717             /**
718              * True if has "BudgetYear4" element
719              */
720             boolean isSetBudgetYear4();
721             
722             /**
723              * Sets the "BudgetYear4" element
724              */
725             void setBudgetYear4(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum budgetYear4);
726             
727             /**
728              * Sets (as xml) the "BudgetYear4" element
729              */
730             void xsetBudgetYear4(gov.grants.apply.system.globalLibraryV20.YesNoDataType budgetYear4);
731             
732             /**
733              * Unsets the "BudgetYear4" element
734              */
735             void unsetBudgetYear4();
736             
737             /**
738              * Gets the "BudgetYear5" element
739              */
740             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBudgetYear5();
741             
742             /**
743              * Gets (as xml) the "BudgetYear5" element
744              */
745             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBudgetYear5();
746             
747             /**
748              * True if has "BudgetYear5" element
749              */
750             boolean isSetBudgetYear5();
751             
752             /**
753              * Sets the "BudgetYear5" element
754              */
755             void setBudgetYear5(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum budgetYear5);
756             
757             /**
758              * Sets (as xml) the "BudgetYear5" element
759              */
760             void xsetBudgetYear5(gov.grants.apply.system.globalLibraryV20.YesNoDataType budgetYear5);
761             
762             /**
763              * Unsets the "BudgetYear5" element
764              */
765             void unsetBudgetYear5();
766             
767             /**
768              * Gets the "AdditionalSeniorKeyPersonsAttachment" element
769              */
770             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalSeniorKeyPersonsAttachment();
771             
772             /**
773              * Gets (as xml) the "AdditionalSeniorKeyPersonsAttachment" element
774              */
775             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalSeniorKeyPersonsAttachment();
776             
777             /**
778              * True if has "AdditionalSeniorKeyPersonsAttachment" element
779              */
780             boolean isSetAdditionalSeniorKeyPersonsAttachment();
781             
782             /**
783              * Sets the "AdditionalSeniorKeyPersonsAttachment" element
784              */
785             void setAdditionalSeniorKeyPersonsAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalSeniorKeyPersonsAttachment);
786             
787             /**
788              * Sets (as xml) the "AdditionalSeniorKeyPersonsAttachment" element
789              */
790             void xsetAdditionalSeniorKeyPersonsAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalSeniorKeyPersonsAttachment);
791             
792             /**
793              * Unsets the "AdditionalSeniorKeyPersonsAttachment" element
794              */
795             void unsetAdditionalSeniorKeyPersonsAttachment();
796             
797             /**
798              * Gets the "AdditionalEquipmentAttachment" element
799              */
800             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalEquipmentAttachment();
801             
802             /**
803              * Gets (as xml) the "AdditionalEquipmentAttachment" element
804              */
805             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalEquipmentAttachment();
806             
807             /**
808              * True if has "AdditionalEquipmentAttachment" element
809              */
810             boolean isSetAdditionalEquipmentAttachment();
811             
812             /**
813              * Sets the "AdditionalEquipmentAttachment" element
814              */
815             void setAdditionalEquipmentAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalEquipmentAttachment);
816             
817             /**
818              * Sets (as xml) the "AdditionalEquipmentAttachment" element
819              */
820             void xsetAdditionalEquipmentAttachment(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalEquipmentAttachment);
821             
822             /**
823              * Unsets the "AdditionalEquipmentAttachment" element
824              */
825             void unsetAdditionalEquipmentAttachment();
826             
827             /**
828              * Gets the "BudgetJustificationForm" element
829              */
830             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBudgetJustificationForm();
831             
832             /**
833              * Gets (as xml) the "BudgetJustificationForm" element
834              */
835             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBudgetJustificationForm();
836             
837             /**
838              * True if has "BudgetJustificationForm" element
839              */
840             boolean isSetBudgetJustificationForm();
841             
842             /**
843              * Sets the "BudgetJustificationForm" element
844              */
845             void setBudgetJustificationForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum budgetJustificationForm);
846             
847             /**
848              * Sets (as xml) the "BudgetJustificationForm" element
849              */
850             void xsetBudgetJustificationForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType budgetJustificationForm);
851             
852             /**
853              * Unsets the "BudgetJustificationForm" element
854              */
855             void unsetBudgetJustificationForm();
856             
857             /**
858              * Gets the "PersonalDataForm" element
859              */
860             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPersonalDataForm();
861             
862             /**
863              * Gets (as xml) the "PersonalDataForm" element
864              */
865             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPersonalDataForm();
866             
867             /**
868              * True if has "PersonalDataForm" element
869              */
870             boolean isSetPersonalDataForm();
871             
872             /**
873              * Sets the "PersonalDataForm" element
874              */
875             void setPersonalDataForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum personalDataForm);
876             
877             /**
878              * Sets (as xml) the "PersonalDataForm" element
879              */
880             void xsetPersonalDataForm(gov.grants.apply.system.globalLibraryV20.YesNoDataType personalDataForm);
881             
882             /**
883              * Unsets the "PersonalDataForm" element
884              */
885             void unsetPersonalDataForm();
886             
887             /**
888              * Gets the "RevisedProjectObjectives" element
889              */
890             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRevisedProjectObjectives();
891             
892             /**
893              * Gets (as xml) the "RevisedProjectObjectives" element
894              */
895             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRevisedProjectObjectives();
896             
897             /**
898              * True if has "RevisedProjectObjectives" element
899              */
900             boolean isSetRevisedProjectObjectives();
901             
902             /**
903              * Sets the "RevisedProjectObjectives" element
904              */
905             void setRevisedProjectObjectives(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum revisedProjectObjectives);
906             
907             /**
908              * Sets (as xml) the "RevisedProjectObjectives" element
909              */
910             void xsetRevisedProjectObjectives(gov.grants.apply.system.globalLibraryV20.YesNoDataType revisedProjectObjectives);
911             
912             /**
913              * Unsets the "RevisedProjectObjectives" element
914              */
915             void unsetRevisedProjectObjectives();
916             
917             /**
918              * A factory class with static methods for creating instances
919              * of this type.
920              */
921             
922             public static final class Factory
923             {
924                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup newInstance() {
925                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
926                 
927                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup newInstance(org.apache.xmlbeans.XmlOptions options) {
928                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.ModCheckGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
929                 
930                 private Factory() { } // No instance of this class allowed
931             }
932         }
933         
934         /**
935          * An XML RevisedProjectObjectivesAttachment(@http://apply.grants.gov/forms/CSREES_Application_Modification-V1.0).
936          *
937          * This is a complex type.
938          */
939         public interface RevisedProjectObjectivesAttachment extends org.apache.xmlbeans.XmlObject
940         {
941             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
942                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RevisedProjectObjectivesAttachment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("revisedprojectobjectivesattachment054celemtype");
943             
944             /**
945              * Gets the "AttachedFile" element
946              */
947             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachedFile();
948             
949             /**
950              * True if has "AttachedFile" element
951              */
952             boolean isSetAttachedFile();
953             
954             /**
955              * Sets the "AttachedFile" element
956              */
957             void setAttachedFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachedFile);
958             
959             /**
960              * Appends and returns a new empty "AttachedFile" element
961              */
962             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachedFile();
963             
964             /**
965              * Unsets the "AttachedFile" element
966              */
967             void unsetAttachedFile();
968             
969             /**
970              * A factory class with static methods for creating instances
971              * of this type.
972              */
973             
974             public static final class Factory
975             {
976                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment newInstance() {
977                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
978                 
979                 public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment newInstance(org.apache.xmlbeans.XmlOptions options) {
980                   return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification.RevisedProjectObjectivesAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
981                 
982                 private Factory() { } // No instance of this class allowed
983             }
984         }
985         
986         /**
987          * A factory class with static methods for creating instances
988          * of this type.
989          */
990         
991         public static final class Factory
992         {
993             public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification newInstance() {
994               return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
995             
996             public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification newInstance(org.apache.xmlbeans.XmlOptions options) {
997               return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument.CSREESApplicationModification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
998             
999             private Factory() { } // No instance of this class allowed
1000         }
1001     }
1002     
1003     /**
1004      * A factory class with static methods for creating instances
1005      * of this type.
1006      */
1007     
1008     public static final class Factory
1009     {
1010         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument newInstance() {
1011           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1012         
1013         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1014           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1015         
1016         /** @param xmlAsString the string value to parse */
1017         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1018           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1019         
1020         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1021           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1022         
1023         /** @param file the file from which to load an xml document */
1024         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1025           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1026         
1027         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1028           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1029         
1030         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1031           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1032         
1033         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1034           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1035         
1036         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1037           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1038         
1039         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1040           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1041         
1042         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1043           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1044         
1045         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1046           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1047         
1048         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1049           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1050         
1051         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1052           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1053         
1054         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1055           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1056         
1057         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1058           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1059         
1060         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1061         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1062           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1063         
1064         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1065         public static gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1066           return (gov.grants.apply.forms.csreesApplicationModificationV10.CSREESApplicationModificationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1067         
1068         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1069         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 {
1070           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1071         
1072         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1073         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 {
1074           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1075         
1076         private Factory() { } // No instance of this class allowed
1077     }
1078 }