View Javadoc
1   /*
2    * An XML document type.
3    * Localname: RR_FedNonFedBudget10
4    * Namespace: http://apply.grants.gov/forms/RR_FedNonFedBudget10-V1.1
5    * Java type: gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrFedNonFedBudget10V11;
10  
11  
12  /**
13   * A document containing one RR_FedNonFedBudget10(@http://apply.grants.gov/forms/RR_FedNonFedBudget10-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface RRFedNonFedBudget10Document 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(RRFedNonFedBudget10Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrfednonfedbudget100ededoctype");
21      
22      /**
23       * Gets the "RR_FedNonFedBudget10" element
24       */
25      gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 getRRFedNonFedBudget10();
26      
27      /**
28       * Sets the "RR_FedNonFedBudget10" element
29       */
30      void setRRFedNonFedBudget10(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 rrFedNonFedBudget10);
31      
32      /**
33       * Appends and returns a new empty "RR_FedNonFedBudget10" element
34       */
35      gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 addNewRRFedNonFedBudget10();
36      
37      /**
38       * An XML RR_FedNonFedBudget10(@http://apply.grants.gov/forms/RR_FedNonFedBudget10-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface RRFedNonFedBudget10 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(RRFedNonFedBudget10.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrfednonfedbudget106e40elemtype");
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.rrFedNonFedBudget10V11.BudgetTypeDataType.Enum getBudgetType();
71          
72          /**
73           * Gets (as xml) the "BudgetType" element
74           */
75          gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetTypeDataType xgetBudgetType();
76          
77          /**
78           * Sets the "BudgetType" element
79           */
80          void setBudgetType(gov.grants.apply.forms.rrFedNonFedBudget10V11.BudgetTypeDataType.Enum budgetType);
81          
82          /**
83           * Sets (as xml) the "BudgetType" element
84           */
85          void xsetBudgetType(gov.grants.apply.forms.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.BudgetYearDataType[] getBudgetYearArray();
121         
122         /**
123          * Gets ith "BudgetYear" element
124          */
125         gov.grants.apply.forms.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.BudgetYearDataType[] budgetYearArray);
136         
137         /**
138          * Sets ith "BudgetYear" element
139          */
140         void setBudgetYearArray(int i, gov.grants.apply.forms.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.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.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary getBudgetSummary();
176         
177         /**
178          * Sets the "BudgetSummary" element
179          */
180         void setBudgetSummary(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary budgetSummary);
181         
182         /**
183          * Appends and returns a new empty "BudgetSummary" element
184          */
185         gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.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_FedNonFedBudget10-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("budgetsummary936delemtype");
216             
217             /**
218              * Gets the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
219              */
220             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedSeniorKeyPerson();
221             
222             /**
223              * Sets the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
224              */
225             void setCumulativeTotalFundsRequestedSeniorKeyPerson(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedSeniorKeyPerson);
226             
227             /**
228              * Appends and returns a new empty "CumulativeTotalFundsRequestedSeniorKeyPerson" element
229              */
230             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedSeniorKeyPerson();
231             
232             /**
233              * Gets the "CumulativeTotalFundsRequestedOtherPersonnel" element
234              */
235             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedOtherPersonnel();
236             
237             /**
238              * True if has "CumulativeTotalFundsRequestedOtherPersonnel" element
239              */
240             boolean isSetCumulativeTotalFundsRequestedOtherPersonnel();
241             
242             /**
243              * Sets the "CumulativeTotalFundsRequestedOtherPersonnel" element
244              */
245             void setCumulativeTotalFundsRequestedOtherPersonnel(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedOtherPersonnel);
246             
247             /**
248              * Appends and returns a new empty "CumulativeTotalFundsRequestedOtherPersonnel" element
249              */
250             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedOtherPersonnel();
251             
252             /**
253              * Unsets the "CumulativeTotalFundsRequestedOtherPersonnel" element
254              */
255             void unsetCumulativeTotalFundsRequestedOtherPersonnel();
256             
257             /**
258              * Gets the "CumulativeTotalNoOtherPersonnel" element
259              */
260             int getCumulativeTotalNoOtherPersonnel();
261             
262             /**
263              * Gets (as xml) the "CumulativeTotalNoOtherPersonnel" element
264              */
265             gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel xgetCumulativeTotalNoOtherPersonnel();
266             
267             /**
268              * True if has "CumulativeTotalNoOtherPersonnel" element
269              */
270             boolean isSetCumulativeTotalNoOtherPersonnel();
271             
272             /**
273              * Sets the "CumulativeTotalNoOtherPersonnel" element
274              */
275             void setCumulativeTotalNoOtherPersonnel(int cumulativeTotalNoOtherPersonnel);
276             
277             /**
278              * Sets (as xml) the "CumulativeTotalNoOtherPersonnel" element
279              */
280             void xsetCumulativeTotalNoOtherPersonnel(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel cumulativeTotalNoOtherPersonnel);
281             
282             /**
283              * Unsets the "CumulativeTotalNoOtherPersonnel" element
284              */
285             void unsetCumulativeTotalNoOtherPersonnel();
286             
287             /**
288              * Gets the "CumulativeTotalFundsRequestedPersonnel" element
289              */
290             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedPersonnel();
291             
292             /**
293              * Sets the "CumulativeTotalFundsRequestedPersonnel" element
294              */
295             void setCumulativeTotalFundsRequestedPersonnel(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedPersonnel);
296             
297             /**
298              * Appends and returns a new empty "CumulativeTotalFundsRequestedPersonnel" element
299              */
300             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedPersonnel();
301             
302             /**
303              * Gets the "CumulativeTotalFundsRequestedEquipment" element
304              */
305             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedEquipment();
306             
307             /**
308              * True if has "CumulativeTotalFundsRequestedEquipment" element
309              */
310             boolean isSetCumulativeTotalFundsRequestedEquipment();
311             
312             /**
313              * Sets the "CumulativeTotalFundsRequestedEquipment" element
314              */
315             void setCumulativeTotalFundsRequestedEquipment(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedEquipment);
316             
317             /**
318              * Appends and returns a new empty "CumulativeTotalFundsRequestedEquipment" element
319              */
320             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedEquipment();
321             
322             /**
323              * Unsets the "CumulativeTotalFundsRequestedEquipment" element
324              */
325             void unsetCumulativeTotalFundsRequestedEquipment();
326             
327             /**
328              * Gets the "CumulativeTotalFundsRequestedTravel" element
329              */
330             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedTravel();
331             
332             /**
333              * True if has "CumulativeTotalFundsRequestedTravel" element
334              */
335             boolean isSetCumulativeTotalFundsRequestedTravel();
336             
337             /**
338              * Sets the "CumulativeTotalFundsRequestedTravel" element
339              */
340             void setCumulativeTotalFundsRequestedTravel(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedTravel);
341             
342             /**
343              * Appends and returns a new empty "CumulativeTotalFundsRequestedTravel" element
344              */
345             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedTravel();
346             
347             /**
348              * Unsets the "CumulativeTotalFundsRequestedTravel" element
349              */
350             void unsetCumulativeTotalFundsRequestedTravel();
351             
352             /**
353              * Gets the "CumulativeDomesticTravelCosts" element
354              */
355             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeDomesticTravelCosts();
356             
357             /**
358              * True if has "CumulativeDomesticTravelCosts" element
359              */
360             boolean isSetCumulativeDomesticTravelCosts();
361             
362             /**
363              * Sets the "CumulativeDomesticTravelCosts" element
364              */
365             void setCumulativeDomesticTravelCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeDomesticTravelCosts);
366             
367             /**
368              * Appends and returns a new empty "CumulativeDomesticTravelCosts" element
369              */
370             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeDomesticTravelCosts();
371             
372             /**
373              * Unsets the "CumulativeDomesticTravelCosts" element
374              */
375             void unsetCumulativeDomesticTravelCosts();
376             
377             /**
378              * Gets the "CumulativeForeignTravelCosts" element
379              */
380             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeForeignTravelCosts();
381             
382             /**
383              * True if has "CumulativeForeignTravelCosts" element
384              */
385             boolean isSetCumulativeForeignTravelCosts();
386             
387             /**
388              * Sets the "CumulativeForeignTravelCosts" element
389              */
390             void setCumulativeForeignTravelCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeForeignTravelCosts);
391             
392             /**
393              * Appends and returns a new empty "CumulativeForeignTravelCosts" element
394              */
395             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeForeignTravelCosts();
396             
397             /**
398              * Unsets the "CumulativeForeignTravelCosts" element
399              */
400             void unsetCumulativeForeignTravelCosts();
401             
402             /**
403              * Gets the "CumulativeTotalFundsRequestedTraineeCosts" element
404              */
405             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedTraineeCosts();
406             
407             /**
408              * True if has "CumulativeTotalFundsRequestedTraineeCosts" element
409              */
410             boolean isSetCumulativeTotalFundsRequestedTraineeCosts();
411             
412             /**
413              * Sets the "CumulativeTotalFundsRequestedTraineeCosts" element
414              */
415             void setCumulativeTotalFundsRequestedTraineeCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedTraineeCosts);
416             
417             /**
418              * Appends and returns a new empty "CumulativeTotalFundsRequestedTraineeCosts" element
419              */
420             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedTraineeCosts();
421             
422             /**
423              * Unsets the "CumulativeTotalFundsRequestedTraineeCosts" element
424              */
425             void unsetCumulativeTotalFundsRequestedTraineeCosts();
426             
427             /**
428              * Gets the "CumulativeTraineeTuitionFeesHealthInsurance" element
429              */
430             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeTuitionFeesHealthInsurance();
431             
432             /**
433              * True if has "CumulativeTraineeTuitionFeesHealthInsurance" element
434              */
435             boolean isSetCumulativeTraineeTuitionFeesHealthInsurance();
436             
437             /**
438              * Sets the "CumulativeTraineeTuitionFeesHealthInsurance" element
439              */
440             void setCumulativeTraineeTuitionFeesHealthInsurance(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeTuitionFeesHealthInsurance);
441             
442             /**
443              * Appends and returns a new empty "CumulativeTraineeTuitionFeesHealthInsurance" element
444              */
445             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeTuitionFeesHealthInsurance();
446             
447             /**
448              * Unsets the "CumulativeTraineeTuitionFeesHealthInsurance" element
449              */
450             void unsetCumulativeTraineeTuitionFeesHealthInsurance();
451             
452             /**
453              * Gets the "CumulativeTraineeStipends" element
454              */
455             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeStipends();
456             
457             /**
458              * True if has "CumulativeTraineeStipends" element
459              */
460             boolean isSetCumulativeTraineeStipends();
461             
462             /**
463              * Sets the "CumulativeTraineeStipends" element
464              */
465             void setCumulativeTraineeStipends(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeStipends);
466             
467             /**
468              * Appends and returns a new empty "CumulativeTraineeStipends" element
469              */
470             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeStipends();
471             
472             /**
473              * Unsets the "CumulativeTraineeStipends" element
474              */
475             void unsetCumulativeTraineeStipends();
476             
477             /**
478              * Gets the "CumulativeTraineeTravel" element
479              */
480             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeTravel();
481             
482             /**
483              * True if has "CumulativeTraineeTravel" element
484              */
485             boolean isSetCumulativeTraineeTravel();
486             
487             /**
488              * Sets the "CumulativeTraineeTravel" element
489              */
490             void setCumulativeTraineeTravel(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeTravel);
491             
492             /**
493              * Appends and returns a new empty "CumulativeTraineeTravel" element
494              */
495             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeTravel();
496             
497             /**
498              * Unsets the "CumulativeTraineeTravel" element
499              */
500             void unsetCumulativeTraineeTravel();
501             
502             /**
503              * Gets the "CumulativeTraineeSubsistence" element
504              */
505             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeTraineeSubsistence();
506             
507             /**
508              * True if has "CumulativeTraineeSubsistence" element
509              */
510             boolean isSetCumulativeTraineeSubsistence();
511             
512             /**
513              * Sets the "CumulativeTraineeSubsistence" element
514              */
515             void setCumulativeTraineeSubsistence(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeTraineeSubsistence);
516             
517             /**
518              * Appends and returns a new empty "CumulativeTraineeSubsistence" element
519              */
520             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeTraineeSubsistence();
521             
522             /**
523              * Unsets the "CumulativeTraineeSubsistence" element
524              */
525             void unsetCumulativeTraineeSubsistence();
526             
527             /**
528              * Gets the "CumulativeOtherTraineeCost" element
529              */
530             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOtherTraineeCost();
531             
532             /**
533              * True if has "CumulativeOtherTraineeCost" element
534              */
535             boolean isSetCumulativeOtherTraineeCost();
536             
537             /**
538              * Sets the "CumulativeOtherTraineeCost" element
539              */
540             void setCumulativeOtherTraineeCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOtherTraineeCost);
541             
542             /**
543              * Appends and returns a new empty "CumulativeOtherTraineeCost" element
544              */
545             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOtherTraineeCost();
546             
547             /**
548              * Unsets the "CumulativeOtherTraineeCost" element
549              */
550             void unsetCumulativeOtherTraineeCost();
551             
552             /**
553              * Gets the "CumulativeNoofTrainees" element
554              */
555             int getCumulativeNoofTrainees();
556             
557             /**
558              * Gets (as xml) the "CumulativeNoofTrainees" element
559              */
560             gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees xgetCumulativeNoofTrainees();
561             
562             /**
563              * True if has "CumulativeNoofTrainees" element
564              */
565             boolean isSetCumulativeNoofTrainees();
566             
567             /**
568              * Sets the "CumulativeNoofTrainees" element
569              */
570             void setCumulativeNoofTrainees(int cumulativeNoofTrainees);
571             
572             /**
573              * Sets (as xml) the "CumulativeNoofTrainees" element
574              */
575             void xsetCumulativeNoofTrainees(gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees cumulativeNoofTrainees);
576             
577             /**
578              * Unsets the "CumulativeNoofTrainees" element
579              */
580             void unsetCumulativeNoofTrainees();
581             
582             /**
583              * Gets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
584              */
585             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedOtherDirectCosts();
586             
587             /**
588              * True if has "CumulativeTotalFundsRequestedOtherDirectCosts" element
589              */
590             boolean isSetCumulativeTotalFundsRequestedOtherDirectCosts();
591             
592             /**
593              * Sets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
594              */
595             void setCumulativeTotalFundsRequestedOtherDirectCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedOtherDirectCosts);
596             
597             /**
598              * Appends and returns a new empty "CumulativeTotalFundsRequestedOtherDirectCosts" element
599              */
600             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedOtherDirectCosts();
601             
602             /**
603              * Unsets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
604              */
605             void unsetCumulativeTotalFundsRequestedOtherDirectCosts();
606             
607             /**
608              * Gets the "CumulativeMaterialAndSupplies" element
609              */
610             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeMaterialAndSupplies();
611             
612             /**
613              * True if has "CumulativeMaterialAndSupplies" element
614              */
615             boolean isSetCumulativeMaterialAndSupplies();
616             
617             /**
618              * Sets the "CumulativeMaterialAndSupplies" element
619              */
620             void setCumulativeMaterialAndSupplies(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeMaterialAndSupplies);
621             
622             /**
623              * Appends and returns a new empty "CumulativeMaterialAndSupplies" element
624              */
625             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeMaterialAndSupplies();
626             
627             /**
628              * Unsets the "CumulativeMaterialAndSupplies" element
629              */
630             void unsetCumulativeMaterialAndSupplies();
631             
632             /**
633              * Gets the "CumulativePublicationCosts" element
634              */
635             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativePublicationCosts();
636             
637             /**
638              * True if has "CumulativePublicationCosts" element
639              */
640             boolean isSetCumulativePublicationCosts();
641             
642             /**
643              * Sets the "CumulativePublicationCosts" element
644              */
645             void setCumulativePublicationCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativePublicationCosts);
646             
647             /**
648              * Appends and returns a new empty "CumulativePublicationCosts" element
649              */
650             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativePublicationCosts();
651             
652             /**
653              * Unsets the "CumulativePublicationCosts" element
654              */
655             void unsetCumulativePublicationCosts();
656             
657             /**
658              * Gets the "CumulativeConsultantServices" element
659              */
660             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeConsultantServices();
661             
662             /**
663              * True if has "CumulativeConsultantServices" element
664              */
665             boolean isSetCumulativeConsultantServices();
666             
667             /**
668              * Sets the "CumulativeConsultantServices" element
669              */
670             void setCumulativeConsultantServices(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeConsultantServices);
671             
672             /**
673              * Appends and returns a new empty "CumulativeConsultantServices" element
674              */
675             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeConsultantServices();
676             
677             /**
678              * Unsets the "CumulativeConsultantServices" element
679              */
680             void unsetCumulativeConsultantServices();
681             
682             /**
683              * Gets the "CumulativeADPComputerServices" element
684              */
685             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeADPComputerServices();
686             
687             /**
688              * True if has "CumulativeADPComputerServices" element
689              */
690             boolean isSetCumulativeADPComputerServices();
691             
692             /**
693              * Sets the "CumulativeADPComputerServices" element
694              */
695             void setCumulativeADPComputerServices(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeADPComputerServices);
696             
697             /**
698              * Appends and returns a new empty "CumulativeADPComputerServices" element
699              */
700             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeADPComputerServices();
701             
702             /**
703              * Unsets the "CumulativeADPComputerServices" element
704              */
705             void unsetCumulativeADPComputerServices();
706             
707             /**
708              * Gets the "CumulativeSubawardConsortiumContractualCosts" element
709              */
710             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeSubawardConsortiumContractualCosts();
711             
712             /**
713              * True if has "CumulativeSubawardConsortiumContractualCosts" element
714              */
715             boolean isSetCumulativeSubawardConsortiumContractualCosts();
716             
717             /**
718              * Sets the "CumulativeSubawardConsortiumContractualCosts" element
719              */
720             void setCumulativeSubawardConsortiumContractualCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeSubawardConsortiumContractualCosts);
721             
722             /**
723              * Appends and returns a new empty "CumulativeSubawardConsortiumContractualCosts" element
724              */
725             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeSubawardConsortiumContractualCosts();
726             
727             /**
728              * Unsets the "CumulativeSubawardConsortiumContractualCosts" element
729              */
730             void unsetCumulativeSubawardConsortiumContractualCosts();
731             
732             /**
733              * Gets the "CumulativeEquipmentFacilityRentalFees" element
734              */
735             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeEquipmentFacilityRentalFees();
736             
737             /**
738              * True if has "CumulativeEquipmentFacilityRentalFees" element
739              */
740             boolean isSetCumulativeEquipmentFacilityRentalFees();
741             
742             /**
743              * Sets the "CumulativeEquipmentFacilityRentalFees" element
744              */
745             void setCumulativeEquipmentFacilityRentalFees(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeEquipmentFacilityRentalFees);
746             
747             /**
748              * Appends and returns a new empty "CumulativeEquipmentFacilityRentalFees" element
749              */
750             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeEquipmentFacilityRentalFees();
751             
752             /**
753              * Unsets the "CumulativeEquipmentFacilityRentalFees" element
754              */
755             void unsetCumulativeEquipmentFacilityRentalFees();
756             
757             /**
758              * Gets the "CumulativeAlterationsAndRenovations" element
759              */
760             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeAlterationsAndRenovations();
761             
762             /**
763              * True if has "CumulativeAlterationsAndRenovations" element
764              */
765             boolean isSetCumulativeAlterationsAndRenovations();
766             
767             /**
768              * Sets the "CumulativeAlterationsAndRenovations" element
769              */
770             void setCumulativeAlterationsAndRenovations(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeAlterationsAndRenovations);
771             
772             /**
773              * Appends and returns a new empty "CumulativeAlterationsAndRenovations" element
774              */
775             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeAlterationsAndRenovations();
776             
777             /**
778              * Unsets the "CumulativeAlterationsAndRenovations" element
779              */
780             void unsetCumulativeAlterationsAndRenovations();
781             
782             /**
783              * Gets the "CumulativeOther1DirectCost" element
784              */
785             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOther1DirectCost();
786             
787             /**
788              * True if has "CumulativeOther1DirectCost" element
789              */
790             boolean isSetCumulativeOther1DirectCost();
791             
792             /**
793              * Sets the "CumulativeOther1DirectCost" element
794              */
795             void setCumulativeOther1DirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOther1DirectCost);
796             
797             /**
798              * Appends and returns a new empty "CumulativeOther1DirectCost" element
799              */
800             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOther1DirectCost();
801             
802             /**
803              * Unsets the "CumulativeOther1DirectCost" element
804              */
805             void unsetCumulativeOther1DirectCost();
806             
807             /**
808              * Gets the "CumulativeOther2DirectCost" element
809              */
810             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOther2DirectCost();
811             
812             /**
813              * True if has "CumulativeOther2DirectCost" element
814              */
815             boolean isSetCumulativeOther2DirectCost();
816             
817             /**
818              * Sets the "CumulativeOther2DirectCost" element
819              */
820             void setCumulativeOther2DirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOther2DirectCost);
821             
822             /**
823              * Appends and returns a new empty "CumulativeOther2DirectCost" element
824              */
825             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOther2DirectCost();
826             
827             /**
828              * Unsets the "CumulativeOther2DirectCost" element
829              */
830             void unsetCumulativeOther2DirectCost();
831             
832             /**
833              * Gets the "CumulativeOther3DirectCost" element
834              */
835             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType getCumulativeOther3DirectCost();
836             
837             /**
838              * True if has "CumulativeOther3DirectCost" element
839              */
840             boolean isSetCumulativeOther3DirectCost();
841             
842             /**
843              * Sets the "CumulativeOther3DirectCost" element
844              */
845             void setCumulativeOther3DirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType cumulativeOther3DirectCost);
846             
847             /**
848              * Appends and returns a new empty "CumulativeOther3DirectCost" element
849              */
850             gov.grants.apply.forms.rrFedNonFedBudget10V11.TotalDataType addNewCumulativeOther3DirectCost();
851             
852             /**
853              * Unsets the "CumulativeOther3DirectCost" element
854              */
855             void unsetCumulativeOther3DirectCost();
856             
857             /**
858              * Gets the "CumulativeTotalFundsRequestedDirectCosts" element
859              */
860             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedDirectCosts();
861             
862             /**
863              * Sets the "CumulativeTotalFundsRequestedDirectCosts" element
864              */
865             void setCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedDirectCosts);
866             
867             /**
868              * Appends and returns a new empty "CumulativeTotalFundsRequestedDirectCosts" element
869              */
870             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedDirectCosts();
871             
872             /**
873              * Gets the "CumulativeTotalFundsRequestedIndirectCost" element
874              */
875             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedIndirectCost();
876             
877             /**
878              * True if has "CumulativeTotalFundsRequestedIndirectCost" element
879              */
880             boolean isSetCumulativeTotalFundsRequestedIndirectCost();
881             
882             /**
883              * Sets the "CumulativeTotalFundsRequestedIndirectCost" element
884              */
885             void setCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedIndirectCost);
886             
887             /**
888              * Appends and returns a new empty "CumulativeTotalFundsRequestedIndirectCost" element
889              */
890             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedIndirectCost();
891             
892             /**
893              * Unsets the "CumulativeTotalFundsRequestedIndirectCost" element
894              */
895             void unsetCumulativeTotalFundsRequestedIndirectCost();
896             
897             /**
898              * Gets the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
899              */
900             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType getCumulativeTotalFundsRequestedDirectIndirectCosts();
901             
902             /**
903              * Sets the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
904              */
905             void setCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
906             
907             /**
908              * Appends and returns a new empty "CumulativeTotalFundsRequestedDirectIndirectCosts" element
909              */
910             gov.grants.apply.forms.rrFedNonFedBudget10V11.SummaryDataType addNewCumulativeTotalFundsRequestedDirectIndirectCosts();
911             
912             /**
913              * Gets the "CumulativeFee" element
914              */
915             java.math.BigDecimal getCumulativeFee();
916             
917             /**
918              * Gets (as xml) the "CumulativeFee" element
919              */
920             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeFee();
921             
922             /**
923              * True if has "CumulativeFee" element
924              */
925             boolean isSetCumulativeFee();
926             
927             /**
928              * Sets the "CumulativeFee" element
929              */
930             void setCumulativeFee(java.math.BigDecimal cumulativeFee);
931             
932             /**
933              * Sets (as xml) the "CumulativeFee" element
934              */
935             void xsetCumulativeFee(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeFee);
936             
937             /**
938              * Unsets the "CumulativeFee" element
939              */
940             void unsetCumulativeFee();
941             
942             /**
943              * An XML CumulativeTotalNoOtherPersonnel(@http://apply.grants.gov/forms/RR_FedNonFedBudget10-V1.1).
944              *
945              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document$RRFedNonFedBudget10$BudgetSummary$CumulativeTotalNoOtherPersonnel.
946              */
947             public interface CumulativeTotalNoOtherPersonnel extends org.apache.xmlbeans.XmlNonNegativeInteger
948             {
949                 int getIntValue();
950                 void setIntValue(int i);
951                 /** @deprecated */
952                 int intValue();
953                 /** @deprecated */
954                 void set(int i);
955                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
956                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeTotalNoOtherPersonnel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativetotalnootherpersonnel667belemtype");
957                 
958                 /**
959                  * A factory class with static methods for creating instances
960                  * of this type.
961                  */
962                 
963                 public static final class Factory
964                 {
965                     public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel newValue(java.lang.Object obj) {
966                       return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel) type.newValue( obj ); }
967                     
968                     public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel newInstance() {
969                       return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
970                     
971                     public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel newInstance(org.apache.xmlbeans.XmlOptions options) {
972                       return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeTotalNoOtherPersonnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
973                     
974                     private Factory() { } // No instance of this class allowed
975                 }
976             }
977             
978             /**
979              * An XML CumulativeNoofTrainees(@http://apply.grants.gov/forms/RR_FedNonFedBudget10-V1.1).
980              *
981              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document$RRFedNonFedBudget10$BudgetSummary$CumulativeNoofTrainees.
982              */
983             public interface CumulativeNoofTrainees extends org.apache.xmlbeans.XmlNonNegativeInteger
984             {
985                 int getIntValue();
986                 void setIntValue(int i);
987                 /** @deprecated */
988                 int intValue();
989                 /** @deprecated */
990                 void set(int i);
991                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
992                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CumulativeNoofTrainees.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cumulativenooftrainees117felemtype");
993                 
994                 /**
995                  * A factory class with static methods for creating instances
996                  * of this type.
997                  */
998                 
999                 public static final class Factory
1000                 {
1001                     public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees newValue(java.lang.Object obj) {
1002                       return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees) type.newValue( obj ); }
1003                     
1004                     public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees newInstance() {
1005                       return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1006                     
1007                     public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees newInstance(org.apache.xmlbeans.XmlOptions options) {
1008                       return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary.CumulativeNoofTrainees) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1009                     
1010                     private Factory() { } // No instance of this class allowed
1011                 }
1012             }
1013             
1014             /**
1015              * A factory class with static methods for creating instances
1016              * of this type.
1017              */
1018             
1019             public static final class Factory
1020             {
1021                 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary newInstance() {
1022                   return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1023                 
1024                 public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
1025                   return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1026                 
1027                 private Factory() { } // No instance of this class allowed
1028             }
1029         }
1030         
1031         /**
1032          * A factory class with static methods for creating instances
1033          * of this type.
1034          */
1035         
1036         public static final class Factory
1037         {
1038             public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 newInstance() {
1039               return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1040             
1041             public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10 newInstance(org.apache.xmlbeans.XmlOptions options) {
1042               return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document.RRFedNonFedBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1043             
1044             private Factory() { } // No instance of this class allowed
1045         }
1046     }
1047     
1048     /**
1049      * A factory class with static methods for creating instances
1050      * of this type.
1051      */
1052     
1053     public static final class Factory
1054     {
1055         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document newInstance() {
1056           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1057         
1058         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1059           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1060         
1061         /** @param xmlAsString the string value to parse */
1062         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1063           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1064         
1065         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1066           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1067         
1068         /** @param file the file from which to load an xml document */
1069         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1070           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1071         
1072         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1073           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1074         
1075         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1076           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1077         
1078         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1079           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1080         
1081         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1082           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1083         
1084         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1085           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1086         
1087         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1088           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1089         
1090         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1091           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1092         
1093         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1094           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1095         
1096         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1097           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1098         
1099         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1100           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1101         
1102         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1103           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1104         
1105         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1106         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1107           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1108         
1109         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1110         public static gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1111           return (gov.grants.apply.forms.rrFedNonFedBudget10V11.RRFedNonFedBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1112         
1113         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1114         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 {
1115           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1116         
1117         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1118         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 {
1119           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1120         
1121         private Factory() { } // No instance of this class allowed
1122     }
1123 }