View Javadoc
1   /*
2    * An XML document type.
3    * Localname: RR_Budget10
4    * Namespace: http://apply.grants.gov/forms/RR_Budget10-V1.1
5    * Java type: gov.grants.apply.forms.rrBudget10V11.RRBudget10Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrBudget10V11;
10  
11  
12  /**
13   * A document containing one RR_Budget10(@http://apply.grants.gov/forms/RR_Budget10-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface RRBudget10Document 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(RRBudget10Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget1028a4doctype");
21      
22      /**
23       * Gets the "RR_Budget10" element
24       */
25      gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 getRRBudget10();
26      
27      /**
28       * Sets the "RR_Budget10" element
29       */
30      void setRRBudget10(gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 rrBudget10);
31      
32      /**
33       * Appends and returns a new empty "RR_Budget10" element
34       */
35      gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 addNewRRBudget10();
36      
37      /**
38       * An XML RR_Budget10(@http://apply.grants.gov/forms/RR_Budget10-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface RRBudget10 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(RRBudget10.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget101735elemtype");
46          
47          /**
48           * Gets the "DUNSID" element
49           */
50          java.lang.String getDUNSID();
51          
52          /**
53           * Gets (as xml) the "DUNSID" element
54           */
55          gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSID();
56          
57          /**
58           * Sets the "DUNSID" element
59           */
60          void setDUNSID(java.lang.String dunsid);
61          
62          /**
63           * Sets (as xml) the "DUNSID" element
64           */
65          void xsetDUNSID(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsid);
66          
67          /**
68           * Gets the "BudgetType" element
69           */
70          gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType.Enum getBudgetType();
71          
72          /**
73           * Gets (as xml) the "BudgetType" element
74           */
75          gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType xgetBudgetType();
76          
77          /**
78           * Sets the "BudgetType" element
79           */
80          void setBudgetType(gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType.Enum budgetType);
81          
82          /**
83           * Sets (as xml) the "BudgetType" element
84           */
85          void xsetBudgetType(gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType budgetType);
86          
87          /**
88           * Gets the "OrganizationName" element
89           */
90          java.lang.String getOrganizationName();
91          
92          /**
93           * Gets (as xml) the "OrganizationName" element
94           */
95          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
96          
97          /**
98           * True if has "OrganizationName" element
99           */
100         boolean isSetOrganizationName();
101         
102         /**
103          * Sets the "OrganizationName" element
104          */
105         void setOrganizationName(java.lang.String organizationName);
106         
107         /**
108          * Sets (as xml) the "OrganizationName" element
109          */
110         void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
111         
112         /**
113          * Unsets the "OrganizationName" element
114          */
115         void unsetOrganizationName();
116         
117         /**
118          * Gets array of all "BudgetYear" elements
119          */
120         gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType[] getBudgetYearArray();
121         
122         /**
123          * Gets ith "BudgetYear" element
124          */
125         gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType getBudgetYearArray(int i);
126         
127         /**
128          * Returns number of "BudgetYear" element
129          */
130         int sizeOfBudgetYearArray();
131         
132         /**
133          * Sets array of all "BudgetYear" element
134          */
135         void setBudgetYearArray(gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType[] budgetYearArray);
136         
137         /**
138          * Sets ith "BudgetYear" element
139          */
140         void setBudgetYearArray(int i, gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType budgetYear);
141         
142         /**
143          * Inserts and returns a new empty value (as xml) as the ith "BudgetYear" element
144          */
145         gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType insertNewBudgetYear(int i);
146         
147         /**
148          * Appends and returns a new empty value (as xml) as the last "BudgetYear" element
149          */
150         gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType addNewBudgetYear();
151         
152         /**
153          * Removes the ith "BudgetYear" element
154          */
155         void removeBudgetYear(int i);
156         
157         /**
158          * Gets the "BudgetJustificationAttachment" element
159          */
160         gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBudgetJustificationAttachment();
161         
162         /**
163          * Sets the "BudgetJustificationAttachment" element
164          */
165         void setBudgetJustificationAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType budgetJustificationAttachment);
166         
167         /**
168          * Appends and returns a new empty "BudgetJustificationAttachment" element
169          */
170         gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBudgetJustificationAttachment();
171         
172         /**
173          * Gets the "BudgetSummary" element
174          */
175         gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary getBudgetSummary();
176         
177         /**
178          * Sets the "BudgetSummary" element
179          */
180         void setBudgetSummary(gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary budgetSummary);
181         
182         /**
183          * Appends and returns a new empty "BudgetSummary" element
184          */
185         gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary addNewBudgetSummary();
186         
187         /**
188          * Gets the "FormVersion" attribute
189          */
190         java.lang.String getFormVersion();
191         
192         /**
193          * Gets (as xml) the "FormVersion" attribute
194          */
195         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
196         
197         /**
198          * Sets the "FormVersion" attribute
199          */
200         void setFormVersion(java.lang.String formVersion);
201         
202         /**
203          * Sets (as xml) the "FormVersion" attribute
204          */
205         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
206         
207         /**
208          * An XML BudgetSummary(@http://apply.grants.gov/forms/RR_Budget10-V1.1).
209          *
210          * This is a complex type.
211          */
212         public interface BudgetSummary extends org.apache.xmlbeans.XmlObject
213         {
214             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
215                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetsummaryb228elemtype");
216             
217             /**
218              * Gets the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
219              */
220             java.math.BigDecimal getCumulativeTotalFundsRequestedSeniorKeyPerson();
221             
222             /**
223              * Gets (as xml) the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
224              */
225             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedSeniorKeyPerson();
226             
227             /**
228              * Sets the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
229              */
230             void setCumulativeTotalFundsRequestedSeniorKeyPerson(java.math.BigDecimal cumulativeTotalFundsRequestedSeniorKeyPerson);
231             
232             /**
233              * Sets (as xml) the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
234              */
235             void xsetCumulativeTotalFundsRequestedSeniorKeyPerson(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedSeniorKeyPerson);
236             
237             /**
238              * Gets the "CumulativeTotalFundsRequestedOtherPersonnel" element
239              */
240             java.math.BigDecimal getCumulativeTotalFundsRequestedOtherPersonnel();
241             
242             /**
243              * Gets (as xml) the "CumulativeTotalFundsRequestedOtherPersonnel" element
244              */
245             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedOtherPersonnel();
246             
247             /**
248              * True if has "CumulativeTotalFundsRequestedOtherPersonnel" element
249              */
250             boolean isSetCumulativeTotalFundsRequestedOtherPersonnel();
251             
252             /**
253              * Sets the "CumulativeTotalFundsRequestedOtherPersonnel" element
254              */
255             void setCumulativeTotalFundsRequestedOtherPersonnel(java.math.BigDecimal cumulativeTotalFundsRequestedOtherPersonnel);
256             
257             /**
258              * Sets (as xml) the "CumulativeTotalFundsRequestedOtherPersonnel" element
259              */
260             void xsetCumulativeTotalFundsRequestedOtherPersonnel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedOtherPersonnel);
261             
262             /**
263              * Unsets the "CumulativeTotalFundsRequestedOtherPersonnel" element
264              */
265             void unsetCumulativeTotalFundsRequestedOtherPersonnel();
266             
267             /**
268              * Gets the "CumulativeTotalNoOtherPersonnel" element
269              */
270             int getCumulativeTotalNoOtherPersonnel();
271             
272             /**
273              * Gets (as xml) the "CumulativeTotalNoOtherPersonnel" element
274              */
275             gov.grants.apply.forms.rrBudget10V11.Int4DataType xgetCumulativeTotalNoOtherPersonnel();
276             
277             /**
278              * True if has "CumulativeTotalNoOtherPersonnel" element
279              */
280             boolean isSetCumulativeTotalNoOtherPersonnel();
281             
282             /**
283              * Sets the "CumulativeTotalNoOtherPersonnel" element
284              */
285             void setCumulativeTotalNoOtherPersonnel(int cumulativeTotalNoOtherPersonnel);
286             
287             /**
288              * Sets (as xml) the "CumulativeTotalNoOtherPersonnel" element
289              */
290             void xsetCumulativeTotalNoOtherPersonnel(gov.grants.apply.forms.rrBudget10V11.Int4DataType cumulativeTotalNoOtherPersonnel);
291             
292             /**
293              * Unsets the "CumulativeTotalNoOtherPersonnel" element
294              */
295             void unsetCumulativeTotalNoOtherPersonnel();
296             
297             /**
298              * Gets the "CumulativeTotalFundsRequestedPersonnel" element
299              */
300             java.math.BigDecimal getCumulativeTotalFundsRequestedPersonnel();
301             
302             /**
303              * Gets (as xml) the "CumulativeTotalFundsRequestedPersonnel" element
304              */
305             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedPersonnel();
306             
307             /**
308              * Sets the "CumulativeTotalFundsRequestedPersonnel" element
309              */
310             void setCumulativeTotalFundsRequestedPersonnel(java.math.BigDecimal cumulativeTotalFundsRequestedPersonnel);
311             
312             /**
313              * Sets (as xml) the "CumulativeTotalFundsRequestedPersonnel" element
314              */
315             void xsetCumulativeTotalFundsRequestedPersonnel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedPersonnel);
316             
317             /**
318              * Gets the "CumulativeTotalFundsRequestedEquipment" element
319              */
320             java.math.BigDecimal getCumulativeTotalFundsRequestedEquipment();
321             
322             /**
323              * Gets (as xml) the "CumulativeTotalFundsRequestedEquipment" element
324              */
325             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedEquipment();
326             
327             /**
328              * True if has "CumulativeTotalFundsRequestedEquipment" element
329              */
330             boolean isSetCumulativeTotalFundsRequestedEquipment();
331             
332             /**
333              * Sets the "CumulativeTotalFundsRequestedEquipment" element
334              */
335             void setCumulativeTotalFundsRequestedEquipment(java.math.BigDecimal cumulativeTotalFundsRequestedEquipment);
336             
337             /**
338              * Sets (as xml) the "CumulativeTotalFundsRequestedEquipment" element
339              */
340             void xsetCumulativeTotalFundsRequestedEquipment(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedEquipment);
341             
342             /**
343              * Unsets the "CumulativeTotalFundsRequestedEquipment" element
344              */
345             void unsetCumulativeTotalFundsRequestedEquipment();
346             
347             /**
348              * Gets the "CumulativeTotalFundsRequestedTravel" element
349              */
350             java.math.BigDecimal getCumulativeTotalFundsRequestedTravel();
351             
352             /**
353              * Gets (as xml) the "CumulativeTotalFundsRequestedTravel" element
354              */
355             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedTravel();
356             
357             /**
358              * True if has "CumulativeTotalFundsRequestedTravel" element
359              */
360             boolean isSetCumulativeTotalFundsRequestedTravel();
361             
362             /**
363              * Sets the "CumulativeTotalFundsRequestedTravel" element
364              */
365             void setCumulativeTotalFundsRequestedTravel(java.math.BigDecimal cumulativeTotalFundsRequestedTravel);
366             
367             /**
368              * Sets (as xml) the "CumulativeTotalFundsRequestedTravel" element
369              */
370             void xsetCumulativeTotalFundsRequestedTravel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedTravel);
371             
372             /**
373              * Unsets the "CumulativeTotalFundsRequestedTravel" element
374              */
375             void unsetCumulativeTotalFundsRequestedTravel();
376             
377             /**
378              * Gets the "CumulativeDomesticTravelCosts" element
379              */
380             java.math.BigDecimal getCumulativeDomesticTravelCosts();
381             
382             /**
383              * Gets (as xml) the "CumulativeDomesticTravelCosts" element
384              */
385             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeDomesticTravelCosts();
386             
387             /**
388              * True if has "CumulativeDomesticTravelCosts" element
389              */
390             boolean isSetCumulativeDomesticTravelCosts();
391             
392             /**
393              * Sets the "CumulativeDomesticTravelCosts" element
394              */
395             void setCumulativeDomesticTravelCosts(java.math.BigDecimal cumulativeDomesticTravelCosts);
396             
397             /**
398              * Sets (as xml) the "CumulativeDomesticTravelCosts" element
399              */
400             void xsetCumulativeDomesticTravelCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeDomesticTravelCosts);
401             
402             /**
403              * Unsets the "CumulativeDomesticTravelCosts" element
404              */
405             void unsetCumulativeDomesticTravelCosts();
406             
407             /**
408              * Gets the "CumulativeForeignTravelCosts" element
409              */
410             java.math.BigDecimal getCumulativeForeignTravelCosts();
411             
412             /**
413              * Gets (as xml) the "CumulativeForeignTravelCosts" element
414              */
415             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeForeignTravelCosts();
416             
417             /**
418              * True if has "CumulativeForeignTravelCosts" element
419              */
420             boolean isSetCumulativeForeignTravelCosts();
421             
422             /**
423              * Sets the "CumulativeForeignTravelCosts" element
424              */
425             void setCumulativeForeignTravelCosts(java.math.BigDecimal cumulativeForeignTravelCosts);
426             
427             /**
428              * Sets (as xml) the "CumulativeForeignTravelCosts" element
429              */
430             void xsetCumulativeForeignTravelCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeForeignTravelCosts);
431             
432             /**
433              * Unsets the "CumulativeForeignTravelCosts" element
434              */
435             void unsetCumulativeForeignTravelCosts();
436             
437             /**
438              * Gets the "CumulativeTotalFundsRequestedTraineeCosts" element
439              */
440             java.math.BigDecimal getCumulativeTotalFundsRequestedTraineeCosts();
441             
442             /**
443              * Gets (as xml) the "CumulativeTotalFundsRequestedTraineeCosts" element
444              */
445             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedTraineeCosts();
446             
447             /**
448              * True if has "CumulativeTotalFundsRequestedTraineeCosts" element
449              */
450             boolean isSetCumulativeTotalFundsRequestedTraineeCosts();
451             
452             /**
453              * Sets the "CumulativeTotalFundsRequestedTraineeCosts" element
454              */
455             void setCumulativeTotalFundsRequestedTraineeCosts(java.math.BigDecimal cumulativeTotalFundsRequestedTraineeCosts);
456             
457             /**
458              * Sets (as xml) the "CumulativeTotalFundsRequestedTraineeCosts" element
459              */
460             void xsetCumulativeTotalFundsRequestedTraineeCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedTraineeCosts);
461             
462             /**
463              * Unsets the "CumulativeTotalFundsRequestedTraineeCosts" element
464              */
465             void unsetCumulativeTotalFundsRequestedTraineeCosts();
466             
467             /**
468              * Gets the "CumulativeTraineeTuitionFeesHealthInsurance" element
469              */
470             java.math.BigDecimal getCumulativeTraineeTuitionFeesHealthInsurance();
471             
472             /**
473              * Gets (as xml) the "CumulativeTraineeTuitionFeesHealthInsurance" element
474              */
475             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeTuitionFeesHealthInsurance();
476             
477             /**
478              * True if has "CumulativeTraineeTuitionFeesHealthInsurance" element
479              */
480             boolean isSetCumulativeTraineeTuitionFeesHealthInsurance();
481             
482             /**
483              * Sets the "CumulativeTraineeTuitionFeesHealthInsurance" element
484              */
485             void setCumulativeTraineeTuitionFeesHealthInsurance(java.math.BigDecimal cumulativeTraineeTuitionFeesHealthInsurance);
486             
487             /**
488              * Sets (as xml) the "CumulativeTraineeTuitionFeesHealthInsurance" element
489              */
490             void xsetCumulativeTraineeTuitionFeesHealthInsurance(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeTuitionFeesHealthInsurance);
491             
492             /**
493              * Unsets the "CumulativeTraineeTuitionFeesHealthInsurance" element
494              */
495             void unsetCumulativeTraineeTuitionFeesHealthInsurance();
496             
497             /**
498              * Gets the "CumulativeTraineeStipends" element
499              */
500             java.math.BigDecimal getCumulativeTraineeStipends();
501             
502             /**
503              * Gets (as xml) the "CumulativeTraineeStipends" element
504              */
505             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeStipends();
506             
507             /**
508              * True if has "CumulativeTraineeStipends" element
509              */
510             boolean isSetCumulativeTraineeStipends();
511             
512             /**
513              * Sets the "CumulativeTraineeStipends" element
514              */
515             void setCumulativeTraineeStipends(java.math.BigDecimal cumulativeTraineeStipends);
516             
517             /**
518              * Sets (as xml) the "CumulativeTraineeStipends" element
519              */
520             void xsetCumulativeTraineeStipends(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeStipends);
521             
522             /**
523              * Unsets the "CumulativeTraineeStipends" element
524              */
525             void unsetCumulativeTraineeStipends();
526             
527             /**
528              * Gets the "CumulativeTraineeTravel" element
529              */
530             java.math.BigDecimal getCumulativeTraineeTravel();
531             
532             /**
533              * Gets (as xml) the "CumulativeTraineeTravel" element
534              */
535             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeTravel();
536             
537             /**
538              * True if has "CumulativeTraineeTravel" element
539              */
540             boolean isSetCumulativeTraineeTravel();
541             
542             /**
543              * Sets the "CumulativeTraineeTravel" element
544              */
545             void setCumulativeTraineeTravel(java.math.BigDecimal cumulativeTraineeTravel);
546             
547             /**
548              * Sets (as xml) the "CumulativeTraineeTravel" element
549              */
550             void xsetCumulativeTraineeTravel(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeTravel);
551             
552             /**
553              * Unsets the "CumulativeTraineeTravel" element
554              */
555             void unsetCumulativeTraineeTravel();
556             
557             /**
558              * Gets the "CumulativeTraineeSubsistence" element
559              */
560             java.math.BigDecimal getCumulativeTraineeSubsistence();
561             
562             /**
563              * Gets (as xml) the "CumulativeTraineeSubsistence" element
564              */
565             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeSubsistence();
566             
567             /**
568              * True if has "CumulativeTraineeSubsistence" element
569              */
570             boolean isSetCumulativeTraineeSubsistence();
571             
572             /**
573              * Sets the "CumulativeTraineeSubsistence" element
574              */
575             void setCumulativeTraineeSubsistence(java.math.BigDecimal cumulativeTraineeSubsistence);
576             
577             /**
578              * Sets (as xml) the "CumulativeTraineeSubsistence" element
579              */
580             void xsetCumulativeTraineeSubsistence(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeSubsistence);
581             
582             /**
583              * Unsets the "CumulativeTraineeSubsistence" element
584              */
585             void unsetCumulativeTraineeSubsistence();
586             
587             /**
588              * Gets the "CumulativeOtherTraineeCost" element
589              */
590             java.math.BigDecimal getCumulativeOtherTraineeCost();
591             
592             /**
593              * Gets (as xml) the "CumulativeOtherTraineeCost" element
594              */
595             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOtherTraineeCost();
596             
597             /**
598              * True if has "CumulativeOtherTraineeCost" element
599              */
600             boolean isSetCumulativeOtherTraineeCost();
601             
602             /**
603              * Sets the "CumulativeOtherTraineeCost" element
604              */
605             void setCumulativeOtherTraineeCost(java.math.BigDecimal cumulativeOtherTraineeCost);
606             
607             /**
608              * Sets (as xml) the "CumulativeOtherTraineeCost" element
609              */
610             void xsetCumulativeOtherTraineeCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOtherTraineeCost);
611             
612             /**
613              * Unsets the "CumulativeOtherTraineeCost" element
614              */
615             void unsetCumulativeOtherTraineeCost();
616             
617             /**
618              * Gets the "CumulativeNoofTrainees" element
619              */
620             int getCumulativeNoofTrainees();
621             
622             /**
623              * Gets (as xml) the "CumulativeNoofTrainees" element
624              */
625             gov.grants.apply.forms.rrBudget10V11.Int3DataType xgetCumulativeNoofTrainees();
626             
627             /**
628              * True if has "CumulativeNoofTrainees" element
629              */
630             boolean isSetCumulativeNoofTrainees();
631             
632             /**
633              * Sets the "CumulativeNoofTrainees" element
634              */
635             void setCumulativeNoofTrainees(int cumulativeNoofTrainees);
636             
637             /**
638              * Sets (as xml) the "CumulativeNoofTrainees" element
639              */
640             void xsetCumulativeNoofTrainees(gov.grants.apply.forms.rrBudget10V11.Int3DataType cumulativeNoofTrainees);
641             
642             /**
643              * Unsets the "CumulativeNoofTrainees" element
644              */
645             void unsetCumulativeNoofTrainees();
646             
647             /**
648              * Gets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
649              */
650             java.math.BigDecimal getCumulativeTotalFundsRequestedOtherDirectCosts();
651             
652             /**
653              * Gets (as xml) the "CumulativeTotalFundsRequestedOtherDirectCosts" element
654              */
655             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedOtherDirectCosts();
656             
657             /**
658              * True if has "CumulativeTotalFundsRequestedOtherDirectCosts" element
659              */
660             boolean isSetCumulativeTotalFundsRequestedOtherDirectCosts();
661             
662             /**
663              * Sets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
664              */
665             void setCumulativeTotalFundsRequestedOtherDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedOtherDirectCosts);
666             
667             /**
668              * Sets (as xml) the "CumulativeTotalFundsRequestedOtherDirectCosts" element
669              */
670             void xsetCumulativeTotalFundsRequestedOtherDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedOtherDirectCosts);
671             
672             /**
673              * Unsets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
674              */
675             void unsetCumulativeTotalFundsRequestedOtherDirectCosts();
676             
677             /**
678              * Gets the "CumulativeMaterialAndSupplies" element
679              */
680             java.math.BigDecimal getCumulativeMaterialAndSupplies();
681             
682             /**
683              * Gets (as xml) the "CumulativeMaterialAndSupplies" element
684              */
685             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeMaterialAndSupplies();
686             
687             /**
688              * True if has "CumulativeMaterialAndSupplies" element
689              */
690             boolean isSetCumulativeMaterialAndSupplies();
691             
692             /**
693              * Sets the "CumulativeMaterialAndSupplies" element
694              */
695             void setCumulativeMaterialAndSupplies(java.math.BigDecimal cumulativeMaterialAndSupplies);
696             
697             /**
698              * Sets (as xml) the "CumulativeMaterialAndSupplies" element
699              */
700             void xsetCumulativeMaterialAndSupplies(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeMaterialAndSupplies);
701             
702             /**
703              * Unsets the "CumulativeMaterialAndSupplies" element
704              */
705             void unsetCumulativeMaterialAndSupplies();
706             
707             /**
708              * Gets the "CumulativePublicationCosts" element
709              */
710             java.math.BigDecimal getCumulativePublicationCosts();
711             
712             /**
713              * Gets (as xml) the "CumulativePublicationCosts" element
714              */
715             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativePublicationCosts();
716             
717             /**
718              * True if has "CumulativePublicationCosts" element
719              */
720             boolean isSetCumulativePublicationCosts();
721             
722             /**
723              * Sets the "CumulativePublicationCosts" element
724              */
725             void setCumulativePublicationCosts(java.math.BigDecimal cumulativePublicationCosts);
726             
727             /**
728              * Sets (as xml) the "CumulativePublicationCosts" element
729              */
730             void xsetCumulativePublicationCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativePublicationCosts);
731             
732             /**
733              * Unsets the "CumulativePublicationCosts" element
734              */
735             void unsetCumulativePublicationCosts();
736             
737             /**
738              * Gets the "CumulativeConsultantServices" element
739              */
740             java.math.BigDecimal getCumulativeConsultantServices();
741             
742             /**
743              * Gets (as xml) the "CumulativeConsultantServices" element
744              */
745             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeConsultantServices();
746             
747             /**
748              * True if has "CumulativeConsultantServices" element
749              */
750             boolean isSetCumulativeConsultantServices();
751             
752             /**
753              * Sets the "CumulativeConsultantServices" element
754              */
755             void setCumulativeConsultantServices(java.math.BigDecimal cumulativeConsultantServices);
756             
757             /**
758              * Sets (as xml) the "CumulativeConsultantServices" element
759              */
760             void xsetCumulativeConsultantServices(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeConsultantServices);
761             
762             /**
763              * Unsets the "CumulativeConsultantServices" element
764              */
765             void unsetCumulativeConsultantServices();
766             
767             /**
768              * Gets the "CumulativeADPComputerServices" element
769              */
770             java.math.BigDecimal getCumulativeADPComputerServices();
771             
772             /**
773              * Gets (as xml) the "CumulativeADPComputerServices" element
774              */
775             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeADPComputerServices();
776             
777             /**
778              * True if has "CumulativeADPComputerServices" element
779              */
780             boolean isSetCumulativeADPComputerServices();
781             
782             /**
783              * Sets the "CumulativeADPComputerServices" element
784              */
785             void setCumulativeADPComputerServices(java.math.BigDecimal cumulativeADPComputerServices);
786             
787             /**
788              * Sets (as xml) the "CumulativeADPComputerServices" element
789              */
790             void xsetCumulativeADPComputerServices(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeADPComputerServices);
791             
792             /**
793              * Unsets the "CumulativeADPComputerServices" element
794              */
795             void unsetCumulativeADPComputerServices();
796             
797             /**
798              * Gets the "CumulativeSubawardConsortiumContractualCosts" element
799              */
800             java.math.BigDecimal getCumulativeSubawardConsortiumContractualCosts();
801             
802             /**
803              * Gets (as xml) the "CumulativeSubawardConsortiumContractualCosts" element
804              */
805             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeSubawardConsortiumContractualCosts();
806             
807             /**
808              * True if has "CumulativeSubawardConsortiumContractualCosts" element
809              */
810             boolean isSetCumulativeSubawardConsortiumContractualCosts();
811             
812             /**
813              * Sets the "CumulativeSubawardConsortiumContractualCosts" element
814              */
815             void setCumulativeSubawardConsortiumContractualCosts(java.math.BigDecimal cumulativeSubawardConsortiumContractualCosts);
816             
817             /**
818              * Sets (as xml) the "CumulativeSubawardConsortiumContractualCosts" element
819              */
820             void xsetCumulativeSubawardConsortiumContractualCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeSubawardConsortiumContractualCosts);
821             
822             /**
823              * Unsets the "CumulativeSubawardConsortiumContractualCosts" element
824              */
825             void unsetCumulativeSubawardConsortiumContractualCosts();
826             
827             /**
828              * Gets the "CumulativeEquipmentFacilityRentalFees" element
829              */
830             java.math.BigDecimal getCumulativeEquipmentFacilityRentalFees();
831             
832             /**
833              * Gets (as xml) the "CumulativeEquipmentFacilityRentalFees" element
834              */
835             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeEquipmentFacilityRentalFees();
836             
837             /**
838              * True if has "CumulativeEquipmentFacilityRentalFees" element
839              */
840             boolean isSetCumulativeEquipmentFacilityRentalFees();
841             
842             /**
843              * Sets the "CumulativeEquipmentFacilityRentalFees" element
844              */
845             void setCumulativeEquipmentFacilityRentalFees(java.math.BigDecimal cumulativeEquipmentFacilityRentalFees);
846             
847             /**
848              * Sets (as xml) the "CumulativeEquipmentFacilityRentalFees" element
849              */
850             void xsetCumulativeEquipmentFacilityRentalFees(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeEquipmentFacilityRentalFees);
851             
852             /**
853              * Unsets the "CumulativeEquipmentFacilityRentalFees" element
854              */
855             void unsetCumulativeEquipmentFacilityRentalFees();
856             
857             /**
858              * Gets the "CumulativeAlterationsAndRenovations" element
859              */
860             java.math.BigDecimal getCumulativeAlterationsAndRenovations();
861             
862             /**
863              * Gets (as xml) the "CumulativeAlterationsAndRenovations" element
864              */
865             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeAlterationsAndRenovations();
866             
867             /**
868              * True if has "CumulativeAlterationsAndRenovations" element
869              */
870             boolean isSetCumulativeAlterationsAndRenovations();
871             
872             /**
873              * Sets the "CumulativeAlterationsAndRenovations" element
874              */
875             void setCumulativeAlterationsAndRenovations(java.math.BigDecimal cumulativeAlterationsAndRenovations);
876             
877             /**
878              * Sets (as xml) the "CumulativeAlterationsAndRenovations" element
879              */
880             void xsetCumulativeAlterationsAndRenovations(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeAlterationsAndRenovations);
881             
882             /**
883              * Unsets the "CumulativeAlterationsAndRenovations" element
884              */
885             void unsetCumulativeAlterationsAndRenovations();
886             
887             /**
888              * Gets the "CumulativeOther1DirectCost" element
889              */
890             java.math.BigDecimal getCumulativeOther1DirectCost();
891             
892             /**
893              * Gets (as xml) the "CumulativeOther1DirectCost" element
894              */
895             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther1DirectCost();
896             
897             /**
898              * True if has "CumulativeOther1DirectCost" element
899              */
900             boolean isSetCumulativeOther1DirectCost();
901             
902             /**
903              * Sets the "CumulativeOther1DirectCost" element
904              */
905             void setCumulativeOther1DirectCost(java.math.BigDecimal cumulativeOther1DirectCost);
906             
907             /**
908              * Sets (as xml) the "CumulativeOther1DirectCost" element
909              */
910             void xsetCumulativeOther1DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther1DirectCost);
911             
912             /**
913              * Unsets the "CumulativeOther1DirectCost" element
914              */
915             void unsetCumulativeOther1DirectCost();
916             
917             /**
918              * Gets the "CumulativeOther2DirectCost" element
919              */
920             java.math.BigDecimal getCumulativeOther2DirectCost();
921             
922             /**
923              * Gets (as xml) the "CumulativeOther2DirectCost" element
924              */
925             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther2DirectCost();
926             
927             /**
928              * True if has "CumulativeOther2DirectCost" element
929              */
930             boolean isSetCumulativeOther2DirectCost();
931             
932             /**
933              * Sets the "CumulativeOther2DirectCost" element
934              */
935             void setCumulativeOther2DirectCost(java.math.BigDecimal cumulativeOther2DirectCost);
936             
937             /**
938              * Sets (as xml) the "CumulativeOther2DirectCost" element
939              */
940             void xsetCumulativeOther2DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther2DirectCost);
941             
942             /**
943              * Unsets the "CumulativeOther2DirectCost" element
944              */
945             void unsetCumulativeOther2DirectCost();
946             
947             /**
948              * Gets the "CumulativeOther3DirectCost" element
949              */
950             java.math.BigDecimal getCumulativeOther3DirectCost();
951             
952             /**
953              * Gets (as xml) the "CumulativeOther3DirectCost" element
954              */
955             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther3DirectCost();
956             
957             /**
958              * True if has "CumulativeOther3DirectCost" element
959              */
960             boolean isSetCumulativeOther3DirectCost();
961             
962             /**
963              * Sets the "CumulativeOther3DirectCost" element
964              */
965             void setCumulativeOther3DirectCost(java.math.BigDecimal cumulativeOther3DirectCost);
966             
967             /**
968              * Sets (as xml) the "CumulativeOther3DirectCost" element
969              */
970             void xsetCumulativeOther3DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther3DirectCost);
971             
972             /**
973              * Unsets the "CumulativeOther3DirectCost" element
974              */
975             void unsetCumulativeOther3DirectCost();
976             
977             /**
978              * Gets the "CumulativeTotalFundsRequestedDirectCosts" element
979              */
980             java.math.BigDecimal getCumulativeTotalFundsRequestedDirectCosts();
981             
982             /**
983              * Gets (as xml) the "CumulativeTotalFundsRequestedDirectCosts" element
984              */
985             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectCosts();
986             
987             /**
988              * Sets the "CumulativeTotalFundsRequestedDirectCosts" element
989              */
990             void setCumulativeTotalFundsRequestedDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectCosts);
991             
992             /**
993              * Sets (as xml) the "CumulativeTotalFundsRequestedDirectCosts" element
994              */
995             void xsetCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectCosts);
996             
997             /**
998              * Gets the "CumulativeTotalFundsRequestedIndirectCost" element
999              */
1000             java.math.BigDecimal getCumulativeTotalFundsRequestedIndirectCost();
1001             
1002             /**
1003              * Gets (as xml) the "CumulativeTotalFundsRequestedIndirectCost" element
1004              */
1005             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedIndirectCost();
1006             
1007             /**
1008              * True if has "CumulativeTotalFundsRequestedIndirectCost" element
1009              */
1010             boolean isSetCumulativeTotalFundsRequestedIndirectCost();
1011             
1012             /**
1013              * Sets the "CumulativeTotalFundsRequestedIndirectCost" element
1014              */
1015             void setCumulativeTotalFundsRequestedIndirectCost(java.math.BigDecimal cumulativeTotalFundsRequestedIndirectCost);
1016             
1017             /**
1018              * Sets (as xml) the "CumulativeTotalFundsRequestedIndirectCost" element
1019              */
1020             void xsetCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedIndirectCost);
1021             
1022             /**
1023              * Unsets the "CumulativeTotalFundsRequestedIndirectCost" element
1024              */
1025             void unsetCumulativeTotalFundsRequestedIndirectCost();
1026             
1027             /**
1028              * Gets the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
1029              */
1030             java.math.BigDecimal getCumulativeTotalFundsRequestedDirectIndirectCosts();
1031             
1032             /**
1033              * Gets (as xml) the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
1034              */
1035             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectIndirectCosts();
1036             
1037             /**
1038              * Sets the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
1039              */
1040             void setCumulativeTotalFundsRequestedDirectIndirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectIndirectCosts);
1041             
1042             /**
1043              * Sets (as xml) the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
1044              */
1045             void xsetCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
1046             
1047             /**
1048              * Gets the "CumulativeFee" element
1049              */
1050             java.math.BigDecimal getCumulativeFee();
1051             
1052             /**
1053              * Gets (as xml) the "CumulativeFee" element
1054              */
1055             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeFee();
1056             
1057             /**
1058              * True if has "CumulativeFee" element
1059              */
1060             boolean isSetCumulativeFee();
1061             
1062             /**
1063              * Sets the "CumulativeFee" element
1064              */
1065             void setCumulativeFee(java.math.BigDecimal cumulativeFee);
1066             
1067             /**
1068              * Sets (as xml) the "CumulativeFee" element
1069              */
1070             void xsetCumulativeFee(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeFee);
1071             
1072             /**
1073              * Unsets the "CumulativeFee" element
1074              */
1075             void unsetCumulativeFee();
1076             
1077             /**
1078              * A factory class with static methods for creating instances
1079              * of this type.
1080              */
1081             
1082             public static final class Factory
1083             {
1084                 public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary newInstance() {
1085                   return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1086                 
1087                 public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
1088                   return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1089                 
1090                 private Factory() { } // No instance of this class allowed
1091             }
1092         }
1093         
1094         /**
1095          * A factory class with static methods for creating instances
1096          * of this type.
1097          */
1098         
1099         public static final class Factory
1100         {
1101             public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 newInstance() {
1102               return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1103             
1104             public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 newInstance(org.apache.xmlbeans.XmlOptions options) {
1105               return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1106             
1107             private Factory() { } // No instance of this class allowed
1108         }
1109     }
1110     
1111     /**
1112      * A factory class with static methods for creating instances
1113      * of this type.
1114      */
1115     
1116     public static final class Factory
1117     {
1118         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document newInstance() {
1119           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1120         
1121         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1122           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1123         
1124         /** @param xmlAsString the string value to parse */
1125         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1126           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1127         
1128         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1129           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1130         
1131         /** @param file the file from which to load an xml document */
1132         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1133           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1134         
1135         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1136           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1137         
1138         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1139           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1140         
1141         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1142           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1143         
1144         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1145           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1146         
1147         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1148           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1149         
1150         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1151           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1152         
1153         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1154           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1155         
1156         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1157           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1158         
1159         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1160           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1161         
1162         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1163           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1164         
1165         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1166           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1167         
1168         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1169         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1170           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1171         
1172         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1173         public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1174           return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1175         
1176         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1177         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 {
1178           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1179         
1180         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1181         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 {
1182           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1183         
1184         private Factory() { } // No instance of this class allowed
1185     }
1186 }