View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Form_8653
4    * Namespace: http://apply.grants.gov/forms/Form_8653-V1.0
5    * Java type: gov.grants.apply.forms.form8653V10.Form8653Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.form8653V10;
10  
11  
12  /**
13   * A document containing one Form_8653(@http://apply.grants.gov/forms/Form_8653-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface Form8653Document 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(Form8653Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form86537c7bdoctype");
21      
22      /**
23       * Gets the "Form_8653" element
24       */
25      gov.grants.apply.forms.form8653V10.Form8653Document.Form8653 getForm8653();
26      
27      /**
28       * Sets the "Form_8653" element
29       */
30      void setForm8653(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653 form8653);
31      
32      /**
33       * Appends and returns a new empty "Form_8653" element
34       */
35      gov.grants.apply.forms.form8653V10.Form8653Document.Form8653 addNewForm8653();
36      
37      /**
38       * An XML Form_8653(@http://apply.grants.gov/forms/Form_8653-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface Form8653 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(Form8653.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form865312d8elemtype");
46          
47          /**
48           * Gets the "FiscalYear" element
49           */
50          java.util.Calendar getFiscalYear();
51          
52          /**
53           * Gets (as xml) the "FiscalYear" element
54           */
55          org.apache.xmlbeans.XmlGYear xgetFiscalYear();
56          
57          /**
58           * Sets the "FiscalYear" element
59           */
60          void setFiscalYear(java.util.Calendar fiscalYear);
61          
62          /**
63           * Sets (as xml) the "FiscalYear" element
64           */
65          void xsetFiscalYear(org.apache.xmlbeans.XmlGYear fiscalYear);
66          
67          /**
68           * Gets the "ReimbursementExpenses" element
69           */
70          gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses getReimbursementExpenses();
71          
72          /**
73           * Sets the "ReimbursementExpenses" element
74           */
75          void setReimbursementExpenses(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses reimbursementExpenses);
76          
77          /**
78           * Appends and returns a new empty "ReimbursementExpenses" element
79           */
80          gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses addNewReimbursementExpenses();
81          
82          /**
83           * Gets the "AdministrativeExpenses" element
84           */
85          gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses getAdministrativeExpenses();
86          
87          /**
88           * Sets the "AdministrativeExpenses" element
89           */
90          void setAdministrativeExpenses(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses administrativeExpenses);
91          
92          /**
93           * Appends and returns a new empty "AdministrativeExpenses" element
94           */
95          gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses addNewAdministrativeExpenses();
96          
97          /**
98           * Gets the "EstimatedProgramCost" element
99           */
100         java.math.BigDecimal getEstimatedProgramCost();
101         
102         /**
103          * Gets (as xml) the "EstimatedProgramCost" element
104          */
105         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetEstimatedProgramCost();
106         
107         /**
108          * Sets the "EstimatedProgramCost" element
109          */
110         void setEstimatedProgramCost(java.math.BigDecimal estimatedProgramCost);
111         
112         /**
113          * Sets (as xml) the "EstimatedProgramCost" element
114          */
115         void xsetEstimatedProgramCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType estimatedProgramCost);
116         
117         /**
118          * Gets the "EstimatedCostofOrientationMeeting" element
119          */
120         java.math.BigDecimal getEstimatedCostofOrientationMeeting();
121         
122         /**
123          * Gets (as xml) the "EstimatedCostofOrientationMeeting" element
124          */
125         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetEstimatedCostofOrientationMeeting();
126         
127         /**
128          * Sets the "EstimatedCostofOrientationMeeting" element
129          */
130         void setEstimatedCostofOrientationMeeting(java.math.BigDecimal estimatedCostofOrientationMeeting);
131         
132         /**
133          * Sets (as xml) the "EstimatedCostofOrientationMeeting" element
134          */
135         void xsetEstimatedCostofOrientationMeeting(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType estimatedCostofOrientationMeeting);
136         
137         /**
138          * Gets the "EstimatedCostofElectronicFiling" element
139          */
140         java.math.BigDecimal getEstimatedCostofElectronicFiling();
141         
142         /**
143          * Gets (as xml) the "EstimatedCostofElectronicFiling" element
144          */
145         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetEstimatedCostofElectronicFiling();
146         
147         /**
148          * Sets the "EstimatedCostofElectronicFiling" element
149          */
150         void setEstimatedCostofElectronicFiling(java.math.BigDecimal estimatedCostofElectronicFiling);
151         
152         /**
153          * Sets (as xml) the "EstimatedCostofElectronicFiling" element
154          */
155         void xsetEstimatedCostofElectronicFiling(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType estimatedCostofElectronicFiling);
156         
157         /**
158          * Gets the "TotalEstimatedProgramCost" element
159          */
160         java.math.BigDecimal getTotalEstimatedProgramCost();
161         
162         /**
163          * Gets (as xml) the "TotalEstimatedProgramCost" element
164          */
165         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalEstimatedProgramCost();
166         
167         /**
168          * Sets the "TotalEstimatedProgramCost" element
169          */
170         void setTotalEstimatedProgramCost(java.math.BigDecimal totalEstimatedProgramCost);
171         
172         /**
173          * Sets (as xml) the "TotalEstimatedProgramCost" element
174          */
175         void xsetTotalEstimatedProgramCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalEstimatedProgramCost);
176         
177         /**
178          * Gets the "OtherInformation" element
179          */
180         gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation getOtherInformation();
181         
182         /**
183          * Sets the "OtherInformation" element
184          */
185         void setOtherInformation(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation otherInformation);
186         
187         /**
188          * Appends and returns a new empty "OtherInformation" element
189          */
190         gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation addNewOtherInformation();
191         
192         /**
193          * Gets the "AORSignature" element
194          */
195         java.lang.String getAORSignature();
196         
197         /**
198          * Gets (as xml) the "AORSignature" element
199          */
200         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature();
201         
202         /**
203          * Sets the "AORSignature" element
204          */
205         void setAORSignature(java.lang.String aorSignature);
206         
207         /**
208          * Sets (as xml) the "AORSignature" element
209          */
210         void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature);
211         
212         /**
213          * Gets the "DateSigned" element
214          */
215         java.util.Calendar getDateSigned();
216         
217         /**
218          * Gets (as xml) the "DateSigned" element
219          */
220         org.apache.xmlbeans.XmlDate xgetDateSigned();
221         
222         /**
223          * Sets the "DateSigned" element
224          */
225         void setDateSigned(java.util.Calendar dateSigned);
226         
227         /**
228          * Sets (as xml) the "DateSigned" element
229          */
230         void xsetDateSigned(org.apache.xmlbeans.XmlDate dateSigned);
231         
232         /**
233          * Gets the "FormVersion" attribute
234          */
235         java.lang.String getFormVersion();
236         
237         /**
238          * Gets (as xml) the "FormVersion" attribute
239          */
240         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
241         
242         /**
243          * Sets the "FormVersion" attribute
244          */
245         void setFormVersion(java.lang.String formVersion);
246         
247         /**
248          * Sets (as xml) the "FormVersion" attribute
249          */
250         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
251         
252         /**
253          * An XML ReimbursementExpenses(@http://apply.grants.gov/forms/Form_8653-V1.0).
254          *
255          * This is a complex type.
256          */
257         public interface ReimbursementExpenses extends org.apache.xmlbeans.XmlObject
258         {
259             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
260                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReimbursementExpenses.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("reimbursementexpensesb779elemtype");
261             
262             /**
263              * Gets the "ToVolunteerTaxAssistors" element
264              */
265             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors getToVolunteerTaxAssistors();
266             
267             /**
268              * Sets the "ToVolunteerTaxAssistors" element
269              */
270             void setToVolunteerTaxAssistors(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors toVolunteerTaxAssistors);
271             
272             /**
273              * Appends and returns a new empty "ToVolunteerTaxAssistors" element
274              */
275             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors addNewToVolunteerTaxAssistors();
276             
277             /**
278              * Gets the "ToVolunteerInstructors" element
279              */
280             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors getToVolunteerInstructors();
281             
282             /**
283              * Sets the "ToVolunteerInstructors" element
284              */
285             void setToVolunteerInstructors(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors toVolunteerInstructors);
286             
287             /**
288              * Appends and returns a new empty "ToVolunteerInstructors" element
289              */
290             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors addNewToVolunteerInstructors();
291             
292             /**
293              * Gets the "ToVolunteerTaxCoordinatorsAdministrators" element
294              */
295             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators getToVolunteerTaxCoordinatorsAdministrators();
296             
297             /**
298              * Sets the "ToVolunteerTaxCoordinatorsAdministrators" element
299              */
300             void setToVolunteerTaxCoordinatorsAdministrators(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators toVolunteerTaxCoordinatorsAdministrators);
301             
302             /**
303              * Appends and returns a new empty "ToVolunteerTaxCoordinatorsAdministrators" element
304              */
305             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators addNewToVolunteerTaxCoordinatorsAdministrators();
306             
307             /**
308              * Gets the "Total" element
309              */
310             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total getTotal();
311             
312             /**
313              * Sets the "Total" element
314              */
315             void setTotal(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total total);
316             
317             /**
318              * Appends and returns a new empty "Total" element
319              */
320             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total addNewTotal();
321             
322             /**
323              * An XML ToVolunteerTaxAssistors(@http://apply.grants.gov/forms/Form_8653-V1.0).
324              *
325              * This is a complex type.
326              */
327             public interface ToVolunteerTaxAssistors extends org.apache.xmlbeans.XmlObject
328             {
329                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
330                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ToVolunteerTaxAssistors.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tovolunteertaxassistors2522elemtype");
331                 
332                 /**
333                  * Gets the "Number" element
334                  */
335                 long getNumber();
336                 
337                 /**
338                  * Gets (as xml) the "Number" element
339                  */
340                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
341                 
342                 /**
343                  * Sets the "Number" element
344                  */
345                 void setNumber(long number);
346                 
347                 /**
348                  * Sets (as xml) the "Number" element
349                  */
350                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
351                 
352                 /**
353                  * Gets the "Cost" element
354                  */
355                 java.math.BigDecimal getCost();
356                 
357                 /**
358                  * Gets (as xml) the "Cost" element
359                  */
360                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
361                 
362                 /**
363                  * Sets the "Cost" element
364                  */
365                 void setCost(java.math.BigDecimal cost);
366                 
367                 /**
368                  * Sets (as xml) the "Cost" element
369                  */
370                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
371                 
372                 /**
373                  * A factory class with static methods for creating instances
374                  * of this type.
375                  */
376                 
377                 public static final class Factory
378                 {
379                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors newInstance() {
380                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
381                     
382                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors newInstance(org.apache.xmlbeans.XmlOptions options) {
383                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxAssistors) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
384                     
385                     private Factory() { } // No instance of this class allowed
386                 }
387             }
388             
389             /**
390              * An XML ToVolunteerInstructors(@http://apply.grants.gov/forms/Form_8653-V1.0).
391              *
392              * This is a complex type.
393              */
394             public interface ToVolunteerInstructors extends org.apache.xmlbeans.XmlObject
395             {
396                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
397                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ToVolunteerInstructors.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tovolunteerinstructors2ef6elemtype");
398                 
399                 /**
400                  * Gets the "Number" element
401                  */
402                 long getNumber();
403                 
404                 /**
405                  * Gets (as xml) the "Number" element
406                  */
407                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
408                 
409                 /**
410                  * Sets the "Number" element
411                  */
412                 void setNumber(long number);
413                 
414                 /**
415                  * Sets (as xml) the "Number" element
416                  */
417                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
418                 
419                 /**
420                  * Gets the "Cost" element
421                  */
422                 java.math.BigDecimal getCost();
423                 
424                 /**
425                  * Gets (as xml) the "Cost" element
426                  */
427                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
428                 
429                 /**
430                  * Sets the "Cost" element
431                  */
432                 void setCost(java.math.BigDecimal cost);
433                 
434                 /**
435                  * Sets (as xml) the "Cost" element
436                  */
437                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
438                 
439                 /**
440                  * A factory class with static methods for creating instances
441                  * of this type.
442                  */
443                 
444                 public static final class Factory
445                 {
446                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors newInstance() {
447                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
448                     
449                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors newInstance(org.apache.xmlbeans.XmlOptions options) {
450                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerInstructors) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
451                     
452                     private Factory() { } // No instance of this class allowed
453                 }
454             }
455             
456             /**
457              * An XML ToVolunteerTaxCoordinatorsAdministrators(@http://apply.grants.gov/forms/Form_8653-V1.0).
458              *
459              * This is a complex type.
460              */
461             public interface ToVolunteerTaxCoordinatorsAdministrators extends org.apache.xmlbeans.XmlObject
462             {
463                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
464                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ToVolunteerTaxCoordinatorsAdministrators.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tovolunteertaxcoordinatorsadministrators81f8elemtype");
465                 
466                 /**
467                  * Gets the "Number" element
468                  */
469                 long getNumber();
470                 
471                 /**
472                  * Gets (as xml) the "Number" element
473                  */
474                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
475                 
476                 /**
477                  * Sets the "Number" element
478                  */
479                 void setNumber(long number);
480                 
481                 /**
482                  * Sets (as xml) the "Number" element
483                  */
484                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
485                 
486                 /**
487                  * Gets the "Cost" element
488                  */
489                 java.math.BigDecimal getCost();
490                 
491                 /**
492                  * Gets (as xml) the "Cost" element
493                  */
494                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
495                 
496                 /**
497                  * Sets the "Cost" element
498                  */
499                 void setCost(java.math.BigDecimal cost);
500                 
501                 /**
502                  * Sets (as xml) the "Cost" element
503                  */
504                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
505                 
506                 /**
507                  * A factory class with static methods for creating instances
508                  * of this type.
509                  */
510                 
511                 public static final class Factory
512                 {
513                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators newInstance() {
514                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
515                     
516                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators newInstance(org.apache.xmlbeans.XmlOptions options) {
517                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.ToVolunteerTaxCoordinatorsAdministrators) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
518                     
519                     private Factory() { } // No instance of this class allowed
520                 }
521             }
522             
523             /**
524              * An XML Total(@http://apply.grants.gov/forms/Form_8653-V1.0).
525              *
526              * This is a complex type.
527              */
528             public interface Total extends org.apache.xmlbeans.XmlObject
529             {
530                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
531                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Total.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totaldfe9elemtype");
532                 
533                 /**
534                  * Gets the "Number" element
535                  */
536                 long getNumber();
537                 
538                 /**
539                  * Gets (as xml) the "Number" element
540                  */
541                 gov.grants.apply.forms.form8653V10.Form8653NumberTotalDataType xgetNumber();
542                 
543                 /**
544                  * Sets the "Number" element
545                  */
546                 void setNumber(long number);
547                 
548                 /**
549                  * Sets (as xml) the "Number" element
550                  */
551                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberTotalDataType number);
552                 
553                 /**
554                  * Gets the "Cost" element
555                  */
556                 java.math.BigDecimal getCost();
557                 
558                 /**
559                  * Gets (as xml) the "Cost" element
560                  */
561                 gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCost();
562                 
563                 /**
564                  * Sets the "Cost" element
565                  */
566                 void setCost(java.math.BigDecimal cost);
567                 
568                 /**
569                  * Sets (as xml) the "Cost" element
570                  */
571                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cost);
572                 
573                 /**
574                  * A factory class with static methods for creating instances
575                  * of this type.
576                  */
577                 
578                 public static final class Factory
579                 {
580                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total newInstance() {
581                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
582                     
583                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total newInstance(org.apache.xmlbeans.XmlOptions options) {
584                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses.Total) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
585                     
586                     private Factory() { } // No instance of this class allowed
587                 }
588             }
589             
590             /**
591              * A factory class with static methods for creating instances
592              * of this type.
593              */
594             
595             public static final class Factory
596             {
597                 public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses newInstance() {
598                   return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
599                 
600                 public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses newInstance(org.apache.xmlbeans.XmlOptions options) {
601                   return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.ReimbursementExpenses) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
602                 
603                 private Factory() { } // No instance of this class allowed
604             }
605         }
606         
607         /**
608          * An XML AdministrativeExpenses(@http://apply.grants.gov/forms/Form_8653-V1.0).
609          *
610          * This is a complex type.
611          */
612         public interface AdministrativeExpenses extends org.apache.xmlbeans.XmlObject
613         {
614             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
615                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdministrativeExpenses.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("administrativeexpenses5cd3elemtype");
616             
617             /**
618              * Gets the "SalariesBenefits" element
619              */
620             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits getSalariesBenefits();
621             
622             /**
623              * Sets the "SalariesBenefits" element
624              */
625             void setSalariesBenefits(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits salariesBenefits);
626             
627             /**
628              * Appends and returns a new empty "SalariesBenefits" element
629              */
630             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits addNewSalariesBenefits();
631             
632             /**
633              * Gets the "SuppliesForTCEProgram" element
634              */
635             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram getSuppliesForTCEProgram();
636             
637             /**
638              * Sets the "SuppliesForTCEProgram" element
639              */
640             void setSuppliesForTCEProgram(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram suppliesForTCEProgram);
641             
642             /**
643              * Appends and returns a new empty "SuppliesForTCEProgram" element
644              */
645             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram addNewSuppliesForTCEProgram();
646             
647             /**
648              * Gets the "RentUtilitiesCustodialServices" element
649              */
650             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices getRentUtilitiesCustodialServices();
651             
652             /**
653              * Sets the "RentUtilitiesCustodialServices" element
654              */
655             void setRentUtilitiesCustodialServices(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices rentUtilitiesCustodialServices);
656             
657             /**
658              * Appends and returns a new empty "RentUtilitiesCustodialServices" element
659              */
660             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices addNewRentUtilitiesCustodialServices();
661             
662             /**
663              * Gets the "Auditing" element
664              */
665             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing getAuditing();
666             
667             /**
668              * Sets the "Auditing" element
669              */
670             void setAuditing(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing auditing);
671             
672             /**
673              * Appends and returns a new empty "Auditing" element
674              */
675             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing addNewAuditing();
676             
677             /**
678              * Gets the "Travel" element
679              */
680             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel getTravel();
681             
682             /**
683              * Sets the "Travel" element
684              */
685             void setTravel(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel travel);
686             
687             /**
688              * Appends and returns a new empty "Travel" element
689              */
690             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel addNewTravel();
691             
692             /**
693              * Gets the "DevelopmentofProgramPublicity" element
694              */
695             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity getDevelopmentofProgramPublicity();
696             
697             /**
698              * Sets the "DevelopmentofProgramPublicity" element
699              */
700             void setDevelopmentofProgramPublicity(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity developmentofProgramPublicity);
701             
702             /**
703              * Appends and returns a new empty "DevelopmentofProgramPublicity" element
704              */
705             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity addNewDevelopmentofProgramPublicity();
706             
707             /**
708              * Gets the "ReportProcessing" element
709              */
710             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing getReportProcessing();
711             
712             /**
713              * Sets the "ReportProcessing" element
714              */
715             void setReportProcessing(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing reportProcessing);
716             
717             /**
718              * Appends and returns a new empty "ReportProcessing" element
719              */
720             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing addNewReportProcessing();
721             
722             /**
723              * Gets the "TelephoneInstallation" element
724              */
725             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation getTelephoneInstallation();
726             
727             /**
728              * Sets the "TelephoneInstallation" element
729              */
730             void setTelephoneInstallation(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation telephoneInstallation);
731             
732             /**
733              * Appends and returns a new empty "TelephoneInstallation" element
734              */
735             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation addNewTelephoneInstallation();
736             
737             /**
738              * Gets the "Postage" element
739              */
740             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage getPostage();
741             
742             /**
743              * Sets the "Postage" element
744              */
745             void setPostage(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage postage);
746             
747             /**
748              * Appends and returns a new empty "Postage" element
749              */
750             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage addNewPostage();
751             
752             /**
753              * Gets the "TotalAdminExpenses" element
754              */
755             java.math.BigDecimal getTotalAdminExpenses();
756             
757             /**
758              * Gets (as xml) the "TotalAdminExpenses" element
759              */
760             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalAdminExpenses();
761             
762             /**
763              * Sets the "TotalAdminExpenses" element
764              */
765             void setTotalAdminExpenses(java.math.BigDecimal totalAdminExpenses);
766             
767             /**
768              * Sets (as xml) the "TotalAdminExpenses" element
769              */
770             void xsetTotalAdminExpenses(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalAdminExpenses);
771             
772             /**
773              * An XML SalariesBenefits(@http://apply.grants.gov/forms/Form_8653-V1.0).
774              *
775              * This is a complex type.
776              */
777             public interface SalariesBenefits extends org.apache.xmlbeans.XmlObject
778             {
779                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
780                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SalariesBenefits.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("salariesbenefits8453elemtype");
781                 
782                 /**
783                  * Gets the "Number" element
784                  */
785                 long getNumber();
786                 
787                 /**
788                  * Gets (as xml) the "Number" element
789                  */
790                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
791                 
792                 /**
793                  * Sets the "Number" element
794                  */
795                 void setNumber(long number);
796                 
797                 /**
798                  * Sets (as xml) the "Number" element
799                  */
800                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
801                 
802                 /**
803                  * Gets the "Cost" element
804                  */
805                 java.math.BigDecimal getCost();
806                 
807                 /**
808                  * Gets (as xml) the "Cost" element
809                  */
810                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
811                 
812                 /**
813                  * Sets the "Cost" element
814                  */
815                 void setCost(java.math.BigDecimal cost);
816                 
817                 /**
818                  * Sets (as xml) the "Cost" element
819                  */
820                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
821                 
822                 /**
823                  * A factory class with static methods for creating instances
824                  * of this type.
825                  */
826                 
827                 public static final class Factory
828                 {
829                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits newInstance() {
830                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
831                     
832                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits newInstance(org.apache.xmlbeans.XmlOptions options) {
833                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SalariesBenefits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
834                     
835                     private Factory() { } // No instance of this class allowed
836                 }
837             }
838             
839             /**
840              * An XML SuppliesForTCEProgram(@http://apply.grants.gov/forms/Form_8653-V1.0).
841              *
842              * This is a complex type.
843              */
844             public interface SuppliesForTCEProgram extends org.apache.xmlbeans.XmlObject
845             {
846                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
847                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SuppliesForTCEProgram.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("suppliesfortceprogram5b49elemtype");
848                 
849                 /**
850                  * Gets the "Number" element
851                  */
852                 long getNumber();
853                 
854                 /**
855                  * Gets (as xml) the "Number" element
856                  */
857                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
858                 
859                 /**
860                  * Sets the "Number" element
861                  */
862                 void setNumber(long number);
863                 
864                 /**
865                  * Sets (as xml) the "Number" element
866                  */
867                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
868                 
869                 /**
870                  * Gets the "Cost" element
871                  */
872                 java.math.BigDecimal getCost();
873                 
874                 /**
875                  * Gets (as xml) the "Cost" element
876                  */
877                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
878                 
879                 /**
880                  * Sets the "Cost" element
881                  */
882                 void setCost(java.math.BigDecimal cost);
883                 
884                 /**
885                  * Sets (as xml) the "Cost" element
886                  */
887                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
888                 
889                 /**
890                  * A factory class with static methods for creating instances
891                  * of this type.
892                  */
893                 
894                 public static final class Factory
895                 {
896                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram newInstance() {
897                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
898                     
899                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram newInstance(org.apache.xmlbeans.XmlOptions options) {
900                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.SuppliesForTCEProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
901                     
902                     private Factory() { } // No instance of this class allowed
903                 }
904             }
905             
906             /**
907              * An XML RentUtilitiesCustodialServices(@http://apply.grants.gov/forms/Form_8653-V1.0).
908              *
909              * This is a complex type.
910              */
911             public interface RentUtilitiesCustodialServices extends org.apache.xmlbeans.XmlObject
912             {
913                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
914                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RentUtilitiesCustodialServices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rentutilitiescustodialservicesd768elemtype");
915                 
916                 /**
917                  * Gets the "Number" element
918                  */
919                 long getNumber();
920                 
921                 /**
922                  * Gets (as xml) the "Number" element
923                  */
924                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
925                 
926                 /**
927                  * Sets the "Number" element
928                  */
929                 void setNumber(long number);
930                 
931                 /**
932                  * Sets (as xml) the "Number" element
933                  */
934                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
935                 
936                 /**
937                  * Gets the "Cost" element
938                  */
939                 java.math.BigDecimal getCost();
940                 
941                 /**
942                  * Gets (as xml) the "Cost" element
943                  */
944                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
945                 
946                 /**
947                  * Sets the "Cost" element
948                  */
949                 void setCost(java.math.BigDecimal cost);
950                 
951                 /**
952                  * Sets (as xml) the "Cost" element
953                  */
954                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
955                 
956                 /**
957                  * A factory class with static methods for creating instances
958                  * of this type.
959                  */
960                 
961                 public static final class Factory
962                 {
963                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices newInstance() {
964                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
965                     
966                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices newInstance(org.apache.xmlbeans.XmlOptions options) {
967                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.RentUtilitiesCustodialServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
968                     
969                     private Factory() { } // No instance of this class allowed
970                 }
971             }
972             
973             /**
974              * An XML Auditing(@http://apply.grants.gov/forms/Form_8653-V1.0).
975              *
976              * This is a complex type.
977              */
978             public interface Auditing extends org.apache.xmlbeans.XmlObject
979             {
980                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
981                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Auditing.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("auditingd476elemtype");
982                 
983                 /**
984                  * Gets the "Number" element
985                  */
986                 long getNumber();
987                 
988                 /**
989                  * Gets (as xml) the "Number" element
990                  */
991                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
992                 
993                 /**
994                  * Sets the "Number" element
995                  */
996                 void setNumber(long number);
997                 
998                 /**
999                  * Sets (as xml) the "Number" element
1000                  */
1001                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
1002                 
1003                 /**
1004                  * Gets the "Cost" element
1005                  */
1006                 java.math.BigDecimal getCost();
1007                 
1008                 /**
1009                  * Gets (as xml) the "Cost" element
1010                  */
1011                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
1012                 
1013                 /**
1014                  * Sets the "Cost" element
1015                  */
1016                 void setCost(java.math.BigDecimal cost);
1017                 
1018                 /**
1019                  * Sets (as xml) the "Cost" element
1020                  */
1021                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
1022                 
1023                 /**
1024                  * A factory class with static methods for creating instances
1025                  * of this type.
1026                  */
1027                 
1028                 public static final class Factory
1029                 {
1030                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing newInstance() {
1031                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1032                     
1033                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing newInstance(org.apache.xmlbeans.XmlOptions options) {
1034                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Auditing) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1035                     
1036                     private Factory() { } // No instance of this class allowed
1037                 }
1038             }
1039             
1040             /**
1041              * An XML Travel(@http://apply.grants.gov/forms/Form_8653-V1.0).
1042              *
1043              * This is a complex type.
1044              */
1045             public interface Travel extends org.apache.xmlbeans.XmlObject
1046             {
1047                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1048                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Travel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travelf429elemtype");
1049                 
1050                 /**
1051                  * Gets the "Number" element
1052                  */
1053                 long getNumber();
1054                 
1055                 /**
1056                  * Gets (as xml) the "Number" element
1057                  */
1058                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
1059                 
1060                 /**
1061                  * Sets the "Number" element
1062                  */
1063                 void setNumber(long number);
1064                 
1065                 /**
1066                  * Sets (as xml) the "Number" element
1067                  */
1068                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
1069                 
1070                 /**
1071                  * Gets the "Cost" element
1072                  */
1073                 java.math.BigDecimal getCost();
1074                 
1075                 /**
1076                  * Gets (as xml) the "Cost" element
1077                  */
1078                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
1079                 
1080                 /**
1081                  * Sets the "Cost" element
1082                  */
1083                 void setCost(java.math.BigDecimal cost);
1084                 
1085                 /**
1086                  * Sets (as xml) the "Cost" element
1087                  */
1088                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
1089                 
1090                 /**
1091                  * A factory class with static methods for creating instances
1092                  * of this type.
1093                  */
1094                 
1095                 public static final class Factory
1096                 {
1097                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel newInstance() {
1098                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1099                     
1100                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel newInstance(org.apache.xmlbeans.XmlOptions options) {
1101                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1102                     
1103                     private Factory() { } // No instance of this class allowed
1104                 }
1105             }
1106             
1107             /**
1108              * An XML DevelopmentofProgramPublicity(@http://apply.grants.gov/forms/Form_8653-V1.0).
1109              *
1110              * This is a complex type.
1111              */
1112             public interface DevelopmentofProgramPublicity extends org.apache.xmlbeans.XmlObject
1113             {
1114                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1115                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DevelopmentofProgramPublicity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("developmentofprogrampublicity1ad2elemtype");
1116                 
1117                 /**
1118                  * Gets the "Number" element
1119                  */
1120                 long getNumber();
1121                 
1122                 /**
1123                  * Gets (as xml) the "Number" element
1124                  */
1125                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
1126                 
1127                 /**
1128                  * Sets the "Number" element
1129                  */
1130                 void setNumber(long number);
1131                 
1132                 /**
1133                  * Sets (as xml) the "Number" element
1134                  */
1135                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
1136                 
1137                 /**
1138                  * Gets the "Cost" element
1139                  */
1140                 java.math.BigDecimal getCost();
1141                 
1142                 /**
1143                  * Gets (as xml) the "Cost" element
1144                  */
1145                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
1146                 
1147                 /**
1148                  * Sets the "Cost" element
1149                  */
1150                 void setCost(java.math.BigDecimal cost);
1151                 
1152                 /**
1153                  * Sets (as xml) the "Cost" element
1154                  */
1155                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
1156                 
1157                 /**
1158                  * A factory class with static methods for creating instances
1159                  * of this type.
1160                  */
1161                 
1162                 public static final class Factory
1163                 {
1164                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity newInstance() {
1165                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1166                     
1167                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity newInstance(org.apache.xmlbeans.XmlOptions options) {
1168                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.DevelopmentofProgramPublicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1169                     
1170                     private Factory() { } // No instance of this class allowed
1171                 }
1172             }
1173             
1174             /**
1175              * An XML ReportProcessing(@http://apply.grants.gov/forms/Form_8653-V1.0).
1176              *
1177              * This is a complex type.
1178              */
1179             public interface ReportProcessing extends org.apache.xmlbeans.XmlObject
1180             {
1181                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1182                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReportProcessing.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("reportprocessingb1b6elemtype");
1183                 
1184                 /**
1185                  * Gets the "Number" element
1186                  */
1187                 long getNumber();
1188                 
1189                 /**
1190                  * Gets (as xml) the "Number" element
1191                  */
1192                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
1193                 
1194                 /**
1195                  * Sets the "Number" element
1196                  */
1197                 void setNumber(long number);
1198                 
1199                 /**
1200                  * Sets (as xml) the "Number" element
1201                  */
1202                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
1203                 
1204                 /**
1205                  * Gets the "Cost" element
1206                  */
1207                 java.math.BigDecimal getCost();
1208                 
1209                 /**
1210                  * Gets (as xml) the "Cost" element
1211                  */
1212                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
1213                 
1214                 /**
1215                  * Sets the "Cost" element
1216                  */
1217                 void setCost(java.math.BigDecimal cost);
1218                 
1219                 /**
1220                  * Sets (as xml) the "Cost" element
1221                  */
1222                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
1223                 
1224                 /**
1225                  * A factory class with static methods for creating instances
1226                  * of this type.
1227                  */
1228                 
1229                 public static final class Factory
1230                 {
1231                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing newInstance() {
1232                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1233                     
1234                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing newInstance(org.apache.xmlbeans.XmlOptions options) {
1235                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.ReportProcessing) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1236                     
1237                     private Factory() { } // No instance of this class allowed
1238                 }
1239             }
1240             
1241             /**
1242              * An XML TelephoneInstallation(@http://apply.grants.gov/forms/Form_8653-V1.0).
1243              *
1244              * This is a complex type.
1245              */
1246             public interface TelephoneInstallation extends org.apache.xmlbeans.XmlObject
1247             {
1248                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1249                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TelephoneInstallation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("telephoneinstallation1dfdelemtype");
1250                 
1251                 /**
1252                  * Gets the "Number" element
1253                  */
1254                 long getNumber();
1255                 
1256                 /**
1257                  * Gets (as xml) the "Number" element
1258                  */
1259                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
1260                 
1261                 /**
1262                  * Sets the "Number" element
1263                  */
1264                 void setNumber(long number);
1265                 
1266                 /**
1267                  * Sets (as xml) the "Number" element
1268                  */
1269                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
1270                 
1271                 /**
1272                  * Gets the "Cost" element
1273                  */
1274                 java.math.BigDecimal getCost();
1275                 
1276                 /**
1277                  * Gets (as xml) the "Cost" element
1278                  */
1279                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
1280                 
1281                 /**
1282                  * Sets the "Cost" element
1283                  */
1284                 void setCost(java.math.BigDecimal cost);
1285                 
1286                 /**
1287                  * Sets (as xml) the "Cost" element
1288                  */
1289                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
1290                 
1291                 /**
1292                  * A factory class with static methods for creating instances
1293                  * of this type.
1294                  */
1295                 
1296                 public static final class Factory
1297                 {
1298                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation newInstance() {
1299                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1300                     
1301                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation newInstance(org.apache.xmlbeans.XmlOptions options) {
1302                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.TelephoneInstallation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1303                     
1304                     private Factory() { } // No instance of this class allowed
1305                 }
1306             }
1307             
1308             /**
1309              * An XML Postage(@http://apply.grants.gov/forms/Form_8653-V1.0).
1310              *
1311              * This is a complex type.
1312              */
1313             public interface Postage extends org.apache.xmlbeans.XmlObject
1314             {
1315                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1316                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Postage.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("postage183eelemtype");
1317                 
1318                 /**
1319                  * Gets the "Number" element
1320                  */
1321                 long getNumber();
1322                 
1323                 /**
1324                  * Gets (as xml) the "Number" element
1325                  */
1326                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetNumber();
1327                 
1328                 /**
1329                  * Sets the "Number" element
1330                  */
1331                 void setNumber(long number);
1332                 
1333                 /**
1334                  * Sets (as xml) the "Number" element
1335                  */
1336                 void xsetNumber(gov.grants.apply.forms.form8653V10.Form8653NumberDataType number);
1337                 
1338                 /**
1339                  * Gets the "Cost" element
1340                  */
1341                 java.math.BigDecimal getCost();
1342                 
1343                 /**
1344                  * Gets (as xml) the "Cost" element
1345                  */
1346                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCost();
1347                 
1348                 /**
1349                  * Sets the "Cost" element
1350                  */
1351                 void setCost(java.math.BigDecimal cost);
1352                 
1353                 /**
1354                  * Sets (as xml) the "Cost" element
1355                  */
1356                 void xsetCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cost);
1357                 
1358                 /**
1359                  * A factory class with static methods for creating instances
1360                  * of this type.
1361                  */
1362                 
1363                 public static final class Factory
1364                 {
1365                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage newInstance() {
1366                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1367                     
1368                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage newInstance(org.apache.xmlbeans.XmlOptions options) {
1369                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses.Postage) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1370                     
1371                     private Factory() { } // No instance of this class allowed
1372                 }
1373             }
1374             
1375             /**
1376              * A factory class with static methods for creating instances
1377              * of this type.
1378              */
1379             
1380             public static final class Factory
1381             {
1382                 public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses newInstance() {
1383                   return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1384                 
1385                 public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses newInstance(org.apache.xmlbeans.XmlOptions options) {
1386                   return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.AdministrativeExpenses) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1387                 
1388                 private Factory() { } // No instance of this class allowed
1389             }
1390         }
1391         
1392         /**
1393          * An XML OtherInformation(@http://apply.grants.gov/forms/Form_8653-V1.0).
1394          *
1395          * This is a complex type.
1396          */
1397         public interface OtherInformation extends org.apache.xmlbeans.XmlObject
1398         {
1399             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1400                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherinformationd520elemtype");
1401             
1402             /**
1403              * Gets the "IndividualFederalTaxReturns" element
1404              */
1405             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns getIndividualFederalTaxReturns();
1406             
1407             /**
1408              * Sets the "IndividualFederalTaxReturns" element
1409              */
1410             void setIndividualFederalTaxReturns(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns individualFederalTaxReturns);
1411             
1412             /**
1413              * Appends and returns a new empty "IndividualFederalTaxReturns" element
1414              */
1415             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns addNewIndividualFederalTaxReturns();
1416             
1417             /**
1418              * Gets the "OtherTaxpayers60Plus" element
1419              */
1420             long getOtherTaxpayers60Plus();
1421             
1422             /**
1423              * Gets (as xml) the "OtherTaxpayers60Plus" element
1424              */
1425             gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetOtherTaxpayers60Plus();
1426             
1427             /**
1428              * Sets the "OtherTaxpayers60Plus" element
1429              */
1430             void setOtherTaxpayers60Plus(long otherTaxpayers60Plus);
1431             
1432             /**
1433              * Sets (as xml) the "OtherTaxpayers60Plus" element
1434              */
1435             void xsetOtherTaxpayers60Plus(gov.grants.apply.forms.form8653V10.Form8653NumberDataType otherTaxpayers60Plus);
1436             
1437             /**
1438              * Gets the "TaxPreparationSites" element
1439              */
1440             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites getTaxPreparationSites();
1441             
1442             /**
1443              * Sets the "TaxPreparationSites" element
1444              */
1445             void setTaxPreparationSites(gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites taxPreparationSites);
1446             
1447             /**
1448              * Appends and returns a new empty "TaxPreparationSites" element
1449              */
1450             gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites addNewTaxPreparationSites();
1451             
1452             /**
1453              * An XML IndividualFederalTaxReturns(@http://apply.grants.gov/forms/Form_8653-V1.0).
1454              *
1455              * This is a complex type.
1456              */
1457             public interface IndividualFederalTaxReturns extends org.apache.xmlbeans.XmlObject
1458             {
1459                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1460                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndividualFederalTaxReturns.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individualfederaltaxreturnsb968elemtype");
1461                 
1462                 /**
1463                  * Gets the "PaperFederalReturns" element
1464                  */
1465                 long getPaperFederalReturns();
1466                 
1467                 /**
1468                  * Gets (as xml) the "PaperFederalReturns" element
1469                  */
1470                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetPaperFederalReturns();
1471                 
1472                 /**
1473                  * Sets the "PaperFederalReturns" element
1474                  */
1475                 void setPaperFederalReturns(long paperFederalReturns);
1476                 
1477                 /**
1478                  * Sets (as xml) the "PaperFederalReturns" element
1479                  */
1480                 void xsetPaperFederalReturns(gov.grants.apply.forms.form8653V10.Form8653NumberDataType paperFederalReturns);
1481                 
1482                 /**
1483                  * Gets the "ElectronicallyFiledFederalReturns" element
1484                  */
1485                 long getElectronicallyFiledFederalReturns();
1486                 
1487                 /**
1488                  * Gets (as xml) the "ElectronicallyFiledFederalReturns" element
1489                  */
1490                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetElectronicallyFiledFederalReturns();
1491                 
1492                 /**
1493                  * Sets the "ElectronicallyFiledFederalReturns" element
1494                  */
1495                 void setElectronicallyFiledFederalReturns(long electronicallyFiledFederalReturns);
1496                 
1497                 /**
1498                  * Sets (as xml) the "ElectronicallyFiledFederalReturns" element
1499                  */
1500                 void xsetElectronicallyFiledFederalReturns(gov.grants.apply.forms.form8653V10.Form8653NumberDataType electronicallyFiledFederalReturns);
1501                 
1502                 /**
1503                  * Gets the "Total" element
1504                  */
1505                 long getTotal();
1506                 
1507                 /**
1508                  * Gets (as xml) the "Total" element
1509                  */
1510                 gov.grants.apply.forms.form8653V10.Form8653NumberTotalDataType xgetTotal();
1511                 
1512                 /**
1513                  * Sets the "Total" element
1514                  */
1515                 void setTotal(long total);
1516                 
1517                 /**
1518                  * Sets (as xml) the "Total" element
1519                  */
1520                 void xsetTotal(gov.grants.apply.forms.form8653V10.Form8653NumberTotalDataType total);
1521                 
1522                 /**
1523                  * A factory class with static methods for creating instances
1524                  * of this type.
1525                  */
1526                 
1527                 public static final class Factory
1528                 {
1529                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns newInstance() {
1530                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1531                     
1532                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns newInstance(org.apache.xmlbeans.XmlOptions options) {
1533                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.IndividualFederalTaxReturns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1534                     
1535                     private Factory() { } // No instance of this class allowed
1536                 }
1537             }
1538             
1539             /**
1540              * An XML TaxPreparationSites(@http://apply.grants.gov/forms/Form_8653-V1.0).
1541              *
1542              * This is a complex type.
1543              */
1544             public interface TaxPreparationSites extends org.apache.xmlbeans.XmlObject
1545             {
1546                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1547                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TaxPreparationSites.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("taxpreparationsitesa0ecelemtype");
1548                 
1549                 /**
1550                  * Gets the "EfileSites" element
1551                  */
1552                 long getEfileSites();
1553                 
1554                 /**
1555                  * Gets (as xml) the "EfileSites" element
1556                  */
1557                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetEfileSites();
1558                 
1559                 /**
1560                  * Sets the "EfileSites" element
1561                  */
1562                 void setEfileSites(long efileSites);
1563                 
1564                 /**
1565                  * Sets (as xml) the "EfileSites" element
1566                  */
1567                 void xsetEfileSites(gov.grants.apply.forms.form8653V10.Form8653NumberDataType efileSites);
1568                 
1569                 /**
1570                  * Gets the "Combination" element
1571                  */
1572                 long getCombination();
1573                 
1574                 /**
1575                  * Gets (as xml) the "Combination" element
1576                  */
1577                 gov.grants.apply.forms.form8653V10.Form8653NumberDataType xgetCombination();
1578                 
1579                 /**
1580                  * Sets the "Combination" element
1581                  */
1582                 void setCombination(long combination);
1583                 
1584                 /**
1585                  * Sets (as xml) the "Combination" element
1586                  */
1587                 void xsetCombination(gov.grants.apply.forms.form8653V10.Form8653NumberDataType combination);
1588                 
1589                 /**
1590                  * Gets the "Total" element
1591                  */
1592                 long getTotal();
1593                 
1594                 /**
1595                  * Gets (as xml) the "Total" element
1596                  */
1597                 gov.grants.apply.forms.form8653V10.Form8653NumberTotalDataType xgetTotal();
1598                 
1599                 /**
1600                  * Sets the "Total" element
1601                  */
1602                 void setTotal(long total);
1603                 
1604                 /**
1605                  * Sets (as xml) the "Total" element
1606                  */
1607                 void xsetTotal(gov.grants.apply.forms.form8653V10.Form8653NumberTotalDataType total);
1608                 
1609                 /**
1610                  * A factory class with static methods for creating instances
1611                  * of this type.
1612                  */
1613                 
1614                 public static final class Factory
1615                 {
1616                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites newInstance() {
1617                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1618                     
1619                     public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites newInstance(org.apache.xmlbeans.XmlOptions options) {
1620                       return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation.TaxPreparationSites) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1621                     
1622                     private Factory() { } // No instance of this class allowed
1623                 }
1624             }
1625             
1626             /**
1627              * A factory class with static methods for creating instances
1628              * of this type.
1629              */
1630             
1631             public static final class Factory
1632             {
1633                 public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation newInstance() {
1634                   return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1635                 
1636                 public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
1637                   return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653.OtherInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1638                 
1639                 private Factory() { } // No instance of this class allowed
1640             }
1641         }
1642         
1643         /**
1644          * A factory class with static methods for creating instances
1645          * of this type.
1646          */
1647         
1648         public static final class Factory
1649         {
1650             public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653 newInstance() {
1651               return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1652             
1653             public static gov.grants.apply.forms.form8653V10.Form8653Document.Form8653 newInstance(org.apache.xmlbeans.XmlOptions options) {
1654               return (gov.grants.apply.forms.form8653V10.Form8653Document.Form8653) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1655             
1656             private Factory() { } // No instance of this class allowed
1657         }
1658     }
1659     
1660     /**
1661      * A factory class with static methods for creating instances
1662      * of this type.
1663      */
1664     
1665     public static final class Factory
1666     {
1667         public static gov.grants.apply.forms.form8653V10.Form8653Document newInstance() {
1668           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1669         
1670         public static gov.grants.apply.forms.form8653V10.Form8653Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1671           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1672         
1673         /** @param xmlAsString the string value to parse */
1674         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1675           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1676         
1677         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1678           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1679         
1680         /** @param file the file from which to load an xml document */
1681         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1682           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1683         
1684         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1685           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1686         
1687         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1688           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1689         
1690         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1691           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1692         
1693         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1694           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1695         
1696         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1697           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1698         
1699         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1700           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1701         
1702         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1703           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1704         
1705         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1706           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1707         
1708         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1709           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1710         
1711         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1712           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1713         
1714         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1715           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1716         
1717         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1718         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1719           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1720         
1721         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1722         public static gov.grants.apply.forms.form8653V10.Form8653Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1723           return (gov.grants.apply.forms.form8653V10.Form8653Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1724         
1725         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1726         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 {
1727           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1728         
1729         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1730         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 {
1731           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1732         
1733         private Factory() { } // No instance of this class allowed
1734     }
1735 }