View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Form_14204
4    * Namespace: http://apply.grants.gov/forms/Form_14204-V1.0
5    * Java type: gov.grants.apply.forms.form14204V10.Form14204Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.form14204V10;
10  
11  
12  /**
13   * A document containing one Form_14204(@http://apply.grants.gov/forms/Form_14204-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface Form14204Document 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(Form14204Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form14204979ddoctype");
21      
22      /**
23       * Gets the "Form_14204" element
24       */
25      gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 getForm14204();
26      
27      /**
28       * Sets the "Form_14204" element
29       */
30      void setForm14204(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 form14204);
31      
32      /**
33       * Appends and returns a new empty "Form_14204" element
34       */
35      gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 addNewForm14204();
36      
37      /**
38       * An XML Form_14204(@http://apply.grants.gov/forms/Form_14204-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface Form14204 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(Form14204.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form142042ee9elemtype");
46          
47          /**
48           * Gets the "ContactInformation" element
49           */
50          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation getContactInformation();
51          
52          /**
53           * Sets the "ContactInformation" element
54           */
55          void setContactInformation(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation contactInformation);
56          
57          /**
58           * Appends and returns a new empty "ContactInformation" element
59           */
60          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation addNewContactInformation();
61          
62          /**
63           * Gets the "AdministrativeInformation" element
64           */
65          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation getAdministrativeInformation();
66          
67          /**
68           * Sets the "AdministrativeInformation" element
69           */
70          void setAdministrativeInformation(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation administrativeInformation);
71          
72          /**
73           * Appends and returns a new empty "AdministrativeInformation" element
74           */
75          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation addNewAdministrativeInformation();
76          
77          /**
78           * Gets the "ApplicationChecklist" element
79           */
80          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist getApplicationChecklist();
81          
82          /**
83           * Sets the "ApplicationChecklist" element
84           */
85          void setApplicationChecklist(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist applicationChecklist);
86          
87          /**
88           * Appends and returns a new empty "ApplicationChecklist" element
89           */
90          gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist addNewApplicationChecklist();
91          
92          /**
93           * Gets the "FormVersion" attribute
94           */
95          java.lang.String getFormVersion();
96          
97          /**
98           * Gets (as xml) the "FormVersion" attribute
99           */
100         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
101         
102         /**
103          * Sets the "FormVersion" attribute
104          */
105         void setFormVersion(java.lang.String formVersion);
106         
107         /**
108          * Sets (as xml) the "FormVersion" attribute
109          */
110         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
111         
112         /**
113          * An XML ContactInformation(@http://apply.grants.gov/forms/Form_14204-V1.0).
114          *
115          * This is a complex type.
116          */
117         public interface ContactInformation extends org.apache.xmlbeans.XmlObject
118         {
119             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
120                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContactInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contactinformationba91elemtype");
121             
122             /**
123              * Gets the "OrganizationName" element
124              */
125             java.lang.String getOrganizationName();
126             
127             /**
128              * Gets (as xml) the "OrganizationName" element
129              */
130             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
131             
132             /**
133              * Sets the "OrganizationName" element
134              */
135             void setOrganizationName(java.lang.String organizationName);
136             
137             /**
138              * Sets (as xml) the "OrganizationName" element
139              */
140             void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
141             
142             /**
143              * Gets the "OrganizationAddress" element
144              */
145             gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress getOrganizationAddress();
146             
147             /**
148              * Sets the "OrganizationAddress" element
149              */
150             void setOrganizationAddress(gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress organizationAddress);
151             
152             /**
153              * Appends and returns a new empty "OrganizationAddress" element
154              */
155             gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress addNewOrganizationAddress();
156             
157             /**
158              * Gets the "PhoneNumber" element
159              */
160             java.lang.String getPhoneNumber();
161             
162             /**
163              * Gets (as xml) the "PhoneNumber" element
164              */
165             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhoneNumber();
166             
167             /**
168              * Sets the "PhoneNumber" element
169              */
170             void setPhoneNumber(java.lang.String phoneNumber);
171             
172             /**
173              * Sets (as xml) the "PhoneNumber" element
174              */
175             void xsetPhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phoneNumber);
176             
177             /**
178              * Gets the "Fax" element
179              */
180             java.lang.String getFax();
181             
182             /**
183              * Gets (as xml) the "Fax" element
184              */
185             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
186             
187             /**
188              * True if has "Fax" element
189              */
190             boolean isSetFax();
191             
192             /**
193              * Sets the "Fax" element
194              */
195             void setFax(java.lang.String fax);
196             
197             /**
198              * Sets (as xml) the "Fax" element
199              */
200             void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
201             
202             /**
203              * Unsets the "Fax" element
204              */
205             void unsetFax();
206             
207             /**
208              * Gets the "POCName" element
209              */
210             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getPOCName();
211             
212             /**
213              * Sets the "POCName" element
214              */
215             void setPOCName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType pocName);
216             
217             /**
218              * Appends and returns a new empty "POCName" element
219              */
220             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewPOCName();
221             
222             /**
223              * Gets the "Title" element
224              */
225             java.lang.String getTitle();
226             
227             /**
228              * Gets (as xml) the "Title" element
229              */
230             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
231             
232             /**
233              * True if has "Title" element
234              */
235             boolean isSetTitle();
236             
237             /**
238              * Sets the "Title" element
239              */
240             void setTitle(java.lang.String title);
241             
242             /**
243              * Sets (as xml) the "Title" element
244              */
245             void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
246             
247             /**
248              * Unsets the "Title" element
249              */
250             void unsetTitle();
251             
252             /**
253              * Gets the "Email" element
254              */
255             java.lang.String getEmail();
256             
257             /**
258              * Gets (as xml) the "Email" element
259              */
260             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
261             
262             /**
263              * Sets the "Email" element
264              */
265             void setEmail(java.lang.String email);
266             
267             /**
268              * Sets (as xml) the "Email" element
269              */
270             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
271             
272             /**
273              * An XML OrganizationAddress(@http://apply.grants.gov/forms/Form_14204-V1.0).
274              *
275              * This is a complex type.
276              */
277             public interface OrganizationAddress extends org.apache.xmlbeans.XmlObject
278             {
279                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
280                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationaddressea24elemtype");
281                 
282                 /**
283                  * Gets the "Street1" element
284                  */
285                 java.lang.String getStreet1();
286                 
287                 /**
288                  * Gets (as xml) the "Street1" element
289                  */
290                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
291                 
292                 /**
293                  * Sets the "Street1" element
294                  */
295                 void setStreet1(java.lang.String street1);
296                 
297                 /**
298                  * Sets (as xml) the "Street1" element
299                  */
300                 void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
301                 
302                 /**
303                  * Gets the "Street2" element
304                  */
305                 java.lang.String getStreet2();
306                 
307                 /**
308                  * Gets (as xml) the "Street2" element
309                  */
310                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
311                 
312                 /**
313                  * True if has "Street2" element
314                  */
315                 boolean isSetStreet2();
316                 
317                 /**
318                  * Sets the "Street2" element
319                  */
320                 void setStreet2(java.lang.String street2);
321                 
322                 /**
323                  * Sets (as xml) the "Street2" element
324                  */
325                 void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
326                 
327                 /**
328                  * Unsets the "Street2" element
329                  */
330                 void unsetStreet2();
331                 
332                 /**
333                  * Gets the "City" element
334                  */
335                 java.lang.String getCity();
336                 
337                 /**
338                  * Gets (as xml) the "City" element
339                  */
340                 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
341                 
342                 /**
343                  * Sets the "City" element
344                  */
345                 void setCity(java.lang.String city);
346                 
347                 /**
348                  * Sets (as xml) the "City" element
349                  */
350                 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
351                 
352                 /**
353                  * Gets the "State" element
354                  */
355                 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
356                 
357                 /**
358                  * Gets (as xml) the "State" element
359                  */
360                 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
361                 
362                 /**
363                  * True if has "State" element
364                  */
365                 boolean isSetState();
366                 
367                 /**
368                  * Sets the "State" element
369                  */
370                 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
371                 
372                 /**
373                  * Sets (as xml) the "State" element
374                  */
375                 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
376                 
377                 /**
378                  * Unsets the "State" element
379                  */
380                 void unsetState();
381                 
382                 /**
383                  * Gets the "Province" element
384                  */
385                 java.lang.String getProvince();
386                 
387                 /**
388                  * Gets (as xml) the "Province" element
389                  */
390                 gov.grants.apply.system.globalLibraryV20.ProvinceDataType xgetProvince();
391                 
392                 /**
393                  * True if has "Province" element
394                  */
395                 boolean isSetProvince();
396                 
397                 /**
398                  * Sets the "Province" element
399                  */
400                 void setProvince(java.lang.String province);
401                 
402                 /**
403                  * Sets (as xml) the "Province" element
404                  */
405                 void xsetProvince(gov.grants.apply.system.globalLibraryV20.ProvinceDataType province);
406                 
407                 /**
408                  * Unsets the "Province" element
409                  */
410                 void unsetProvince();
411                 
412                 /**
413                  * Gets the "Country" element
414                  */
415                 gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum getCountry();
416                 
417                 /**
418                  * Gets (as xml) the "Country" element
419                  */
420                 gov.grants.apply.system.universalCodesV20.CountryCodeDataType xgetCountry();
421                 
422                 /**
423                  * Sets the "Country" element
424                  */
425                 void setCountry(gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum country);
426                 
427                 /**
428                  * Sets (as xml) the "Country" element
429                  */
430                 void xsetCountry(gov.grants.apply.system.universalCodesV20.CountryCodeDataType country);
431                 
432                 /**
433                  * Gets the "ZipPostalCode" element
434                  */
435                 java.lang.String getZipPostalCode();
436                 
437                 /**
438                  * Gets (as xml) the "ZipPostalCode" element
439                  */
440                 gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipPostalCode();
441                 
442                 /**
443                  * True if has "ZipPostalCode" element
444                  */
445                 boolean isSetZipPostalCode();
446                 
447                 /**
448                  * Sets the "ZipPostalCode" element
449                  */
450                 void setZipPostalCode(java.lang.String zipPostalCode);
451                 
452                 /**
453                  * Sets (as xml) the "ZipPostalCode" element
454                  */
455                 void xsetZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipPostalCode);
456                 
457                 /**
458                  * Unsets the "ZipPostalCode" element
459                  */
460                 void unsetZipPostalCode();
461                 
462                 /**
463                  * A factory class with static methods for creating instances
464                  * of this type.
465                  */
466                 
467                 public static final class Factory
468                 {
469                     public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress newInstance() {
470                       return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
471                     
472                     public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress newInstance(org.apache.xmlbeans.XmlOptions options) {
473                       return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation.OrganizationAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
474                     
475                     private Factory() { } // No instance of this class allowed
476                 }
477             }
478             
479             /**
480              * A factory class with static methods for creating instances
481              * of this type.
482              */
483             
484             public static final class Factory
485             {
486                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation newInstance() {
487                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
488                 
489                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
490                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ContactInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
491                 
492                 private Factory() { } // No instance of this class allowed
493             }
494         }
495         
496         /**
497          * An XML AdministrativeInformation(@http://apply.grants.gov/forms/Form_14204-V1.0).
498          *
499          * This is a complex type.
500          */
501         public interface AdministrativeInformation extends org.apache.xmlbeans.XmlObject
502         {
503             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
504                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdministrativeInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("administrativeinformation3a53elemtype");
505             
506             /**
507              * Gets the "SAMRegistration" element
508              */
509             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSAMRegistration();
510             
511             /**
512              * Gets (as xml) the "SAMRegistration" element
513              */
514             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSAMRegistration();
515             
516             /**
517              * Sets the "SAMRegistration" element
518              */
519             void setSAMRegistration(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum samRegistration);
520             
521             /**
522              * Sets (as xml) the "SAMRegistration" element
523              */
524             void xsetSAMRegistration(gov.grants.apply.system.globalLibraryV20.YesNoDataType samRegistration);
525             
526             /**
527              * Gets the "MultiyearGrant" element
528              */
529             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMultiyearGrant();
530             
531             /**
532              * Gets (as xml) the "MultiyearGrant" element
533              */
534             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMultiyearGrant();
535             
536             /**
537              * Sets the "MultiyearGrant" element
538              */
539             void setMultiyearGrant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum multiyearGrant);
540             
541             /**
542              * Sets (as xml) the "MultiyearGrant" element
543              */
544             void xsetMultiyearGrant(gov.grants.apply.system.globalLibraryV20.YesNoDataType multiyearGrant);
545             
546             /**
547              * Gets the "CheckedEligible" element
548              */
549             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheckedEligible();
550             
551             /**
552              * Gets (as xml) the "CheckedEligible" element
553              */
554             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheckedEligible();
555             
556             /**
557              * True if has "CheckedEligible" element
558              */
559             boolean isSetCheckedEligible();
560             
561             /**
562              * Sets the "CheckedEligible" element
563              */
564             void setCheckedEligible(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum checkedEligible);
565             
566             /**
567              * Sets (as xml) the "CheckedEligible" element
568              */
569             void xsetCheckedEligible(gov.grants.apply.system.globalLibraryV20.YesNoDataType checkedEligible);
570             
571             /**
572              * Unsets the "CheckedEligible" element
573              */
574             void unsetCheckedEligible();
575             
576             /**
577              * A factory class with static methods for creating instances
578              * of this type.
579              */
580             
581             public static final class Factory
582             {
583                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation newInstance() {
584                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
585                 
586                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
587                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.AdministrativeInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
588                 
589                 private Factory() { } // No instance of this class allowed
590             }
591         }
592         
593         /**
594          * An XML ApplicationChecklist(@http://apply.grants.gov/forms/Form_14204-V1.0).
595          *
596          * This is a complex type.
597          */
598         public interface ApplicationChecklist extends org.apache.xmlbeans.XmlObject
599         {
600             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
601                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationchecklist73dbelemtype");
602             
603             /**
604              * Gets the "Form14204" element
605              */
606             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForm14204();
607             
608             /**
609              * Gets (as xml) the "Form14204" element
610              */
611             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForm14204();
612             
613             /**
614              * Sets the "Form14204" element
615              */
616             void setForm14204(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum form14204);
617             
618             /**
619              * Sets (as xml) the "Form14204" element
620              */
621             void xsetForm14204(gov.grants.apply.system.globalLibraryV20.YesNoDataType form14204);
622             
623             /**
624              * Gets the "BackgroundNarrative" element
625              */
626             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBackgroundNarrative();
627             
628             /**
629              * Gets (as xml) the "BackgroundNarrative" element
630              */
631             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBackgroundNarrative();
632             
633             /**
634              * Sets the "BackgroundNarrative" element
635              */
636             void setBackgroundNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum backgroundNarrative);
637             
638             /**
639              * Sets (as xml) the "BackgroundNarrative" element
640              */
641             void xsetBackgroundNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType backgroundNarrative);
642             
643             /**
644              * Gets the "NonprofitStatus" element
645              */
646             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonprofitStatus();
647             
648             /**
649              * Gets (as xml) the "NonprofitStatus" element
650              */
651             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonprofitStatus();
652             
653             /**
654              * Sets the "NonprofitStatus" element
655              */
656             void setNonprofitStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonprofitStatus);
657             
658             /**
659              * Sets (as xml) the "NonprofitStatus" element
660              */
661             void xsetNonprofitStatus(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonprofitStatus);
662             
663             /**
664              * Gets the "ExplanationFederalTax" element
665              */
666             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExplanationFederalTax();
667             
668             /**
669              * Gets (as xml) the "ExplanationFederalTax" element
670              */
671             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExplanationFederalTax();
672             
673             /**
674              * True if has "ExplanationFederalTax" element
675              */
676             boolean isSetExplanationFederalTax();
677             
678             /**
679              * Sets the "ExplanationFederalTax" element
680              */
681             void setExplanationFederalTax(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum explanationFederalTax);
682             
683             /**
684              * Sets (as xml) the "ExplanationFederalTax" element
685              */
686             void xsetExplanationFederalTax(gov.grants.apply.system.globalLibraryV20.YesNoDataType explanationFederalTax);
687             
688             /**
689              * Unsets the "ExplanationFederalTax" element
690              */
691             void unsetExplanationFederalTax();
692             
693             /**
694              * Gets the "ProgramBudgetPlan" element
695              */
696             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProgramBudgetPlan();
697             
698             /**
699              * Gets (as xml) the "ProgramBudgetPlan" element
700              */
701             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProgramBudgetPlan();
702             
703             /**
704              * Sets the "ProgramBudgetPlan" element
705              */
706             void setProgramBudgetPlan(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum programBudgetPlan);
707             
708             /**
709              * Sets (as xml) the "ProgramBudgetPlan" element
710              */
711             void xsetProgramBudgetPlan(gov.grants.apply.system.globalLibraryV20.YesNoDataType programBudgetPlan);
712             
713             /**
714              * Gets the "Form8653" element
715              */
716             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForm8653();
717             
718             /**
719              * Gets (as xml) the "Form8653" element
720              */
721             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForm8653();
722             
723             /**
724              * Sets the "Form8653" element
725              */
726             void setForm8653(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum form8653);
727             
728             /**
729              * Sets (as xml) the "Form8653" element
730              */
731             void xsetForm8653(gov.grants.apply.system.globalLibraryV20.YesNoDataType form8653);
732             
733             /**
734              * Gets the "StandardForm424" element
735              */
736             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStandardForm424();
737             
738             /**
739              * Gets (as xml) the "StandardForm424" element
740              */
741             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStandardForm424();
742             
743             /**
744              * Sets the "StandardForm424" element
745              */
746             void setStandardForm424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum standardForm424);
747             
748             /**
749              * Sets (as xml) the "StandardForm424" element
750              */
751             void xsetStandardForm424(gov.grants.apply.system.globalLibraryV20.YesNoDataType standardForm424);
752             
753             /**
754              * Gets the "CivilRightsNarrative" element
755              */
756             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCivilRightsNarrative();
757             
758             /**
759              * Gets (as xml) the "CivilRightsNarrative" element
760              */
761             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCivilRightsNarrative();
762             
763             /**
764              * Sets the "CivilRightsNarrative" element
765              */
766             void setCivilRightsNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum civilRightsNarrative);
767             
768             /**
769              * Sets (as xml) the "CivilRightsNarrative" element
770              */
771             void xsetCivilRightsNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType civilRightsNarrative);
772             
773             /**
774              * Gets the "StandardFormLLL" element
775              */
776             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStandardFormLLL();
777             
778             /**
779              * Gets (as xml) the "StandardFormLLL" element
780              */
781             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStandardFormLLL();
782             
783             /**
784              * True if has "StandardFormLLL" element
785              */
786             boolean isSetStandardFormLLL();
787             
788             /**
789              * Sets the "StandardFormLLL" element
790              */
791             void setStandardFormLLL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum standardFormLLL);
792             
793             /**
794              * Sets (as xml) the "StandardFormLLL" element
795              */
796             void xsetStandardFormLLL(gov.grants.apply.system.globalLibraryV20.YesNoDataType standardFormLLL);
797             
798             /**
799              * Unsets the "StandardFormLLL" element
800              */
801             void unsetStandardFormLLL();
802             
803             /**
804              * Gets the "OMBCircularA133" element
805              */
806             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOMBCircularA133();
807             
808             /**
809              * Gets (as xml) the "OMBCircularA133" element
810              */
811             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOMBCircularA133();
812             
813             /**
814              * True if has "OMBCircularA133" element
815              */
816             boolean isSetOMBCircularA133();
817             
818             /**
819              * Sets the "OMBCircularA133" element
820              */
821             void setOMBCircularA133(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ombCircularA133);
822             
823             /**
824              * Sets (as xml) the "OMBCircularA133" element
825              */
826             void xsetOMBCircularA133(gov.grants.apply.system.globalLibraryV20.YesNoDataType ombCircularA133);
827             
828             /**
829              * Unsets the "OMBCircularA133" element
830              */
831             void unsetOMBCircularA133();
832             
833             /**
834              * A factory class with static methods for creating instances
835              * of this type.
836              */
837             
838             public static final class Factory
839             {
840                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist newInstance() {
841                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
842                 
843                 public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
844                   return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
845                 
846                 private Factory() { } // No instance of this class allowed
847             }
848         }
849         
850         /**
851          * A factory class with static methods for creating instances
852          * of this type.
853          */
854         
855         public static final class Factory
856         {
857             public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 newInstance() {
858               return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
859             
860             public static gov.grants.apply.forms.form14204V10.Form14204Document.Form14204 newInstance(org.apache.xmlbeans.XmlOptions options) {
861               return (gov.grants.apply.forms.form14204V10.Form14204Document.Form14204) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
862             
863             private Factory() { } // No instance of this class allowed
864         }
865     }
866     
867     /**
868      * A factory class with static methods for creating instances
869      * of this type.
870      */
871     
872     public static final class Factory
873     {
874         public static gov.grants.apply.forms.form14204V10.Form14204Document newInstance() {
875           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
876         
877         public static gov.grants.apply.forms.form14204V10.Form14204Document newInstance(org.apache.xmlbeans.XmlOptions options) {
878           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
879         
880         /** @param xmlAsString the string value to parse */
881         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
882           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
883         
884         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
885           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
886         
887         /** @param file the file from which to load an xml document */
888         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
889           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
890         
891         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
892           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
893         
894         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
895           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
896         
897         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
898           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
899         
900         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
901           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
902         
903         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
904           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
905         
906         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
907           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
908         
909         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
910           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
911         
912         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
913           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
914         
915         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
916           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
917         
918         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
919           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
920         
921         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
922           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
923         
924         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
925         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
926           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
927         
928         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
929         public static gov.grants.apply.forms.form14204V10.Form14204Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
930           return (gov.grants.apply.forms.form14204V10.Form14204Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
931         
932         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
933         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 {
934           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
935         
936         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
937         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 {
938           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
939         
940         private Factory() { } // No instance of this class allowed
941     }
942 }