View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Form_13424M
4    * Namespace: http://apply.grants.gov/forms/Form_13424M-V1.0
5    * Java type: gov.grants.apply.forms.form13424MV10.Form13424MDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.form13424MV10;
10  
11  
12  /**
13   * A document containing one Form_13424M(@http://apply.grants.gov/forms/Form_13424M-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface Form13424MDocument 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(Form13424MDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form13424me501doctype");
21      
22      /**
23       * Gets the "Form_13424M" element
24       */
25      gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M getForm13424M();
26      
27      /**
28       * Sets the "Form_13424M" element
29       */
30      void setForm13424M(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M form13424M);
31      
32      /**
33       * Appends and returns a new empty "Form_13424M" element
34       */
35      gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M addNewForm13424M();
36      
37      /**
38       * An XML Form_13424M(@http://apply.grants.gov/forms/Form_13424M-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface Form13424M 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(Form13424M.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form13424m2a21elemtype");
46          
47          /**
48           * Gets the "ApplicantOrganization" element
49           */
50          java.lang.String getApplicantOrganization();
51          
52          /**
53           * Gets (as xml) the "ApplicantOrganization" element
54           */
55          gov.grants.apply.forms.form13424MV10.Form13424MString11024DataType xgetApplicantOrganization();
56          
57          /**
58           * Sets the "ApplicantOrganization" element
59           */
60          void setApplicantOrganization(java.lang.String applicantOrganization);
61          
62          /**
63           * Sets (as xml) the "ApplicantOrganization" element
64           */
65          void xsetApplicantOrganization(gov.grants.apply.forms.form13424MV10.Form13424MString11024DataType applicantOrganization);
66          
67          /**
68           * Gets the "Experience" element
69           */
70          gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience getExperience();
71          
72          /**
73           * Sets the "Experience" element
74           */
75          void setExperience(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience experience);
76          
77          /**
78           * Appends and returns a new empty "Experience" element
79           */
80          gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience addNewExperience();
81          
82          /**
83           * Gets the "FinancialResponsibility" element
84           */
85          gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility getFinancialResponsibility();
86          
87          /**
88           * Sets the "FinancialResponsibility" element
89           */
90          void setFinancialResponsibility(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility financialResponsibility);
91          
92          /**
93           * Appends and returns a new empty "FinancialResponsibility" element
94           */
95          gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility addNewFinancialResponsibility();
96          
97          /**
98           * Gets the "ProgramPerformancePlan" element
99           */
100         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan getProgramPerformancePlan();
101         
102         /**
103          * Sets the "ProgramPerformancePlan" element
104          */
105         void setProgramPerformancePlan(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan programPerformancePlan);
106         
107         /**
108          * Appends and returns a new empty "ProgramPerformancePlan" element
109          */
110         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan addNewProgramPerformancePlan();
111         
112         /**
113          * Gets the "Volunteers" element
114          */
115         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers getVolunteers();
116         
117         /**
118          * Sets the "Volunteers" element
119          */
120         void setVolunteers(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers volunteers);
121         
122         /**
123          * Appends and returns a new empty "Volunteers" element
124          */
125         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers addNewVolunteers();
126         
127         /**
128          * Gets the "Training" element
129          */
130         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training getTraining();
131         
132         /**
133          * Sets the "Training" element
134          */
135         void setTraining(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training training);
136         
137         /**
138          * Appends and returns a new empty "Training" element
139          */
140         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training addNewTraining();
141         
142         /**
143          * Gets the "ClinicOperations" element
144          */
145         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations getClinicOperations();
146         
147         /**
148          * Sets the "ClinicOperations" element
149          */
150         void setClinicOperations(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations clinicOperations);
151         
152         /**
153          * Appends and returns a new empty "ClinicOperations" element
154          */
155         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations addNewClinicOperations();
156         
157         /**
158          * Gets the "ProgramPlan" element
159          */
160         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan getProgramPlan();
161         
162         /**
163          * Sets the "ProgramPlan" element
164          */
165         void setProgramPlan(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan programPlan);
166         
167         /**
168          * Appends and returns a new empty "ProgramPlan" element
169          */
170         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan addNewProgramPlan();
171         
172         /**
173          * Gets the "ProgramMonitoring" element
174          */
175         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring getProgramMonitoring();
176         
177         /**
178          * Sets the "ProgramMonitoring" element
179          */
180         void setProgramMonitoring(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring programMonitoring);
181         
182         /**
183          * Appends and returns a new empty "ProgramMonitoring" element
184          */
185         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring addNewProgramMonitoring();
186         
187         /**
188          * Gets the "Geographic" element
189          */
190         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic getGeographic();
191         
192         /**
193          * Sets the "Geographic" element
194          */
195         void setGeographic(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic geographic);
196         
197         /**
198          * Appends and returns a new empty "Geographic" element
199          */
200         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic addNewGeographic();
201         
202         /**
203          * Gets the "CivilRights" element
204          */
205         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights getCivilRights();
206         
207         /**
208          * Sets the "CivilRights" element
209          */
210         void setCivilRights(gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights civilRights);
211         
212         /**
213          * Appends and returns a new empty "CivilRights" element
214          */
215         gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights addNewCivilRights();
216         
217         /**
218          * Gets the "FormVersion" attribute
219          */
220         java.lang.String getFormVersion();
221         
222         /**
223          * Gets (as xml) the "FormVersion" attribute
224          */
225         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
226         
227         /**
228          * Sets the "FormVersion" attribute
229          */
230         void setFormVersion(java.lang.String formVersion);
231         
232         /**
233          * Sets (as xml) the "FormVersion" attribute
234          */
235         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
236         
237         /**
238          * An XML Experience(@http://apply.grants.gov/forms/Form_13424M-V1.0).
239          *
240          * This is a complex type.
241          */
242         public interface Experience extends org.apache.xmlbeans.XmlObject
243         {
244             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
245                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Experience.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("experience863belemtype");
246             
247             /**
248              * Gets the "ExperienceOperating" element
249              */
250             java.lang.String getExperienceOperating();
251             
252             /**
253              * Gets (as xml) the "ExperienceOperating" element
254              */
255             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetExperienceOperating();
256             
257             /**
258              * Sets the "ExperienceOperating" element
259              */
260             void setExperienceOperating(java.lang.String experienceOperating);
261             
262             /**
263              * Sets (as xml) the "ExperienceOperating" element
264              */
265             void xsetExperienceOperating(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType experienceOperating);
266             
267             /**
268              * Gets the "ExistingAffiliations" element
269              */
270             java.lang.String getExistingAffiliations();
271             
272             /**
273              * Gets (as xml) the "ExistingAffiliations" element
274              */
275             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetExistingAffiliations();
276             
277             /**
278              * Sets the "ExistingAffiliations" element
279              */
280             void setExistingAffiliations(java.lang.String existingAffiliations);
281             
282             /**
283              * Sets (as xml) the "ExistingAffiliations" element
284              */
285             void xsetExistingAffiliations(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType existingAffiliations);
286             
287             /**
288              * Gets the "ExperienceSupervising" element
289              */
290             java.lang.String getExperienceSupervising();
291             
292             /**
293              * Gets (as xml) the "ExperienceSupervising" element
294              */
295             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetExperienceSupervising();
296             
297             /**
298              * Sets the "ExperienceSupervising" element
299              */
300             void setExperienceSupervising(java.lang.String experienceSupervising);
301             
302             /**
303              * Sets (as xml) the "ExperienceSupervising" element
304              */
305             void xsetExperienceSupervising(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType experienceSupervising);
306             
307             /**
308              * Gets the "ExperienceNetworking" element
309              */
310             java.lang.String getExperienceNetworking();
311             
312             /**
313              * Gets (as xml) the "ExperienceNetworking" element
314              */
315             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetExperienceNetworking();
316             
317             /**
318              * Sets the "ExperienceNetworking" element
319              */
320             void setExperienceNetworking(java.lang.String experienceNetworking);
321             
322             /**
323              * Sets (as xml) the "ExperienceNetworking" element
324              */
325             void xsetExperienceNetworking(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType experienceNetworking);
326             
327             /**
328              * A factory class with static methods for creating instances
329              * of this type.
330              */
331             
332             public static final class Factory
333             {
334                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience newInstance() {
335                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
336                 
337                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience newInstance(org.apache.xmlbeans.XmlOptions options) {
338                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Experience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
339                 
340                 private Factory() { } // No instance of this class allowed
341             }
342         }
343         
344         /**
345          * An XML FinancialResponsibility(@http://apply.grants.gov/forms/Form_13424M-V1.0).
346          *
347          * This is a complex type.
348          */
349         public interface FinancialResponsibility extends org.apache.xmlbeans.XmlObject
350         {
351             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
352                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialResponsibility.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialresponsibility32feelemtype");
353             
354             /**
355              * Gets the "AccountingProcedures" element
356              */
357             java.lang.String getAccountingProcedures();
358             
359             /**
360              * Gets (as xml) the "AccountingProcedures" element
361              */
362             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetAccountingProcedures();
363             
364             /**
365              * Sets the "AccountingProcedures" element
366              */
367             void setAccountingProcedures(java.lang.String accountingProcedures);
368             
369             /**
370              * Sets (as xml) the "AccountingProcedures" element
371              */
372             void xsetAccountingProcedures(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType accountingProcedures);
373             
374             /**
375              * Gets the "MethodForEnsuring" element
376              */
377             java.lang.String getMethodForEnsuring();
378             
379             /**
380              * Gets (as xml) the "MethodForEnsuring" element
381              */
382             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetMethodForEnsuring();
383             
384             /**
385              * Sets the "MethodForEnsuring" element
386              */
387             void setMethodForEnsuring(java.lang.String methodForEnsuring);
388             
389             /**
390              * Sets (as xml) the "MethodForEnsuring" element
391              */
392             void xsetMethodForEnsuring(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType methodForEnsuring);
393             
394             /**
395              * Gets the "PlansForAudits" element
396              */
397             java.lang.String getPlansForAudits();
398             
399             /**
400              * Gets (as xml) the "PlansForAudits" element
401              */
402             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetPlansForAudits();
403             
404             /**
405              * Sets the "PlansForAudits" element
406              */
407             void setPlansForAudits(java.lang.String plansForAudits);
408             
409             /**
410              * Sets (as xml) the "PlansForAudits" element
411              */
412             void xsetPlansForAudits(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType plansForAudits);
413             
414             /**
415              * Gets the "Qualifications" element
416              */
417             java.lang.String getQualifications();
418             
419             /**
420              * Gets (as xml) the "Qualifications" element
421              */
422             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetQualifications();
423             
424             /**
425              * Sets the "Qualifications" element
426              */
427             void setQualifications(java.lang.String qualifications);
428             
429             /**
430              * Sets (as xml) the "Qualifications" element
431              */
432             void xsetQualifications(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType qualifications);
433             
434             /**
435              * A factory class with static methods for creating instances
436              * of this type.
437              */
438             
439             public static final class Factory
440             {
441                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility newInstance() {
442                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
443                 
444                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility newInstance(org.apache.xmlbeans.XmlOptions options) {
445                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.FinancialResponsibility) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
446                 
447                 private Factory() { } // No instance of this class allowed
448             }
449         }
450         
451         /**
452          * An XML ProgramPerformancePlan(@http://apply.grants.gov/forms/Form_13424M-V1.0).
453          *
454          * This is a complex type.
455          */
456         public interface ProgramPerformancePlan extends org.apache.xmlbeans.XmlObject
457         {
458             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
459                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgramPerformancePlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("programperformanceplane270elemtype");
460             
461             /**
462              * Gets the "QTEQualifications" element
463              */
464             java.lang.String getQTEQualifications();
465             
466             /**
467              * Gets (as xml) the "QTEQualifications" element
468              */
469             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetQTEQualifications();
470             
471             /**
472              * Sets the "QTEQualifications" element
473              */
474             void setQTEQualifications(java.lang.String qteQualifications);
475             
476             /**
477              * Sets (as xml) the "QTEQualifications" element
478              */
479             void xsetQTEQualifications(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType qteQualifications);
480             
481             /**
482              * Gets the "ClinicDirectorQualifications" element
483              */
484             java.lang.String getClinicDirectorQualifications();
485             
486             /**
487              * Gets (as xml) the "ClinicDirectorQualifications" element
488              */
489             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetClinicDirectorQualifications();
490             
491             /**
492              * Sets the "ClinicDirectorQualifications" element
493              */
494             void setClinicDirectorQualifications(java.lang.String clinicDirectorQualifications);
495             
496             /**
497              * Sets (as xml) the "ClinicDirectorQualifications" element
498              */
499             void xsetClinicDirectorQualifications(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType clinicDirectorQualifications);
500             
501             /**
502              * Gets the "ClinicStaff" element
503              */
504             java.lang.String getClinicStaff();
505             
506             /**
507              * Gets (as xml) the "ClinicStaff" element
508              */
509             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetClinicStaff();
510             
511             /**
512              * Sets the "ClinicStaff" element
513              */
514             void setClinicStaff(java.lang.String clinicStaff);
515             
516             /**
517              * Sets (as xml) the "ClinicStaff" element
518              */
519             void xsetClinicStaff(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType clinicStaff);
520             
521             /**
522              * Gets the "StudentClinicServices" element
523              */
524             java.lang.String getStudentClinicServices();
525             
526             /**
527              * Gets (as xml) the "StudentClinicServices" element
528              */
529             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetStudentClinicServices();
530             
531             /**
532              * Sets the "StudentClinicServices" element
533              */
534             void setStudentClinicServices(java.lang.String studentClinicServices);
535             
536             /**
537              * Sets (as xml) the "StudentClinicServices" element
538              */
539             void xsetStudentClinicServices(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType studentClinicServices);
540             
541             /**
542              * Gets the "ObtainPermission" element
543              */
544             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getObtainPermission();
545             
546             /**
547              * Gets (as xml) the "ObtainPermission" element
548              */
549             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetObtainPermission();
550             
551             /**
552              * Sets the "ObtainPermission" element
553              */
554             void setObtainPermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum obtainPermission);
555             
556             /**
557              * Sets (as xml) the "ObtainPermission" element
558              */
559             void xsetObtainPermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType obtainPermission);
560             
561             /**
562              * Gets the "ObtainCourtPermission" element
563              */
564             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getObtainCourtPermission();
565             
566             /**
567              * Gets (as xml) the "ObtainCourtPermission" element
568              */
569             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetObtainCourtPermission();
570             
571             /**
572              * Sets the "ObtainCourtPermission" element
573              */
574             void setObtainCourtPermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum obtainCourtPermission);
575             
576             /**
577              * Sets (as xml) the "ObtainCourtPermission" element
578              */
579             void xsetObtainCourtPermission(gov.grants.apply.system.globalLibraryV20.YesNoDataType obtainCourtPermission);
580             
581             /**
582              * Gets the "StaffAuthorized" element
583              */
584             java.lang.String getStaffAuthorized();
585             
586             /**
587              * Gets (as xml) the "StaffAuthorized" element
588              */
589             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetStaffAuthorized();
590             
591             /**
592              * Sets the "StaffAuthorized" element
593              */
594             void setStaffAuthorized(java.lang.String staffAuthorized);
595             
596             /**
597              * Sets (as xml) the "StaffAuthorized" element
598              */
599             void xsetStaffAuthorized(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType staffAuthorized);
600             
601             /**
602              * Gets the "StaffAdmitted" element
603              */
604             java.lang.String getStaffAdmitted();
605             
606             /**
607              * Gets (as xml) the "StaffAdmitted" element
608              */
609             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetStaffAdmitted();
610             
611             /**
612              * Sets the "StaffAdmitted" element
613              */
614             void setStaffAdmitted(java.lang.String staffAdmitted);
615             
616             /**
617              * Sets (as xml) the "StaffAdmitted" element
618              */
619             void xsetStaffAdmitted(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType staffAdmitted);
620             
621             /**
622              * Gets the "AmountofTime" element
623              */
624             java.lang.String getAmountofTime();
625             
626             /**
627              * Gets (as xml) the "AmountofTime" element
628              */
629             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetAmountofTime();
630             
631             /**
632              * Sets the "AmountofTime" element
633              */
634             void setAmountofTime(java.lang.String amountofTime);
635             
636             /**
637              * Sets (as xml) the "AmountofTime" element
638              */
639             void xsetAmountofTime(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType amountofTime);
640             
641             /**
642              * A factory class with static methods for creating instances
643              * of this type.
644              */
645             
646             public static final class Factory
647             {
648                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan newInstance() {
649                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
650                 
651                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan newInstance(org.apache.xmlbeans.XmlOptions options) {
652                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPerformancePlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
653                 
654                 private Factory() { } // No instance of this class allowed
655             }
656         }
657         
658         /**
659          * An XML Volunteers(@http://apply.grants.gov/forms/Form_13424M-V1.0).
660          *
661          * This is a complex type.
662          */
663         public interface Volunteers extends org.apache.xmlbeans.XmlObject
664         {
665             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
666                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Volunteers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("volunteersc41celemtype");
667             
668             /**
669              * Gets the "ApplicantProBono" element
670              */
671             java.lang.String getApplicantProBono();
672             
673             /**
674              * Gets (as xml) the "ApplicantProBono" element
675              */
676             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetApplicantProBono();
677             
678             /**
679              * Sets the "ApplicantProBono" element
680              */
681             void setApplicantProBono(java.lang.String applicantProBono);
682             
683             /**
684              * Sets (as xml) the "ApplicantProBono" element
685              */
686             void xsetApplicantProBono(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType applicantProBono);
687             
688             /**
689              * Gets the "ProceduresAssignCases" element
690              */
691             java.lang.String getProceduresAssignCases();
692             
693             /**
694              * Gets (as xml) the "ProceduresAssignCases" element
695              */
696             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetProceduresAssignCases();
697             
698             /**
699              * Sets the "ProceduresAssignCases" element
700              */
701             void setProceduresAssignCases(java.lang.String proceduresAssignCases);
702             
703             /**
704              * Sets (as xml) the "ProceduresAssignCases" element
705              */
706             void xsetProceduresAssignCases(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType proceduresAssignCases);
707             
708             /**
709              * Gets the "TrackVolunteerTime" element
710              */
711             java.lang.String getTrackVolunteerTime();
712             
713             /**
714              * Gets (as xml) the "TrackVolunteerTime" element
715              */
716             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetTrackVolunteerTime();
717             
718             /**
719              * Sets the "TrackVolunteerTime" element
720              */
721             void setTrackVolunteerTime(java.lang.String trackVolunteerTime);
722             
723             /**
724              * Sets (as xml) the "TrackVolunteerTime" element
725              */
726             void xsetTrackVolunteerTime(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType trackVolunteerTime);
727             
728             /**
729              * A factory class with static methods for creating instances
730              * of this type.
731              */
732             
733             public static final class Factory
734             {
735                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers newInstance() {
736                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
737                 
738                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers newInstance(org.apache.xmlbeans.XmlOptions options) {
739                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Volunteers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
740                 
741                 private Factory() { } // No instance of this class allowed
742             }
743         }
744         
745         /**
746          * An XML Training(@http://apply.grants.gov/forms/Form_13424M-V1.0).
747          *
748          * This is a complex type.
749          */
750         public interface Training extends org.apache.xmlbeans.XmlObject
751         {
752             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
753                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Training.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("training42cbelemtype");
754             
755             /**
756              * Gets the "TrainingProvided" element
757              */
758             java.lang.String getTrainingProvided();
759             
760             /**
761              * Gets (as xml) the "TrainingProvided" element
762              */
763             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetTrainingProvided();
764             
765             /**
766              * Sets the "TrainingProvided" element
767              */
768             void setTrainingProvided(java.lang.String trainingProvided);
769             
770             /**
771              * Sets (as xml) the "TrainingProvided" element
772              */
773             void xsetTrainingProvided(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType trainingProvided);
774             
775             /**
776              * Gets the "ContinuingProfessionalEducation" element
777              */
778             java.lang.String getContinuingProfessionalEducation();
779             
780             /**
781              * Gets (as xml) the "ContinuingProfessionalEducation" element
782              */
783             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetContinuingProfessionalEducation();
784             
785             /**
786              * Sets the "ContinuingProfessionalEducation" element
787              */
788             void setContinuingProfessionalEducation(java.lang.String continuingProfessionalEducation);
789             
790             /**
791              * Sets (as xml) the "ContinuingProfessionalEducation" element
792              */
793             void xsetContinuingProfessionalEducation(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType continuingProfessionalEducation);
794             
795             /**
796              * Gets the "ClinicsTaxLibrary" element
797              */
798             java.lang.String getClinicsTaxLibrary();
799             
800             /**
801              * Gets (as xml) the "ClinicsTaxLibrary" element
802              */
803             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetClinicsTaxLibrary();
804             
805             /**
806              * Sets the "ClinicsTaxLibrary" element
807              */
808             void setClinicsTaxLibrary(java.lang.String clinicsTaxLibrary);
809             
810             /**
811              * Sets (as xml) the "ClinicsTaxLibrary" element
812              */
813             void xsetClinicsTaxLibrary(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType clinicsTaxLibrary);
814             
815             /**
816              * A factory class with static methods for creating instances
817              * of this type.
818              */
819             
820             public static final class Factory
821             {
822                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training newInstance() {
823                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
824                 
825                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training newInstance(org.apache.xmlbeans.XmlOptions options) {
826                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
827                 
828                 private Factory() { } // No instance of this class allowed
829             }
830         }
831         
832         /**
833          * An XML ClinicOperations(@http://apply.grants.gov/forms/Form_13424M-V1.0).
834          *
835          * This is a complex type.
836          */
837         public interface ClinicOperations extends org.apache.xmlbeans.XmlObject
838         {
839             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
840                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ClinicOperations.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("clinicoperations9871elemtype");
841             
842             /**
843              * Gets the "ClinicsPublicityPlan" element
844              */
845             java.lang.String getClinicsPublicityPlan();
846             
847             /**
848              * Gets (as xml) the "ClinicsPublicityPlan" element
849              */
850             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetClinicsPublicityPlan();
851             
852             /**
853              * Sets the "ClinicsPublicityPlan" element
854              */
855             void setClinicsPublicityPlan(java.lang.String clinicsPublicityPlan);
856             
857             /**
858              * Sets (as xml) the "ClinicsPublicityPlan" element
859              */
860             void xsetClinicsPublicityPlan(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType clinicsPublicityPlan);
861             
862             /**
863              * Gets the "TaxpayerPrivacyPlans" element
864              */
865             java.lang.String getTaxpayerPrivacyPlans();
866             
867             /**
868              * Gets (as xml) the "TaxpayerPrivacyPlans" element
869              */
870             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetTaxpayerPrivacyPlans();
871             
872             /**
873              * Sets the "TaxpayerPrivacyPlans" element
874              */
875             void setTaxpayerPrivacyPlans(java.lang.String taxpayerPrivacyPlans);
876             
877             /**
878              * Sets (as xml) the "TaxpayerPrivacyPlans" element
879              */
880             void xsetTaxpayerPrivacyPlans(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType taxpayerPrivacyPlans);
881             
882             /**
883              * Gets the "ClinicOperation" element
884              */
885             java.lang.String getClinicOperation();
886             
887             /**
888              * Gets (as xml) the "ClinicOperation" element
889              */
890             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetClinicOperation();
891             
892             /**
893              * Sets the "ClinicOperation" element
894              */
895             void setClinicOperation(java.lang.String clinicOperation);
896             
897             /**
898              * Sets (as xml) the "ClinicOperation" element
899              */
900             void xsetClinicOperation(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType clinicOperation);
901             
902             /**
903              * Gets the "ChargingFeesPlan" element
904              */
905             java.lang.String getChargingFeesPlan();
906             
907             /**
908              * Gets (as xml) the "ChargingFeesPlan" element
909              */
910             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetChargingFeesPlan();
911             
912             /**
913              * Sets the "ChargingFeesPlan" element
914              */
915             void setChargingFeesPlan(java.lang.String chargingFeesPlan);
916             
917             /**
918              * Sets (as xml) the "ChargingFeesPlan" element
919              */
920             void xsetChargingFeesPlan(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType chargingFeesPlan);
921             
922             /**
923              * A factory class with static methods for creating instances
924              * of this type.
925              */
926             
927             public static final class Factory
928             {
929                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations newInstance() {
930                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
931                 
932                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations newInstance(org.apache.xmlbeans.XmlOptions options) {
933                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ClinicOperations) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
934                 
935                 private Factory() { } // No instance of this class allowed
936             }
937         }
938         
939         /**
940          * An XML ProgramPlan(@http://apply.grants.gov/forms/Form_13424M-V1.0).
941          *
942          * This is a complex type.
943          */
944         public interface ProgramPlan extends org.apache.xmlbeans.XmlObject
945         {
946             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
947                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgramPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("programplan0c68elemtype");
948             
949             /**
950              * Gets the "ControversyProgram" element
951              */
952             java.lang.String getControversyProgram();
953             
954             /**
955              * Gets (as xml) the "ControversyProgram" element
956              */
957             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetControversyProgram();
958             
959             /**
960              * Sets the "ControversyProgram" element
961              */
962             void setControversyProgram(java.lang.String controversyProgram);
963             
964             /**
965              * Sets (as xml) the "ControversyProgram" element
966              */
967             void xsetControversyProgram(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType controversyProgram);
968             
969             /**
970              * Gets the "ControversyType" element
971              */
972             java.lang.String getControversyType();
973             
974             /**
975              * Gets (as xml) the "ControversyType" element
976              */
977             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetControversyType();
978             
979             /**
980              * Sets the "ControversyType" element
981              */
982             void setControversyType(java.lang.String controversyType);
983             
984             /**
985              * Sets (as xml) the "ControversyType" element
986              */
987             void xsetControversyType(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType controversyType);
988             
989             /**
990              * Gets the "ProcedureForIntake" element
991              */
992             java.lang.String getProcedureForIntake();
993             
994             /**
995              * Gets (as xml) the "ProcedureForIntake" element
996              */
997             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetProcedureForIntake();
998             
999             /**
1000              * Sets the "ProcedureForIntake" element
1001              */
1002             void setProcedureForIntake(java.lang.String procedureForIntake);
1003             
1004             /**
1005              * Sets (as xml) the "ProcedureForIntake" element
1006              */
1007             void xsetProcedureForIntake(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType procedureForIntake);
1008             
1009             /**
1010              * Gets the "IncomeRequirementTracking" element
1011              */
1012             java.lang.String getIncomeRequirementTracking();
1013             
1014             /**
1015              * Gets (as xml) the "IncomeRequirementTracking" element
1016              */
1017             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetIncomeRequirementTracking();
1018             
1019             /**
1020              * Sets the "IncomeRequirementTracking" element
1021              */
1022             void setIncomeRequirementTracking(java.lang.String incomeRequirementTracking);
1023             
1024             /**
1025              * Sets (as xml) the "IncomeRequirementTracking" element
1026              */
1027             void xsetIncomeRequirementTracking(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType incomeRequirementTracking);
1028             
1029             /**
1030              * Gets the "AmountTracking" element
1031              */
1032             java.lang.String getAmountTracking();
1033             
1034             /**
1035              * Gets (as xml) the "AmountTracking" element
1036              */
1037             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetAmountTracking();
1038             
1039             /**
1040              * Sets the "AmountTracking" element
1041              */
1042             void setAmountTracking(java.lang.String amountTracking);
1043             
1044             /**
1045              * Sets (as xml) the "AmountTracking" element
1046              */
1047             void xsetAmountTracking(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType amountTracking);
1048             
1049             /**
1050              * Gets the "NewCasesGoals" element
1051              */
1052             int getNewCasesGoals();
1053             
1054             /**
1055              * Gets (as xml) the "NewCasesGoals" element
1056              */
1057             gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType xgetNewCasesGoals();
1058             
1059             /**
1060              * Sets the "NewCasesGoals" element
1061              */
1062             void setNewCasesGoals(int newCasesGoals);
1063             
1064             /**
1065              * Sets (as xml) the "NewCasesGoals" element
1066              */
1067             void xsetNewCasesGoals(gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType newCasesGoals);
1068             
1069             /**
1070              * Gets the "Consultations" element
1071              */
1072             int getConsultations();
1073             
1074             /**
1075              * Gets (as xml) the "Consultations" element
1076              */
1077             gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType xgetConsultations();
1078             
1079             /**
1080              * Sets the "Consultations" element
1081              */
1082             void setConsultations(int consultations);
1083             
1084             /**
1085              * Sets (as xml) the "Consultations" element
1086              */
1087             void xsetConsultations(gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType consultations);
1088             
1089             /**
1090              * Gets the "ESLProgram" element
1091              */
1092             java.lang.String getESLProgram();
1093             
1094             /**
1095              * Gets (as xml) the "ESLProgram" element
1096              */
1097             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetESLProgram();
1098             
1099             /**
1100              * Sets the "ESLProgram" element
1101              */
1102             void setESLProgram(java.lang.String eslProgram);
1103             
1104             /**
1105              * Sets (as xml) the "ESLProgram" element
1106              */
1107             void xsetESLProgram(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType eslProgram);
1108             
1109             /**
1110              * Gets the "ESLOutreach" element
1111              */
1112             java.lang.String getESLOutreach();
1113             
1114             /**
1115              * Gets (as xml) the "ESLOutreach" element
1116              */
1117             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetESLOutreach();
1118             
1119             /**
1120              * Sets the "ESLOutreach" element
1121              */
1122             void setESLOutreach(java.lang.String eslOutreach);
1123             
1124             /**
1125              * Sets (as xml) the "ESLOutreach" element
1126              */
1127             void xsetESLOutreach(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType eslOutreach);
1128             
1129             /**
1130              * Gets the "TargetPopulation" element
1131              */
1132             java.lang.String getTargetPopulation();
1133             
1134             /**
1135              * Gets (as xml) the "TargetPopulation" element
1136              */
1137             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetTargetPopulation();
1138             
1139             /**
1140              * Sets the "TargetPopulation" element
1141              */
1142             void setTargetPopulation(java.lang.String targetPopulation);
1143             
1144             /**
1145              * Sets (as xml) the "TargetPopulation" element
1146              */
1147             void xsetTargetPopulation(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType targetPopulation);
1148             
1149             /**
1150              * Gets the "ESLTaxpayerTracking" element
1151              */
1152             java.lang.String getESLTaxpayerTracking();
1153             
1154             /**
1155              * Gets (as xml) the "ESLTaxpayerTracking" element
1156              */
1157             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetESLTaxpayerTracking();
1158             
1159             /**
1160              * Sets the "ESLTaxpayerTracking" element
1161              */
1162             void setESLTaxpayerTracking(java.lang.String eslTaxpayerTracking);
1163             
1164             /**
1165              * Sets (as xml) the "ESLTaxpayerTracking" element
1166              */
1167             void xsetESLTaxpayerTracking(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType eslTaxpayerTracking);
1168             
1169             /**
1170              * Gets the "EducationalActivities" element
1171              */
1172             int getEducationalActivities();
1173             
1174             /**
1175              * Gets (as xml) the "EducationalActivities" element
1176              */
1177             gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType xgetEducationalActivities();
1178             
1179             /**
1180              * Sets the "EducationalActivities" element
1181              */
1182             void setEducationalActivities(int educationalActivities);
1183             
1184             /**
1185              * Sets (as xml) the "EducationalActivities" element
1186              */
1187             void xsetEducationalActivities(gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType educationalActivities);
1188             
1189             /**
1190              * Gets the "ESLTaxpayers" element
1191              */
1192             int getESLTaxpayers();
1193             
1194             /**
1195              * Gets (as xml) the "ESLTaxpayers" element
1196              */
1197             gov.grants.apply.forms.form13424MV10.Form13424M0To999999DataType xgetESLTaxpayers();
1198             
1199             /**
1200              * Sets the "ESLTaxpayers" element
1201              */
1202             void setESLTaxpayers(int eslTaxpayers);
1203             
1204             /**
1205              * Sets (as xml) the "ESLTaxpayers" element
1206              */
1207             void xsetESLTaxpayers(gov.grants.apply.forms.form13424MV10.Form13424M0To999999DataType eslTaxpayers);
1208             
1209             /**
1210              * Gets the "ESLConsultations" element
1211              */
1212             int getESLConsultations();
1213             
1214             /**
1215              * Gets (as xml) the "ESLConsultations" element
1216              */
1217             gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType xgetESLConsultations();
1218             
1219             /**
1220              * Sets the "ESLConsultations" element
1221              */
1222             void setESLConsultations(int eslConsultations);
1223             
1224             /**
1225              * Sets (as xml) the "ESLConsultations" element
1226              */
1227             void xsetESLConsultations(gov.grants.apply.forms.form13424MV10.Form13424M0To99999DataType eslConsultations);
1228             
1229             /**
1230              * A factory class with static methods for creating instances
1231              * of this type.
1232              */
1233             
1234             public static final class Factory
1235             {
1236                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan newInstance() {
1237                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1238                 
1239                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
1240                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1241                 
1242                 private Factory() { } // No instance of this class allowed
1243             }
1244         }
1245         
1246         /**
1247          * An XML ProgramMonitoring(@http://apply.grants.gov/forms/Form_13424M-V1.0).
1248          *
1249          * This is a complex type.
1250          */
1251         public interface ProgramMonitoring extends org.apache.xmlbeans.XmlObject
1252         {
1253             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1254                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgramMonitoring.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("programmonitoringd2e9elemtype");
1255             
1256             /**
1257              * Gets the "MonitoringStrategy" element
1258              */
1259             java.lang.String getMonitoringStrategy();
1260             
1261             /**
1262              * Gets (as xml) the "MonitoringStrategy" element
1263              */
1264             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetMonitoringStrategy();
1265             
1266             /**
1267              * Sets the "MonitoringStrategy" element
1268              */
1269             void setMonitoringStrategy(java.lang.String monitoringStrategy);
1270             
1271             /**
1272              * Sets (as xml) the "MonitoringStrategy" element
1273              */
1274             void xsetMonitoringStrategy(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType monitoringStrategy);
1275             
1276             /**
1277              * Gets the "MeasureClientSatisfaction" element
1278              */
1279             java.lang.String getMeasureClientSatisfaction();
1280             
1281             /**
1282              * Gets (as xml) the "MeasureClientSatisfaction" element
1283              */
1284             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetMeasureClientSatisfaction();
1285             
1286             /**
1287              * Sets the "MeasureClientSatisfaction" element
1288              */
1289             void setMeasureClientSatisfaction(java.lang.String measureClientSatisfaction);
1290             
1291             /**
1292              * Sets (as xml) the "MeasureClientSatisfaction" element
1293              */
1294             void xsetMeasureClientSatisfaction(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType measureClientSatisfaction);
1295             
1296             /**
1297              * A factory class with static methods for creating instances
1298              * of this type.
1299              */
1300             
1301             public static final class Factory
1302             {
1303                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring newInstance() {
1304                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1305                 
1306                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring newInstance(org.apache.xmlbeans.XmlOptions options) {
1307                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.ProgramMonitoring) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1308                 
1309                 private Factory() { } // No instance of this class allowed
1310             }
1311         }
1312         
1313         /**
1314          * An XML Geographic(@http://apply.grants.gov/forms/Form_13424M-V1.0).
1315          *
1316          * This is a complex type.
1317          */
1318         public interface Geographic extends org.apache.xmlbeans.XmlObject
1319         {
1320             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1321                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Geographic.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("geographic970eelemtype");
1322             
1323             /**
1324              * Gets the "GeographicArea" element
1325              */
1326             java.lang.String getGeographicArea();
1327             
1328             /**
1329              * Gets (as xml) the "GeographicArea" element
1330              */
1331             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetGeographicArea();
1332             
1333             /**
1334              * Sets the "GeographicArea" element
1335              */
1336             void setGeographicArea(java.lang.String geographicArea);
1337             
1338             /**
1339              * Sets (as xml) the "GeographicArea" element
1340              */
1341             void xsetGeographicArea(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType geographicArea);
1342             
1343             /**
1344              * A factory class with static methods for creating instances
1345              * of this type.
1346              */
1347             
1348             public static final class Factory
1349             {
1350                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic newInstance() {
1351                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1352                 
1353                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic newInstance(org.apache.xmlbeans.XmlOptions options) {
1354                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.Geographic) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1355                 
1356                 private Factory() { } // No instance of this class allowed
1357             }
1358         }
1359         
1360         /**
1361          * An XML CivilRights(@http://apply.grants.gov/forms/Form_13424M-V1.0).
1362          *
1363          * This is a complex type.
1364          */
1365         public interface CivilRights extends org.apache.xmlbeans.XmlObject
1366         {
1367             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1368                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRights.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrights4e6belemtype");
1369             
1370             /**
1371              * Gets the "ActiveLawsuits" element
1372              */
1373             java.lang.String getActiveLawsuits();
1374             
1375             /**
1376              * Gets (as xml) the "ActiveLawsuits" element
1377              */
1378             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetActiveLawsuits();
1379             
1380             /**
1381              * Sets the "ActiveLawsuits" element
1382              */
1383             void setActiveLawsuits(java.lang.String activeLawsuits);
1384             
1385             /**
1386              * Sets (as xml) the "ActiveLawsuits" element
1387              */
1388             void xsetActiveLawsuits(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType activeLawsuits);
1389             
1390             /**
1391              * Gets the "PendingApplications" element
1392              */
1393             java.lang.String getPendingApplications();
1394             
1395             /**
1396              * Gets (as xml) the "PendingApplications" element
1397              */
1398             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetPendingApplications();
1399             
1400             /**
1401              * Sets the "PendingApplications" element
1402              */
1403             void setPendingApplications(java.lang.String pendingApplications);
1404             
1405             /**
1406              * Sets (as xml) the "PendingApplications" element
1407              */
1408             void xsetPendingApplications(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType pendingApplications);
1409             
1410             /**
1411              * Gets the "CivilRightsCompliance" element
1412              */
1413             java.lang.String getCivilRightsCompliance();
1414             
1415             /**
1416              * Gets (as xml) the "CivilRightsCompliance" element
1417              */
1418             gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType xgetCivilRightsCompliance();
1419             
1420             /**
1421              * Sets the "CivilRightsCompliance" element
1422              */
1423             void setCivilRightsCompliance(java.lang.String civilRightsCompliance);
1424             
1425             /**
1426              * Sets (as xml) the "CivilRightsCompliance" element
1427              */
1428             void xsetCivilRightsCompliance(gov.grants.apply.forms.form13424MV10.Form13424MString15000DataType civilRightsCompliance);
1429             
1430             /**
1431              * A factory class with static methods for creating instances
1432              * of this type.
1433              */
1434             
1435             public static final class Factory
1436             {
1437                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights newInstance() {
1438                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1439                 
1440                 public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights newInstance(org.apache.xmlbeans.XmlOptions options) {
1441                   return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M.CivilRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1442                 
1443                 private Factory() { } // No instance of this class allowed
1444             }
1445         }
1446         
1447         /**
1448          * A factory class with static methods for creating instances
1449          * of this type.
1450          */
1451         
1452         public static final class Factory
1453         {
1454             public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M newInstance() {
1455               return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1456             
1457             public static gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M newInstance(org.apache.xmlbeans.XmlOptions options) {
1458               return (gov.grants.apply.forms.form13424MV10.Form13424MDocument.Form13424M) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1459             
1460             private Factory() { } // No instance of this class allowed
1461         }
1462     }
1463     
1464     /**
1465      * A factory class with static methods for creating instances
1466      * of this type.
1467      */
1468     
1469     public static final class Factory
1470     {
1471         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument newInstance() {
1472           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1473         
1474         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1475           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1476         
1477         /** @param xmlAsString the string value to parse */
1478         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1479           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1480         
1481         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1482           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1483         
1484         /** @param file the file from which to load an xml document */
1485         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1486           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1487         
1488         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1489           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1490         
1491         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1492           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1493         
1494         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1495           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1496         
1497         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1498           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1499         
1500         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1501           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1502         
1503         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1504           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1505         
1506         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1507           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1508         
1509         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1510           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1511         
1512         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1513           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1514         
1515         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1516           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1517         
1518         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1519           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1520         
1521         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1522         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1523           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1524         
1525         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1526         public static gov.grants.apply.forms.form13424MV10.Form13424MDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1527           return (gov.grants.apply.forms.form13424MV10.Form13424MDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1528         
1529         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1530         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 {
1531           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1532         
1533         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1534         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 {
1535           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1536         
1537         private Factory() { } // No instance of this class allowed
1538     }
1539 }