View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CDFI_2011
4    * Namespace: http://apply.grants.gov/forms/CDFI_2011-V1.0
5    * Java type: gov.grants.apply.forms.cdfi2011V10.CDFI2011Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.cdfi2011V10;
10  
11  
12  /**
13   * A document containing one CDFI_2011(@http://apply.grants.gov/forms/CDFI_2011-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface CDFI2011Document 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(CDFI2011Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfi20111377doctype");
21      
22      /**
23       * Gets the "CDFI_2011" element
24       */
25      gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011 getCDFI2011();
26      
27      /**
28       * Sets the "CDFI_2011" element
29       */
30      void setCDFI2011(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011 cdfi2011);
31      
32      /**
33       * Appends and returns a new empty "CDFI_2011" element
34       */
35      gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011 addNewCDFI2011();
36      
37      /**
38       * An XML CDFI_2011(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface CDFI2011 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(CDFI2011.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfi2011bd52elemtype");
46          
47          /**
48           * Gets the "Organization" element
49           */
50          gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization getOrganization();
51          
52          /**
53           * Sets the "Organization" element
54           */
55          void setOrganization(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization organization);
56          
57          /**
58           * Appends and returns a new empty "Organization" element
59           */
60          gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization addNewOrganization();
61          
62          /**
63           * Gets the "AuthorizedRep" element
64           */
65          gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep getAuthorizedRep();
66          
67          /**
68           * Sets the "AuthorizedRep" element
69           */
70          void setAuthorizedRep(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep authorizedRep);
71          
72          /**
73           * Appends and returns a new empty "AuthorizedRep" element
74           */
75          gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep addNewAuthorizedRep();
76          
77          /**
78           * Gets the "ApplicationPOC" element
79           */
80          gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC getApplicationPOC();
81          
82          /**
83           * True if has "ApplicationPOC" element
84           */
85          boolean isSetApplicationPOC();
86          
87          /**
88           * Sets the "ApplicationPOC" element
89           */
90          void setApplicationPOC(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC applicationPOC);
91          
92          /**
93           * Appends and returns a new empty "ApplicationPOC" element
94           */
95          gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC addNewApplicationPOC();
96          
97          /**
98           * Unsets the "ApplicationPOC" element
99           */
100         void unsetApplicationPOC();
101         
102         /**
103          * Gets the "OrganizationalProfile" element
104          */
105         java.lang.String getOrganizationalProfile();
106         
107         /**
108          * Gets (as xml) the "OrganizationalProfile" element
109          */
110         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile xgetOrganizationalProfile();
111         
112         /**
113          * Sets the "OrganizationalProfile" element
114          */
115         void setOrganizationalProfile(java.lang.String organizationalProfile);
116         
117         /**
118          * Sets (as xml) the "OrganizationalProfile" element
119          */
120         void xsetOrganizationalProfile(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile organizationalProfile);
121         
122         /**
123          * Gets the "FY" element
124          */
125         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY.Enum getFY();
126         
127         /**
128          * Gets (as xml) the "FY" element
129          */
130         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY xgetFY();
131         
132         /**
133          * Sets the "FY" element
134          */
135         void setFY(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY.Enum fy);
136         
137         /**
138          * Sets (as xml) the "FY" element
139          */
140         void xsetFY(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY fy);
141         
142         /**
143          * Gets the "TypeAssistance" element
144          */
145         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance.Enum getTypeAssistance();
146         
147         /**
148          * Gets (as xml) the "TypeAssistance" element
149          */
150         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance xgetTypeAssistance();
151         
152         /**
153          * Sets the "TypeAssistance" element
154          */
155         void setTypeAssistance(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance.Enum typeAssistance);
156         
157         /**
158          * Sets (as xml) the "TypeAssistance" element
159          */
160         void xsetTypeAssistance(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance typeAssistance);
161         
162         /**
163          * Gets the "FARequestedAmount" element
164          */
165         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount getFARequestedAmount();
166         
167         /**
168          * True if has "FARequestedAmount" element
169          */
170         boolean isSetFARequestedAmount();
171         
172         /**
173          * Sets the "FARequestedAmount" element
174          */
175         void setFARequestedAmount(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount faRequestedAmount);
176         
177         /**
178          * Appends and returns a new empty "FARequestedAmount" element
179          */
180         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount addNewFARequestedAmount();
181         
182         /**
183          * Unsets the "FARequestedAmount" element
184          */
185         void unsetFARequestedAmount();
186         
187         /**
188          * Gets the "TARequestSummary" element
189          */
190         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary getTARequestSummary();
191         
192         /**
193          * True if has "TARequestSummary" element
194          */
195         boolean isSetTARequestSummary();
196         
197         /**
198          * Sets the "TARequestSummary" element
199          */
200         void setTARequestSummary(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary taRequestSummary);
201         
202         /**
203          * Appends and returns a new empty "TARequestSummary" element
204          */
205         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary addNewTARequestSummary();
206         
207         /**
208          * Unsets the "TARequestSummary" element
209          */
210         void unsetTARequestSummary();
211         
212         /**
213          * Gets the "HFFIFARequestedAmount" element
214          */
215         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount getHFFIFARequestedAmount();
216         
217         /**
218          * True if has "HFFIFARequestedAmount" element
219          */
220         boolean isSetHFFIFARequestedAmount();
221         
222         /**
223          * Sets the "HFFIFARequestedAmount" element
224          */
225         void setHFFIFARequestedAmount(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount hffifaRequestedAmount);
226         
227         /**
228          * Appends and returns a new empty "HFFIFARequestedAmount" element
229          */
230         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount addNewHFFIFARequestedAmount();
231         
232         /**
233          * Unsets the "HFFIFARequestedAmount" element
234          */
235         void unsetHFFIFARequestedAmount();
236         
237         /**
238          * Gets the "OtherFunds" element
239          */
240         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOtherFunds();
241         
242         /**
243          * Gets (as xml) the "OtherFunds" element
244          */
245         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOtherFunds();
246         
247         /**
248          * Sets the "OtherFunds" element
249          */
250         void setOtherFunds(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherFunds);
251         
252         /**
253          * Sets (as xml) the "OtherFunds" element
254          */
255         void xsetOtherFunds(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherFunds);
256         
257         /**
258          * Gets array of all "OtherFundsTable" elements
259          */
260         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable[] getOtherFundsTableArray();
261         
262         /**
263          * Gets ith "OtherFundsTable" element
264          */
265         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable getOtherFundsTableArray(int i);
266         
267         /**
268          * Returns number of "OtherFundsTable" element
269          */
270         int sizeOfOtherFundsTableArray();
271         
272         /**
273          * Sets array of all "OtherFundsTable" element
274          */
275         void setOtherFundsTableArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable[] otherFundsTableArray);
276         
277         /**
278          * Sets ith "OtherFundsTable" element
279          */
280         void setOtherFundsTableArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable otherFundsTable);
281         
282         /**
283          * Inserts and returns a new empty value (as xml) as the ith "OtherFundsTable" element
284          */
285         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable insertNewOtherFundsTable(int i);
286         
287         /**
288          * Appends and returns a new empty value (as xml) as the last "OtherFundsTable" element
289          */
290         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable addNewOtherFundsTable();
291         
292         /**
293          * Removes the ith "OtherFundsTable" element
294          */
295         void removeOtherFundsTable(int i);
296         
297         /**
298          * Gets array of all "PriorAwardsTable" elements
299          */
300         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable[] getPriorAwardsTableArray();
301         
302         /**
303          * Gets ith "PriorAwardsTable" element
304          */
305         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable getPriorAwardsTableArray(int i);
306         
307         /**
308          * Returns number of "PriorAwardsTable" element
309          */
310         int sizeOfPriorAwardsTableArray();
311         
312         /**
313          * Sets array of all "PriorAwardsTable" element
314          */
315         void setPriorAwardsTableArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable[] priorAwardsTableArray);
316         
317         /**
318          * Sets ith "PriorAwardsTable" element
319          */
320         void setPriorAwardsTableArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable priorAwardsTable);
321         
322         /**
323          * Inserts and returns a new empty value (as xml) as the ith "PriorAwardsTable" element
324          */
325         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable insertNewPriorAwardsTable(int i);
326         
327         /**
328          * Appends and returns a new empty value (as xml) as the last "PriorAwardsTable" element
329          */
330         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable addNewPriorAwardsTable();
331         
332         /**
333          * Removes the ith "PriorAwardsTable" element
334          */
335         void removePriorAwardsTable(int i);
336         
337         /**
338          * Gets the "InstitutionType" element
339          */
340         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType.Enum getInstitutionType();
341         
342         /**
343          * Gets (as xml) the "InstitutionType" element
344          */
345         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType xgetInstitutionType();
346         
347         /**
348          * Sets the "InstitutionType" element
349          */
350         void setInstitutionType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType.Enum institutionType);
351         
352         /**
353          * Sets (as xml) the "InstitutionType" element
354          */
355         void xsetInstitutionType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType institutionType);
356         
357         /**
358          * Gets the "OrganizationStructure" element
359          */
360         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure.Enum getOrganizationStructure();
361         
362         /**
363          * Gets (as xml) the "OrganizationStructure" element
364          */
365         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure xgetOrganizationStructure();
366         
367         /**
368          * True if has "OrganizationStructure" element
369          */
370         boolean isSetOrganizationStructure();
371         
372         /**
373          * Sets the "OrganizationStructure" element
374          */
375         void setOrganizationStructure(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure.Enum organizationStructure);
376         
377         /**
378          * Sets (as xml) the "OrganizationStructure" element
379          */
380         void xsetOrganizationStructure(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure organizationStructure);
381         
382         /**
383          * Unsets the "OrganizationStructure" element
384          */
385         void unsetOrganizationStructure();
386         
387         /**
388          * Gets the "QID_65" element
389          */
390         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID65();
391         
392         /**
393          * Gets (as xml) the "QID_65" element
394          */
395         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID65();
396         
397         /**
398          * Sets the "QID_65" element
399          */
400         void setQID65(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid65);
401         
402         /**
403          * Sets (as xml) the "QID_65" element
404          */
405         void xsetQID65(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid65);
406         
407         /**
408          * Gets the "DateofIncorporation" element
409          */
410         java.util.Calendar getDateofIncorporation();
411         
412         /**
413          * Gets (as xml) the "DateofIncorporation" element
414          */
415         org.apache.xmlbeans.XmlDate xgetDateofIncorporation();
416         
417         /**
418          * Sets the "DateofIncorporation" element
419          */
420         void setDateofIncorporation(java.util.Calendar dateofIncorporation);
421         
422         /**
423          * Sets (as xml) the "DateofIncorporation" element
424          */
425         void xsetDateofIncorporation(org.apache.xmlbeans.XmlDate dateofIncorporation);
426         
427         /**
428          * Gets the "DateStarted" element
429          */
430         java.util.Calendar getDateStarted();
431         
432         /**
433          * Gets (as xml) the "DateStarted" element
434          */
435         org.apache.xmlbeans.XmlDate xgetDateStarted();
436         
437         /**
438          * Sets the "DateStarted" element
439          */
440         void setDateStarted(java.util.Calendar dateStarted);
441         
442         /**
443          * Sets (as xml) the "DateStarted" element
444          */
445         void xsetDateStarted(org.apache.xmlbeans.XmlDate dateStarted);
446         
447         /**
448          * Gets the "CongressionalDistrictApplicant" element
449          */
450         java.lang.String getCongressionalDistrictApplicant();
451         
452         /**
453          * Gets (as xml) the "CongressionalDistrictApplicant" element
454          */
455         gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
456         
457         /**
458          * Sets the "CongressionalDistrictApplicant" element
459          */
460         void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
461         
462         /**
463          * Sets (as xml) the "CongressionalDistrictApplicant" element
464          */
465         void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
466         
467         /**
468          * Gets the "QID_42" element
469          */
470         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42.Enum getQID42();
471         
472         /**
473          * Gets (as xml) the "QID_42" element
474          */
475         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42 xgetQID42();
476         
477         /**
478          * Sets the "QID_42" element
479          */
480         void setQID42(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42.Enum qid42);
481         
482         /**
483          * Sets (as xml) the "QID_42" element
484          */
485         void xsetQID42(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42 qid42);
486         
487         /**
488          * Gets the "QID_66" element
489          */
490         long getQID66();
491         
492         /**
493          * Gets (as xml) the "QID_66" element
494          */
495         gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetQID66();
496         
497         /**
498          * Sets the "QID_66" element
499          */
500         void setQID66(long qid66);
501         
502         /**
503          * Sets (as xml) the "QID_66" element
504          */
505         void xsetQID66(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType qid66);
506         
507         /**
508          * Gets the "RegulatoryBody" element
509          */
510         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody.Enum getRegulatoryBody();
511         
512         /**
513          * Gets (as xml) the "RegulatoryBody" element
514          */
515         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody xgetRegulatoryBody();
516         
517         /**
518          * True if has "RegulatoryBody" element
519          */
520         boolean isSetRegulatoryBody();
521         
522         /**
523          * Sets the "RegulatoryBody" element
524          */
525         void setRegulatoryBody(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody.Enum regulatoryBody);
526         
527         /**
528          * Sets (as xml) the "RegulatoryBody" element
529          */
530         void xsetRegulatoryBody(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody regulatoryBody);
531         
532         /**
533          * Unsets the "RegulatoryBody" element
534          */
535         void unsetRegulatoryBody();
536         
537         /**
538          * Gets the "OtherRegulatoryBody" element
539          */
540         java.lang.String getOtherRegulatoryBody();
541         
542         /**
543          * Gets (as xml) the "OtherRegulatoryBody" element
544          */
545         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody xgetOtherRegulatoryBody();
546         
547         /**
548          * True if has "OtherRegulatoryBody" element
549          */
550         boolean isSetOtherRegulatoryBody();
551         
552         /**
553          * Sets the "OtherRegulatoryBody" element
554          */
555         void setOtherRegulatoryBody(java.lang.String otherRegulatoryBody);
556         
557         /**
558          * Sets (as xml) the "OtherRegulatoryBody" element
559          */
560         void xsetOtherRegulatoryBody(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody otherRegulatoryBody);
561         
562         /**
563          * Unsets the "OtherRegulatoryBody" element
564          */
565         void unsetOtherRegulatoryBody();
566         
567         /**
568          * Gets the "FDICCertification" element
569          */
570         java.lang.String getFDICCertification();
571         
572         /**
573          * Gets (as xml) the "FDICCertification" element
574          */
575         gov.grants.apply.forms.cdfi2011V10.CDFI2011String15DataType xgetFDICCertification();
576         
577         /**
578          * True if has "FDICCertification" element
579          */
580         boolean isSetFDICCertification();
581         
582         /**
583          * Sets the "FDICCertification" element
584          */
585         void setFDICCertification(java.lang.String fdicCertification);
586         
587         /**
588          * Sets (as xml) the "FDICCertification" element
589          */
590         void xsetFDICCertification(gov.grants.apply.forms.cdfi2011V10.CDFI2011String15DataType fdicCertification);
591         
592         /**
593          * Unsets the "FDICCertification" element
594          */
595         void unsetFDICCertification();
596         
597         /**
598          * Gets the "CharterNumber" element
599          */
600         java.lang.String getCharterNumber();
601         
602         /**
603          * Gets (as xml) the "CharterNumber" element
604          */
605         gov.grants.apply.forms.cdfi2011V10.CDFI2011String15DataType xgetCharterNumber();
606         
607         /**
608          * True if has "CharterNumber" element
609          */
610         boolean isSetCharterNumber();
611         
612         /**
613          * Sets the "CharterNumber" element
614          */
615         void setCharterNumber(java.lang.String charterNumber);
616         
617         /**
618          * Sets (as xml) the "CharterNumber" element
619          */
620         void xsetCharterNumber(gov.grants.apply.forms.cdfi2011V10.CDFI2011String15DataType charterNumber);
621         
622         /**
623          * Unsets the "CharterNumber" element
624          */
625         void unsetCharterNumber();
626         
627         /**
628          * Gets the "MinorityDepository" element
629          */
630         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinorityDepository();
631         
632         /**
633          * Gets (as xml) the "MinorityDepository" element
634          */
635         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinorityDepository();
636         
637         /**
638          * True if has "MinorityDepository" element
639          */
640         boolean isSetMinorityDepository();
641         
642         /**
643          * Sets the "MinorityDepository" element
644          */
645         void setMinorityDepository(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minorityDepository);
646         
647         /**
648          * Sets (as xml) the "MinorityDepository" element
649          */
650         void xsetMinorityDepository(gov.grants.apply.system.globalLibraryV20.YesNoDataType minorityDepository);
651         
652         /**
653          * Unsets the "MinorityDepository" element
654          */
655         void unsetMinorityDepository();
656         
657         /**
658          * Gets the "CertificationStatus" element
659          */
660         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus.Enum getCertificationStatus();
661         
662         /**
663          * Gets (as xml) the "CertificationStatus" element
664          */
665         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus xgetCertificationStatus();
666         
667         /**
668          * Sets the "CertificationStatus" element
669          */
670         void setCertificationStatus(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus.Enum certificationStatus);
671         
672         /**
673          * Sets (as xml) the "CertificationStatus" element
674          */
675         void xsetCertificationStatus(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus certificationStatus);
676         
677         /**
678          * Gets the "CDFICertificationNumber" element
679          */
680         java.lang.String getCDFICertificationNumber();
681         
682         /**
683          * Gets (as xml) the "CDFICertificationNumber" element
684          */
685         gov.grants.apply.forms.cdfi2011V10.CDFI2011String15DataType xgetCDFICertificationNumber();
686         
687         /**
688          * True if has "CDFICertificationNumber" element
689          */
690         boolean isSetCDFICertificationNumber();
691         
692         /**
693          * Sets the "CDFICertificationNumber" element
694          */
695         void setCDFICertificationNumber(java.lang.String cdfiCertificationNumber);
696         
697         /**
698          * Sets (as xml) the "CDFICertificationNumber" element
699          */
700         void xsetCDFICertificationNumber(gov.grants.apply.forms.cdfi2011V10.CDFI2011String15DataType cdfiCertificationNumber);
701         
702         /**
703          * Unsets the "CDFICertificationNumber" element
704          */
705         void unsetCDFICertificationNumber();
706         
707         /**
708          * Gets the "CertificationPending" element
709          */
710         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCertificationPending();
711         
712         /**
713          * Gets (as xml) the "CertificationPending" element
714          */
715         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCertificationPending();
716         
717         /**
718          * True if has "CertificationPending" element
719          */
720         boolean isSetCertificationPending();
721         
722         /**
723          * Sets the "CertificationPending" element
724          */
725         void setCertificationPending(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum certificationPending);
726         
727         /**
728          * Sets (as xml) the "CertificationPending" element
729          */
730         void xsetCertificationPending(gov.grants.apply.system.globalLibraryV20.YesNoDataType certificationPending);
731         
732         /**
733          * Unsets the "CertificationPending" element
734          */
735         void unsetCertificationPending();
736         
737         /**
738          * Gets the "SubmissionDate" element
739          */
740         java.util.Calendar getSubmissionDate();
741         
742         /**
743          * Gets (as xml) the "SubmissionDate" element
744          */
745         org.apache.xmlbeans.XmlDate xgetSubmissionDate();
746         
747         /**
748          * True if has "SubmissionDate" element
749          */
750         boolean isSetSubmissionDate();
751         
752         /**
753          * Sets the "SubmissionDate" element
754          */
755         void setSubmissionDate(java.util.Calendar submissionDate);
756         
757         /**
758          * Sets (as xml) the "SubmissionDate" element
759          */
760         void xsetSubmissionDate(org.apache.xmlbeans.XmlDate submissionDate);
761         
762         /**
763          * Unsets the "SubmissionDate" element
764          */
765         void unsetSubmissionDate();
766         
767         /**
768          * Gets the "CertificationChecklist" element
769          */
770         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist getCertificationChecklist();
771         
772         /**
773          * True if has "CertificationChecklist" element
774          */
775         boolean isSetCertificationChecklist();
776         
777         /**
778          * Sets the "CertificationChecklist" element
779          */
780         void setCertificationChecklist(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist certificationChecklist);
781         
782         /**
783          * Appends and returns a new empty "CertificationChecklist" element
784          */
785         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist addNewCertificationChecklist();
786         
787         /**
788          * Unsets the "CertificationChecklist" element
789          */
790         void unsetCertificationChecklist();
791         
792         /**
793          * Gets the "QID_58" element
794          */
795         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58 getQID58();
796         
797         /**
798          * Sets the "QID_58" element
799          */
800         void setQID58(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58 qid58);
801         
802         /**
803          * Appends and returns a new empty "QID_58" element
804          */
805         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58 addNewQID58();
806         
807         /**
808          * Gets the "PrimaryMarket" element
809          */
810         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket getPrimaryMarket();
811         
812         /**
813          * True if has "PrimaryMarket" element
814          */
815         boolean isSetPrimaryMarket();
816         
817         /**
818          * Sets the "PrimaryMarket" element
819          */
820         void setPrimaryMarket(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket primaryMarket);
821         
822         /**
823          * Appends and returns a new empty "PrimaryMarket" element
824          */
825         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket addNewPrimaryMarket();
826         
827         /**
828          * Unsets the "PrimaryMarket" element
829          */
830         void unsetPrimaryMarket();
831         
832         /**
833          * Gets the "GeographicMarketServed" element
834          */
835         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed getGeographicMarketServed();
836         
837         /**
838          * True if has "GeographicMarketServed" element
839          */
840         boolean isSetGeographicMarketServed();
841         
842         /**
843          * Sets the "GeographicMarketServed" element
844          */
845         void setGeographicMarketServed(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed geographicMarketServed);
846         
847         /**
848          * Appends and returns a new empty "GeographicMarketServed" element
849          */
850         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed addNewGeographicMarketServed();
851         
852         /**
853          * Unsets the "GeographicMarketServed" element
854          */
855         void unsetGeographicMarketServed();
856         
857         /**
858          * Gets the "MarketProfile" element
859          */
860         java.lang.String getMarketProfile();
861         
862         /**
863          * Gets (as xml) the "MarketProfile" element
864          */
865         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile xgetMarketProfile();
866         
867         /**
868          * Sets the "MarketProfile" element
869          */
870         void setMarketProfile(java.lang.String marketProfile);
871         
872         /**
873          * Sets (as xml) the "MarketProfile" element
874          */
875         void xsetMarketProfile(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile marketProfile);
876         
877         /**
878          * Gets the "QuantitativeDistress" element
879          */
880         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress getQuantitativeDistress();
881         
882         /**
883          * True if has "QuantitativeDistress" element
884          */
885         boolean isSetQuantitativeDistress();
886         
887         /**
888          * Sets the "QuantitativeDistress" element
889          */
890         void setQuantitativeDistress(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress quantitativeDistress);
891         
892         /**
893          * Appends and returns a new empty "QuantitativeDistress" element
894          */
895         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress addNewQuantitativeDistress();
896         
897         /**
898          * Unsets the "QuantitativeDistress" element
899          */
900         void unsetQuantitativeDistress();
901         
902         /**
903          * Gets the "PrimaryBusiness" element
904          */
905         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness.Enum getPrimaryBusiness();
906         
907         /**
908          * Gets (as xml) the "PrimaryBusiness" element
909          */
910         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness xgetPrimaryBusiness();
911         
912         /**
913          * Sets the "PrimaryBusiness" element
914          */
915         void setPrimaryBusiness(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness.Enum primaryBusiness);
916         
917         /**
918          * Sets (as xml) the "PrimaryBusiness" element
919          */
920         void xsetPrimaryBusiness(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness primaryBusiness);
921         
922         /**
923          * Gets the "SecondaryBusiness" element
924          */
925         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness getSecondaryBusiness();
926         
927         /**
928          * True if has "SecondaryBusiness" element
929          */
930         boolean isSetSecondaryBusiness();
931         
932         /**
933          * Sets the "SecondaryBusiness" element
934          */
935         void setSecondaryBusiness(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness secondaryBusiness);
936         
937         /**
938          * Appends and returns a new empty "SecondaryBusiness" element
939          */
940         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness addNewSecondaryBusiness();
941         
942         /**
943          * Unsets the "SecondaryBusiness" element
944          */
945         void unsetSecondaryBusiness();
946         
947         /**
948          * Gets the "ProductsOffered" element
949          */
950         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered getProductsOffered();
951         
952         /**
953          * True if has "ProductsOffered" element
954          */
955         boolean isSetProductsOffered();
956         
957         /**
958          * Sets the "ProductsOffered" element
959          */
960         void setProductsOffered(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered productsOffered);
961         
962         /**
963          * Appends and returns a new empty "ProductsOffered" element
964          */
965         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered addNewProductsOffered();
966         
967         /**
968          * Unsets the "ProductsOffered" element
969          */
970         void unsetProductsOffered();
971         
972         /**
973          * Gets the "CustomerProfile" element
974          */
975         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile getCustomerProfile();
976         
977         /**
978          * True if has "CustomerProfile" element
979          */
980         boolean isSetCustomerProfile();
981         
982         /**
983          * Sets the "CustomerProfile" element
984          */
985         void setCustomerProfile(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile customerProfile);
986         
987         /**
988          * Appends and returns a new empty "CustomerProfile" element
989          */
990         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile addNewCustomerProfile();
991         
992         /**
993          * Unsets the "CustomerProfile" element
994          */
995         void unsetCustomerProfile();
996         
997         /**
998          * Gets the "MatchingFunds" element
999          */
1000         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds getMatchingFunds();
1001         
1002         /**
1003          * True if has "MatchingFunds" element
1004          */
1005         boolean isSetMatchingFunds();
1006         
1007         /**
1008          * Sets the "MatchingFunds" element
1009          */
1010         void setMatchingFunds(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds matchingFunds);
1011         
1012         /**
1013          * Appends and returns a new empty "MatchingFunds" element
1014          */
1015         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds addNewMatchingFunds();
1016         
1017         /**
1018          * Unsets the "MatchingFunds" element
1019          */
1020         void unsetMatchingFunds();
1021         
1022         /**
1023          * Gets the "EarningsNonRegulated" element
1024          */
1025         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated getEarningsNonRegulated();
1026         
1027         /**
1028          * True if has "EarningsNonRegulated" element
1029          */
1030         boolean isSetEarningsNonRegulated();
1031         
1032         /**
1033          * Sets the "EarningsNonRegulated" element
1034          */
1035         void setEarningsNonRegulated(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated earningsNonRegulated);
1036         
1037         /**
1038          * Appends and returns a new empty "EarningsNonRegulated" element
1039          */
1040         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated addNewEarningsNonRegulated();
1041         
1042         /**
1043          * Unsets the "EarningsNonRegulated" element
1044          */
1045         void unsetEarningsNonRegulated();
1046         
1047         /**
1048          * Gets the "EarningsCreditUnions" element
1049          */
1050         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions getEarningsCreditUnions();
1051         
1052         /**
1053          * True if has "EarningsCreditUnions" element
1054          */
1055         boolean isSetEarningsCreditUnions();
1056         
1057         /**
1058          * Sets the "EarningsCreditUnions" element
1059          */
1060         void setEarningsCreditUnions(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions earningsCreditUnions);
1061         
1062         /**
1063          * Appends and returns a new empty "EarningsCreditUnions" element
1064          */
1065         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions addNewEarningsCreditUnions();
1066         
1067         /**
1068          * Unsets the "EarningsCreditUnions" element
1069          */
1070         void unsetEarningsCreditUnions();
1071         
1072         /**
1073          * Gets the "EarningsBanks" element
1074          */
1075         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks getEarningsBanks();
1076         
1077         /**
1078          * True if has "EarningsBanks" element
1079          */
1080         boolean isSetEarningsBanks();
1081         
1082         /**
1083          * Sets the "EarningsBanks" element
1084          */
1085         void setEarningsBanks(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks earningsBanks);
1086         
1087         /**
1088          * Appends and returns a new empty "EarningsBanks" element
1089          */
1090         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks addNewEarningsBanks();
1091         
1092         /**
1093          * Unsets the "EarningsBanks" element
1094          */
1095         void unsetEarningsBanks();
1096         
1097         /**
1098          * Gets the "FinancialProductsSheet" element
1099          */
1100         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet getFinancialProductsSheet();
1101         
1102         /**
1103          * True if has "FinancialProductsSheet" element
1104          */
1105         boolean isSetFinancialProductsSheet();
1106         
1107         /**
1108          * Sets the "FinancialProductsSheet" element
1109          */
1110         void setFinancialProductsSheet(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet financialProductsSheet);
1111         
1112         /**
1113          * Appends and returns a new empty "FinancialProductsSheet" element
1114          */
1115         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet addNewFinancialProductsSheet();
1116         
1117         /**
1118          * Unsets the "FinancialProductsSheet" element
1119          */
1120         void unsetFinancialProductsSheet();
1121         
1122         /**
1123          * Gets the "FinancialServicesSheet" element
1124          */
1125         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet getFinancialServicesSheet();
1126         
1127         /**
1128          * True if has "FinancialServicesSheet" element
1129          */
1130         boolean isSetFinancialServicesSheet();
1131         
1132         /**
1133          * Sets the "FinancialServicesSheet" element
1134          */
1135         void setFinancialServicesSheet(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet financialServicesSheet);
1136         
1137         /**
1138          * Appends and returns a new empty "FinancialServicesSheet" element
1139          */
1140         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet addNewFinancialServicesSheet();
1141         
1142         /**
1143          * Unsets the "FinancialServicesSheet" element
1144          */
1145         void unsetFinancialServicesSheet();
1146         
1147         /**
1148          * Gets the "FinancialActivities" element
1149          */
1150         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities getFinancialActivities();
1151         
1152         /**
1153          * True if has "FinancialActivities" element
1154          */
1155         boolean isSetFinancialActivities();
1156         
1157         /**
1158          * Sets the "FinancialActivities" element
1159          */
1160         void setFinancialActivities(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities financialActivities);
1161         
1162         /**
1163          * Appends and returns a new empty "FinancialActivities" element
1164          */
1165         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities addNewFinancialActivities();
1166         
1167         /**
1168          * Unsets the "FinancialActivities" element
1169          */
1170         void unsetFinancialActivities();
1171         
1172         /**
1173          * Gets the "BoardMembers" element
1174          */
1175         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers getBoardMembers();
1176         
1177         /**
1178          * Sets the "BoardMembers" element
1179          */
1180         void setBoardMembers(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers boardMembers);
1181         
1182         /**
1183          * Appends and returns a new empty "BoardMembers" element
1184          */
1185         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers addNewBoardMembers();
1186         
1187         /**
1188          * Gets the "StaffMembers" element
1189          */
1190         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers getStaffMembers();
1191         
1192         /**
1193          * Sets the "StaffMembers" element
1194          */
1195         void setStaffMembers(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers staffMembers);
1196         
1197         /**
1198          * Appends and returns a new empty "StaffMembers" element
1199          */
1200         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers addNewStaffMembers();
1201         
1202         /**
1203          * Gets the "FinancialNonRegulated" element
1204          */
1205         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated getFinancialNonRegulated();
1206         
1207         /**
1208          * True if has "FinancialNonRegulated" element
1209          */
1210         boolean isSetFinancialNonRegulated();
1211         
1212         /**
1213          * Sets the "FinancialNonRegulated" element
1214          */
1215         void setFinancialNonRegulated(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated financialNonRegulated);
1216         
1217         /**
1218          * Appends and returns a new empty "FinancialNonRegulated" element
1219          */
1220         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated addNewFinancialNonRegulated();
1221         
1222         /**
1223          * Unsets the "FinancialNonRegulated" element
1224          */
1225         void unsetFinancialNonRegulated();
1226         
1227         /**
1228          * Gets the "FinancialCreditUnions" element
1229          */
1230         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions getFinancialCreditUnions();
1231         
1232         /**
1233          * True if has "FinancialCreditUnions" element
1234          */
1235         boolean isSetFinancialCreditUnions();
1236         
1237         /**
1238          * Sets the "FinancialCreditUnions" element
1239          */
1240         void setFinancialCreditUnions(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions financialCreditUnions);
1241         
1242         /**
1243          * Appends and returns a new empty "FinancialCreditUnions" element
1244          */
1245         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions addNewFinancialCreditUnions();
1246         
1247         /**
1248          * Unsets the "FinancialCreditUnions" element
1249          */
1250         void unsetFinancialCreditUnions();
1251         
1252         /**
1253          * Gets the "FinancialBanks" element
1254          */
1255         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks getFinancialBanks();
1256         
1257         /**
1258          * True if has "FinancialBanks" element
1259          */
1260         boolean isSetFinancialBanks();
1261         
1262         /**
1263          * Sets the "FinancialBanks" element
1264          */
1265         void setFinancialBanks(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks financialBanks);
1266         
1267         /**
1268          * Appends and returns a new empty "FinancialBanks" element
1269          */
1270         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks addNewFinancialBanks();
1271         
1272         /**
1273          * Unsets the "FinancialBanks" element
1274          */
1275         void unsetFinancialBanks();
1276         
1277         /**
1278          * Gets the "RatiosNonRegulated" element
1279          */
1280         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated getRatiosNonRegulated();
1281         
1282         /**
1283          * True if has "RatiosNonRegulated" element
1284          */
1285         boolean isSetRatiosNonRegulated();
1286         
1287         /**
1288          * Sets the "RatiosNonRegulated" element
1289          */
1290         void setRatiosNonRegulated(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated ratiosNonRegulated);
1291         
1292         /**
1293          * Appends and returns a new empty "RatiosNonRegulated" element
1294          */
1295         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated addNewRatiosNonRegulated();
1296         
1297         /**
1298          * Unsets the "RatiosNonRegulated" element
1299          */
1300         void unsetRatiosNonRegulated();
1301         
1302         /**
1303          * Gets the "RatiosCreditUnions" element
1304          */
1305         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions getRatiosCreditUnions();
1306         
1307         /**
1308          * True if has "RatiosCreditUnions" element
1309          */
1310         boolean isSetRatiosCreditUnions();
1311         
1312         /**
1313          * Sets the "RatiosCreditUnions" element
1314          */
1315         void setRatiosCreditUnions(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions ratiosCreditUnions);
1316         
1317         /**
1318          * Appends and returns a new empty "RatiosCreditUnions" element
1319          */
1320         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions addNewRatiosCreditUnions();
1321         
1322         /**
1323          * Unsets the "RatiosCreditUnions" element
1324          */
1325         void unsetRatiosCreditUnions();
1326         
1327         /**
1328          * Gets the "RatiosBanks" element
1329          */
1330         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks getRatiosBanks();
1331         
1332         /**
1333          * True if has "RatiosBanks" element
1334          */
1335         boolean isSetRatiosBanks();
1336         
1337         /**
1338          * Sets the "RatiosBanks" element
1339          */
1340         void setRatiosBanks(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks ratiosBanks);
1341         
1342         /**
1343          * Appends and returns a new empty "RatiosBanks" element
1344          */
1345         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks addNewRatiosBanks();
1346         
1347         /**
1348          * Unsets the "RatiosBanks" element
1349          */
1350         void unsetRatiosBanks();
1351         
1352         /**
1353          * Gets the "FinancialActionPlan" element
1354          */
1355         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan getFinancialActionPlan();
1356         
1357         /**
1358          * Sets the "FinancialActionPlan" element
1359          */
1360         void setFinancialActionPlan(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan financialActionPlan);
1361         
1362         /**
1363          * Appends and returns a new empty "FinancialActionPlan" element
1364          */
1365         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan addNewFinancialActionPlan();
1366         
1367         /**
1368          * Gets the "PortfolioQuality" element
1369          */
1370         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality getPortfolioQuality();
1371         
1372         /**
1373          * True if has "PortfolioQuality" element
1374          */
1375         boolean isSetPortfolioQuality();
1376         
1377         /**
1378          * Sets the "PortfolioQuality" element
1379          */
1380         void setPortfolioQuality(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality portfolioQuality);
1381         
1382         /**
1383          * Appends and returns a new empty "PortfolioQuality" element
1384          */
1385         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality addNewPortfolioQuality();
1386         
1387         /**
1388          * Unsets the "PortfolioQuality" element
1389          */
1390         void unsetPortfolioQuality();
1391         
1392         /**
1393          * Gets the "LoanLossReserves" element
1394          */
1395         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves getLoanLossReserves();
1396         
1397         /**
1398          * True if has "LoanLossReserves" element
1399          */
1400         boolean isSetLoanLossReserves();
1401         
1402         /**
1403          * Sets the "LoanLossReserves" element
1404          */
1405         void setLoanLossReserves(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves loanLossReserves);
1406         
1407         /**
1408          * Appends and returns a new empty "LoanLossReserves" element
1409          */
1410         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves addNewLoanLossReserves();
1411         
1412         /**
1413          * Unsets the "LoanLossReserves" element
1414          */
1415         void unsetLoanLossReserves();
1416         
1417         /**
1418          * Gets the "EquityInvestmentPortfolio" element
1419          */
1420         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio getEquityInvestmentPortfolio();
1421         
1422         /**
1423          * True if has "EquityInvestmentPortfolio" element
1424          */
1425         boolean isSetEquityInvestmentPortfolio();
1426         
1427         /**
1428          * Sets the "EquityInvestmentPortfolio" element
1429          */
1430         void setEquityInvestmentPortfolio(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio equityInvestmentPortfolio);
1431         
1432         /**
1433          * Appends and returns a new empty "EquityInvestmentPortfolio" element
1434          */
1435         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio addNewEquityInvestmentPortfolio();
1436         
1437         /**
1438          * Unsets the "EquityInvestmentPortfolio" element
1439          */
1440         void unsetEquityInvestmentPortfolio();
1441         
1442         /**
1443          * Gets the "PortfolioActionPlan" element
1444          */
1445         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan getPortfolioActionPlan();
1446         
1447         /**
1448          * Sets the "PortfolioActionPlan" element
1449          */
1450         void setPortfolioActionPlan(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan portfolioActionPlan);
1451         
1452         /**
1453          * Appends and returns a new empty "PortfolioActionPlan" element
1454          */
1455         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan addNewPortfolioActionPlan();
1456         
1457         /**
1458          * Gets the "QID_24" element
1459          */
1460         int getQID24();
1461         
1462         /**
1463          * Gets (as xml) the "QID_24" element
1464          */
1465         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24 xgetQID24();
1466         
1467         /**
1468          * Sets the "QID_24" element
1469          */
1470         void setQID24(int qid24);
1471         
1472         /**
1473          * Sets (as xml) the "QID_24" element
1474          */
1475         void xsetQID24(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24 qid24);
1476         
1477         /**
1478          * Gets the "AssurancesCertifications" element
1479          */
1480         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAssurancesCertifications();
1481         
1482         /**
1483          * Gets (as xml) the "AssurancesCertifications" element
1484          */
1485         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAssurancesCertifications();
1486         
1487         /**
1488          * Sets the "AssurancesCertifications" element
1489          */
1490         void setAssurancesCertifications(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum assurancesCertifications);
1491         
1492         /**
1493          * Sets (as xml) the "AssurancesCertifications" element
1494          */
1495         void xsetAssurancesCertifications(gov.grants.apply.system.globalLibraryV20.YesNoDataType assurancesCertifications);
1496         
1497         /**
1498          * Gets the "Details" element
1499          */
1500         java.lang.String getDetails();
1501         
1502         /**
1503          * Gets (as xml) the "Details" element
1504          */
1505         gov.grants.apply.forms.cdfi2011V10.CDFI2011String4000DataType xgetDetails();
1506         
1507         /**
1508          * True if has "Details" element
1509          */
1510         boolean isSetDetails();
1511         
1512         /**
1513          * Sets the "Details" element
1514          */
1515         void setDetails(java.lang.String details);
1516         
1517         /**
1518          * Sets (as xml) the "Details" element
1519          */
1520         void xsetDetails(gov.grants.apply.forms.cdfi2011V10.CDFI2011String4000DataType details);
1521         
1522         /**
1523          * Unsets the "Details" element
1524          */
1525         void unsetDetails();
1526         
1527         /**
1528          * Gets the "Questionnaire" element
1529          */
1530         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire getQuestionnaire();
1531         
1532         /**
1533          * True if has "Questionnaire" element
1534          */
1535         boolean isSetQuestionnaire();
1536         
1537         /**
1538          * Sets the "Questionnaire" element
1539          */
1540         void setQuestionnaire(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire questionnaire);
1541         
1542         /**
1543          * Appends and returns a new empty "Questionnaire" element
1544          */
1545         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire addNewQuestionnaire();
1546         
1547         /**
1548          * Unsets the "Questionnaire" element
1549          */
1550         void unsetQuestionnaire();
1551         
1552         /**
1553          * Gets the "EnvironmentalReview" element
1554          */
1555         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview getEnvironmentalReview();
1556         
1557         /**
1558          * Sets the "EnvironmentalReview" element
1559          */
1560         void setEnvironmentalReview(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview environmentalReview);
1561         
1562         /**
1563          * Appends and returns a new empty "EnvironmentalReview" element
1564          */
1565         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview addNewEnvironmentalReview();
1566         
1567         /**
1568          * Gets the "Narratives" element
1569          */
1570         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives getNarratives();
1571         
1572         /**
1573          * Sets the "Narratives" element
1574          */
1575         void setNarratives(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives narratives);
1576         
1577         /**
1578          * Appends and returns a new empty "Narratives" element
1579          */
1580         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives addNewNarratives();
1581         
1582         /**
1583          * Gets the "ApplicationChecklist" element
1584          */
1585         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist getApplicationChecklist();
1586         
1587         /**
1588          * Sets the "ApplicationChecklist" element
1589          */
1590         void setApplicationChecklist(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist applicationChecklist);
1591         
1592         /**
1593          * Appends and returns a new empty "ApplicationChecklist" element
1594          */
1595         gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist addNewApplicationChecklist();
1596         
1597         /**
1598          * Gets the "FormVersion" attribute
1599          */
1600         java.lang.String getFormVersion();
1601         
1602         /**
1603          * Gets (as xml) the "FormVersion" attribute
1604          */
1605         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
1606         
1607         /**
1608          * Sets the "FormVersion" attribute
1609          */
1610         void setFormVersion(java.lang.String formVersion);
1611         
1612         /**
1613          * Sets (as xml) the "FormVersion" attribute
1614          */
1615         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
1616         
1617         /**
1618          * An XML Organization(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
1619          *
1620          * This is a complex type.
1621          */
1622         public interface Organization extends org.apache.xmlbeans.XmlObject
1623         {
1624             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1625                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Organization.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationecc3elemtype");
1626             
1627             /**
1628              * Gets the "OrganizationName" element
1629              */
1630             java.lang.String getOrganizationName();
1631             
1632             /**
1633              * Gets (as xml) the "OrganizationName" element
1634              */
1635             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
1636             
1637             /**
1638              * Sets the "OrganizationName" element
1639              */
1640             void setOrganizationName(java.lang.String organizationName);
1641             
1642             /**
1643              * Sets (as xml) the "OrganizationName" element
1644              */
1645             void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
1646             
1647             /**
1648              * Gets the "Street1" element
1649              */
1650             java.lang.String getStreet1();
1651             
1652             /**
1653              * Gets (as xml) the "Street1" element
1654              */
1655             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
1656             
1657             /**
1658              * Sets the "Street1" element
1659              */
1660             void setStreet1(java.lang.String street1);
1661             
1662             /**
1663              * Sets (as xml) the "Street1" element
1664              */
1665             void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
1666             
1667             /**
1668              * Gets the "Street2" element
1669              */
1670             java.lang.String getStreet2();
1671             
1672             /**
1673              * Gets (as xml) the "Street2" element
1674              */
1675             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
1676             
1677             /**
1678              * True if has "Street2" element
1679              */
1680             boolean isSetStreet2();
1681             
1682             /**
1683              * Sets the "Street2" element
1684              */
1685             void setStreet2(java.lang.String street2);
1686             
1687             /**
1688              * Sets (as xml) the "Street2" element
1689              */
1690             void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
1691             
1692             /**
1693              * Unsets the "Street2" element
1694              */
1695             void unsetStreet2();
1696             
1697             /**
1698              * Gets the "City" element
1699              */
1700             java.lang.String getCity();
1701             
1702             /**
1703              * Gets (as xml) the "City" element
1704              */
1705             gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1706             
1707             /**
1708              * Sets the "City" element
1709              */
1710             void setCity(java.lang.String city);
1711             
1712             /**
1713              * Sets (as xml) the "City" element
1714              */
1715             void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1716             
1717             /**
1718              * Gets the "State" element
1719              */
1720             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1721             
1722             /**
1723              * Gets (as xml) the "State" element
1724              */
1725             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1726             
1727             /**
1728              * True if has "State" element
1729              */
1730             boolean isSetState();
1731             
1732             /**
1733              * Sets the "State" element
1734              */
1735             void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1736             
1737             /**
1738              * Sets (as xml) the "State" element
1739              */
1740             void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1741             
1742             /**
1743              * Unsets the "State" element
1744              */
1745             void unsetState();
1746             
1747             /**
1748              * Gets the "ZipCode" element
1749              */
1750             java.lang.String getZipCode();
1751             
1752             /**
1753              * Gets (as xml) the "ZipCode" element
1754              */
1755             gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipCode();
1756             
1757             /**
1758              * True if has "ZipCode" element
1759              */
1760             boolean isSetZipCode();
1761             
1762             /**
1763              * Sets the "ZipCode" element
1764              */
1765             void setZipCode(java.lang.String zipCode);
1766             
1767             /**
1768              * Sets (as xml) the "ZipCode" element
1769              */
1770             void xsetZipCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipCode);
1771             
1772             /**
1773              * Unsets the "ZipCode" element
1774              */
1775             void unsetZipCode();
1776             
1777             /**
1778              * Gets the "EIN" element
1779              */
1780             java.lang.String getEIN();
1781             
1782             /**
1783              * Gets (as xml) the "EIN" element
1784              */
1785             gov.grants.apply.system.globalLibraryV20.EmployerIDDataType xgetEIN();
1786             
1787             /**
1788              * Sets the "EIN" element
1789              */
1790             void setEIN(java.lang.String ein);
1791             
1792             /**
1793              * Sets (as xml) the "EIN" element
1794              */
1795             void xsetEIN(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType ein);
1796             
1797             /**
1798              * Gets the "DUNSNumber" element
1799              */
1800             java.lang.String getDUNSNumber();
1801             
1802             /**
1803              * Gets (as xml) the "DUNSNumber" element
1804              */
1805             gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSNumber();
1806             
1807             /**
1808              * Sets the "DUNSNumber" element
1809              */
1810             void setDUNSNumber(java.lang.String dunsNumber);
1811             
1812             /**
1813              * Sets (as xml) the "DUNSNumber" element
1814              */
1815             void xsetDUNSNumber(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsNumber);
1816             
1817             /**
1818              * A factory class with static methods for creating instances
1819              * of this type.
1820              */
1821             
1822             public static final class Factory
1823             {
1824                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization newInstance() {
1825                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1826                 
1827                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization newInstance(org.apache.xmlbeans.XmlOptions options) {
1828                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Organization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1829                 
1830                 private Factory() { } // No instance of this class allowed
1831             }
1832         }
1833         
1834         /**
1835          * An XML AuthorizedRep(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
1836          *
1837          * This is a complex type.
1838          */
1839         public interface AuthorizedRep extends org.apache.xmlbeans.XmlObject
1840         {
1841             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1842                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AuthorizedRep.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedrep0ec4elemtype");
1843             
1844             /**
1845              * Gets the "Prefix" element
1846              */
1847             java.lang.String getPrefix();
1848             
1849             /**
1850              * Gets (as xml) the "Prefix" element
1851              */
1852             gov.grants.apply.system.globalLibraryV20.PrefixNameDataType xgetPrefix();
1853             
1854             /**
1855              * True if has "Prefix" element
1856              */
1857             boolean isSetPrefix();
1858             
1859             /**
1860              * Sets the "Prefix" element
1861              */
1862             void setPrefix(java.lang.String prefix);
1863             
1864             /**
1865              * Sets (as xml) the "Prefix" element
1866              */
1867             void xsetPrefix(gov.grants.apply.system.globalLibraryV20.PrefixNameDataType prefix);
1868             
1869             /**
1870              * Unsets the "Prefix" element
1871              */
1872             void unsetPrefix();
1873             
1874             /**
1875              * Gets the "FirstName" element
1876              */
1877             java.lang.String getFirstName();
1878             
1879             /**
1880              * Gets (as xml) the "FirstName" element
1881              */
1882             gov.grants.apply.system.globalLibraryV20.FirstNameDataType xgetFirstName();
1883             
1884             /**
1885              * Sets the "FirstName" element
1886              */
1887             void setFirstName(java.lang.String firstName);
1888             
1889             /**
1890              * Sets (as xml) the "FirstName" element
1891              */
1892             void xsetFirstName(gov.grants.apply.system.globalLibraryV20.FirstNameDataType firstName);
1893             
1894             /**
1895              * Gets the "LastName" element
1896              */
1897             java.lang.String getLastName();
1898             
1899             /**
1900              * Gets (as xml) the "LastName" element
1901              */
1902             gov.grants.apply.system.globalLibraryV20.LastNameDataType xgetLastName();
1903             
1904             /**
1905              * Sets the "LastName" element
1906              */
1907             void setLastName(java.lang.String lastName);
1908             
1909             /**
1910              * Sets (as xml) the "LastName" element
1911              */
1912             void xsetLastName(gov.grants.apply.system.globalLibraryV20.LastNameDataType lastName);
1913             
1914             /**
1915              * Gets the "Title" element
1916              */
1917             java.lang.String getTitle();
1918             
1919             /**
1920              * Gets (as xml) the "Title" element
1921              */
1922             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
1923             
1924             /**
1925              * Sets the "Title" element
1926              */
1927             void setTitle(java.lang.String title);
1928             
1929             /**
1930              * Sets (as xml) the "Title" element
1931              */
1932             void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
1933             
1934             /**
1935              * Gets the "Email" element
1936              */
1937             java.lang.String getEmail();
1938             
1939             /**
1940              * Gets (as xml) the "Email" element
1941              */
1942             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1943             
1944             /**
1945              * Sets the "Email" element
1946              */
1947             void setEmail(java.lang.String email);
1948             
1949             /**
1950              * Sets (as xml) the "Email" element
1951              */
1952             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1953             
1954             /**
1955              * Gets the "Phone" element
1956              */
1957             java.lang.String getPhone();
1958             
1959             /**
1960              * Gets (as xml) the "Phone" element
1961              */
1962             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
1963             
1964             /**
1965              * Sets the "Phone" element
1966              */
1967             void setPhone(java.lang.String phone);
1968             
1969             /**
1970              * Sets (as xml) the "Phone" element
1971              */
1972             void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
1973             
1974             /**
1975              * Gets the "Fax" element
1976              */
1977             java.lang.String getFax();
1978             
1979             /**
1980              * Gets (as xml) the "Fax" element
1981              */
1982             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
1983             
1984             /**
1985              * True if has "Fax" element
1986              */
1987             boolean isSetFax();
1988             
1989             /**
1990              * Sets the "Fax" element
1991              */
1992             void setFax(java.lang.String fax);
1993             
1994             /**
1995              * Sets (as xml) the "Fax" element
1996              */
1997             void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
1998             
1999             /**
2000              * Unsets the "Fax" element
2001              */
2002             void unsetFax();
2003             
2004             /**
2005              * Gets the "Street1" element
2006              */
2007             java.lang.String getStreet1();
2008             
2009             /**
2010              * Gets (as xml) the "Street1" element
2011              */
2012             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
2013             
2014             /**
2015              * Sets the "Street1" element
2016              */
2017             void setStreet1(java.lang.String street1);
2018             
2019             /**
2020              * Sets (as xml) the "Street1" element
2021              */
2022             void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
2023             
2024             /**
2025              * Gets the "Street2" element
2026              */
2027             java.lang.String getStreet2();
2028             
2029             /**
2030              * Gets (as xml) the "Street2" element
2031              */
2032             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
2033             
2034             /**
2035              * True if has "Street2" element
2036              */
2037             boolean isSetStreet2();
2038             
2039             /**
2040              * Sets the "Street2" element
2041              */
2042             void setStreet2(java.lang.String street2);
2043             
2044             /**
2045              * Sets (as xml) the "Street2" element
2046              */
2047             void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
2048             
2049             /**
2050              * Unsets the "Street2" element
2051              */
2052             void unsetStreet2();
2053             
2054             /**
2055              * Gets the "City" element
2056              */
2057             java.lang.String getCity();
2058             
2059             /**
2060              * Gets (as xml) the "City" element
2061              */
2062             gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
2063             
2064             /**
2065              * Sets the "City" element
2066              */
2067             void setCity(java.lang.String city);
2068             
2069             /**
2070              * Sets (as xml) the "City" element
2071              */
2072             void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
2073             
2074             /**
2075              * Gets the "State" element
2076              */
2077             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
2078             
2079             /**
2080              * Gets (as xml) the "State" element
2081              */
2082             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
2083             
2084             /**
2085              * Sets the "State" element
2086              */
2087             void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
2088             
2089             /**
2090              * Sets (as xml) the "State" element
2091              */
2092             void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
2093             
2094             /**
2095              * Gets the "ZipCode" element
2096              */
2097             java.lang.String getZipCode();
2098             
2099             /**
2100              * Gets (as xml) the "ZipCode" element
2101              */
2102             gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipCode();
2103             
2104             /**
2105              * Sets the "ZipCode" element
2106              */
2107             void setZipCode(java.lang.String zipCode);
2108             
2109             /**
2110              * Sets (as xml) the "ZipCode" element
2111              */
2112             void xsetZipCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipCode);
2113             
2114             /**
2115              * A factory class with static methods for creating instances
2116              * of this type.
2117              */
2118             
2119             public static final class Factory
2120             {
2121                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep newInstance() {
2122                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2123                 
2124                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep newInstance(org.apache.xmlbeans.XmlOptions options) {
2125                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.AuthorizedRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2126                 
2127                 private Factory() { } // No instance of this class allowed
2128             }
2129         }
2130         
2131         /**
2132          * An XML ApplicationPOC(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
2133          *
2134          * This is a complex type.
2135          */
2136         public interface ApplicationPOC extends org.apache.xmlbeans.XmlObject
2137         {
2138             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2139                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationPOC.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationpoc5dc2elemtype");
2140             
2141             /**
2142              * Gets the "Prefix" element
2143              */
2144             java.lang.String getPrefix();
2145             
2146             /**
2147              * Gets (as xml) the "Prefix" element
2148              */
2149             gov.grants.apply.system.globalLibraryV20.PrefixNameDataType xgetPrefix();
2150             
2151             /**
2152              * True if has "Prefix" element
2153              */
2154             boolean isSetPrefix();
2155             
2156             /**
2157              * Sets the "Prefix" element
2158              */
2159             void setPrefix(java.lang.String prefix);
2160             
2161             /**
2162              * Sets (as xml) the "Prefix" element
2163              */
2164             void xsetPrefix(gov.grants.apply.system.globalLibraryV20.PrefixNameDataType prefix);
2165             
2166             /**
2167              * Unsets the "Prefix" element
2168              */
2169             void unsetPrefix();
2170             
2171             /**
2172              * Gets the "FirstName" element
2173              */
2174             java.lang.String getFirstName();
2175             
2176             /**
2177              * Gets (as xml) the "FirstName" element
2178              */
2179             gov.grants.apply.system.globalLibraryV20.FirstNameDataType xgetFirstName();
2180             
2181             /**
2182              * True if has "FirstName" element
2183              */
2184             boolean isSetFirstName();
2185             
2186             /**
2187              * Sets the "FirstName" element
2188              */
2189             void setFirstName(java.lang.String firstName);
2190             
2191             /**
2192              * Sets (as xml) the "FirstName" element
2193              */
2194             void xsetFirstName(gov.grants.apply.system.globalLibraryV20.FirstNameDataType firstName);
2195             
2196             /**
2197              * Unsets the "FirstName" element
2198              */
2199             void unsetFirstName();
2200             
2201             /**
2202              * Gets the "LastName" element
2203              */
2204             java.lang.String getLastName();
2205             
2206             /**
2207              * Gets (as xml) the "LastName" element
2208              */
2209             gov.grants.apply.system.globalLibraryV20.LastNameDataType xgetLastName();
2210             
2211             /**
2212              * True if has "LastName" element
2213              */
2214             boolean isSetLastName();
2215             
2216             /**
2217              * Sets the "LastName" element
2218              */
2219             void setLastName(java.lang.String lastName);
2220             
2221             /**
2222              * Sets (as xml) the "LastName" element
2223              */
2224             void xsetLastName(gov.grants.apply.system.globalLibraryV20.LastNameDataType lastName);
2225             
2226             /**
2227              * Unsets the "LastName" element
2228              */
2229             void unsetLastName();
2230             
2231             /**
2232              * Gets the "Title" element
2233              */
2234             java.lang.String getTitle();
2235             
2236             /**
2237              * Gets (as xml) the "Title" element
2238              */
2239             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
2240             
2241             /**
2242              * True if has "Title" element
2243              */
2244             boolean isSetTitle();
2245             
2246             /**
2247              * Sets the "Title" element
2248              */
2249             void setTitle(java.lang.String title);
2250             
2251             /**
2252              * Sets (as xml) the "Title" element
2253              */
2254             void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
2255             
2256             /**
2257              * Unsets the "Title" element
2258              */
2259             void unsetTitle();
2260             
2261             /**
2262              * Gets the "Email" element
2263              */
2264             java.lang.String getEmail();
2265             
2266             /**
2267              * Gets (as xml) the "Email" element
2268              */
2269             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
2270             
2271             /**
2272              * True if has "Email" element
2273              */
2274             boolean isSetEmail();
2275             
2276             /**
2277              * Sets the "Email" element
2278              */
2279             void setEmail(java.lang.String email);
2280             
2281             /**
2282              * Sets (as xml) the "Email" element
2283              */
2284             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
2285             
2286             /**
2287              * Unsets the "Email" element
2288              */
2289             void unsetEmail();
2290             
2291             /**
2292              * Gets the "Phone" element
2293              */
2294             java.lang.String getPhone();
2295             
2296             /**
2297              * Gets (as xml) the "Phone" element
2298              */
2299             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
2300             
2301             /**
2302              * True if has "Phone" element
2303              */
2304             boolean isSetPhone();
2305             
2306             /**
2307              * Sets the "Phone" element
2308              */
2309             void setPhone(java.lang.String phone);
2310             
2311             /**
2312              * Sets (as xml) the "Phone" element
2313              */
2314             void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
2315             
2316             /**
2317              * Unsets the "Phone" element
2318              */
2319             void unsetPhone();
2320             
2321             /**
2322              * Gets the "Fax" element
2323              */
2324             java.lang.String getFax();
2325             
2326             /**
2327              * Gets (as xml) the "Fax" element
2328              */
2329             gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
2330             
2331             /**
2332              * True if has "Fax" element
2333              */
2334             boolean isSetFax();
2335             
2336             /**
2337              * Sets the "Fax" element
2338              */
2339             void setFax(java.lang.String fax);
2340             
2341             /**
2342              * Sets (as xml) the "Fax" element
2343              */
2344             void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
2345             
2346             /**
2347              * Unsets the "Fax" element
2348              */
2349             void unsetFax();
2350             
2351             /**
2352              * Gets the "Street1" element
2353              */
2354             java.lang.String getStreet1();
2355             
2356             /**
2357              * Gets (as xml) the "Street1" element
2358              */
2359             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
2360             
2361             /**
2362              * True if has "Street1" element
2363              */
2364             boolean isSetStreet1();
2365             
2366             /**
2367              * Sets the "Street1" element
2368              */
2369             void setStreet1(java.lang.String street1);
2370             
2371             /**
2372              * Sets (as xml) the "Street1" element
2373              */
2374             void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
2375             
2376             /**
2377              * Unsets the "Street1" element
2378              */
2379             void unsetStreet1();
2380             
2381             /**
2382              * Gets the "Street2" element
2383              */
2384             java.lang.String getStreet2();
2385             
2386             /**
2387              * Gets (as xml) the "Street2" element
2388              */
2389             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
2390             
2391             /**
2392              * True if has "Street2" element
2393              */
2394             boolean isSetStreet2();
2395             
2396             /**
2397              * Sets the "Street2" element
2398              */
2399             void setStreet2(java.lang.String street2);
2400             
2401             /**
2402              * Sets (as xml) the "Street2" element
2403              */
2404             void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
2405             
2406             /**
2407              * Unsets the "Street2" element
2408              */
2409             void unsetStreet2();
2410             
2411             /**
2412              * Gets the "City" element
2413              */
2414             java.lang.String getCity();
2415             
2416             /**
2417              * Gets (as xml) the "City" element
2418              */
2419             gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
2420             
2421             /**
2422              * True if has "City" element
2423              */
2424             boolean isSetCity();
2425             
2426             /**
2427              * Sets the "City" element
2428              */
2429             void setCity(java.lang.String city);
2430             
2431             /**
2432              * Sets (as xml) the "City" element
2433              */
2434             void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
2435             
2436             /**
2437              * Unsets the "City" element
2438              */
2439             void unsetCity();
2440             
2441             /**
2442              * Gets the "State" element
2443              */
2444             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
2445             
2446             /**
2447              * Gets (as xml) the "State" element
2448              */
2449             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
2450             
2451             /**
2452              * True if has "State" element
2453              */
2454             boolean isSetState();
2455             
2456             /**
2457              * Sets the "State" element
2458              */
2459             void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
2460             
2461             /**
2462              * Sets (as xml) the "State" element
2463              */
2464             void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
2465             
2466             /**
2467              * Unsets the "State" element
2468              */
2469             void unsetState();
2470             
2471             /**
2472              * Gets the "ZipCode" element
2473              */
2474             java.lang.String getZipCode();
2475             
2476             /**
2477              * Gets (as xml) the "ZipCode" element
2478              */
2479             gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipCode();
2480             
2481             /**
2482              * True if has "ZipCode" element
2483              */
2484             boolean isSetZipCode();
2485             
2486             /**
2487              * Sets the "ZipCode" element
2488              */
2489             void setZipCode(java.lang.String zipCode);
2490             
2491             /**
2492              * Sets (as xml) the "ZipCode" element
2493              */
2494             void xsetZipCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipCode);
2495             
2496             /**
2497              * Unsets the "ZipCode" element
2498              */
2499             void unsetZipCode();
2500             
2501             /**
2502              * A factory class with static methods for creating instances
2503              * of this type.
2504              */
2505             
2506             public static final class Factory
2507             {
2508                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC newInstance() {
2509                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2510                 
2511                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC newInstance(org.apache.xmlbeans.XmlOptions options) {
2512                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2513                 
2514                 private Factory() { } // No instance of this class allowed
2515             }
2516         }
2517         
2518         /**
2519          * An XML OrganizationalProfile(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
2520          *
2521          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$OrganizationalProfile.
2522          */
2523         public interface OrganizationalProfile extends org.apache.xmlbeans.XmlString
2524         {
2525             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2526                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalprofiled63belemtype");
2527             
2528             /**
2529              * A factory class with static methods for creating instances
2530              * of this type.
2531              */
2532             
2533             public static final class Factory
2534             {
2535                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile newValue(java.lang.Object obj) {
2536                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile) type.newValue( obj ); }
2537                 
2538                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile newInstance() {
2539                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2540                 
2541                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
2542                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2543                 
2544                 private Factory() { } // No instance of this class allowed
2545             }
2546         }
2547         
2548         /**
2549          * An XML FY(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
2550          *
2551          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$FY.
2552          */
2553         public interface FY extends org.apache.xmlbeans.XmlString
2554         {
2555             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2556                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FY.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fy3743elemtype");
2557             
2558             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
2559             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
2560             
2561             static final Enum X_2012 = Enum.forString("2012");
2562             static final Enum X_2013 = Enum.forString("2013");
2563             static final Enum X_2014 = Enum.forString("2014");
2564             static final Enum X_2015 = Enum.forString("2015");
2565             static final Enum X_2016 = Enum.forString("2016");
2566             static final Enum X_2017 = Enum.forString("2017");
2567             static final Enum X_2018 = Enum.forString("2018");
2568             static final Enum X_2019 = Enum.forString("2019");
2569             static final Enum X_2020 = Enum.forString("2020");
2570             static final Enum X_2021 = Enum.forString("2021");
2571             
2572             static final int INT_X_2012 = Enum.INT_X_2012;
2573             static final int INT_X_2013 = Enum.INT_X_2013;
2574             static final int INT_X_2014 = Enum.INT_X_2014;
2575             static final int INT_X_2015 = Enum.INT_X_2015;
2576             static final int INT_X_2016 = Enum.INT_X_2016;
2577             static final int INT_X_2017 = Enum.INT_X_2017;
2578             static final int INT_X_2018 = Enum.INT_X_2018;
2579             static final int INT_X_2019 = Enum.INT_X_2019;
2580             static final int INT_X_2020 = Enum.INT_X_2020;
2581             static final int INT_X_2021 = Enum.INT_X_2021;
2582             
2583             /**
2584              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$FY.
2585              * These enum values can be used as follows:
2586              * <pre>
2587              * enum.toString(); // returns the string value of the enum
2588              * enum.intValue(); // returns an int value, useful for switches
2589              * // e.g., case Enum.INT_X_2012
2590              * Enum.forString(s); // returns the enum value for a string
2591              * Enum.forInt(i); // returns the enum value for an int
2592              * </pre>
2593              * Enumeration objects are immutable singleton objects that
2594              * can be compared using == object equality. They have no
2595              * public constructor. See the constants defined within this
2596              * class for all the valid values.
2597              */
2598             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
2599             {
2600                 /**
2601                  * Returns the enum value for a string, or null if none.
2602                  */
2603                 public static Enum forString(java.lang.String s)
2604                     { return (Enum)table.forString(s); }
2605                 /**
2606                  * Returns the enum value corresponding to an int, or null if none.
2607                  */
2608                 public static Enum forInt(int i)
2609                     { return (Enum)table.forInt(i); }
2610                 
2611                 private Enum(java.lang.String s, int i)
2612                     { super(s, i); }
2613                 
2614                 static final int INT_X_2012 = 1;
2615                 static final int INT_X_2013 = 2;
2616                 static final int INT_X_2014 = 3;
2617                 static final int INT_X_2015 = 4;
2618                 static final int INT_X_2016 = 5;
2619                 static final int INT_X_2017 = 6;
2620                 static final int INT_X_2018 = 7;
2621                 static final int INT_X_2019 = 8;
2622                 static final int INT_X_2020 = 9;
2623                 static final int INT_X_2021 = 10;
2624                 
2625                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
2626                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
2627                 (
2628                     new Enum[]
2629                     {
2630                       new Enum("2012", INT_X_2012),
2631                       new Enum("2013", INT_X_2013),
2632                       new Enum("2014", INT_X_2014),
2633                       new Enum("2015", INT_X_2015),
2634                       new Enum("2016", INT_X_2016),
2635                       new Enum("2017", INT_X_2017),
2636                       new Enum("2018", INT_X_2018),
2637                       new Enum("2019", INT_X_2019),
2638                       new Enum("2020", INT_X_2020),
2639                       new Enum("2021", INT_X_2021),
2640                     }
2641                 );
2642                 private static final long serialVersionUID = 1L;
2643                 private java.lang.Object readResolve() { return forInt(intValue()); } 
2644             }
2645             
2646             /**
2647              * A factory class with static methods for creating instances
2648              * of this type.
2649              */
2650             
2651             public static final class Factory
2652             {
2653                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY newValue(java.lang.Object obj) {
2654                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY) type.newValue( obj ); }
2655                 
2656                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY newInstance() {
2657                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2658                 
2659                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY newInstance(org.apache.xmlbeans.XmlOptions options) {
2660                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2661                 
2662                 private Factory() { } // No instance of this class allowed
2663             }
2664         }
2665         
2666         /**
2667          * An XML TypeAssistance(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
2668          *
2669          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TypeAssistance.
2670          */
2671         public interface TypeAssistance extends org.apache.xmlbeans.XmlString
2672         {
2673             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2674                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeAssistance.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typeassistance0144elemtype");
2675             
2676             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
2677             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
2678             
2679             static final Enum FA = Enum.forString("FA");
2680             static final Enum TA = Enum.forString("TA");
2681             static final Enum FA_HFFI = Enum.forString("FA-HFFI");
2682             
2683             static final int INT_FA = Enum.INT_FA;
2684             static final int INT_TA = Enum.INT_TA;
2685             static final int INT_FA_HFFI = Enum.INT_FA_HFFI;
2686             
2687             /**
2688              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TypeAssistance.
2689              * These enum values can be used as follows:
2690              * <pre>
2691              * enum.toString(); // returns the string value of the enum
2692              * enum.intValue(); // returns an int value, useful for switches
2693              * // e.g., case Enum.INT_FA
2694              * Enum.forString(s); // returns the enum value for a string
2695              * Enum.forInt(i); // returns the enum value for an int
2696              * </pre>
2697              * Enumeration objects are immutable singleton objects that
2698              * can be compared using == object equality. They have no
2699              * public constructor. See the constants defined within this
2700              * class for all the valid values.
2701              */
2702             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
2703             {
2704                 /**
2705                  * Returns the enum value for a string, or null if none.
2706                  */
2707                 public static Enum forString(java.lang.String s)
2708                     { return (Enum)table.forString(s); }
2709                 /**
2710                  * Returns the enum value corresponding to an int, or null if none.
2711                  */
2712                 public static Enum forInt(int i)
2713                     { return (Enum)table.forInt(i); }
2714                 
2715                 private Enum(java.lang.String s, int i)
2716                     { super(s, i); }
2717                 
2718                 static final int INT_FA = 1;
2719                 static final int INT_TA = 2;
2720                 static final int INT_FA_HFFI = 3;
2721                 
2722                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
2723                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
2724                 (
2725                     new Enum[]
2726                     {
2727                       new Enum("FA", INT_FA),
2728                       new Enum("TA", INT_TA),
2729                       new Enum("FA-HFFI", INT_FA_HFFI),
2730                     }
2731                 );
2732                 private static final long serialVersionUID = 1L;
2733                 private java.lang.Object readResolve() { return forInt(intValue()); } 
2734             }
2735             
2736             /**
2737              * A factory class with static methods for creating instances
2738              * of this type.
2739              */
2740             
2741             public static final class Factory
2742             {
2743                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance newValue(java.lang.Object obj) {
2744                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance) type.newValue( obj ); }
2745                 
2746                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance newInstance() {
2747                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2748                 
2749                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance newInstance(org.apache.xmlbeans.XmlOptions options) {
2750                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TypeAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2751                 
2752                 private Factory() { } // No instance of this class allowed
2753             }
2754         }
2755         
2756         /**
2757          * An XML FARequestedAmount(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
2758          *
2759          * This is a complex type.
2760          */
2761         public interface FARequestedAmount extends org.apache.xmlbeans.XmlObject
2762         {
2763             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2764                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FARequestedAmount.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("farequestedamountd61belemtype");
2765             
2766             /**
2767              * Gets the "Loan" element
2768              */
2769             int getLoan();
2770             
2771             /**
2772              * Gets (as xml) the "Loan" element
2773              */
2774             gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType xgetLoan();
2775             
2776             /**
2777              * True if has "Loan" element
2778              */
2779             boolean isSetLoan();
2780             
2781             /**
2782              * Sets the "Loan" element
2783              */
2784             void setLoan(int loan);
2785             
2786             /**
2787              * Sets (as xml) the "Loan" element
2788              */
2789             void xsetLoan(gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType loan);
2790             
2791             /**
2792              * Unsets the "Loan" element
2793              */
2794             void unsetLoan();
2795             
2796             /**
2797              * Gets the "Grant" element
2798              */
2799             int getGrant();
2800             
2801             /**
2802              * Gets (as xml) the "Grant" element
2803              */
2804             gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType xgetGrant();
2805             
2806             /**
2807              * True if has "Grant" element
2808              */
2809             boolean isSetGrant();
2810             
2811             /**
2812              * Sets the "Grant" element
2813              */
2814             void setGrant(int grant);
2815             
2816             /**
2817              * Sets (as xml) the "Grant" element
2818              */
2819             void xsetGrant(gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType grant);
2820             
2821             /**
2822              * Unsets the "Grant" element
2823              */
2824             void unsetGrant();
2825             
2826             /**
2827              * Gets the "Equity" element
2828              */
2829             int getEquity();
2830             
2831             /**
2832              * Gets (as xml) the "Equity" element
2833              */
2834             gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType xgetEquity();
2835             
2836             /**
2837              * True if has "Equity" element
2838              */
2839             boolean isSetEquity();
2840             
2841             /**
2842              * Sets the "Equity" element
2843              */
2844             void setEquity(int equity);
2845             
2846             /**
2847              * Sets (as xml) the "Equity" element
2848              */
2849             void xsetEquity(gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType equity);
2850             
2851             /**
2852              * Unsets the "Equity" element
2853              */
2854             void unsetEquity();
2855             
2856             /**
2857              * Gets the "SharesDeposits" element
2858              */
2859             int getSharesDeposits();
2860             
2861             /**
2862              * Gets (as xml) the "SharesDeposits" element
2863              */
2864             gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType xgetSharesDeposits();
2865             
2866             /**
2867              * True if has "SharesDeposits" element
2868              */
2869             boolean isSetSharesDeposits();
2870             
2871             /**
2872              * Sets the "SharesDeposits" element
2873              */
2874             void setSharesDeposits(int sharesDeposits);
2875             
2876             /**
2877              * Sets (as xml) the "SharesDeposits" element
2878              */
2879             void xsetSharesDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType sharesDeposits);
2880             
2881             /**
2882              * Unsets the "SharesDeposits" element
2883              */
2884             void unsetSharesDeposits();
2885             
2886             /**
2887              * Gets the "SecondaryCapital" element
2888              */
2889             int getSecondaryCapital();
2890             
2891             /**
2892              * Gets (as xml) the "SecondaryCapital" element
2893              */
2894             gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType xgetSecondaryCapital();
2895             
2896             /**
2897              * True if has "SecondaryCapital" element
2898              */
2899             boolean isSetSecondaryCapital();
2900             
2901             /**
2902              * Sets the "SecondaryCapital" element
2903              */
2904             void setSecondaryCapital(int secondaryCapital);
2905             
2906             /**
2907              * Sets (as xml) the "SecondaryCapital" element
2908              */
2909             void xsetSecondaryCapital(gov.grants.apply.forms.cdfi2011V10.CDFI20110To2000000DataType secondaryCapital);
2910             
2911             /**
2912              * Unsets the "SecondaryCapital" element
2913              */
2914             void unsetSecondaryCapital();
2915             
2916             /**
2917              * Gets the "QID_54" element
2918              */
2919             int getQID54();
2920             
2921             /**
2922              * Gets (as xml) the "QID_54" element
2923              */
2924             gov.grants.apply.forms.cdfi2011V10.CDFI20111To2000000DataType xgetQID54();
2925             
2926             /**
2927              * True if has "QID_54" element
2928              */
2929             boolean isSetQID54();
2930             
2931             /**
2932              * Sets the "QID_54" element
2933              */
2934             void setQID54(int qid54);
2935             
2936             /**
2937              * Sets (as xml) the "QID_54" element
2938              */
2939             void xsetQID54(gov.grants.apply.forms.cdfi2011V10.CDFI20111To2000000DataType qid54);
2940             
2941             /**
2942              * Unsets the "QID_54" element
2943              */
2944             void unsetQID54();
2945             
2946             /**
2947              * A factory class with static methods for creating instances
2948              * of this type.
2949              */
2950             
2951             public static final class Factory
2952             {
2953                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount newInstance() {
2954                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2955                 
2956                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
2957                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2958                 
2959                 private Factory() { } // No instance of this class allowed
2960             }
2961         }
2962         
2963         /**
2964          * An XML TARequestSummary(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
2965          *
2966          * This is a complex type.
2967          */
2968         public interface TARequestSummary extends org.apache.xmlbeans.XmlObject
2969         {
2970             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
2971                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TARequestSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tarequestsummaryc2d2elemtype");
2972             
2973             /**
2974              * Gets the "Personnel" element
2975              */
2976             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel getPersonnel();
2977             
2978             /**
2979              * True if has "Personnel" element
2980              */
2981             boolean isSetPersonnel();
2982             
2983             /**
2984              * Sets the "Personnel" element
2985              */
2986             void setPersonnel(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel personnel);
2987             
2988             /**
2989              * Appends and returns a new empty "Personnel" element
2990              */
2991             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel addNewPersonnel();
2992             
2993             /**
2994              * Unsets the "Personnel" element
2995              */
2996             void unsetPersonnel();
2997             
2998             /**
2999              * Gets the "Training" element
3000              */
3001             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training getTraining();
3002             
3003             /**
3004              * True if has "Training" element
3005              */
3006             boolean isSetTraining();
3007             
3008             /**
3009              * Sets the "Training" element
3010              */
3011             void setTraining(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training training);
3012             
3013             /**
3014              * Appends and returns a new empty "Training" element
3015              */
3016             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training addNewTraining();
3017             
3018             /**
3019              * Unsets the "Training" element
3020              */
3021             void unsetTraining();
3022             
3023             /**
3024              * Gets the "Travel" element
3025              */
3026             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel getTravel();
3027             
3028             /**
3029              * True if has "Travel" element
3030              */
3031             boolean isSetTravel();
3032             
3033             /**
3034              * Sets the "Travel" element
3035              */
3036             void setTravel(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel travel);
3037             
3038             /**
3039              * Appends and returns a new empty "Travel" element
3040              */
3041             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel addNewTravel();
3042             
3043             /**
3044              * Unsets the "Travel" element
3045              */
3046             void unsetTravel();
3047             
3048             /**
3049              * Gets the "ProfessionalServices" element
3050              */
3051             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices getProfessionalServices();
3052             
3053             /**
3054              * True if has "ProfessionalServices" element
3055              */
3056             boolean isSetProfessionalServices();
3057             
3058             /**
3059              * Sets the "ProfessionalServices" element
3060              */
3061             void setProfessionalServices(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices professionalServices);
3062             
3063             /**
3064              * Appends and returns a new empty "ProfessionalServices" element
3065              */
3066             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices addNewProfessionalServices();
3067             
3068             /**
3069              * Unsets the "ProfessionalServices" element
3070              */
3071             void unsetProfessionalServices();
3072             
3073             /**
3074              * Gets the "MSE" element
3075              */
3076             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE getMSE();
3077             
3078             /**
3079              * True if has "MSE" element
3080              */
3081             boolean isSetMSE();
3082             
3083             /**
3084              * Sets the "MSE" element
3085              */
3086             void setMSE(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE mse);
3087             
3088             /**
3089              * Appends and returns a new empty "MSE" element
3090              */
3091             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE addNewMSE();
3092             
3093             /**
3094              * Unsets the "MSE" element
3095              */
3096             void unsetMSE();
3097             
3098             /**
3099              * Gets the "Other" element
3100              */
3101             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other getOther();
3102             
3103             /**
3104              * True if has "Other" element
3105              */
3106             boolean isSetOther();
3107             
3108             /**
3109              * Sets the "Other" element
3110              */
3111             void setOther(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other other);
3112             
3113             /**
3114              * Appends and returns a new empty "Other" element
3115              */
3116             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other addNewOther();
3117             
3118             /**
3119              * Unsets the "Other" element
3120              */
3121             void unsetOther();
3122             
3123             /**
3124              * Gets the "TotalTARequest" element
3125              */
3126             int getTotalTARequest();
3127             
3128             /**
3129              * Gets (as xml) the "TotalTARequest" element
3130              */
3131             gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotalTARequest();
3132             
3133             /**
3134              * True if has "TotalTARequest" element
3135              */
3136             boolean isSetTotalTARequest();
3137             
3138             /**
3139              * Sets the "TotalTARequest" element
3140              */
3141             void setTotalTARequest(int totalTARequest);
3142             
3143             /**
3144              * Sets (as xml) the "TotalTARequest" element
3145              */
3146             void xsetTotalTARequest(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType totalTARequest);
3147             
3148             /**
3149              * Unsets the "TotalTARequest" element
3150              */
3151             void unsetTotalTARequest();
3152             
3153             /**
3154              * An XML Personnel(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
3155              *
3156              * This is a complex type.
3157              */
3158             public interface Personnel extends org.apache.xmlbeans.XmlObject
3159             {
3160                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
3161                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Personnel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personnelf33eelemtype");
3162                 
3163                 /**
3164                  * Gets array of all "PersonnelItem" elements
3165                  */
3166                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem[] getPersonnelItemArray();
3167                 
3168                 /**
3169                  * Gets ith "PersonnelItem" element
3170                  */
3171                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem getPersonnelItemArray(int i);
3172                 
3173                 /**
3174                  * Returns number of "PersonnelItem" element
3175                  */
3176                 int sizeOfPersonnelItemArray();
3177                 
3178                 /**
3179                  * Sets array of all "PersonnelItem" element
3180                  */
3181                 void setPersonnelItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem[] personnelItemArray);
3182                 
3183                 /**
3184                  * Sets ith "PersonnelItem" element
3185                  */
3186                 void setPersonnelItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem personnelItem);
3187                 
3188                 /**
3189                  * Inserts and returns a new empty value (as xml) as the ith "PersonnelItem" element
3190                  */
3191                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem insertNewPersonnelItem(int i);
3192                 
3193                 /**
3194                  * Appends and returns a new empty value (as xml) as the last "PersonnelItem" element
3195                  */
3196                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem addNewPersonnelItem();
3197                 
3198                 /**
3199                  * Removes the ith "PersonnelItem" element
3200                  */
3201                 void removePersonnelItem(int i);
3202                 
3203                 /**
3204                  * Gets the "SubTotal" element
3205                  */
3206                 int getSubTotal();
3207                 
3208                 /**
3209                  * Gets (as xml) the "SubTotal" element
3210                  */
3211                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetSubTotal();
3212                 
3213                 /**
3214                  * True if has "SubTotal" element
3215                  */
3216                 boolean isSetSubTotal();
3217                 
3218                 /**
3219                  * Sets the "SubTotal" element
3220                  */
3221                 void setSubTotal(int subTotal);
3222                 
3223                 /**
3224                  * Sets (as xml) the "SubTotal" element
3225                  */
3226                 void xsetSubTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType subTotal);
3227                 
3228                 /**
3229                  * Unsets the "SubTotal" element
3230                  */
3231                 void unsetSubTotal();
3232                 
3233                 /**
3234                  * An XML PersonnelItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
3235                  *
3236                  * This is a complex type.
3237                  */
3238                 public interface PersonnelItem extends org.apache.xmlbeans.XmlObject
3239                 {
3240                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
3241                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PersonnelItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personneliteme75delemtype");
3242                     
3243                     /**
3244                      * Gets the "PositionEmployeeName" element
3245                      */
3246                     java.lang.String getPositionEmployeeName();
3247                     
3248                     /**
3249                      * Gets (as xml) the "PositionEmployeeName" element
3250                      */
3251                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetPositionEmployeeName();
3252                     
3253                     /**
3254                      * True if has "PositionEmployeeName" element
3255                      */
3256                     boolean isSetPositionEmployeeName();
3257                     
3258                     /**
3259                      * Sets the "PositionEmployeeName" element
3260                      */
3261                     void setPositionEmployeeName(java.lang.String positionEmployeeName);
3262                     
3263                     /**
3264                      * Sets (as xml) the "PositionEmployeeName" element
3265                      */
3266                     void xsetPositionEmployeeName(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType positionEmployeeName);
3267                     
3268                     /**
3269                      * Unsets the "PositionEmployeeName" element
3270                      */
3271                     void unsetPositionEmployeeName();
3272                     
3273                     /**
3274                      * Gets the "Salary" element
3275                      */
3276                     int getSalary();
3277                     
3278                     /**
3279                      * Gets (as xml) the "Salary" element
3280                      */
3281                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To999999DataType xgetSalary();
3282                     
3283                     /**
3284                      * True if has "Salary" element
3285                      */
3286                     boolean isSetSalary();
3287                     
3288                     /**
3289                      * Sets the "Salary" element
3290                      */
3291                     void setSalary(int salary);
3292                     
3293                     /**
3294                      * Sets (as xml) the "Salary" element
3295                      */
3296                     void xsetSalary(gov.grants.apply.forms.cdfi2011V10.CDFI20110To999999DataType salary);
3297                     
3298                     /**
3299                      * Unsets the "Salary" element
3300                      */
3301                     void unsetSalary();
3302                     
3303                     /**
3304                      * Gets the "Fringe" element
3305                      */
3306                     int getFringe();
3307                     
3308                     /**
3309                      * Gets (as xml) the "Fringe" element
3310                      */
3311                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetFringe();
3312                     
3313                     /**
3314                      * True if has "Fringe" element
3315                      */
3316                     boolean isSetFringe();
3317                     
3318                     /**
3319                      * Sets the "Fringe" element
3320                      */
3321                     void setFringe(int fringe);
3322                     
3323                     /**
3324                      * Sets (as xml) the "Fringe" element
3325                      */
3326                     void xsetFringe(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType fringe);
3327                     
3328                     /**
3329                      * Unsets the "Fringe" element
3330                      */
3331                     void unsetFringe();
3332                     
3333                     /**
3334                      * Gets the "Workload" element
3335                      */
3336                     int getWorkload();
3337                     
3338                     /**
3339                      * Gets (as xml) the "Workload" element
3340                      */
3341                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetWorkload();
3342                     
3343                     /**
3344                      * True if has "Workload" element
3345                      */
3346                     boolean isSetWorkload();
3347                     
3348                     /**
3349                      * Sets the "Workload" element
3350                      */
3351                     void setWorkload(int workload);
3352                     
3353                     /**
3354                      * Sets (as xml) the "Workload" element
3355                      */
3356                     void xsetWorkload(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType workload);
3357                     
3358                     /**
3359                      * Unsets the "Workload" element
3360                      */
3361                     void unsetWorkload();
3362                     
3363                     /**
3364                      * Gets the "Years" element
3365                      */
3366                     int getYears();
3367                     
3368                     /**
3369                      * Gets (as xml) the "Years" element
3370                      */
3371                     gov.grants.apply.forms.cdfi2011V10.CDFI20111To3DataType xgetYears();
3372                     
3373                     /**
3374                      * True if has "Years" element
3375                      */
3376                     boolean isSetYears();
3377                     
3378                     /**
3379                      * Sets the "Years" element
3380                      */
3381                     void setYears(int years);
3382                     
3383                     /**
3384                      * Sets (as xml) the "Years" element
3385                      */
3386                     void xsetYears(gov.grants.apply.forms.cdfi2011V10.CDFI20111To3DataType years);
3387                     
3388                     /**
3389                      * Unsets the "Years" element
3390                      */
3391                     void unsetYears();
3392                     
3393                     /**
3394                      * Gets the "Total" element
3395                      */
3396                     int getTotal();
3397                     
3398                     /**
3399                      * Gets (as xml) the "Total" element
3400                      */
3401                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotal();
3402                     
3403                     /**
3404                      * True if has "Total" element
3405                      */
3406                     boolean isSetTotal();
3407                     
3408                     /**
3409                      * Sets the "Total" element
3410                      */
3411                     void setTotal(int total);
3412                     
3413                     /**
3414                      * Sets (as xml) the "Total" element
3415                      */
3416                     void xsetTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType total);
3417                     
3418                     /**
3419                      * Unsets the "Total" element
3420                      */
3421                     void unsetTotal();
3422                     
3423                     /**
3424                      * A factory class with static methods for creating instances
3425                      * of this type.
3426                      */
3427                     
3428                     public static final class Factory
3429                     {
3430                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem newInstance() {
3431                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
3432                       
3433                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem newInstance(org.apache.xmlbeans.XmlOptions options) {
3434                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel.PersonnelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
3435                       
3436                       private Factory() { } // No instance of this class allowed
3437                     }
3438                 }
3439                 
3440                 /**
3441                  * A factory class with static methods for creating instances
3442                  * of this type.
3443                  */
3444                 
3445                 public static final class Factory
3446                 {
3447                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel newInstance() {
3448                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
3449                     
3450                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel newInstance(org.apache.xmlbeans.XmlOptions options) {
3451                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
3452                     
3453                     private Factory() { } // No instance of this class allowed
3454                 }
3455             }
3456             
3457             /**
3458              * An XML Training(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
3459              *
3460              * This is a complex type.
3461              */
3462             public interface Training extends org.apache.xmlbeans.XmlObject
3463             {
3464                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
3465                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Training.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("training8e68elemtype");
3466                 
3467                 /**
3468                  * Gets array of all "TrainingItem" elements
3469                  */
3470                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem[] getTrainingItemArray();
3471                 
3472                 /**
3473                  * Gets ith "TrainingItem" element
3474                  */
3475                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem getTrainingItemArray(int i);
3476                 
3477                 /**
3478                  * Returns number of "TrainingItem" element
3479                  */
3480                 int sizeOfTrainingItemArray();
3481                 
3482                 /**
3483                  * Sets array of all "TrainingItem" element
3484                  */
3485                 void setTrainingItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem[] trainingItemArray);
3486                 
3487                 /**
3488                  * Sets ith "TrainingItem" element
3489                  */
3490                 void setTrainingItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem trainingItem);
3491                 
3492                 /**
3493                  * Inserts and returns a new empty value (as xml) as the ith "TrainingItem" element
3494                  */
3495                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem insertNewTrainingItem(int i);
3496                 
3497                 /**
3498                  * Appends and returns a new empty value (as xml) as the last "TrainingItem" element
3499                  */
3500                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem addNewTrainingItem();
3501                 
3502                 /**
3503                  * Removes the ith "TrainingItem" element
3504                  */
3505                 void removeTrainingItem(int i);
3506                 
3507                 /**
3508                  * Gets the "SubTotal" element
3509                  */
3510                 int getSubTotal();
3511                 
3512                 /**
3513                  * Gets (as xml) the "SubTotal" element
3514                  */
3515                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetSubTotal();
3516                 
3517                 /**
3518                  * True if has "SubTotal" element
3519                  */
3520                 boolean isSetSubTotal();
3521                 
3522                 /**
3523                  * Sets the "SubTotal" element
3524                  */
3525                 void setSubTotal(int subTotal);
3526                 
3527                 /**
3528                  * Sets (as xml) the "SubTotal" element
3529                  */
3530                 void xsetSubTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType subTotal);
3531                 
3532                 /**
3533                  * Unsets the "SubTotal" element
3534                  */
3535                 void unsetSubTotal();
3536                 
3537                 /**
3538                  * An XML TrainingItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
3539                  *
3540                  * This is a complex type.
3541                  */
3542                 public interface TrainingItem extends org.apache.xmlbeans.XmlObject
3543                 {
3544                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
3545                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TrainingItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("trainingitem85ffelemtype");
3546                     
3547                     /**
3548                      * Gets the "CourseNameDescription" element
3549                      */
3550                     java.lang.String getCourseNameDescription();
3551                     
3552                     /**
3553                      * Gets (as xml) the "CourseNameDescription" element
3554                      */
3555                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetCourseNameDescription();
3556                     
3557                     /**
3558                      * True if has "CourseNameDescription" element
3559                      */
3560                     boolean isSetCourseNameDescription();
3561                     
3562                     /**
3563                      * Sets the "CourseNameDescription" element
3564                      */
3565                     void setCourseNameDescription(java.lang.String courseNameDescription);
3566                     
3567                     /**
3568                      * Sets (as xml) the "CourseNameDescription" element
3569                      */
3570                     void xsetCourseNameDescription(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType courseNameDescription);
3571                     
3572                     /**
3573                      * Unsets the "CourseNameDescription" element
3574                      */
3575                     void unsetCourseNameDescription();
3576                     
3577                     /**
3578                      * Gets the "Provider" element
3579                      */
3580                     java.lang.String getProvider();
3581                     
3582                     /**
3583                      * Gets (as xml) the "Provider" element
3584                      */
3585                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetProvider();
3586                     
3587                     /**
3588                      * True if has "Provider" element
3589                      */
3590                     boolean isSetProvider();
3591                     
3592                     /**
3593                      * Sets the "Provider" element
3594                      */
3595                     void setProvider(java.lang.String provider);
3596                     
3597                     /**
3598                      * Sets (as xml) the "Provider" element
3599                      */
3600                     void xsetProvider(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType provider);
3601                     
3602                     /**
3603                      * Unsets the "Provider" element
3604                      */
3605                     void unsetProvider();
3606                     
3607                     /**
3608                      * Gets the "Attendees" element
3609                      */
3610                     int getAttendees();
3611                     
3612                     /**
3613                      * Gets (as xml) the "Attendees" element
3614                      */
3615                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To999DataType xgetAttendees();
3616                     
3617                     /**
3618                      * True if has "Attendees" element
3619                      */
3620                     boolean isSetAttendees();
3621                     
3622                     /**
3623                      * Sets the "Attendees" element
3624                      */
3625                     void setAttendees(int attendees);
3626                     
3627                     /**
3628                      * Sets (as xml) the "Attendees" element
3629                      */
3630                     void xsetAttendees(gov.grants.apply.forms.cdfi2011V10.CDFI20110To999DataType attendees);
3631                     
3632                     /**
3633                      * Unsets the "Attendees" element
3634                      */
3635                     void unsetAttendees();
3636                     
3637                     /**
3638                      * Gets the "CostPerPerson" element
3639                      */
3640                     int getCostPerPerson();
3641                     
3642                     /**
3643                      * Gets (as xml) the "CostPerPerson" element
3644                      */
3645                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetCostPerPerson();
3646                     
3647                     /**
3648                      * True if has "CostPerPerson" element
3649                      */
3650                     boolean isSetCostPerPerson();
3651                     
3652                     /**
3653                      * Sets the "CostPerPerson" element
3654                      */
3655                     void setCostPerPerson(int costPerPerson);
3656                     
3657                     /**
3658                      * Sets (as xml) the "CostPerPerson" element
3659                      */
3660                     void xsetCostPerPerson(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType costPerPerson);
3661                     
3662                     /**
3663                      * Unsets the "CostPerPerson" element
3664                      */
3665                     void unsetCostPerPerson();
3666                     
3667                     /**
3668                      * Gets the "Total" element
3669                      */
3670                     int getTotal();
3671                     
3672                     /**
3673                      * Gets (as xml) the "Total" element
3674                      */
3675                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotal();
3676                     
3677                     /**
3678                      * True if has "Total" element
3679                      */
3680                     boolean isSetTotal();
3681                     
3682                     /**
3683                      * Sets the "Total" element
3684                      */
3685                     void setTotal(int total);
3686                     
3687                     /**
3688                      * Sets (as xml) the "Total" element
3689                      */
3690                     void xsetTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType total);
3691                     
3692                     /**
3693                      * Unsets the "Total" element
3694                      */
3695                     void unsetTotal();
3696                     
3697                     /**
3698                      * A factory class with static methods for creating instances
3699                      * of this type.
3700                      */
3701                     
3702                     public static final class Factory
3703                     {
3704                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem newInstance() {
3705                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
3706                       
3707                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem newInstance(org.apache.xmlbeans.XmlOptions options) {
3708                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training.TrainingItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
3709                       
3710                       private Factory() { } // No instance of this class allowed
3711                     }
3712                 }
3713                 
3714                 /**
3715                  * A factory class with static methods for creating instances
3716                  * of this type.
3717                  */
3718                 
3719                 public static final class Factory
3720                 {
3721                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training newInstance() {
3722                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
3723                     
3724                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training newInstance(org.apache.xmlbeans.XmlOptions options) {
3725                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
3726                     
3727                     private Factory() { } // No instance of this class allowed
3728                 }
3729             }
3730             
3731             /**
3732              * An XML Travel(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
3733              *
3734              * This is a complex type.
3735              */
3736             public interface Travel extends org.apache.xmlbeans.XmlObject
3737             {
3738                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
3739                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Travel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travel12a8elemtype");
3740                 
3741                 /**
3742                  * Gets array of all "TravelItem" elements
3743                  */
3744                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem[] getTravelItemArray();
3745                 
3746                 /**
3747                  * Gets ith "TravelItem" element
3748                  */
3749                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem getTravelItemArray(int i);
3750                 
3751                 /**
3752                  * Returns number of "TravelItem" element
3753                  */
3754                 int sizeOfTravelItemArray();
3755                 
3756                 /**
3757                  * Sets array of all "TravelItem" element
3758                  */
3759                 void setTravelItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem[] travelItemArray);
3760                 
3761                 /**
3762                  * Sets ith "TravelItem" element
3763                  */
3764                 void setTravelItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem travelItem);
3765                 
3766                 /**
3767                  * Inserts and returns a new empty value (as xml) as the ith "TravelItem" element
3768                  */
3769                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem insertNewTravelItem(int i);
3770                 
3771                 /**
3772                  * Appends and returns a new empty value (as xml) as the last "TravelItem" element
3773                  */
3774                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem addNewTravelItem();
3775                 
3776                 /**
3777                  * Removes the ith "TravelItem" element
3778                  */
3779                 void removeTravelItem(int i);
3780                 
3781                 /**
3782                  * Gets the "SubTotal" element
3783                  */
3784                 int getSubTotal();
3785                 
3786                 /**
3787                  * Gets (as xml) the "SubTotal" element
3788                  */
3789                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetSubTotal();
3790                 
3791                 /**
3792                  * True if has "SubTotal" element
3793                  */
3794                 boolean isSetSubTotal();
3795                 
3796                 /**
3797                  * Sets the "SubTotal" element
3798                  */
3799                 void setSubTotal(int subTotal);
3800                 
3801                 /**
3802                  * Sets (as xml) the "SubTotal" element
3803                  */
3804                 void xsetSubTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType subTotal);
3805                 
3806                 /**
3807                  * Unsets the "SubTotal" element
3808                  */
3809                 void unsetSubTotal();
3810                 
3811                 /**
3812                  * Gets the "TravelPolicies" element
3813                  */
3814                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies.Enum getTravelPolicies();
3815                 
3816                 /**
3817                  * Gets (as xml) the "TravelPolicies" element
3818                  */
3819                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies xgetTravelPolicies();
3820                 
3821                 /**
3822                  * True if has "TravelPolicies" element
3823                  */
3824                 boolean isSetTravelPolicies();
3825                 
3826                 /**
3827                  * Sets the "TravelPolicies" element
3828                  */
3829                 void setTravelPolicies(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies.Enum travelPolicies);
3830                 
3831                 /**
3832                  * Sets (as xml) the "TravelPolicies" element
3833                  */
3834                 void xsetTravelPolicies(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies travelPolicies);
3835                 
3836                 /**
3837                  * Unsets the "TravelPolicies" element
3838                  */
3839                 void unsetTravelPolicies();
3840                 
3841                 /**
3842                  * An XML TravelItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
3843                  *
3844                  * This is a complex type.
3845                  */
3846                 public interface TravelItem extends org.apache.xmlbeans.XmlObject
3847                 {
3848                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
3849                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TravelItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travelitem67bfelemtype");
3850                     
3851                     /**
3852                      * Gets the "TripName" element
3853                      */
3854                     java.lang.String getTripName();
3855                     
3856                     /**
3857                      * Gets (as xml) the "TripName" element
3858                      */
3859                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetTripName();
3860                     
3861                     /**
3862                      * True if has "TripName" element
3863                      */
3864                     boolean isSetTripName();
3865                     
3866                     /**
3867                      * Sets the "TripName" element
3868                      */
3869                     void setTripName(java.lang.String tripName);
3870                     
3871                     /**
3872                      * Sets (as xml) the "TripName" element
3873                      */
3874                     void xsetTripName(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType tripName);
3875                     
3876                     /**
3877                      * Unsets the "TripName" element
3878                      */
3879                     void unsetTripName();
3880                     
3881                     /**
3882                      * Gets the "Location" element
3883                      */
3884                     java.lang.String getLocation();
3885                     
3886                     /**
3887                      * Gets (as xml) the "Location" element
3888                      */
3889                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetLocation();
3890                     
3891                     /**
3892                      * True if has "Location" element
3893                      */
3894                     boolean isSetLocation();
3895                     
3896                     /**
3897                      * Sets the "Location" element
3898                      */
3899                     void setLocation(java.lang.String location);
3900                     
3901                     /**
3902                      * Sets (as xml) the "Location" element
3903                      */
3904                     void xsetLocation(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType location);
3905                     
3906                     /**
3907                      * Unsets the "Location" element
3908                      */
3909                     void unsetLocation();
3910                     
3911                     /**
3912                      * Gets the "People" element
3913                      */
3914                     int getPeople();
3915                     
3916                     /**
3917                      * Gets (as xml) the "People" element
3918                      */
3919                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To999DataType xgetPeople();
3920                     
3921                     /**
3922                      * True if has "People" element
3923                      */
3924                     boolean isSetPeople();
3925                     
3926                     /**
3927                      * Sets the "People" element
3928                      */
3929                     void setPeople(int people);
3930                     
3931                     /**
3932                      * Sets (as xml) the "People" element
3933                      */
3934                     void xsetPeople(gov.grants.apply.forms.cdfi2011V10.CDFI20110To999DataType people);
3935                     
3936                     /**
3937                      * Unsets the "People" element
3938                      */
3939                     void unsetPeople();
3940                     
3941                     /**
3942                      * Gets the "Transportation" element
3943                      */
3944                     int getTransportation();
3945                     
3946                     /**
3947                      * Gets (as xml) the "Transportation" element
3948                      */
3949                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTransportation();
3950                     
3951                     /**
3952                      * True if has "Transportation" element
3953                      */
3954                     boolean isSetTransportation();
3955                     
3956                     /**
3957                      * Sets the "Transportation" element
3958                      */
3959                     void setTransportation(int transportation);
3960                     
3961                     /**
3962                      * Sets (as xml) the "Transportation" element
3963                      */
3964                     void xsetTransportation(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType transportation);
3965                     
3966                     /**
3967                      * Unsets the "Transportation" element
3968                      */
3969                     void unsetTransportation();
3970                     
3971                     /**
3972                      * Gets the "Lodging" element
3973                      */
3974                     int getLodging();
3975                     
3976                     /**
3977                      * Gets (as xml) the "Lodging" element
3978                      */
3979                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetLodging();
3980                     
3981                     /**
3982                      * True if has "Lodging" element
3983                      */
3984                     boolean isSetLodging();
3985                     
3986                     /**
3987                      * Sets the "Lodging" element
3988                      */
3989                     void setLodging(int lodging);
3990                     
3991                     /**
3992                      * Sets (as xml) the "Lodging" element
3993                      */
3994                     void xsetLodging(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType lodging);
3995                     
3996                     /**
3997                      * Unsets the "Lodging" element
3998                      */
3999                     void unsetLodging();
4000                     
4001                     /**
4002                      * Gets the "Total" element
4003                      */
4004                     int getTotal();
4005                     
4006                     /**
4007                      * Gets (as xml) the "Total" element
4008                      */
4009                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotal();
4010                     
4011                     /**
4012                      * True if has "Total" element
4013                      */
4014                     boolean isSetTotal();
4015                     
4016                     /**
4017                      * Sets the "Total" element
4018                      */
4019                     void setTotal(int total);
4020                     
4021                     /**
4022                      * Sets (as xml) the "Total" element
4023                      */
4024                     void xsetTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType total);
4025                     
4026                     /**
4027                      * Unsets the "Total" element
4028                      */
4029                     void unsetTotal();
4030                     
4031                     /**
4032                      * A factory class with static methods for creating instances
4033                      * of this type.
4034                      */
4035                     
4036                     public static final class Factory
4037                     {
4038                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem newInstance() {
4039                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4040                       
4041                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem newInstance(org.apache.xmlbeans.XmlOptions options) {
4042                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4043                       
4044                       private Factory() { } // No instance of this class allowed
4045                     }
4046                 }
4047                 
4048                 /**
4049                  * An XML TravelPolicies(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4050                  *
4051                  * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$Travel$TravelPolicies.
4052                  */
4053                 public interface TravelPolicies extends org.apache.xmlbeans.XmlString
4054                 {
4055                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4056                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TravelPolicies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travelpolicies7e22elemtype");
4057                     
4058                     org.apache.xmlbeans.StringEnumAbstractBase enumValue();
4059                     void set(org.apache.xmlbeans.StringEnumAbstractBase e);
4060                     
4061                     static final Enum FEDERAL = Enum.forString("Federal");
4062                     static final Enum INTERNAL = Enum.forString("Internal");
4063                     
4064                     static final int INT_FEDERAL = Enum.INT_FEDERAL;
4065                     static final int INT_INTERNAL = Enum.INT_INTERNAL;
4066                     
4067                     /**
4068                      * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$Travel$TravelPolicies.
4069                      * These enum values can be used as follows:
4070                      * <pre>
4071                      * enum.toString(); // returns the string value of the enum
4072                      * enum.intValue(); // returns an int value, useful for switches
4073                      * // e.g., case Enum.INT_FEDERAL
4074                      * Enum.forString(s); // returns the enum value for a string
4075                      * Enum.forInt(i); // returns the enum value for an int
4076                      * </pre>
4077                      * Enumeration objects are immutable singleton objects that
4078                      * can be compared using == object equality. They have no
4079                      * public constructor. See the constants defined within this
4080                      * class for all the valid values.
4081                      */
4082                     static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
4083                     {
4084                       /**
4085                        * Returns the enum value for a string, or null if none.
4086                        */
4087                       public static Enum forString(java.lang.String s)
4088                           { return (Enum)table.forString(s); }
4089                       /**
4090                        * Returns the enum value corresponding to an int, or null if none.
4091                        */
4092                       public static Enum forInt(int i)
4093                           { return (Enum)table.forInt(i); }
4094                       
4095                       private Enum(java.lang.String s, int i)
4096                           { super(s, i); }
4097                       
4098                       static final int INT_FEDERAL = 1;
4099                       static final int INT_INTERNAL = 2;
4100                       
4101                       public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
4102                           new org.apache.xmlbeans.StringEnumAbstractBase.Table
4103                       (
4104                         new Enum[]
4105                         {
4106                           new Enum("Federal", INT_FEDERAL),
4107                           new Enum("Internal", INT_INTERNAL),
4108                         }
4109                       );
4110                       private static final long serialVersionUID = 1L;
4111                       private java.lang.Object readResolve() { return forInt(intValue()); } 
4112                     }
4113                     
4114                     /**
4115                      * A factory class with static methods for creating instances
4116                      * of this type.
4117                      */
4118                     
4119                     public static final class Factory
4120                     {
4121                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies newValue(java.lang.Object obj) {
4122                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies) type.newValue( obj ); }
4123                       
4124                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies newInstance() {
4125                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4126                       
4127                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies newInstance(org.apache.xmlbeans.XmlOptions options) {
4128                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel.TravelPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4129                       
4130                       private Factory() { } // No instance of this class allowed
4131                     }
4132                 }
4133                 
4134                 /**
4135                  * A factory class with static methods for creating instances
4136                  * of this type.
4137                  */
4138                 
4139                 public static final class Factory
4140                 {
4141                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel newInstance() {
4142                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4143                     
4144                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel newInstance(org.apache.xmlbeans.XmlOptions options) {
4145                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4146                     
4147                     private Factory() { } // No instance of this class allowed
4148                 }
4149             }
4150             
4151             /**
4152              * An XML ProfessionalServices(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4153              *
4154              * This is a complex type.
4155              */
4156             public interface ProfessionalServices extends org.apache.xmlbeans.XmlObject
4157             {
4158                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4159                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProfessionalServices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("professionalservices6433elemtype");
4160                 
4161                 /**
4162                  * Gets array of all "ProfessionalServicesItem" elements
4163                  */
4164                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem[] getProfessionalServicesItemArray();
4165                 
4166                 /**
4167                  * Gets ith "ProfessionalServicesItem" element
4168                  */
4169                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem getProfessionalServicesItemArray(int i);
4170                 
4171                 /**
4172                  * Returns number of "ProfessionalServicesItem" element
4173                  */
4174                 int sizeOfProfessionalServicesItemArray();
4175                 
4176                 /**
4177                  * Sets array of all "ProfessionalServicesItem" element
4178                  */
4179                 void setProfessionalServicesItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem[] professionalServicesItemArray);
4180                 
4181                 /**
4182                  * Sets ith "ProfessionalServicesItem" element
4183                  */
4184                 void setProfessionalServicesItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem professionalServicesItem);
4185                 
4186                 /**
4187                  * Inserts and returns a new empty value (as xml) as the ith "ProfessionalServicesItem" element
4188                  */
4189                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem insertNewProfessionalServicesItem(int i);
4190                 
4191                 /**
4192                  * Appends and returns a new empty value (as xml) as the last "ProfessionalServicesItem" element
4193                  */
4194                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem addNewProfessionalServicesItem();
4195                 
4196                 /**
4197                  * Removes the ith "ProfessionalServicesItem" element
4198                  */
4199                 void removeProfessionalServicesItem(int i);
4200                 
4201                 /**
4202                  * Gets the "SubTotal" element
4203                  */
4204                 int getSubTotal();
4205                 
4206                 /**
4207                  * Gets (as xml) the "SubTotal" element
4208                  */
4209                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetSubTotal();
4210                 
4211                 /**
4212                  * True if has "SubTotal" element
4213                  */
4214                 boolean isSetSubTotal();
4215                 
4216                 /**
4217                  * Sets the "SubTotal" element
4218                  */
4219                 void setSubTotal(int subTotal);
4220                 
4221                 /**
4222                  * Sets (as xml) the "SubTotal" element
4223                  */
4224                 void xsetSubTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType subTotal);
4225                 
4226                 /**
4227                  * Unsets the "SubTotal" element
4228                  */
4229                 void unsetSubTotal();
4230                 
4231                 /**
4232                  * Gets the "ProcurementPolicies" element
4233                  */
4234                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies.Enum getProcurementPolicies();
4235                 
4236                 /**
4237                  * Gets (as xml) the "ProcurementPolicies" element
4238                  */
4239                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies xgetProcurementPolicies();
4240                 
4241                 /**
4242                  * True if has "ProcurementPolicies" element
4243                  */
4244                 boolean isSetProcurementPolicies();
4245                 
4246                 /**
4247                  * Sets the "ProcurementPolicies" element
4248                  */
4249                 void setProcurementPolicies(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies.Enum procurementPolicies);
4250                 
4251                 /**
4252                  * Sets (as xml) the "ProcurementPolicies" element
4253                  */
4254                 void xsetProcurementPolicies(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies procurementPolicies);
4255                 
4256                 /**
4257                  * Unsets the "ProcurementPolicies" element
4258                  */
4259                 void unsetProcurementPolicies();
4260                 
4261                 /**
4262                  * An XML ProfessionalServicesItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4263                  *
4264                  * This is a complex type.
4265                  */
4266                 public interface ProfessionalServicesItem extends org.apache.xmlbeans.XmlObject
4267                 {
4268                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4269                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProfessionalServicesItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("professionalservicesitem949felemtype");
4270                     
4271                     /**
4272                      * Gets the "Service" element
4273                      */
4274                     java.lang.String getService();
4275                     
4276                     /**
4277                      * Gets (as xml) the "Service" element
4278                      */
4279                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetService();
4280                     
4281                     /**
4282                      * True if has "Service" element
4283                      */
4284                     boolean isSetService();
4285                     
4286                     /**
4287                      * Sets the "Service" element
4288                      */
4289                     void setService(java.lang.String service);
4290                     
4291                     /**
4292                      * Sets (as xml) the "Service" element
4293                      */
4294                     void xsetService(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType service);
4295                     
4296                     /**
4297                      * Unsets the "Service" element
4298                      */
4299                     void unsetService();
4300                     
4301                     /**
4302                      * Gets the "Provider" element
4303                      */
4304                     java.lang.String getProvider();
4305                     
4306                     /**
4307                      * Gets (as xml) the "Provider" element
4308                      */
4309                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetProvider();
4310                     
4311                     /**
4312                      * True if has "Provider" element
4313                      */
4314                     boolean isSetProvider();
4315                     
4316                     /**
4317                      * Sets the "Provider" element
4318                      */
4319                     void setProvider(java.lang.String provider);
4320                     
4321                     /**
4322                      * Sets (as xml) the "Provider" element
4323                      */
4324                     void xsetProvider(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType provider);
4325                     
4326                     /**
4327                      * Unsets the "Provider" element
4328                      */
4329                     void unsetProvider();
4330                     
4331                     /**
4332                      * Gets the "ContractType" element
4333                      */
4334                     gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType.Enum getContractType();
4335                     
4336                     /**
4337                      * Gets (as xml) the "ContractType" element
4338                      */
4339                     gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType xgetContractType();
4340                     
4341                     /**
4342                      * True if has "ContractType" element
4343                      */
4344                     boolean isSetContractType();
4345                     
4346                     /**
4347                      * Sets the "ContractType" element
4348                      */
4349                     void setContractType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType.Enum contractType);
4350                     
4351                     /**
4352                      * Sets (as xml) the "ContractType" element
4353                      */
4354                     void xsetContractType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType contractType);
4355                     
4356                     /**
4357                      * Unsets the "ContractType" element
4358                      */
4359                     void unsetContractType();
4360                     
4361                     /**
4362                      * Gets the "CostType" element
4363                      */
4364                     gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType.Enum getCostType();
4365                     
4366                     /**
4367                      * Gets (as xml) the "CostType" element
4368                      */
4369                     gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType xgetCostType();
4370                     
4371                     /**
4372                      * True if has "CostType" element
4373                      */
4374                     boolean isSetCostType();
4375                     
4376                     /**
4377                      * Sets the "CostType" element
4378                      */
4379                     void setCostType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType.Enum costType);
4380                     
4381                     /**
4382                      * Sets (as xml) the "CostType" element
4383                      */
4384                     void xsetCostType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType costType);
4385                     
4386                     /**
4387                      * Unsets the "CostType" element
4388                      */
4389                     void unsetCostType();
4390                     
4391                     /**
4392                      * Gets the "Hours" element
4393                      */
4394                     int getHours();
4395                     
4396                     /**
4397                      * Gets (as xml) the "Hours" element
4398                      */
4399                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To9999DataType xgetHours();
4400                     
4401                     /**
4402                      * True if has "Hours" element
4403                      */
4404                     boolean isSetHours();
4405                     
4406                     /**
4407                      * Sets the "Hours" element
4408                      */
4409                     void setHours(int hours);
4410                     
4411                     /**
4412                      * Sets (as xml) the "Hours" element
4413                      */
4414                     void xsetHours(gov.grants.apply.forms.cdfi2011V10.CDFI20110To9999DataType hours);
4415                     
4416                     /**
4417                      * Unsets the "Hours" element
4418                      */
4419                     void unsetHours();
4420                     
4421                     /**
4422                      * Gets the "HourlyRate" element
4423                      */
4424                     java.math.BigDecimal getHourlyRate();
4425                     
4426                     /**
4427                      * Gets (as xml) the "HourlyRate" element
4428                      */
4429                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To999P99DataType xgetHourlyRate();
4430                     
4431                     /**
4432                      * True if has "HourlyRate" element
4433                      */
4434                     boolean isSetHourlyRate();
4435                     
4436                     /**
4437                      * Sets the "HourlyRate" element
4438                      */
4439                     void setHourlyRate(java.math.BigDecimal hourlyRate);
4440                     
4441                     /**
4442                      * Sets (as xml) the "HourlyRate" element
4443                      */
4444                     void xsetHourlyRate(gov.grants.apply.forms.cdfi2011V10.CDFI20110To999P99DataType hourlyRate);
4445                     
4446                     /**
4447                      * Unsets the "HourlyRate" element
4448                      */
4449                     void unsetHourlyRate();
4450                     
4451                     /**
4452                      * Gets the "ProjectedCost" element
4453                      */
4454                     int getProjectedCost();
4455                     
4456                     /**
4457                      * Gets (as xml) the "ProjectedCost" element
4458                      */
4459                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetProjectedCost();
4460                     
4461                     /**
4462                      * True if has "ProjectedCost" element
4463                      */
4464                     boolean isSetProjectedCost();
4465                     
4466                     /**
4467                      * Sets the "ProjectedCost" element
4468                      */
4469                     void setProjectedCost(int projectedCost);
4470                     
4471                     /**
4472                      * Sets (as xml) the "ProjectedCost" element
4473                      */
4474                     void xsetProjectedCost(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType projectedCost);
4475                     
4476                     /**
4477                      * Unsets the "ProjectedCost" element
4478                      */
4479                     void unsetProjectedCost();
4480                     
4481                     /**
4482                      * Gets the "Total" element
4483                      */
4484                     int getTotal();
4485                     
4486                     /**
4487                      * Gets (as xml) the "Total" element
4488                      */
4489                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotal();
4490                     
4491                     /**
4492                      * True if has "Total" element
4493                      */
4494                     boolean isSetTotal();
4495                     
4496                     /**
4497                      * Sets the "Total" element
4498                      */
4499                     void setTotal(int total);
4500                     
4501                     /**
4502                      * Sets (as xml) the "Total" element
4503                      */
4504                     void xsetTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType total);
4505                     
4506                     /**
4507                      * Unsets the "Total" element
4508                      */
4509                     void unsetTotal();
4510                     
4511                     /**
4512                      * An XML ContractType(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4513                      *
4514                      * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$ContractType.
4515                      */
4516                     public interface ContractType extends org.apache.xmlbeans.XmlString
4517                     {
4518                       public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4519                         org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContractType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contracttype76c7elemtype");
4520                       
4521                       org.apache.xmlbeans.StringEnumAbstractBase enumValue();
4522                       void set(org.apache.xmlbeans.StringEnumAbstractBase e);
4523                       
4524                       static final Enum CONSULTANT_SOLE_SOURCE = Enum.forString("Consultant/Sole Source");
4525                       static final Enum CONTRACTOR_COMPETITIVE_BID = Enum.forString("Contractor/Competitive Bid");
4526                       
4527                       static final int INT_CONSULTANT_SOLE_SOURCE = Enum.INT_CONSULTANT_SOLE_SOURCE;
4528                       static final int INT_CONTRACTOR_COMPETITIVE_BID = Enum.INT_CONTRACTOR_COMPETITIVE_BID;
4529                       
4530                       /**
4531                        * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$ContractType.
4532                        * These enum values can be used as follows:
4533                        * <pre>
4534                        * enum.toString(); // returns the string value of the enum
4535                        * enum.intValue(); // returns an int value, useful for switches
4536                        * // e.g., case Enum.INT_CONSULTANT_SOLE_SOURCE
4537                        * Enum.forString(s); // returns the enum value for a string
4538                        * Enum.forInt(i); // returns the enum value for an int
4539                        * </pre>
4540                        * Enumeration objects are immutable singleton objects that
4541                        * can be compared using == object equality. They have no
4542                        * public constructor. See the constants defined within this
4543                        * class for all the valid values.
4544                        */
4545                       static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
4546                       {
4547                         /**
4548                          * Returns the enum value for a string, or null if none.
4549                          */
4550                         public static Enum forString(java.lang.String s)
4551                             { return (Enum)table.forString(s); }
4552                         /**
4553                          * Returns the enum value corresponding to an int, or null if none.
4554                          */
4555                         public static Enum forInt(int i)
4556                             { return (Enum)table.forInt(i); }
4557                         
4558                         private Enum(java.lang.String s, int i)
4559                             { super(s, i); }
4560                         
4561                         static final int INT_CONSULTANT_SOLE_SOURCE = 1;
4562                         static final int INT_CONTRACTOR_COMPETITIVE_BID = 2;
4563                         
4564                         public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
4565                             new org.apache.xmlbeans.StringEnumAbstractBase.Table
4566                         (
4567                           new Enum[]
4568                           {
4569                             new Enum("Consultant/Sole Source", INT_CONSULTANT_SOLE_SOURCE),
4570                             new Enum("Contractor/Competitive Bid", INT_CONTRACTOR_COMPETITIVE_BID),
4571                           }
4572                         );
4573                         private static final long serialVersionUID = 1L;
4574                         private java.lang.Object readResolve() { return forInt(intValue()); } 
4575                       }
4576                       
4577                       /**
4578                        * A factory class with static methods for creating instances
4579                        * of this type.
4580                        */
4581                       
4582                       public static final class Factory
4583                       {
4584                         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newValue(java.lang.Object obj) {
4585                           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) type.newValue( obj ); }
4586                         
4587                         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newInstance() {
4588                           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4589                         
4590                         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newInstance(org.apache.xmlbeans.XmlOptions options) {
4591                           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4592                         
4593                         private Factory() { } // No instance of this class allowed
4594                       }
4595                     }
4596                     
4597                     /**
4598                      * An XML CostType(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4599                      *
4600                      * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$CostType.
4601                      */
4602                     public interface CostType extends org.apache.xmlbeans.XmlString
4603                     {
4604                       public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4605                         org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CostType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costtype9e42elemtype");
4606                       
4607                       org.apache.xmlbeans.StringEnumAbstractBase enumValue();
4608                       void set(org.apache.xmlbeans.StringEnumAbstractBase e);
4609                       
4610                       static final Enum HOURLY = Enum.forString("Hourly");
4611                       static final Enum PER_TASK = Enum.forString("Per Task");
4612                       
4613                       static final int INT_HOURLY = Enum.INT_HOURLY;
4614                       static final int INT_PER_TASK = Enum.INT_PER_TASK;
4615                       
4616                       /**
4617                        * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$CostType.
4618                        * These enum values can be used as follows:
4619                        * <pre>
4620                        * enum.toString(); // returns the string value of the enum
4621                        * enum.intValue(); // returns an int value, useful for switches
4622                        * // e.g., case Enum.INT_HOURLY
4623                        * Enum.forString(s); // returns the enum value for a string
4624                        * Enum.forInt(i); // returns the enum value for an int
4625                        * </pre>
4626                        * Enumeration objects are immutable singleton objects that
4627                        * can be compared using == object equality. They have no
4628                        * public constructor. See the constants defined within this
4629                        * class for all the valid values.
4630                        */
4631                       static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
4632                       {
4633                         /**
4634                          * Returns the enum value for a string, or null if none.
4635                          */
4636                         public static Enum forString(java.lang.String s)
4637                             { return (Enum)table.forString(s); }
4638                         /**
4639                          * Returns the enum value corresponding to an int, or null if none.
4640                          */
4641                         public static Enum forInt(int i)
4642                             { return (Enum)table.forInt(i); }
4643                         
4644                         private Enum(java.lang.String s, int i)
4645                             { super(s, i); }
4646                         
4647                         static final int INT_HOURLY = 1;
4648                         static final int INT_PER_TASK = 2;
4649                         
4650                         public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
4651                             new org.apache.xmlbeans.StringEnumAbstractBase.Table
4652                         (
4653                           new Enum[]
4654                           {
4655                             new Enum("Hourly", INT_HOURLY),
4656                             new Enum("Per Task", INT_PER_TASK),
4657                           }
4658                         );
4659                         private static final long serialVersionUID = 1L;
4660                         private java.lang.Object readResolve() { return forInt(intValue()); } 
4661                       }
4662                       
4663                       /**
4664                        * A factory class with static methods for creating instances
4665                        * of this type.
4666                        */
4667                       
4668                       public static final class Factory
4669                       {
4670                         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newValue(java.lang.Object obj) {
4671                           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) type.newValue( obj ); }
4672                         
4673                         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newInstance() {
4674                           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4675                         
4676                         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newInstance(org.apache.xmlbeans.XmlOptions options) {
4677                           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4678                         
4679                         private Factory() { } // No instance of this class allowed
4680                       }
4681                     }
4682                     
4683                     /**
4684                      * A factory class with static methods for creating instances
4685                      * of this type.
4686                      */
4687                     
4688                     public static final class Factory
4689                     {
4690                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem newInstance() {
4691                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4692                       
4693                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem newInstance(org.apache.xmlbeans.XmlOptions options) {
4694                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProfessionalServicesItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4695                       
4696                       private Factory() { } // No instance of this class allowed
4697                     }
4698                 }
4699                 
4700                 /**
4701                  * An XML ProcurementPolicies(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4702                  *
4703                  * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$ProfessionalServices$ProcurementPolicies.
4704                  */
4705                 public interface ProcurementPolicies extends org.apache.xmlbeans.XmlString
4706                 {
4707                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4708                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProcurementPolicies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("procurementpoliciesea47elemtype");
4709                     
4710                     org.apache.xmlbeans.StringEnumAbstractBase enumValue();
4711                     void set(org.apache.xmlbeans.StringEnumAbstractBase e);
4712                     
4713                     static final Enum FEDERAL = Enum.forString("Federal");
4714                     static final Enum INTERNAL = Enum.forString("Internal");
4715                     
4716                     static final int INT_FEDERAL = Enum.INT_FEDERAL;
4717                     static final int INT_INTERNAL = Enum.INT_INTERNAL;
4718                     
4719                     /**
4720                      * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$TARequestSummary$ProfessionalServices$ProcurementPolicies.
4721                      * These enum values can be used as follows:
4722                      * <pre>
4723                      * enum.toString(); // returns the string value of the enum
4724                      * enum.intValue(); // returns an int value, useful for switches
4725                      * // e.g., case Enum.INT_FEDERAL
4726                      * Enum.forString(s); // returns the enum value for a string
4727                      * Enum.forInt(i); // returns the enum value for an int
4728                      * </pre>
4729                      * Enumeration objects are immutable singleton objects that
4730                      * can be compared using == object equality. They have no
4731                      * public constructor. See the constants defined within this
4732                      * class for all the valid values.
4733                      */
4734                     static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
4735                     {
4736                       /**
4737                        * Returns the enum value for a string, or null if none.
4738                        */
4739                       public static Enum forString(java.lang.String s)
4740                           { return (Enum)table.forString(s); }
4741                       /**
4742                        * Returns the enum value corresponding to an int, or null if none.
4743                        */
4744                       public static Enum forInt(int i)
4745                           { return (Enum)table.forInt(i); }
4746                       
4747                       private Enum(java.lang.String s, int i)
4748                           { super(s, i); }
4749                       
4750                       static final int INT_FEDERAL = 1;
4751                       static final int INT_INTERNAL = 2;
4752                       
4753                       public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
4754                           new org.apache.xmlbeans.StringEnumAbstractBase.Table
4755                       (
4756                         new Enum[]
4757                         {
4758                           new Enum("Federal", INT_FEDERAL),
4759                           new Enum("Internal", INT_INTERNAL),
4760                         }
4761                       );
4762                       private static final long serialVersionUID = 1L;
4763                       private java.lang.Object readResolve() { return forInt(intValue()); } 
4764                     }
4765                     
4766                     /**
4767                      * A factory class with static methods for creating instances
4768                      * of this type.
4769                      */
4770                     
4771                     public static final class Factory
4772                     {
4773                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies newValue(java.lang.Object obj) {
4774                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies) type.newValue( obj ); }
4775                       
4776                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies newInstance() {
4777                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4778                       
4779                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies newInstance(org.apache.xmlbeans.XmlOptions options) {
4780                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices.ProcurementPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4781                       
4782                       private Factory() { } // No instance of this class allowed
4783                     }
4784                 }
4785                 
4786                 /**
4787                  * A factory class with static methods for creating instances
4788                  * of this type.
4789                  */
4790                 
4791                 public static final class Factory
4792                 {
4793                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices newInstance() {
4794                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
4795                     
4796                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices newInstance(org.apache.xmlbeans.XmlOptions options) {
4797                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.ProfessionalServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
4798                     
4799                     private Factory() { } // No instance of this class allowed
4800                 }
4801             }
4802             
4803             /**
4804              * An XML MSE(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4805              *
4806              * This is a complex type.
4807              */
4808             public interface MSE extends org.apache.xmlbeans.XmlObject
4809             {
4810                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4811                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MSE.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("mse359delemtype");
4812                 
4813                 /**
4814                  * Gets array of all "MSEItem" elements
4815                  */
4816                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem[] getMSEItemArray();
4817                 
4818                 /**
4819                  * Gets ith "MSEItem" element
4820                  */
4821                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem getMSEItemArray(int i);
4822                 
4823                 /**
4824                  * Returns number of "MSEItem" element
4825                  */
4826                 int sizeOfMSEItemArray();
4827                 
4828                 /**
4829                  * Sets array of all "MSEItem" element
4830                  */
4831                 void setMSEItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem[] mseItemArray);
4832                 
4833                 /**
4834                  * Sets ith "MSEItem" element
4835                  */
4836                 void setMSEItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem mseItem);
4837                 
4838                 /**
4839                  * Inserts and returns a new empty value (as xml) as the ith "MSEItem" element
4840                  */
4841                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem insertNewMSEItem(int i);
4842                 
4843                 /**
4844                  * Appends and returns a new empty value (as xml) as the last "MSEItem" element
4845                  */
4846                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem addNewMSEItem();
4847                 
4848                 /**
4849                  * Removes the ith "MSEItem" element
4850                  */
4851                 void removeMSEItem(int i);
4852                 
4853                 /**
4854                  * Gets the "SubTotal" element
4855                  */
4856                 int getSubTotal();
4857                 
4858                 /**
4859                  * Gets (as xml) the "SubTotal" element
4860                  */
4861                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetSubTotal();
4862                 
4863                 /**
4864                  * True if has "SubTotal" element
4865                  */
4866                 boolean isSetSubTotal();
4867                 
4868                 /**
4869                  * Sets the "SubTotal" element
4870                  */
4871                 void setSubTotal(int subTotal);
4872                 
4873                 /**
4874                  * Sets (as xml) the "SubTotal" element
4875                  */
4876                 void xsetSubTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType subTotal);
4877                 
4878                 /**
4879                  * Unsets the "SubTotal" element
4880                  */
4881                 void unsetSubTotal();
4882                 
4883                 /**
4884                  * An XML MSEItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
4885                  *
4886                  * This is a complex type.
4887                  */
4888                 public interface MSEItem extends org.apache.xmlbeans.XmlObject
4889                 {
4890                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
4891                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MSEItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("mseitem849belemtype");
4892                     
4893                     /**
4894                      * Gets the "Category" element
4895                      */
4896                     java.lang.String getCategory();
4897                     
4898                     /**
4899                      * Gets (as xml) the "Category" element
4900                      */
4901                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetCategory();
4902                     
4903                     /**
4904                      * True if has "Category" element
4905                      */
4906                     boolean isSetCategory();
4907                     
4908                     /**
4909                      * Sets the "Category" element
4910                      */
4911                     void setCategory(java.lang.String category);
4912                     
4913                     /**
4914                      * Sets (as xml) the "Category" element
4915                      */
4916                     void xsetCategory(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType category);
4917                     
4918                     /**
4919                      * Unsets the "Category" element
4920                      */
4921                     void unsetCategory();
4922                     
4923                     /**
4924                      * Gets the "Description" element
4925                      */
4926                     java.lang.String getDescription();
4927                     
4928                     /**
4929                      * Gets (as xml) the "Description" element
4930                      */
4931                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetDescription();
4932                     
4933                     /**
4934                      * True if has "Description" element
4935                      */
4936                     boolean isSetDescription();
4937                     
4938                     /**
4939                      * Sets the "Description" element
4940                      */
4941                     void setDescription(java.lang.String description);
4942                     
4943                     /**
4944                      * Sets (as xml) the "Description" element
4945                      */
4946                     void xsetDescription(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType description);
4947                     
4948                     /**
4949                      * Unsets the "Description" element
4950                      */
4951                     void unsetDescription();
4952                     
4953                     /**
4954                      * Gets the "Cost" element
4955                      */
4956                     int getCost();
4957                     
4958                     /**
4959                      * Gets (as xml) the "Cost" element
4960                      */
4961                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetCost();
4962                     
4963                     /**
4964                      * True if has "Cost" element
4965                      */
4966                     boolean isSetCost();
4967                     
4968                     /**
4969                      * Sets the "Cost" element
4970                      */
4971                     void setCost(int cost);
4972                     
4973                     /**
4974                      * Sets (as xml) the "Cost" element
4975                      */
4976                     void xsetCost(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType cost);
4977                     
4978                     /**
4979                      * Unsets the "Cost" element
4980                      */
4981                     void unsetCost();
4982                     
4983                     /**
4984                      * Gets the "Units" element
4985                      */
4986                     int getUnits();
4987                     
4988                     /**
4989                      * Gets (as xml) the "Units" element
4990                      */
4991                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetUnits();
4992                     
4993                     /**
4994                      * True if has "Units" element
4995                      */
4996                     boolean isSetUnits();
4997                     
4998                     /**
4999                      * Sets the "Units" element
5000                      */
5001                     void setUnits(int units);
5002                     
5003                     /**
5004                      * Sets (as xml) the "Units" element
5005                      */
5006                     void xsetUnits(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType units);
5007                     
5008                     /**
5009                      * Unsets the "Units" element
5010                      */
5011                     void unsetUnits();
5012                     
5013                     /**
5014                      * Gets the "Total" element
5015                      */
5016                     int getTotal();
5017                     
5018                     /**
5019                      * Gets (as xml) the "Total" element
5020                      */
5021                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotal();
5022                     
5023                     /**
5024                      * True if has "Total" element
5025                      */
5026                     boolean isSetTotal();
5027                     
5028                     /**
5029                      * Sets the "Total" element
5030                      */
5031                     void setTotal(int total);
5032                     
5033                     /**
5034                      * Sets (as xml) the "Total" element
5035                      */
5036                     void xsetTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType total);
5037                     
5038                     /**
5039                      * Unsets the "Total" element
5040                      */
5041                     void unsetTotal();
5042                     
5043                     /**
5044                      * A factory class with static methods for creating instances
5045                      * of this type.
5046                      */
5047                     
5048                     public static final class Factory
5049                     {
5050                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem newInstance() {
5051                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5052                       
5053                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem newInstance(org.apache.xmlbeans.XmlOptions options) {
5054                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE.MSEItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5055                       
5056                       private Factory() { } // No instance of this class allowed
5057                     }
5058                 }
5059                 
5060                 /**
5061                  * A factory class with static methods for creating instances
5062                  * of this type.
5063                  */
5064                 
5065                 public static final class Factory
5066                 {
5067                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE newInstance() {
5068                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5069                     
5070                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE newInstance(org.apache.xmlbeans.XmlOptions options) {
5071                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.MSE) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5072                     
5073                     private Factory() { } // No instance of this class allowed
5074                 }
5075             }
5076             
5077             /**
5078              * An XML Other(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5079              *
5080              * This is a complex type.
5081              */
5082             public interface Other extends org.apache.xmlbeans.XmlObject
5083             {
5084                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5085                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Other.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherb42eelemtype");
5086                 
5087                 /**
5088                  * Gets array of all "OtherItem" elements
5089                  */
5090                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem[] getOtherItemArray();
5091                 
5092                 /**
5093                  * Gets ith "OtherItem" element
5094                  */
5095                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem getOtherItemArray(int i);
5096                 
5097                 /**
5098                  * Returns number of "OtherItem" element
5099                  */
5100                 int sizeOfOtherItemArray();
5101                 
5102                 /**
5103                  * Sets array of all "OtherItem" element
5104                  */
5105                 void setOtherItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem[] otherItemArray);
5106                 
5107                 /**
5108                  * Sets ith "OtherItem" element
5109                  */
5110                 void setOtherItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem otherItem);
5111                 
5112                 /**
5113                  * Inserts and returns a new empty value (as xml) as the ith "OtherItem" element
5114                  */
5115                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem insertNewOtherItem(int i);
5116                 
5117                 /**
5118                  * Appends and returns a new empty value (as xml) as the last "OtherItem" element
5119                  */
5120                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem addNewOtherItem();
5121                 
5122                 /**
5123                  * Removes the ith "OtherItem" element
5124                  */
5125                 void removeOtherItem(int i);
5126                 
5127                 /**
5128                  * Gets the "SubTotal" element
5129                  */
5130                 int getSubTotal();
5131                 
5132                 /**
5133                  * Gets (as xml) the "SubTotal" element
5134                  */
5135                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetSubTotal();
5136                 
5137                 /**
5138                  * True if has "SubTotal" element
5139                  */
5140                 boolean isSetSubTotal();
5141                 
5142                 /**
5143                  * Sets the "SubTotal" element
5144                  */
5145                 void setSubTotal(int subTotal);
5146                 
5147                 /**
5148                  * Sets (as xml) the "SubTotal" element
5149                  */
5150                 void xsetSubTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType subTotal);
5151                 
5152                 /**
5153                  * Unsets the "SubTotal" element
5154                  */
5155                 void unsetSubTotal();
5156                 
5157                 /**
5158                  * An XML OtherItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5159                  *
5160                  * This is a complex type.
5161                  */
5162                 public interface OtherItem extends org.apache.xmlbeans.XmlObject
5163                 {
5164                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5165                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otheritem68bdelemtype");
5166                     
5167                     /**
5168                      * Gets the "Description" element
5169                      */
5170                     java.lang.String getDescription();
5171                     
5172                     /**
5173                      * Gets (as xml) the "Description" element
5174                      */
5175                     gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetDescription();
5176                     
5177                     /**
5178                      * True if has "Description" element
5179                      */
5180                     boolean isSetDescription();
5181                     
5182                     /**
5183                      * Sets the "Description" element
5184                      */
5185                     void setDescription(java.lang.String description);
5186                     
5187                     /**
5188                      * Sets (as xml) the "Description" element
5189                      */
5190                     void xsetDescription(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType description);
5191                     
5192                     /**
5193                      * Unsets the "Description" element
5194                      */
5195                     void unsetDescription();
5196                     
5197                     /**
5198                      * Gets the "Cost" element
5199                      */
5200                     int getCost();
5201                     
5202                     /**
5203                      * Gets (as xml) the "Cost" element
5204                      */
5205                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetCost();
5206                     
5207                     /**
5208                      * True if has "Cost" element
5209                      */
5210                     boolean isSetCost();
5211                     
5212                     /**
5213                      * Sets the "Cost" element
5214                      */
5215                     void setCost(int cost);
5216                     
5217                     /**
5218                      * Sets (as xml) the "Cost" element
5219                      */
5220                     void xsetCost(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType cost);
5221                     
5222                     /**
5223                      * Unsets the "Cost" element
5224                      */
5225                     void unsetCost();
5226                     
5227                     /**
5228                      * Gets the "Units" element
5229                      */
5230                     int getUnits();
5231                     
5232                     /**
5233                      * Gets (as xml) the "Units" element
5234                      */
5235                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetUnits();
5236                     
5237                     /**
5238                      * True if has "Units" element
5239                      */
5240                     boolean isSetUnits();
5241                     
5242                     /**
5243                      * Sets the "Units" element
5244                      */
5245                     void setUnits(int units);
5246                     
5247                     /**
5248                      * Sets (as xml) the "Units" element
5249                      */
5250                     void xsetUnits(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType units);
5251                     
5252                     /**
5253                      * Unsets the "Units" element
5254                      */
5255                     void unsetUnits();
5256                     
5257                     /**
5258                      * Gets the "Total" element
5259                      */
5260                     int getTotal();
5261                     
5262                     /**
5263                      * Gets (as xml) the "Total" element
5264                      */
5265                     gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType xgetTotal();
5266                     
5267                     /**
5268                      * True if has "Total" element
5269                      */
5270                     boolean isSetTotal();
5271                     
5272                     /**
5273                      * Sets the "Total" element
5274                      */
5275                     void setTotal(int total);
5276                     
5277                     /**
5278                      * Sets (as xml) the "Total" element
5279                      */
5280                     void xsetTotal(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100000DataType total);
5281                     
5282                     /**
5283                      * Unsets the "Total" element
5284                      */
5285                     void unsetTotal();
5286                     
5287                     /**
5288                      * A factory class with static methods for creating instances
5289                      * of this type.
5290                      */
5291                     
5292                     public static final class Factory
5293                     {
5294                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem newInstance() {
5295                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5296                       
5297                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem newInstance(org.apache.xmlbeans.XmlOptions options) {
5298                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other.OtherItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5299                       
5300                       private Factory() { } // No instance of this class allowed
5301                     }
5302                 }
5303                 
5304                 /**
5305                  * A factory class with static methods for creating instances
5306                  * of this type.
5307                  */
5308                 
5309                 public static final class Factory
5310                 {
5311                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other newInstance() {
5312                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5313                     
5314                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other newInstance(org.apache.xmlbeans.XmlOptions options) {
5315                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary.Other) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5316                     
5317                     private Factory() { } // No instance of this class allowed
5318                 }
5319             }
5320             
5321             /**
5322              * A factory class with static methods for creating instances
5323              * of this type.
5324              */
5325             
5326             public static final class Factory
5327             {
5328                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary newInstance() {
5329                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5330                 
5331                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
5332                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.TARequestSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5333                 
5334                 private Factory() { } // No instance of this class allowed
5335             }
5336         }
5337         
5338         /**
5339          * An XML HFFIFARequestedAmount(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5340          *
5341          * This is a complex type.
5342          */
5343         public interface HFFIFARequestedAmount extends org.apache.xmlbeans.XmlObject
5344         {
5345             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5346                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HFFIFARequestedAmount.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hffifarequestedamount759celemtype");
5347             
5348             /**
5349              * Gets the "Loan" element
5350              */
5351             int getLoan();
5352             
5353             /**
5354              * Gets (as xml) the "Loan" element
5355              */
5356             gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType xgetLoan();
5357             
5358             /**
5359              * True if has "Loan" element
5360              */
5361             boolean isSetLoan();
5362             
5363             /**
5364              * Sets the "Loan" element
5365              */
5366             void setLoan(int loan);
5367             
5368             /**
5369              * Sets (as xml) the "Loan" element
5370              */
5371             void xsetLoan(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType loan);
5372             
5373             /**
5374              * Unsets the "Loan" element
5375              */
5376             void unsetLoan();
5377             
5378             /**
5379              * Gets the "Grant" element
5380              */
5381             int getGrant();
5382             
5383             /**
5384              * Gets (as xml) the "Grant" element
5385              */
5386             gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType xgetGrant();
5387             
5388             /**
5389              * True if has "Grant" element
5390              */
5391             boolean isSetGrant();
5392             
5393             /**
5394              * Sets the "Grant" element
5395              */
5396             void setGrant(int grant);
5397             
5398             /**
5399              * Sets (as xml) the "Grant" element
5400              */
5401             void xsetGrant(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType grant);
5402             
5403             /**
5404              * Unsets the "Grant" element
5405              */
5406             void unsetGrant();
5407             
5408             /**
5409              * Gets the "Equity" element
5410              */
5411             int getEquity();
5412             
5413             /**
5414              * Gets (as xml) the "Equity" element
5415              */
5416             gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType xgetEquity();
5417             
5418             /**
5419              * True if has "Equity" element
5420              */
5421             boolean isSetEquity();
5422             
5423             /**
5424              * Sets the "Equity" element
5425              */
5426             void setEquity(int equity);
5427             
5428             /**
5429              * Sets (as xml) the "Equity" element
5430              */
5431             void xsetEquity(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType equity);
5432             
5433             /**
5434              * Unsets the "Equity" element
5435              */
5436             void unsetEquity();
5437             
5438             /**
5439              * Gets the "SharesDeposits" element
5440              */
5441             int getSharesDeposits();
5442             
5443             /**
5444              * Gets (as xml) the "SharesDeposits" element
5445              */
5446             gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType xgetSharesDeposits();
5447             
5448             /**
5449              * True if has "SharesDeposits" element
5450              */
5451             boolean isSetSharesDeposits();
5452             
5453             /**
5454              * Sets the "SharesDeposits" element
5455              */
5456             void setSharesDeposits(int sharesDeposits);
5457             
5458             /**
5459              * Sets (as xml) the "SharesDeposits" element
5460              */
5461             void xsetSharesDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType sharesDeposits);
5462             
5463             /**
5464              * Unsets the "SharesDeposits" element
5465              */
5466             void unsetSharesDeposits();
5467             
5468             /**
5469              * Gets the "SecondaryCapital" element
5470              */
5471             int getSecondaryCapital();
5472             
5473             /**
5474              * Gets (as xml) the "SecondaryCapital" element
5475              */
5476             gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType xgetSecondaryCapital();
5477             
5478             /**
5479              * True if has "SecondaryCapital" element
5480              */
5481             boolean isSetSecondaryCapital();
5482             
5483             /**
5484              * Sets the "SecondaryCapital" element
5485              */
5486             void setSecondaryCapital(int secondaryCapital);
5487             
5488             /**
5489              * Sets (as xml) the "SecondaryCapital" element
5490              */
5491             void xsetSecondaryCapital(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5000000DataType secondaryCapital);
5492             
5493             /**
5494              * Unsets the "SecondaryCapital" element
5495              */
5496             void unsetSecondaryCapital();
5497             
5498             /**
5499              * Gets the "TotalHFFIRequest" element
5500              */
5501             int getTotalHFFIRequest();
5502             
5503             /**
5504              * Gets (as xml) the "TotalHFFIRequest" element
5505              */
5506             gov.grants.apply.forms.cdfi2011V10.CDFI20111To5000000DataType xgetTotalHFFIRequest();
5507             
5508             /**
5509              * True if has "TotalHFFIRequest" element
5510              */
5511             boolean isSetTotalHFFIRequest();
5512             
5513             /**
5514              * Sets the "TotalHFFIRequest" element
5515              */
5516             void setTotalHFFIRequest(int totalHFFIRequest);
5517             
5518             /**
5519              * Sets (as xml) the "TotalHFFIRequest" element
5520              */
5521             void xsetTotalHFFIRequest(gov.grants.apply.forms.cdfi2011V10.CDFI20111To5000000DataType totalHFFIRequest);
5522             
5523             /**
5524              * Unsets the "TotalHFFIRequest" element
5525              */
5526             void unsetTotalHFFIRequest();
5527             
5528             /**
5529              * A factory class with static methods for creating instances
5530              * of this type.
5531              */
5532             
5533             public static final class Factory
5534             {
5535                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount newInstance() {
5536                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5537                 
5538                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
5539                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.HFFIFARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5540                 
5541                 private Factory() { } // No instance of this class allowed
5542             }
5543         }
5544         
5545         /**
5546          * An XML OtherFundsTable(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5547          *
5548          * This is a complex type.
5549          */
5550         public interface OtherFundsTable extends org.apache.xmlbeans.XmlObject
5551         {
5552             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5553                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherFundsTable.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherfundstable3536elemtype");
5554             
5555             /**
5556              * Gets the "AffiliateName" element
5557              */
5558             java.lang.String getAffiliateName();
5559             
5560             /**
5561              * Gets (as xml) the "AffiliateName" element
5562              */
5563             gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetAffiliateName();
5564             
5565             /**
5566              * Sets the "AffiliateName" element
5567              */
5568             void setAffiliateName(java.lang.String affiliateName);
5569             
5570             /**
5571              * Sets (as xml) the "AffiliateName" element
5572              */
5573             void xsetAffiliateName(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType affiliateName);
5574             
5575             /**
5576              * Gets the "AffiliateEIN" element
5577              */
5578             java.lang.String getAffiliateEIN();
5579             
5580             /**
5581              * Gets (as xml) the "AffiliateEIN" element
5582              */
5583             gov.grants.apply.system.globalLibraryV20.EmployerIDDataType xgetAffiliateEIN();
5584             
5585             /**
5586              * Sets the "AffiliateEIN" element
5587              */
5588             void setAffiliateEIN(java.lang.String affiliateEIN);
5589             
5590             /**
5591              * Sets (as xml) the "AffiliateEIN" element
5592              */
5593             void xsetAffiliateEIN(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType affiliateEIN);
5594             
5595             /**
5596              * Gets the "CDFIFundProgram" element
5597              */
5598             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram.Enum getCDFIFundProgram();
5599             
5600             /**
5601              * Gets (as xml) the "CDFIFundProgram" element
5602              */
5603             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram xgetCDFIFundProgram();
5604             
5605             /**
5606              * Sets the "CDFIFundProgram" element
5607              */
5608             void setCDFIFundProgram(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram.Enum cdfiFundProgram);
5609             
5610             /**
5611              * Sets (as xml) the "CDFIFundProgram" element
5612              */
5613             void xsetCDFIFundProgram(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram cdfiFundProgram);
5614             
5615             /**
5616              * An XML CDFIFundProgram(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5617              *
5618              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$OtherFundsTable$CDFIFundProgram.
5619              */
5620             public interface CDFIFundProgram extends org.apache.xmlbeans.XmlString
5621             {
5622                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5623                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFIFundProgram.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfifundprogramd46felemtype");
5624                 
5625                 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
5626                 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
5627                 
5628                 static final Enum BEA = Enum.forString("BEA");
5629                 static final Enum CMF = Enum.forString("CMF");
5630                 static final Enum FA = Enum.forString("FA");
5631                 static final Enum FEC = Enum.forString("FEC");
5632                 static final Enum NACA = Enum.forString("NACA");
5633                 static final Enum NMTC = Enum.forString("NMTC");
5634                 static final Enum TA = Enum.forString("TA");
5635                 
5636                 static final int INT_BEA = Enum.INT_BEA;
5637                 static final int INT_CMF = Enum.INT_CMF;
5638                 static final int INT_FA = Enum.INT_FA;
5639                 static final int INT_FEC = Enum.INT_FEC;
5640                 static final int INT_NACA = Enum.INT_NACA;
5641                 static final int INT_NMTC = Enum.INT_NMTC;
5642                 static final int INT_TA = Enum.INT_TA;
5643                 
5644                 /**
5645                  * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$OtherFundsTable$CDFIFundProgram.
5646                  * These enum values can be used as follows:
5647                  * <pre>
5648                  * enum.toString(); // returns the string value of the enum
5649                  * enum.intValue(); // returns an int value, useful for switches
5650                  * // e.g., case Enum.INT_BEA
5651                  * Enum.forString(s); // returns the enum value for a string
5652                  * Enum.forInt(i); // returns the enum value for an int
5653                  * </pre>
5654                  * Enumeration objects are immutable singleton objects that
5655                  * can be compared using == object equality. They have no
5656                  * public constructor. See the constants defined within this
5657                  * class for all the valid values.
5658                  */
5659                 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
5660                 {
5661                     /**
5662                      * Returns the enum value for a string, or null if none.
5663                      */
5664                     public static Enum forString(java.lang.String s)
5665                         { return (Enum)table.forString(s); }
5666                     /**
5667                      * Returns the enum value corresponding to an int, or null if none.
5668                      */
5669                     public static Enum forInt(int i)
5670                         { return (Enum)table.forInt(i); }
5671                     
5672                     private Enum(java.lang.String s, int i)
5673                         { super(s, i); }
5674                     
5675                     static final int INT_BEA = 1;
5676                     static final int INT_CMF = 2;
5677                     static final int INT_FA = 3;
5678                     static final int INT_FEC = 4;
5679                     static final int INT_NACA = 5;
5680                     static final int INT_NMTC = 6;
5681                     static final int INT_TA = 7;
5682                     
5683                     public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
5684                         new org.apache.xmlbeans.StringEnumAbstractBase.Table
5685                     (
5686                       new Enum[]
5687                       {
5688                         new Enum("BEA", INT_BEA),
5689                         new Enum("CMF", INT_CMF),
5690                         new Enum("FA", INT_FA),
5691                         new Enum("FEC", INT_FEC),
5692                         new Enum("NACA", INT_NACA),
5693                         new Enum("NMTC", INT_NMTC),
5694                         new Enum("TA", INT_TA),
5695                       }
5696                     );
5697                     private static final long serialVersionUID = 1L;
5698                     private java.lang.Object readResolve() { return forInt(intValue()); } 
5699                 }
5700                 
5701                 /**
5702                  * A factory class with static methods for creating instances
5703                  * of this type.
5704                  */
5705                 
5706                 public static final class Factory
5707                 {
5708                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram newValue(java.lang.Object obj) {
5709                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram) type.newValue( obj ); }
5710                     
5711                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram newInstance() {
5712                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5713                     
5714                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram newInstance(org.apache.xmlbeans.XmlOptions options) {
5715                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable.CDFIFundProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5716                     
5717                     private Factory() { } // No instance of this class allowed
5718                 }
5719             }
5720             
5721             /**
5722              * A factory class with static methods for creating instances
5723              * of this type.
5724              */
5725             
5726             public static final class Factory
5727             {
5728                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable newInstance() {
5729                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5730                 
5731                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
5732                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherFundsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5733                 
5734                 private Factory() { } // No instance of this class allowed
5735             }
5736         }
5737         
5738         /**
5739          * An XML PriorAwardsTable(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5740          *
5741          * This is a complex type.
5742          */
5743         public interface PriorAwardsTable extends org.apache.xmlbeans.XmlObject
5744         {
5745             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5746                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PriorAwardsTable.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("priorawardstable2048elemtype");
5747             
5748             /**
5749              * Gets the "OrganizationName" element
5750              */
5751             java.lang.String getOrganizationName();
5752             
5753             /**
5754              * Gets (as xml) the "OrganizationName" element
5755              */
5756             gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetOrganizationName();
5757             
5758             /**
5759              * True if has "OrganizationName" element
5760              */
5761             boolean isSetOrganizationName();
5762             
5763             /**
5764              * Sets the "OrganizationName" element
5765              */
5766             void setOrganizationName(java.lang.String organizationName);
5767             
5768             /**
5769              * Sets (as xml) the "OrganizationName" element
5770              */
5771             void xsetOrganizationName(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType organizationName);
5772             
5773             /**
5774              * Unsets the "OrganizationName" element
5775              */
5776             void unsetOrganizationName();
5777             
5778             /**
5779              * Gets the "EIN" element
5780              */
5781             java.lang.String getEIN();
5782             
5783             /**
5784              * Gets (as xml) the "EIN" element
5785              */
5786             gov.grants.apply.system.globalLibraryV20.EmployerIDDataType xgetEIN();
5787             
5788             /**
5789              * True if has "EIN" element
5790              */
5791             boolean isSetEIN();
5792             
5793             /**
5794              * Sets the "EIN" element
5795              */
5796             void setEIN(java.lang.String ein);
5797             
5798             /**
5799              * Sets (as xml) the "EIN" element
5800              */
5801             void xsetEIN(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType ein);
5802             
5803             /**
5804              * Unsets the "EIN" element
5805              */
5806             void unsetEIN();
5807             
5808             /**
5809              * Gets the "ControlNumber" element
5810              */
5811             java.lang.String getControlNumber();
5812             
5813             /**
5814              * Gets (as xml) the "ControlNumber" element
5815              */
5816             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber xgetControlNumber();
5817             
5818             /**
5819              * True if has "ControlNumber" element
5820              */
5821             boolean isSetControlNumber();
5822             
5823             /**
5824              * Sets the "ControlNumber" element
5825              */
5826             void setControlNumber(java.lang.String controlNumber);
5827             
5828             /**
5829              * Sets (as xml) the "ControlNumber" element
5830              */
5831             void xsetControlNumber(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber controlNumber);
5832             
5833             /**
5834              * Unsets the "ControlNumber" element
5835              */
5836             void unsetControlNumber();
5837             
5838             /**
5839              * Gets the "TotalAward" element
5840              */
5841             int getTotalAward();
5842             
5843             /**
5844              * Gets (as xml) the "TotalAward" element
5845              */
5846             gov.grants.apply.forms.cdfi2011V10.CDFI20111To999999999DataType xgetTotalAward();
5847             
5848             /**
5849              * True if has "TotalAward" element
5850              */
5851             boolean isSetTotalAward();
5852             
5853             /**
5854              * Sets the "TotalAward" element
5855              */
5856             void setTotalAward(int totalAward);
5857             
5858             /**
5859              * Sets (as xml) the "TotalAward" element
5860              */
5861             void xsetTotalAward(gov.grants.apply.forms.cdfi2011V10.CDFI20111To999999999DataType totalAward);
5862             
5863             /**
5864              * Unsets the "TotalAward" element
5865              */
5866             void unsetTotalAward();
5867             
5868             /**
5869              * Gets the "AwardType" element
5870              */
5871             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType.Enum getAwardType();
5872             
5873             /**
5874              * Gets (as xml) the "AwardType" element
5875              */
5876             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType xgetAwardType();
5877             
5878             /**
5879              * True if has "AwardType" element
5880              */
5881             boolean isSetAwardType();
5882             
5883             /**
5884              * Sets the "AwardType" element
5885              */
5886             void setAwardType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType.Enum awardType);
5887             
5888             /**
5889              * Sets (as xml) the "AwardType" element
5890              */
5891             void xsetAwardType(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType awardType);
5892             
5893             /**
5894              * Unsets the "AwardType" element
5895              */
5896             void unsetAwardType();
5897             
5898             /**
5899              * An XML ControlNumber(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5900              *
5901              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$PriorAwardsTable$ControlNumber.
5902              */
5903             public interface ControlNumber extends org.apache.xmlbeans.XmlString
5904             {
5905                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5906                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ControlNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("controlnumber0b9aelemtype");
5907                 
5908                 /**
5909                  * A factory class with static methods for creating instances
5910                  * of this type.
5911                  */
5912                 
5913                 public static final class Factory
5914                 {
5915                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber newValue(java.lang.Object obj) {
5916                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber) type.newValue( obj ); }
5917                     
5918                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber newInstance() {
5919                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
5920                     
5921                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
5922                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
5923                     
5924                     private Factory() { } // No instance of this class allowed
5925                 }
5926             }
5927             
5928             /**
5929              * An XML AwardType(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
5930              *
5931              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$PriorAwardsTable$AwardType.
5932              */
5933             public interface AwardType extends org.apache.xmlbeans.XmlString
5934             {
5935                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
5936                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AwardType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("awardtype38cbelemtype");
5937                 
5938                 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
5939                 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
5940                 
5941                 static final Enum FA = Enum.forString("FA");
5942                 static final Enum NACA = Enum.forString("NACA");
5943                 static final Enum TA = Enum.forString("TA");
5944                 static final Enum BEA = Enum.forString("BEA");
5945                 static final Enum NMTC = Enum.forString("NMTC");
5946                 static final Enum CMF = Enum.forString("CMF");
5947                 static final Enum OTHER = Enum.forString("Other");
5948                 
5949                 static final int INT_FA = Enum.INT_FA;
5950                 static final int INT_NACA = Enum.INT_NACA;
5951                 static final int INT_TA = Enum.INT_TA;
5952                 static final int INT_BEA = Enum.INT_BEA;
5953                 static final int INT_NMTC = Enum.INT_NMTC;
5954                 static final int INT_CMF = Enum.INT_CMF;
5955                 static final int INT_OTHER = Enum.INT_OTHER;
5956                 
5957                 /**
5958                  * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$PriorAwardsTable$AwardType.
5959                  * These enum values can be used as follows:
5960                  * <pre>
5961                  * enum.toString(); // returns the string value of the enum
5962                  * enum.intValue(); // returns an int value, useful for switches
5963                  * // e.g., case Enum.INT_FA
5964                  * Enum.forString(s); // returns the enum value for a string
5965                  * Enum.forInt(i); // returns the enum value for an int
5966                  * </pre>
5967                  * Enumeration objects are immutable singleton objects that
5968                  * can be compared using == object equality. They have no
5969                  * public constructor. See the constants defined within this
5970                  * class for all the valid values.
5971                  */
5972                 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
5973                 {
5974                     /**
5975                      * Returns the enum value for a string, or null if none.
5976                      */
5977                     public static Enum forString(java.lang.String s)
5978                         { return (Enum)table.forString(s); }
5979                     /**
5980                      * Returns the enum value corresponding to an int, or null if none.
5981                      */
5982                     public static Enum forInt(int i)
5983                         { return (Enum)table.forInt(i); }
5984                     
5985                     private Enum(java.lang.String s, int i)
5986                         { super(s, i); }
5987                     
5988                     static final int INT_FA = 1;
5989                     static final int INT_NACA = 2;
5990                     static final int INT_TA = 3;
5991                     static final int INT_BEA = 4;
5992                     static final int INT_NMTC = 5;
5993                     static final int INT_CMF = 6;
5994                     static final int INT_OTHER = 7;
5995                     
5996                     public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
5997                         new org.apache.xmlbeans.StringEnumAbstractBase.Table
5998                     (
5999                       new Enum[]
6000                       {
6001                         new Enum("FA", INT_FA),
6002                         new Enum("NACA", INT_NACA),
6003                         new Enum("TA", INT_TA),
6004                         new Enum("BEA", INT_BEA),
6005                         new Enum("NMTC", INT_NMTC),
6006                         new Enum("CMF", INT_CMF),
6007                         new Enum("Other", INT_OTHER),
6008                       }
6009                     );
6010                     private static final long serialVersionUID = 1L;
6011                     private java.lang.Object readResolve() { return forInt(intValue()); } 
6012                 }
6013                 
6014                 /**
6015                  * A factory class with static methods for creating instances
6016                  * of this type.
6017                  */
6018                 
6019                 public static final class Factory
6020                 {
6021                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType newValue(java.lang.Object obj) {
6022                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType) type.newValue( obj ); }
6023                     
6024                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType newInstance() {
6025                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6026                     
6027                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType newInstance(org.apache.xmlbeans.XmlOptions options) {
6028                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable.AwardType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6029                     
6030                     private Factory() { } // No instance of this class allowed
6031                 }
6032             }
6033             
6034             /**
6035              * A factory class with static methods for creating instances
6036              * of this type.
6037              */
6038             
6039             public static final class Factory
6040             {
6041                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable newInstance() {
6042                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6043                 
6044                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
6045                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PriorAwardsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6046                 
6047                 private Factory() { } // No instance of this class allowed
6048             }
6049         }
6050         
6051         /**
6052          * An XML InstitutionType(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6053          *
6054          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$InstitutionType.
6055          */
6056         public interface InstitutionType extends org.apache.xmlbeans.XmlString
6057         {
6058             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6059                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InstitutionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("institutiontype5eb4elemtype");
6060             
6061             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
6062             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
6063             
6064             static final Enum LOAN_FUND = Enum.forString("Loan Fund");
6065             static final Enum CREDIT_UNION = Enum.forString("Credit Union");
6066             static final Enum BANK_HOLDING_COMPANY = Enum.forString("Bank Holding Company");
6067             static final Enum BANK_OR_THRIFT = Enum.forString("Bank or Thrift");
6068             static final Enum VENTURE_CAPITAL = Enum.forString("Venture Capital");
6069             
6070             static final int INT_LOAN_FUND = Enum.INT_LOAN_FUND;
6071             static final int INT_CREDIT_UNION = Enum.INT_CREDIT_UNION;
6072             static final int INT_BANK_HOLDING_COMPANY = Enum.INT_BANK_HOLDING_COMPANY;
6073             static final int INT_BANK_OR_THRIFT = Enum.INT_BANK_OR_THRIFT;
6074             static final int INT_VENTURE_CAPITAL = Enum.INT_VENTURE_CAPITAL;
6075             
6076             /**
6077              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$InstitutionType.
6078              * These enum values can be used as follows:
6079              * <pre>
6080              * enum.toString(); // returns the string value of the enum
6081              * enum.intValue(); // returns an int value, useful for switches
6082              * // e.g., case Enum.INT_LOAN_FUND
6083              * Enum.forString(s); // returns the enum value for a string
6084              * Enum.forInt(i); // returns the enum value for an int
6085              * </pre>
6086              * Enumeration objects are immutable singleton objects that
6087              * can be compared using == object equality. They have no
6088              * public constructor. See the constants defined within this
6089              * class for all the valid values.
6090              */
6091             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
6092             {
6093                 /**
6094                  * Returns the enum value for a string, or null if none.
6095                  */
6096                 public static Enum forString(java.lang.String s)
6097                     { return (Enum)table.forString(s); }
6098                 /**
6099                  * Returns the enum value corresponding to an int, or null if none.
6100                  */
6101                 public static Enum forInt(int i)
6102                     { return (Enum)table.forInt(i); }
6103                 
6104                 private Enum(java.lang.String s, int i)
6105                     { super(s, i); }
6106                 
6107                 static final int INT_LOAN_FUND = 1;
6108                 static final int INT_CREDIT_UNION = 2;
6109                 static final int INT_BANK_HOLDING_COMPANY = 3;
6110                 static final int INT_BANK_OR_THRIFT = 4;
6111                 static final int INT_VENTURE_CAPITAL = 5;
6112                 
6113                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
6114                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
6115                 (
6116                     new Enum[]
6117                     {
6118                       new Enum("Loan Fund", INT_LOAN_FUND),
6119                       new Enum("Credit Union", INT_CREDIT_UNION),
6120                       new Enum("Bank Holding Company", INT_BANK_HOLDING_COMPANY),
6121                       new Enum("Bank or Thrift", INT_BANK_OR_THRIFT),
6122                       new Enum("Venture Capital", INT_VENTURE_CAPITAL),
6123                     }
6124                 );
6125                 private static final long serialVersionUID = 1L;
6126                 private java.lang.Object readResolve() { return forInt(intValue()); } 
6127             }
6128             
6129             /**
6130              * A factory class with static methods for creating instances
6131              * of this type.
6132              */
6133             
6134             public static final class Factory
6135             {
6136                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType newValue(java.lang.Object obj) {
6137                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType) type.newValue( obj ); }
6138                 
6139                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType newInstance() {
6140                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6141                 
6142                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType newInstance(org.apache.xmlbeans.XmlOptions options) {
6143                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.InstitutionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6144                 
6145                 private Factory() { } // No instance of this class allowed
6146             }
6147         }
6148         
6149         /**
6150          * An XML OrganizationStructure(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6151          *
6152          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$OrganizationStructure.
6153          */
6154         public interface OrganizationStructure extends org.apache.xmlbeans.XmlString
6155         {
6156             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6157                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationStructure.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationstructure7d06elemtype");
6158             
6159             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
6160             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
6161             
6162             static final Enum FOR_PROFIT = Enum.forString("For-Profit");
6163             static final Enum X_501_C_4 = Enum.forString("501(c)(4)");
6164             static final Enum OTHER_NON_PROFIT = Enum.forString("Other Non-Profit");
6165             
6166             static final int INT_FOR_PROFIT = Enum.INT_FOR_PROFIT;
6167             static final int INT_X_501_C_4 = Enum.INT_X_501_C_4;
6168             static final int INT_OTHER_NON_PROFIT = Enum.INT_OTHER_NON_PROFIT;
6169             
6170             /**
6171              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$OrganizationStructure.
6172              * These enum values can be used as follows:
6173              * <pre>
6174              * enum.toString(); // returns the string value of the enum
6175              * enum.intValue(); // returns an int value, useful for switches
6176              * // e.g., case Enum.INT_FOR_PROFIT
6177              * Enum.forString(s); // returns the enum value for a string
6178              * Enum.forInt(i); // returns the enum value for an int
6179              * </pre>
6180              * Enumeration objects are immutable singleton objects that
6181              * can be compared using == object equality. They have no
6182              * public constructor. See the constants defined within this
6183              * class for all the valid values.
6184              */
6185             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
6186             {
6187                 /**
6188                  * Returns the enum value for a string, or null if none.
6189                  */
6190                 public static Enum forString(java.lang.String s)
6191                     { return (Enum)table.forString(s); }
6192                 /**
6193                  * Returns the enum value corresponding to an int, or null if none.
6194                  */
6195                 public static Enum forInt(int i)
6196                     { return (Enum)table.forInt(i); }
6197                 
6198                 private Enum(java.lang.String s, int i)
6199                     { super(s, i); }
6200                 
6201                 static final int INT_FOR_PROFIT = 1;
6202                 static final int INT_X_501_C_4 = 2;
6203                 static final int INT_OTHER_NON_PROFIT = 3;
6204                 
6205                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
6206                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
6207                 (
6208                     new Enum[]
6209                     {
6210                       new Enum("For-Profit", INT_FOR_PROFIT),
6211                       new Enum("501(c)(4)", INT_X_501_C_4),
6212                       new Enum("Other Non-Profit", INT_OTHER_NON_PROFIT),
6213                     }
6214                 );
6215                 private static final long serialVersionUID = 1L;
6216                 private java.lang.Object readResolve() { return forInt(intValue()); } 
6217             }
6218             
6219             /**
6220              * A factory class with static methods for creating instances
6221              * of this type.
6222              */
6223             
6224             public static final class Factory
6225             {
6226                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure newValue(java.lang.Object obj) {
6227                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure) type.newValue( obj ); }
6228                 
6229                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure newInstance() {
6230                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6231                 
6232                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure newInstance(org.apache.xmlbeans.XmlOptions options) {
6233                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6234                 
6235                 private Factory() { } // No instance of this class allowed
6236             }
6237         }
6238         
6239         /**
6240          * An XML QID_42(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6241          *
6242          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$QID42.
6243          */
6244         public interface QID42 extends org.apache.xmlbeans.XmlString
6245         {
6246             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6247                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID42.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid427c65elemtype");
6248             
6249             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
6250             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
6251             
6252             static final Enum X_3_31 = Enum.forString("3/31");
6253             static final Enum X_6_30 = Enum.forString("6/30");
6254             static final Enum X_9_30 = Enum.forString("9/30");
6255             static final Enum X_12_31 = Enum.forString("12/31");
6256             
6257             static final int INT_X_3_31 = Enum.INT_X_3_31;
6258             static final int INT_X_6_30 = Enum.INT_X_6_30;
6259             static final int INT_X_9_30 = Enum.INT_X_9_30;
6260             static final int INT_X_12_31 = Enum.INT_X_12_31;
6261             
6262             /**
6263              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$QID42.
6264              * These enum values can be used as follows:
6265              * <pre>
6266              * enum.toString(); // returns the string value of the enum
6267              * enum.intValue(); // returns an int value, useful for switches
6268              * // e.g., case Enum.INT_X_3_31
6269              * Enum.forString(s); // returns the enum value for a string
6270              * Enum.forInt(i); // returns the enum value for an int
6271              * </pre>
6272              * Enumeration objects are immutable singleton objects that
6273              * can be compared using == object equality. They have no
6274              * public constructor. See the constants defined within this
6275              * class for all the valid values.
6276              */
6277             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
6278             {
6279                 /**
6280                  * Returns the enum value for a string, or null if none.
6281                  */
6282                 public static Enum forString(java.lang.String s)
6283                     { return (Enum)table.forString(s); }
6284                 /**
6285                  * Returns the enum value corresponding to an int, or null if none.
6286                  */
6287                 public static Enum forInt(int i)
6288                     { return (Enum)table.forInt(i); }
6289                 
6290                 private Enum(java.lang.String s, int i)
6291                     { super(s, i); }
6292                 
6293                 static final int INT_X_3_31 = 1;
6294                 static final int INT_X_6_30 = 2;
6295                 static final int INT_X_9_30 = 3;
6296                 static final int INT_X_12_31 = 4;
6297                 
6298                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
6299                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
6300                 (
6301                     new Enum[]
6302                     {
6303                       new Enum("3/31", INT_X_3_31),
6304                       new Enum("6/30", INT_X_6_30),
6305                       new Enum("9/30", INT_X_9_30),
6306                       new Enum("12/31", INT_X_12_31),
6307                     }
6308                 );
6309                 private static final long serialVersionUID = 1L;
6310                 private java.lang.Object readResolve() { return forInt(intValue()); } 
6311             }
6312             
6313             /**
6314              * A factory class with static methods for creating instances
6315              * of this type.
6316              */
6317             
6318             public static final class Factory
6319             {
6320                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42 newValue(java.lang.Object obj) {
6321                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42) type.newValue( obj ); }
6322                 
6323                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42 newInstance() {
6324                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6325                 
6326                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42 newInstance(org.apache.xmlbeans.XmlOptions options) {
6327                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID42) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6328                 
6329                 private Factory() { } // No instance of this class allowed
6330             }
6331         }
6332         
6333         /**
6334          * An XML RegulatoryBody(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6335          *
6336          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$RegulatoryBody.
6337          */
6338         public interface RegulatoryBody extends org.apache.xmlbeans.XmlString
6339         {
6340             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6341                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RegulatoryBody.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("regulatorybodydbfcelemtype");
6342             
6343             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
6344             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
6345             
6346             static final Enum FDIC = Enum.forString("FDIC");
6347             static final Enum FEDERAL_RESERVE = Enum.forString("Federal Reserve");
6348             static final Enum NCUA = Enum.forString("NCUA");
6349             static final Enum OCC = Enum.forString("OCC");
6350             static final Enum OTS = Enum.forString("OTS");
6351             static final Enum OTHER = Enum.forString("Other");
6352             
6353             static final int INT_FDIC = Enum.INT_FDIC;
6354             static final int INT_FEDERAL_RESERVE = Enum.INT_FEDERAL_RESERVE;
6355             static final int INT_NCUA = Enum.INT_NCUA;
6356             static final int INT_OCC = Enum.INT_OCC;
6357             static final int INT_OTS = Enum.INT_OTS;
6358             static final int INT_OTHER = Enum.INT_OTHER;
6359             
6360             /**
6361              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$RegulatoryBody.
6362              * These enum values can be used as follows:
6363              * <pre>
6364              * enum.toString(); // returns the string value of the enum
6365              * enum.intValue(); // returns an int value, useful for switches
6366              * // e.g., case Enum.INT_FDIC
6367              * Enum.forString(s); // returns the enum value for a string
6368              * Enum.forInt(i); // returns the enum value for an int
6369              * </pre>
6370              * Enumeration objects are immutable singleton objects that
6371              * can be compared using == object equality. They have no
6372              * public constructor. See the constants defined within this
6373              * class for all the valid values.
6374              */
6375             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
6376             {
6377                 /**
6378                  * Returns the enum value for a string, or null if none.
6379                  */
6380                 public static Enum forString(java.lang.String s)
6381                     { return (Enum)table.forString(s); }
6382                 /**
6383                  * Returns the enum value corresponding to an int, or null if none.
6384                  */
6385                 public static Enum forInt(int i)
6386                     { return (Enum)table.forInt(i); }
6387                 
6388                 private Enum(java.lang.String s, int i)
6389                     { super(s, i); }
6390                 
6391                 static final int INT_FDIC = 1;
6392                 static final int INT_FEDERAL_RESERVE = 2;
6393                 static final int INT_NCUA = 3;
6394                 static final int INT_OCC = 4;
6395                 static final int INT_OTS = 5;
6396                 static final int INT_OTHER = 6;
6397                 
6398                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
6399                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
6400                 (
6401                     new Enum[]
6402                     {
6403                       new Enum("FDIC", INT_FDIC),
6404                       new Enum("Federal Reserve", INT_FEDERAL_RESERVE),
6405                       new Enum("NCUA", INT_NCUA),
6406                       new Enum("OCC", INT_OCC),
6407                       new Enum("OTS", INT_OTS),
6408                       new Enum("Other", INT_OTHER),
6409                     }
6410                 );
6411                 private static final long serialVersionUID = 1L;
6412                 private java.lang.Object readResolve() { return forInt(intValue()); } 
6413             }
6414             
6415             /**
6416              * A factory class with static methods for creating instances
6417              * of this type.
6418              */
6419             
6420             public static final class Factory
6421             {
6422                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody newValue(java.lang.Object obj) {
6423                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody) type.newValue( obj ); }
6424                 
6425                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody newInstance() {
6426                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6427                 
6428                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
6429                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6430                 
6431                 private Factory() { } // No instance of this class allowed
6432             }
6433         }
6434         
6435         /**
6436          * An XML OtherRegulatoryBody(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6437          *
6438          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$OtherRegulatoryBody.
6439          */
6440         public interface OtherRegulatoryBody extends org.apache.xmlbeans.XmlString
6441         {
6442             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6443                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherRegulatoryBody.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherregulatorybody073celemtype");
6444             
6445             /**
6446              * A factory class with static methods for creating instances
6447              * of this type.
6448              */
6449             
6450             public static final class Factory
6451             {
6452                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody newValue(java.lang.Object obj) {
6453                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody) type.newValue( obj ); }
6454                 
6455                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody newInstance() {
6456                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6457                 
6458                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
6459                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6460                 
6461                 private Factory() { } // No instance of this class allowed
6462             }
6463         }
6464         
6465         /**
6466          * An XML CertificationStatus(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6467          *
6468          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$CertificationStatus.
6469          */
6470         public interface CertificationStatus extends org.apache.xmlbeans.XmlString
6471         {
6472             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6473                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationstatus16baelemtype");
6474             
6475             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
6476             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
6477             
6478             static final Enum CDFI_CERTIFIED = Enum.forString("CDFI Certified");
6479             static final Enum NOT_CERTIFIED = Enum.forString("Not Certified");
6480             
6481             static final int INT_CDFI_CERTIFIED = Enum.INT_CDFI_CERTIFIED;
6482             static final int INT_NOT_CERTIFIED = Enum.INT_NOT_CERTIFIED;
6483             
6484             /**
6485              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$CertificationStatus.
6486              * These enum values can be used as follows:
6487              * <pre>
6488              * enum.toString(); // returns the string value of the enum
6489              * enum.intValue(); // returns an int value, useful for switches
6490              * // e.g., case Enum.INT_CDFI_CERTIFIED
6491              * Enum.forString(s); // returns the enum value for a string
6492              * Enum.forInt(i); // returns the enum value for an int
6493              * </pre>
6494              * Enumeration objects are immutable singleton objects that
6495              * can be compared using == object equality. They have no
6496              * public constructor. See the constants defined within this
6497              * class for all the valid values.
6498              */
6499             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
6500             {
6501                 /**
6502                  * Returns the enum value for a string, or null if none.
6503                  */
6504                 public static Enum forString(java.lang.String s)
6505                     { return (Enum)table.forString(s); }
6506                 /**
6507                  * Returns the enum value corresponding to an int, or null if none.
6508                  */
6509                 public static Enum forInt(int i)
6510                     { return (Enum)table.forInt(i); }
6511                 
6512                 private Enum(java.lang.String s, int i)
6513                     { super(s, i); }
6514                 
6515                 static final int INT_CDFI_CERTIFIED = 1;
6516                 static final int INT_NOT_CERTIFIED = 2;
6517                 
6518                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
6519                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
6520                 (
6521                     new Enum[]
6522                     {
6523                       new Enum("CDFI Certified", INT_CDFI_CERTIFIED),
6524                       new Enum("Not Certified", INT_NOT_CERTIFIED),
6525                     }
6526                 );
6527                 private static final long serialVersionUID = 1L;
6528                 private java.lang.Object readResolve() { return forInt(intValue()); } 
6529             }
6530             
6531             /**
6532              * A factory class with static methods for creating instances
6533              * of this type.
6534              */
6535             
6536             public static final class Factory
6537             {
6538                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus newValue(java.lang.Object obj) {
6539                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus) type.newValue( obj ); }
6540                 
6541                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus newInstance() {
6542                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6543                 
6544                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
6545                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6546                 
6547                 private Factory() { } // No instance of this class allowed
6548             }
6549         }
6550         
6551         /**
6552          * An XML CertificationChecklist(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6553          *
6554          * This is a complex type.
6555          */
6556         public interface CertificationChecklist extends org.apache.xmlbeans.XmlObject
6557         {
6558             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6559                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationchecklist398aelemtype");
6560             
6561             /**
6562              * Gets the "PrimaryMissionRequirement" element
6563              */
6564             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPrimaryMissionRequirement();
6565             
6566             /**
6567              * Gets (as xml) the "PrimaryMissionRequirement" element
6568              */
6569             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPrimaryMissionRequirement();
6570             
6571             /**
6572              * Sets the "PrimaryMissionRequirement" element
6573              */
6574             void setPrimaryMissionRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum primaryMissionRequirement);
6575             
6576             /**
6577              * Sets (as xml) the "PrimaryMissionRequirement" element
6578              */
6579             void xsetPrimaryMissionRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType primaryMissionRequirement);
6580             
6581             /**
6582              * Gets the "TargetMarketRequirement" element
6583              */
6584             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTargetMarketRequirement();
6585             
6586             /**
6587              * Gets (as xml) the "TargetMarketRequirement" element
6588              */
6589             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTargetMarketRequirement();
6590             
6591             /**
6592              * Sets the "TargetMarketRequirement" element
6593              */
6594             void setTargetMarketRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum targetMarketRequirement);
6595             
6596             /**
6597              * Sets (as xml) the "TargetMarketRequirement" element
6598              */
6599             void xsetTargetMarketRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType targetMarketRequirement);
6600             
6601             /**
6602              * Gets the "DevelopmentServicesRequirement" element
6603              */
6604             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDevelopmentServicesRequirement();
6605             
6606             /**
6607              * Gets (as xml) the "DevelopmentServicesRequirement" element
6608              */
6609             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDevelopmentServicesRequirement();
6610             
6611             /**
6612              * Sets the "DevelopmentServicesRequirement" element
6613              */
6614             void setDevelopmentServicesRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum developmentServicesRequirement);
6615             
6616             /**
6617              * Sets (as xml) the "DevelopmentServicesRequirement" element
6618              */
6619             void xsetDevelopmentServicesRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType developmentServicesRequirement);
6620             
6621             /**
6622              * Gets the "AccountabilityRequirement" element
6623              */
6624             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAccountabilityRequirement();
6625             
6626             /**
6627              * Gets (as xml) the "AccountabilityRequirement" element
6628              */
6629             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAccountabilityRequirement();
6630             
6631             /**
6632              * Sets the "AccountabilityRequirement" element
6633              */
6634             void setAccountabilityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum accountabilityRequirement);
6635             
6636             /**
6637              * Sets (as xml) the "AccountabilityRequirement" element
6638              */
6639             void xsetAccountabilityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType accountabilityRequirement);
6640             
6641             /**
6642              * Gets the "NonGovernmentEntityRequirement" element
6643              */
6644             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonGovernmentEntityRequirement();
6645             
6646             /**
6647              * Gets (as xml) the "NonGovernmentEntityRequirement" element
6648              */
6649             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonGovernmentEntityRequirement();
6650             
6651             /**
6652              * Sets the "NonGovernmentEntityRequirement" element
6653              */
6654             void setNonGovernmentEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonGovernmentEntityRequirement);
6655             
6656             /**
6657              * Sets (as xml) the "NonGovernmentEntityRequirement" element
6658              */
6659             void xsetNonGovernmentEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonGovernmentEntityRequirement);
6660             
6661             /**
6662              * A factory class with static methods for creating instances
6663              * of this type.
6664              */
6665             
6666             public static final class Factory
6667             {
6668                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist newInstance() {
6669                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6670                 
6671                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
6672                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CertificationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6673                 
6674                 private Factory() { } // No instance of this class allowed
6675             }
6676         }
6677         
6678         /**
6679          * An XML QID_58(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6680          *
6681          * This is a complex type.
6682          */
6683         public interface QID58 extends org.apache.xmlbeans.XmlObject
6684         {
6685             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6686                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID58.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid587360elemtype");
6687             
6688             /**
6689              * Gets the "MajorUrban" element
6690              */
6691             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMajorUrban();
6692             
6693             /**
6694              * Gets (as xml) the "MajorUrban" element
6695              */
6696             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMajorUrban();
6697             
6698             /**
6699              * True if has "MajorUrban" element
6700              */
6701             boolean isSetMajorUrban();
6702             
6703             /**
6704              * Sets the "MajorUrban" element
6705              */
6706             void setMajorUrban(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum majorUrban);
6707             
6708             /**
6709              * Sets (as xml) the "MajorUrban" element
6710              */
6711             void xsetMajorUrban(gov.grants.apply.system.globalLibraryV20.YesNoDataType majorUrban);
6712             
6713             /**
6714              * Unsets the "MajorUrban" element
6715              */
6716             void unsetMajorUrban();
6717             
6718             /**
6719              * Gets the "MinorUrban" element
6720              */
6721             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinorUrban();
6722             
6723             /**
6724              * Gets (as xml) the "MinorUrban" element
6725              */
6726             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinorUrban();
6727             
6728             /**
6729              * True if has "MinorUrban" element
6730              */
6731             boolean isSetMinorUrban();
6732             
6733             /**
6734              * Sets the "MinorUrban" element
6735              */
6736             void setMinorUrban(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minorUrban);
6737             
6738             /**
6739              * Sets (as xml) the "MinorUrban" element
6740              */
6741             void xsetMinorUrban(gov.grants.apply.system.globalLibraryV20.YesNoDataType minorUrban);
6742             
6743             /**
6744              * Unsets the "MinorUrban" element
6745              */
6746             void unsetMinorUrban();
6747             
6748             /**
6749              * Gets the "Rural" element
6750              */
6751             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRural();
6752             
6753             /**
6754              * Gets (as xml) the "Rural" element
6755              */
6756             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRural();
6757             
6758             /**
6759              * True if has "Rural" element
6760              */
6761             boolean isSetRural();
6762             
6763             /**
6764              * Sets the "Rural" element
6765              */
6766             void setRural(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rural);
6767             
6768             /**
6769              * Sets (as xml) the "Rural" element
6770              */
6771             void xsetRural(gov.grants.apply.system.globalLibraryV20.YesNoDataType rural);
6772             
6773             /**
6774              * Unsets the "Rural" element
6775              */
6776             void unsetRural();
6777             
6778             /**
6779              * A factory class with static methods for creating instances
6780              * of this type.
6781              */
6782             
6783             public static final class Factory
6784             {
6785                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58 newInstance() {
6786                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6787                 
6788                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58 newInstance(org.apache.xmlbeans.XmlOptions options) {
6789                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID58) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6790                 
6791                 private Factory() { } // No instance of this class allowed
6792             }
6793         }
6794         
6795         /**
6796          * An XML PrimaryMarket(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6797          *
6798          * This is a complex type.
6799          */
6800         public interface PrimaryMarket extends org.apache.xmlbeans.XmlObject
6801         {
6802             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6803                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrimaryMarket.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("primarymarket1468elemtype");
6804             
6805             /**
6806              * Gets the "QID_80" element
6807              */
6808             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID80();
6809             
6810             /**
6811              * Gets (as xml) the "QID_80" element
6812              */
6813             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID80();
6814             
6815             /**
6816              * True if has "QID_80" element
6817              */
6818             boolean isSetQID80();
6819             
6820             /**
6821              * Sets the "QID_80" element
6822              */
6823             void setQID80(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid80);
6824             
6825             /**
6826              * Sets (as xml) the "QID_80" element
6827              */
6828             void xsetQID80(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid80);
6829             
6830             /**
6831              * Unsets the "QID_80" element
6832              */
6833             void unsetQID80();
6834             
6835             /**
6836              * Gets the "QID_81" element
6837              */
6838             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID81();
6839             
6840             /**
6841              * Gets (as xml) the "QID_81" element
6842              */
6843             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID81();
6844             
6845             /**
6846              * True if has "QID_81" element
6847              */
6848             boolean isSetQID81();
6849             
6850             /**
6851              * Sets the "QID_81" element
6852              */
6853             void setQID81(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid81);
6854             
6855             /**
6856              * Sets (as xml) the "QID_81" element
6857              */
6858             void xsetQID81(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid81);
6859             
6860             /**
6861              * Unsets the "QID_81" element
6862              */
6863             void unsetQID81();
6864             
6865             /**
6866              * Gets the "QID_84" element
6867              */
6868             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID84();
6869             
6870             /**
6871              * Gets (as xml) the "QID_84" element
6872              */
6873             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID84();
6874             
6875             /**
6876              * True if has "QID_84" element
6877              */
6878             boolean isSetQID84();
6879             
6880             /**
6881              * Sets the "QID_84" element
6882              */
6883             void setQID84(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid84);
6884             
6885             /**
6886              * Sets (as xml) the "QID_84" element
6887              */
6888             void xsetQID84(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid84);
6889             
6890             /**
6891              * Unsets the "QID_84" element
6892              */
6893             void unsetQID84();
6894             
6895             /**
6896              * Gets the "QID_82" element
6897              */
6898             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID82();
6899             
6900             /**
6901              * Gets (as xml) the "QID_82" element
6902              */
6903             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID82();
6904             
6905             /**
6906              * True if has "QID_82" element
6907              */
6908             boolean isSetQID82();
6909             
6910             /**
6911              * Sets the "QID_82" element
6912              */
6913             void setQID82(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid82);
6914             
6915             /**
6916              * Sets (as xml) the "QID_82" element
6917              */
6918             void xsetQID82(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid82);
6919             
6920             /**
6921              * Unsets the "QID_82" element
6922              */
6923             void unsetQID82();
6924             
6925             /**
6926              * Gets the "QID_83" element
6927              */
6928             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID83();
6929             
6930             /**
6931              * Gets (as xml) the "QID_83" element
6932              */
6933             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID83();
6934             
6935             /**
6936              * True if has "QID_83" element
6937              */
6938             boolean isSetQID83();
6939             
6940             /**
6941              * Sets the "QID_83" element
6942              */
6943             void setQID83(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid83);
6944             
6945             /**
6946              * Sets (as xml) the "QID_83" element
6947              */
6948             void xsetQID83(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid83);
6949             
6950             /**
6951              * Unsets the "QID_83" element
6952              */
6953             void unsetQID83();
6954             
6955             /**
6956              * A factory class with static methods for creating instances
6957              * of this type.
6958              */
6959             
6960             public static final class Factory
6961             {
6962                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket newInstance() {
6963                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
6964                 
6965                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket newInstance(org.apache.xmlbeans.XmlOptions options) {
6966                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryMarket) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
6967                 
6968                 private Factory() { } // No instance of this class allowed
6969             }
6970         }
6971         
6972         /**
6973          * An XML GeographicMarketServed(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
6974          *
6975          * This is a complex type.
6976          */
6977         public interface GeographicMarketServed extends org.apache.xmlbeans.XmlObject
6978         {
6979             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
6980                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GeographicMarketServed.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("geographicmarketserved866eelemtype");
6981             
6982             /**
6983              * Gets the "Alabama" element
6984              */
6985             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAlabama();
6986             
6987             /**
6988              * Gets (as xml) the "Alabama" element
6989              */
6990             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAlabama();
6991             
6992             /**
6993              * True if has "Alabama" element
6994              */
6995             boolean isSetAlabama();
6996             
6997             /**
6998              * Sets the "Alabama" element
6999              */
7000             void setAlabama(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alabama);
7001             
7002             /**
7003              * Sets (as xml) the "Alabama" element
7004              */
7005             void xsetAlabama(gov.grants.apply.system.globalLibraryV20.YesNoDataType alabama);
7006             
7007             /**
7008              * Unsets the "Alabama" element
7009              */
7010             void unsetAlabama();
7011             
7012             /**
7013              * Gets the "Alaska" element
7014              */
7015             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAlaska();
7016             
7017             /**
7018              * Gets (as xml) the "Alaska" element
7019              */
7020             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAlaska();
7021             
7022             /**
7023              * True if has "Alaska" element
7024              */
7025             boolean isSetAlaska();
7026             
7027             /**
7028              * Sets the "Alaska" element
7029              */
7030             void setAlaska(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alaska);
7031             
7032             /**
7033              * Sets (as xml) the "Alaska" element
7034              */
7035             void xsetAlaska(gov.grants.apply.system.globalLibraryV20.YesNoDataType alaska);
7036             
7037             /**
7038              * Unsets the "Alaska" element
7039              */
7040             void unsetAlaska();
7041             
7042             /**
7043              * Gets the "AmericanSamoa" element
7044              */
7045             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAmericanSamoa();
7046             
7047             /**
7048              * Gets (as xml) the "AmericanSamoa" element
7049              */
7050             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAmericanSamoa();
7051             
7052             /**
7053              * True if has "AmericanSamoa" element
7054              */
7055             boolean isSetAmericanSamoa();
7056             
7057             /**
7058              * Sets the "AmericanSamoa" element
7059              */
7060             void setAmericanSamoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum americanSamoa);
7061             
7062             /**
7063              * Sets (as xml) the "AmericanSamoa" element
7064              */
7065             void xsetAmericanSamoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType americanSamoa);
7066             
7067             /**
7068              * Unsets the "AmericanSamoa" element
7069              */
7070             void unsetAmericanSamoa();
7071             
7072             /**
7073              * Gets the "Arizona" element
7074              */
7075             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArizona();
7076             
7077             /**
7078              * Gets (as xml) the "Arizona" element
7079              */
7080             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArizona();
7081             
7082             /**
7083              * True if has "Arizona" element
7084              */
7085             boolean isSetArizona();
7086             
7087             /**
7088              * Sets the "Arizona" element
7089              */
7090             void setArizona(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arizona);
7091             
7092             /**
7093              * Sets (as xml) the "Arizona" element
7094              */
7095             void xsetArizona(gov.grants.apply.system.globalLibraryV20.YesNoDataType arizona);
7096             
7097             /**
7098              * Unsets the "Arizona" element
7099              */
7100             void unsetArizona();
7101             
7102             /**
7103              * Gets the "Arkansas" element
7104              */
7105             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArkansas();
7106             
7107             /**
7108              * Gets (as xml) the "Arkansas" element
7109              */
7110             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArkansas();
7111             
7112             /**
7113              * True if has "Arkansas" element
7114              */
7115             boolean isSetArkansas();
7116             
7117             /**
7118              * Sets the "Arkansas" element
7119              */
7120             void setArkansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arkansas);
7121             
7122             /**
7123              * Sets (as xml) the "Arkansas" element
7124              */
7125             void xsetArkansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType arkansas);
7126             
7127             /**
7128              * Unsets the "Arkansas" element
7129              */
7130             void unsetArkansas();
7131             
7132             /**
7133              * Gets the "California" element
7134              */
7135             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCalifornia();
7136             
7137             /**
7138              * Gets (as xml) the "California" element
7139              */
7140             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCalifornia();
7141             
7142             /**
7143              * True if has "California" element
7144              */
7145             boolean isSetCalifornia();
7146             
7147             /**
7148              * Sets the "California" element
7149              */
7150             void setCalifornia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum california);
7151             
7152             /**
7153              * Sets (as xml) the "California" element
7154              */
7155             void xsetCalifornia(gov.grants.apply.system.globalLibraryV20.YesNoDataType california);
7156             
7157             /**
7158              * Unsets the "California" element
7159              */
7160             void unsetCalifornia();
7161             
7162             /**
7163              * Gets the "Colorado" element
7164              */
7165             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getColorado();
7166             
7167             /**
7168              * Gets (as xml) the "Colorado" element
7169              */
7170             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetColorado();
7171             
7172             /**
7173              * True if has "Colorado" element
7174              */
7175             boolean isSetColorado();
7176             
7177             /**
7178              * Sets the "Colorado" element
7179              */
7180             void setColorado(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum colorado);
7181             
7182             /**
7183              * Sets (as xml) the "Colorado" element
7184              */
7185             void xsetColorado(gov.grants.apply.system.globalLibraryV20.YesNoDataType colorado);
7186             
7187             /**
7188              * Unsets the "Colorado" element
7189              */
7190             void unsetColorado();
7191             
7192             /**
7193              * Gets the "Connecticut" element
7194              */
7195             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConnecticut();
7196             
7197             /**
7198              * Gets (as xml) the "Connecticut" element
7199              */
7200             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConnecticut();
7201             
7202             /**
7203              * True if has "Connecticut" element
7204              */
7205             boolean isSetConnecticut();
7206             
7207             /**
7208              * Sets the "Connecticut" element
7209              */
7210             void setConnecticut(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum connecticut);
7211             
7212             /**
7213              * Sets (as xml) the "Connecticut" element
7214              */
7215             void xsetConnecticut(gov.grants.apply.system.globalLibraryV20.YesNoDataType connecticut);
7216             
7217             /**
7218              * Unsets the "Connecticut" element
7219              */
7220             void unsetConnecticut();
7221             
7222             /**
7223              * Gets the "Delaware" element
7224              */
7225             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDelaware();
7226             
7227             /**
7228              * Gets (as xml) the "Delaware" element
7229              */
7230             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDelaware();
7231             
7232             /**
7233              * True if has "Delaware" element
7234              */
7235             boolean isSetDelaware();
7236             
7237             /**
7238              * Sets the "Delaware" element
7239              */
7240             void setDelaware(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum delaware);
7241             
7242             /**
7243              * Sets (as xml) the "Delaware" element
7244              */
7245             void xsetDelaware(gov.grants.apply.system.globalLibraryV20.YesNoDataType delaware);
7246             
7247             /**
7248              * Unsets the "Delaware" element
7249              */
7250             void unsetDelaware();
7251             
7252             /**
7253              * Gets the "DistrictofColumbia" element
7254              */
7255             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDistrictofColumbia();
7256             
7257             /**
7258              * Gets (as xml) the "DistrictofColumbia" element
7259              */
7260             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDistrictofColumbia();
7261             
7262             /**
7263              * True if has "DistrictofColumbia" element
7264              */
7265             boolean isSetDistrictofColumbia();
7266             
7267             /**
7268              * Sets the "DistrictofColumbia" element
7269              */
7270             void setDistrictofColumbia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum districtofColumbia);
7271             
7272             /**
7273              * Sets (as xml) the "DistrictofColumbia" element
7274              */
7275             void xsetDistrictofColumbia(gov.grants.apply.system.globalLibraryV20.YesNoDataType districtofColumbia);
7276             
7277             /**
7278              * Unsets the "DistrictofColumbia" element
7279              */
7280             void unsetDistrictofColumbia();
7281             
7282             /**
7283              * Gets the "FederatedStatesofMicronesia" element
7284              */
7285             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederatedStatesofMicronesia();
7286             
7287             /**
7288              * Gets (as xml) the "FederatedStatesofMicronesia" element
7289              */
7290             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederatedStatesofMicronesia();
7291             
7292             /**
7293              * True if has "FederatedStatesofMicronesia" element
7294              */
7295             boolean isSetFederatedStatesofMicronesia();
7296             
7297             /**
7298              * Sets the "FederatedStatesofMicronesia" element
7299              */
7300             void setFederatedStatesofMicronesia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federatedStatesofMicronesia);
7301             
7302             /**
7303              * Sets (as xml) the "FederatedStatesofMicronesia" element
7304              */
7305             void xsetFederatedStatesofMicronesia(gov.grants.apply.system.globalLibraryV20.YesNoDataType federatedStatesofMicronesia);
7306             
7307             /**
7308              * Unsets the "FederatedStatesofMicronesia" element
7309              */
7310             void unsetFederatedStatesofMicronesia();
7311             
7312             /**
7313              * Gets the "Florida" element
7314              */
7315             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFlorida();
7316             
7317             /**
7318              * Gets (as xml) the "Florida" element
7319              */
7320             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFlorida();
7321             
7322             /**
7323              * True if has "Florida" element
7324              */
7325             boolean isSetFlorida();
7326             
7327             /**
7328              * Sets the "Florida" element
7329              */
7330             void setFlorida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum florida);
7331             
7332             /**
7333              * Sets (as xml) the "Florida" element
7334              */
7335             void xsetFlorida(gov.grants.apply.system.globalLibraryV20.YesNoDataType florida);
7336             
7337             /**
7338              * Unsets the "Florida" element
7339              */
7340             void unsetFlorida();
7341             
7342             /**
7343              * Gets the "Georgia" element
7344              */
7345             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGeorgia();
7346             
7347             /**
7348              * Gets (as xml) the "Georgia" element
7349              */
7350             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGeorgia();
7351             
7352             /**
7353              * True if has "Georgia" element
7354              */
7355             boolean isSetGeorgia();
7356             
7357             /**
7358              * Sets the "Georgia" element
7359              */
7360             void setGeorgia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum georgia);
7361             
7362             /**
7363              * Sets (as xml) the "Georgia" element
7364              */
7365             void xsetGeorgia(gov.grants.apply.system.globalLibraryV20.YesNoDataType georgia);
7366             
7367             /**
7368              * Unsets the "Georgia" element
7369              */
7370             void unsetGeorgia();
7371             
7372             /**
7373              * Gets the "Guam" element
7374              */
7375             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGuam();
7376             
7377             /**
7378              * Gets (as xml) the "Guam" element
7379              */
7380             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGuam();
7381             
7382             /**
7383              * True if has "Guam" element
7384              */
7385             boolean isSetGuam();
7386             
7387             /**
7388              * Sets the "Guam" element
7389              */
7390             void setGuam(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum guam);
7391             
7392             /**
7393              * Sets (as xml) the "Guam" element
7394              */
7395             void xsetGuam(gov.grants.apply.system.globalLibraryV20.YesNoDataType guam);
7396             
7397             /**
7398              * Unsets the "Guam" element
7399              */
7400             void unsetGuam();
7401             
7402             /**
7403              * Gets the "Hawaii" element
7404              */
7405             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHawaii();
7406             
7407             /**
7408              * Gets (as xml) the "Hawaii" element
7409              */
7410             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHawaii();
7411             
7412             /**
7413              * True if has "Hawaii" element
7414              */
7415             boolean isSetHawaii();
7416             
7417             /**
7418              * Sets the "Hawaii" element
7419              */
7420             void setHawaii(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hawaii);
7421             
7422             /**
7423              * Sets (as xml) the "Hawaii" element
7424              */
7425             void xsetHawaii(gov.grants.apply.system.globalLibraryV20.YesNoDataType hawaii);
7426             
7427             /**
7428              * Unsets the "Hawaii" element
7429              */
7430             void unsetHawaii();
7431             
7432             /**
7433              * Gets the "Idaho" element
7434              */
7435             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIdaho();
7436             
7437             /**
7438              * Gets (as xml) the "Idaho" element
7439              */
7440             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIdaho();
7441             
7442             /**
7443              * True if has "Idaho" element
7444              */
7445             boolean isSetIdaho();
7446             
7447             /**
7448              * Sets the "Idaho" element
7449              */
7450             void setIdaho(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum idaho);
7451             
7452             /**
7453              * Sets (as xml) the "Idaho" element
7454              */
7455             void xsetIdaho(gov.grants.apply.system.globalLibraryV20.YesNoDataType idaho);
7456             
7457             /**
7458              * Unsets the "Idaho" element
7459              */
7460             void unsetIdaho();
7461             
7462             /**
7463              * Gets the "Illinois" element
7464              */
7465             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIllinois();
7466             
7467             /**
7468              * Gets (as xml) the "Illinois" element
7469              */
7470             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIllinois();
7471             
7472             /**
7473              * True if has "Illinois" element
7474              */
7475             boolean isSetIllinois();
7476             
7477             /**
7478              * Sets the "Illinois" element
7479              */
7480             void setIllinois(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum illinois);
7481             
7482             /**
7483              * Sets (as xml) the "Illinois" element
7484              */
7485             void xsetIllinois(gov.grants.apply.system.globalLibraryV20.YesNoDataType illinois);
7486             
7487             /**
7488              * Unsets the "Illinois" element
7489              */
7490             void unsetIllinois();
7491             
7492             /**
7493              * Gets the "Indiana" element
7494              */
7495             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIndiana();
7496             
7497             /**
7498              * Gets (as xml) the "Indiana" element
7499              */
7500             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIndiana();
7501             
7502             /**
7503              * True if has "Indiana" element
7504              */
7505             boolean isSetIndiana();
7506             
7507             /**
7508              * Sets the "Indiana" element
7509              */
7510             void setIndiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum indiana);
7511             
7512             /**
7513              * Sets (as xml) the "Indiana" element
7514              */
7515             void xsetIndiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType indiana);
7516             
7517             /**
7518              * Unsets the "Indiana" element
7519              */
7520             void unsetIndiana();
7521             
7522             /**
7523              * Gets the "Iowa" element
7524              */
7525             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIowa();
7526             
7527             /**
7528              * Gets (as xml) the "Iowa" element
7529              */
7530             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIowa();
7531             
7532             /**
7533              * True if has "Iowa" element
7534              */
7535             boolean isSetIowa();
7536             
7537             /**
7538              * Sets the "Iowa" element
7539              */
7540             void setIowa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum iowa);
7541             
7542             /**
7543              * Sets (as xml) the "Iowa" element
7544              */
7545             void xsetIowa(gov.grants.apply.system.globalLibraryV20.YesNoDataType iowa);
7546             
7547             /**
7548              * Unsets the "Iowa" element
7549              */
7550             void unsetIowa();
7551             
7552             /**
7553              * Gets the "Kansas" element
7554              */
7555             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKansas();
7556             
7557             /**
7558              * Gets (as xml) the "Kansas" element
7559              */
7560             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKansas();
7561             
7562             /**
7563              * True if has "Kansas" element
7564              */
7565             boolean isSetKansas();
7566             
7567             /**
7568              * Sets the "Kansas" element
7569              */
7570             void setKansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kansas);
7571             
7572             /**
7573              * Sets (as xml) the "Kansas" element
7574              */
7575             void xsetKansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType kansas);
7576             
7577             /**
7578              * Unsets the "Kansas" element
7579              */
7580             void unsetKansas();
7581             
7582             /**
7583              * Gets the "Kentucky" element
7584              */
7585             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKentucky();
7586             
7587             /**
7588              * Gets (as xml) the "Kentucky" element
7589              */
7590             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKentucky();
7591             
7592             /**
7593              * True if has "Kentucky" element
7594              */
7595             boolean isSetKentucky();
7596             
7597             /**
7598              * Sets the "Kentucky" element
7599              */
7600             void setKentucky(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kentucky);
7601             
7602             /**
7603              * Sets (as xml) the "Kentucky" element
7604              */
7605             void xsetKentucky(gov.grants.apply.system.globalLibraryV20.YesNoDataType kentucky);
7606             
7607             /**
7608              * Unsets the "Kentucky" element
7609              */
7610             void unsetKentucky();
7611             
7612             /**
7613              * Gets the "Louisiana" element
7614              */
7615             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLouisiana();
7616             
7617             /**
7618              * Gets (as xml) the "Louisiana" element
7619              */
7620             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLouisiana();
7621             
7622             /**
7623              * True if has "Louisiana" element
7624              */
7625             boolean isSetLouisiana();
7626             
7627             /**
7628              * Sets the "Louisiana" element
7629              */
7630             void setLouisiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum louisiana);
7631             
7632             /**
7633              * Sets (as xml) the "Louisiana" element
7634              */
7635             void xsetLouisiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType louisiana);
7636             
7637             /**
7638              * Unsets the "Louisiana" element
7639              */
7640             void unsetLouisiana();
7641             
7642             /**
7643              * Gets the "Maine" element
7644              */
7645             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMaine();
7646             
7647             /**
7648              * Gets (as xml) the "Maine" element
7649              */
7650             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMaine();
7651             
7652             /**
7653              * True if has "Maine" element
7654              */
7655             boolean isSetMaine();
7656             
7657             /**
7658              * Sets the "Maine" element
7659              */
7660             void setMaine(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum maine);
7661             
7662             /**
7663              * Sets (as xml) the "Maine" element
7664              */
7665             void xsetMaine(gov.grants.apply.system.globalLibraryV20.YesNoDataType maine);
7666             
7667             /**
7668              * Unsets the "Maine" element
7669              */
7670             void unsetMaine();
7671             
7672             /**
7673              * Gets the "Maryland" element
7674              */
7675             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMaryland();
7676             
7677             /**
7678              * Gets (as xml) the "Maryland" element
7679              */
7680             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMaryland();
7681             
7682             /**
7683              * True if has "Maryland" element
7684              */
7685             boolean isSetMaryland();
7686             
7687             /**
7688              * Sets the "Maryland" element
7689              */
7690             void setMaryland(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum maryland);
7691             
7692             /**
7693              * Sets (as xml) the "Maryland" element
7694              */
7695             void xsetMaryland(gov.grants.apply.system.globalLibraryV20.YesNoDataType maryland);
7696             
7697             /**
7698              * Unsets the "Maryland" element
7699              */
7700             void unsetMaryland();
7701             
7702             /**
7703              * Gets the "Massachusetts" element
7704              */
7705             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMassachusetts();
7706             
7707             /**
7708              * Gets (as xml) the "Massachusetts" element
7709              */
7710             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMassachusetts();
7711             
7712             /**
7713              * True if has "Massachusetts" element
7714              */
7715             boolean isSetMassachusetts();
7716             
7717             /**
7718              * Sets the "Massachusetts" element
7719              */
7720             void setMassachusetts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum massachusetts);
7721             
7722             /**
7723              * Sets (as xml) the "Massachusetts" element
7724              */
7725             void xsetMassachusetts(gov.grants.apply.system.globalLibraryV20.YesNoDataType massachusetts);
7726             
7727             /**
7728              * Unsets the "Massachusetts" element
7729              */
7730             void unsetMassachusetts();
7731             
7732             /**
7733              * Gets the "Michigan" element
7734              */
7735             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMichigan();
7736             
7737             /**
7738              * Gets (as xml) the "Michigan" element
7739              */
7740             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMichigan();
7741             
7742             /**
7743              * True if has "Michigan" element
7744              */
7745             boolean isSetMichigan();
7746             
7747             /**
7748              * Sets the "Michigan" element
7749              */
7750             void setMichigan(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum michigan);
7751             
7752             /**
7753              * Sets (as xml) the "Michigan" element
7754              */
7755             void xsetMichigan(gov.grants.apply.system.globalLibraryV20.YesNoDataType michigan);
7756             
7757             /**
7758              * Unsets the "Michigan" element
7759              */
7760             void unsetMichigan();
7761             
7762             /**
7763              * Gets the "MidwayIslands" element
7764              */
7765             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMidwayIslands();
7766             
7767             /**
7768              * Gets (as xml) the "MidwayIslands" element
7769              */
7770             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMidwayIslands();
7771             
7772             /**
7773              * True if has "MidwayIslands" element
7774              */
7775             boolean isSetMidwayIslands();
7776             
7777             /**
7778              * Sets the "MidwayIslands" element
7779              */
7780             void setMidwayIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum midwayIslands);
7781             
7782             /**
7783              * Sets (as xml) the "MidwayIslands" element
7784              */
7785             void xsetMidwayIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType midwayIslands);
7786             
7787             /**
7788              * Unsets the "MidwayIslands" element
7789              */
7790             void unsetMidwayIslands();
7791             
7792             /**
7793              * Gets the "Minnesota" element
7794              */
7795             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinnesota();
7796             
7797             /**
7798              * Gets (as xml) the "Minnesota" element
7799              */
7800             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinnesota();
7801             
7802             /**
7803              * True if has "Minnesota" element
7804              */
7805             boolean isSetMinnesota();
7806             
7807             /**
7808              * Sets the "Minnesota" element
7809              */
7810             void setMinnesota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minnesota);
7811             
7812             /**
7813              * Sets (as xml) the "Minnesota" element
7814              */
7815             void xsetMinnesota(gov.grants.apply.system.globalLibraryV20.YesNoDataType minnesota);
7816             
7817             /**
7818              * Unsets the "Minnesota" element
7819              */
7820             void unsetMinnesota();
7821             
7822             /**
7823              * Gets the "Mississippi" element
7824              */
7825             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMississippi();
7826             
7827             /**
7828              * Gets (as xml) the "Mississippi" element
7829              */
7830             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMississippi();
7831             
7832             /**
7833              * True if has "Mississippi" element
7834              */
7835             boolean isSetMississippi();
7836             
7837             /**
7838              * Sets the "Mississippi" element
7839              */
7840             void setMississippi(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mississippi);
7841             
7842             /**
7843              * Sets (as xml) the "Mississippi" element
7844              */
7845             void xsetMississippi(gov.grants.apply.system.globalLibraryV20.YesNoDataType mississippi);
7846             
7847             /**
7848              * Unsets the "Mississippi" element
7849              */
7850             void unsetMississippi();
7851             
7852             /**
7853              * Gets the "Missouri" element
7854              */
7855             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMissouri();
7856             
7857             /**
7858              * Gets (as xml) the "Missouri" element
7859              */
7860             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMissouri();
7861             
7862             /**
7863              * True if has "Missouri" element
7864              */
7865             boolean isSetMissouri();
7866             
7867             /**
7868              * Sets the "Missouri" element
7869              */
7870             void setMissouri(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum missouri);
7871             
7872             /**
7873              * Sets (as xml) the "Missouri" element
7874              */
7875             void xsetMissouri(gov.grants.apply.system.globalLibraryV20.YesNoDataType missouri);
7876             
7877             /**
7878              * Unsets the "Missouri" element
7879              */
7880             void unsetMissouri();
7881             
7882             /**
7883              * Gets the "Montana" element
7884              */
7885             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMontana();
7886             
7887             /**
7888              * Gets (as xml) the "Montana" element
7889              */
7890             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMontana();
7891             
7892             /**
7893              * True if has "Montana" element
7894              */
7895             boolean isSetMontana();
7896             
7897             /**
7898              * Sets the "Montana" element
7899              */
7900             void setMontana(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum montana);
7901             
7902             /**
7903              * Sets (as xml) the "Montana" element
7904              */
7905             void xsetMontana(gov.grants.apply.system.globalLibraryV20.YesNoDataType montana);
7906             
7907             /**
7908              * Unsets the "Montana" element
7909              */
7910             void unsetMontana();
7911             
7912             /**
7913              * Gets the "Nebraska" element
7914              */
7915             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNebraska();
7916             
7917             /**
7918              * Gets (as xml) the "Nebraska" element
7919              */
7920             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNebraska();
7921             
7922             /**
7923              * True if has "Nebraska" element
7924              */
7925             boolean isSetNebraska();
7926             
7927             /**
7928              * Sets the "Nebraska" element
7929              */
7930             void setNebraska(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nebraska);
7931             
7932             /**
7933              * Sets (as xml) the "Nebraska" element
7934              */
7935             void xsetNebraska(gov.grants.apply.system.globalLibraryV20.YesNoDataType nebraska);
7936             
7937             /**
7938              * Unsets the "Nebraska" element
7939              */
7940             void unsetNebraska();
7941             
7942             /**
7943              * Gets the "Nevada" element
7944              */
7945             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNevada();
7946             
7947             /**
7948              * Gets (as xml) the "Nevada" element
7949              */
7950             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNevada();
7951             
7952             /**
7953              * True if has "Nevada" element
7954              */
7955             boolean isSetNevada();
7956             
7957             /**
7958              * Sets the "Nevada" element
7959              */
7960             void setNevada(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nevada);
7961             
7962             /**
7963              * Sets (as xml) the "Nevada" element
7964              */
7965             void xsetNevada(gov.grants.apply.system.globalLibraryV20.YesNoDataType nevada);
7966             
7967             /**
7968              * Unsets the "Nevada" element
7969              */
7970             void unsetNevada();
7971             
7972             /**
7973              * Gets the "NewHampshire" element
7974              */
7975             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewHampshire();
7976             
7977             /**
7978              * Gets (as xml) the "NewHampshire" element
7979              */
7980             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewHampshire();
7981             
7982             /**
7983              * True if has "NewHampshire" element
7984              */
7985             boolean isSetNewHampshire();
7986             
7987             /**
7988              * Sets the "NewHampshire" element
7989              */
7990             void setNewHampshire(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newHampshire);
7991             
7992             /**
7993              * Sets (as xml) the "NewHampshire" element
7994              */
7995             void xsetNewHampshire(gov.grants.apply.system.globalLibraryV20.YesNoDataType newHampshire);
7996             
7997             /**
7998              * Unsets the "NewHampshire" element
7999              */
8000             void unsetNewHampshire();
8001             
8002             /**
8003              * Gets the "NewJersey" element
8004              */
8005             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewJersey();
8006             
8007             /**
8008              * Gets (as xml) the "NewJersey" element
8009              */
8010             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewJersey();
8011             
8012             /**
8013              * True if has "NewJersey" element
8014              */
8015             boolean isSetNewJersey();
8016             
8017             /**
8018              * Sets the "NewJersey" element
8019              */
8020             void setNewJersey(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newJersey);
8021             
8022             /**
8023              * Sets (as xml) the "NewJersey" element
8024              */
8025             void xsetNewJersey(gov.grants.apply.system.globalLibraryV20.YesNoDataType newJersey);
8026             
8027             /**
8028              * Unsets the "NewJersey" element
8029              */
8030             void unsetNewJersey();
8031             
8032             /**
8033              * Gets the "NewMexico" element
8034              */
8035             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewMexico();
8036             
8037             /**
8038              * Gets (as xml) the "NewMexico" element
8039              */
8040             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewMexico();
8041             
8042             /**
8043              * True if has "NewMexico" element
8044              */
8045             boolean isSetNewMexico();
8046             
8047             /**
8048              * Sets the "NewMexico" element
8049              */
8050             void setNewMexico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newMexico);
8051             
8052             /**
8053              * Sets (as xml) the "NewMexico" element
8054              */
8055             void xsetNewMexico(gov.grants.apply.system.globalLibraryV20.YesNoDataType newMexico);
8056             
8057             /**
8058              * Unsets the "NewMexico" element
8059              */
8060             void unsetNewMexico();
8061             
8062             /**
8063              * Gets the "NewYork" element
8064              */
8065             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewYork();
8066             
8067             /**
8068              * Gets (as xml) the "NewYork" element
8069              */
8070             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewYork();
8071             
8072             /**
8073              * True if has "NewYork" element
8074              */
8075             boolean isSetNewYork();
8076             
8077             /**
8078              * Sets the "NewYork" element
8079              */
8080             void setNewYork(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newYork);
8081             
8082             /**
8083              * Sets (as xml) the "NewYork" element
8084              */
8085             void xsetNewYork(gov.grants.apply.system.globalLibraryV20.YesNoDataType newYork);
8086             
8087             /**
8088              * Unsets the "NewYork" element
8089              */
8090             void unsetNewYork();
8091             
8092             /**
8093              * Gets the "NorthCarolina" element
8094              */
8095             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthCarolina();
8096             
8097             /**
8098              * Gets (as xml) the "NorthCarolina" element
8099              */
8100             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthCarolina();
8101             
8102             /**
8103              * True if has "NorthCarolina" element
8104              */
8105             boolean isSetNorthCarolina();
8106             
8107             /**
8108              * Sets the "NorthCarolina" element
8109              */
8110             void setNorthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northCarolina);
8111             
8112             /**
8113              * Sets (as xml) the "NorthCarolina" element
8114              */
8115             void xsetNorthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType northCarolina);
8116             
8117             /**
8118              * Unsets the "NorthCarolina" element
8119              */
8120             void unsetNorthCarolina();
8121             
8122             /**
8123              * Gets the "NorthDakota" element
8124              */
8125             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthDakota();
8126             
8127             /**
8128              * Gets (as xml) the "NorthDakota" element
8129              */
8130             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthDakota();
8131             
8132             /**
8133              * True if has "NorthDakota" element
8134              */
8135             boolean isSetNorthDakota();
8136             
8137             /**
8138              * Sets the "NorthDakota" element
8139              */
8140             void setNorthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northDakota);
8141             
8142             /**
8143              * Sets (as xml) the "NorthDakota" element
8144              */
8145             void xsetNorthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType northDakota);
8146             
8147             /**
8148              * Unsets the "NorthDakota" element
8149              */
8150             void unsetNorthDakota();
8151             
8152             /**
8153              * Gets the "Ohio" element
8154              */
8155             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOhio();
8156             
8157             /**
8158              * Gets (as xml) the "Ohio" element
8159              */
8160             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOhio();
8161             
8162             /**
8163              * True if has "Ohio" element
8164              */
8165             boolean isSetOhio();
8166             
8167             /**
8168              * Sets the "Ohio" element
8169              */
8170             void setOhio(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ohio);
8171             
8172             /**
8173              * Sets (as xml) the "Ohio" element
8174              */
8175             void xsetOhio(gov.grants.apply.system.globalLibraryV20.YesNoDataType ohio);
8176             
8177             /**
8178              * Unsets the "Ohio" element
8179              */
8180             void unsetOhio();
8181             
8182             /**
8183              * Gets the "Oklahoma" element
8184              */
8185             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOklahoma();
8186             
8187             /**
8188              * Gets (as xml) the "Oklahoma" element
8189              */
8190             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOklahoma();
8191             
8192             /**
8193              * True if has "Oklahoma" element
8194              */
8195             boolean isSetOklahoma();
8196             
8197             /**
8198              * Sets the "Oklahoma" element
8199              */
8200             void setOklahoma(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oklahoma);
8201             
8202             /**
8203              * Sets (as xml) the "Oklahoma" element
8204              */
8205             void xsetOklahoma(gov.grants.apply.system.globalLibraryV20.YesNoDataType oklahoma);
8206             
8207             /**
8208              * Unsets the "Oklahoma" element
8209              */
8210             void unsetOklahoma();
8211             
8212             /**
8213              * Gets the "Oregon" element
8214              */
8215             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOregon();
8216             
8217             /**
8218              * Gets (as xml) the "Oregon" element
8219              */
8220             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOregon();
8221             
8222             /**
8223              * True if has "Oregon" element
8224              */
8225             boolean isSetOregon();
8226             
8227             /**
8228              * Sets the "Oregon" element
8229              */
8230             void setOregon(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oregon);
8231             
8232             /**
8233              * Sets (as xml) the "Oregon" element
8234              */
8235             void xsetOregon(gov.grants.apply.system.globalLibraryV20.YesNoDataType oregon);
8236             
8237             /**
8238              * Unsets the "Oregon" element
8239              */
8240             void unsetOregon();
8241             
8242             /**
8243              * Gets the "Pennsylvania" element
8244              */
8245             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPennsylvania();
8246             
8247             /**
8248              * Gets (as xml) the "Pennsylvania" element
8249              */
8250             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPennsylvania();
8251             
8252             /**
8253              * True if has "Pennsylvania" element
8254              */
8255             boolean isSetPennsylvania();
8256             
8257             /**
8258              * Sets the "Pennsylvania" element
8259              */
8260             void setPennsylvania(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pennsylvania);
8261             
8262             /**
8263              * Sets (as xml) the "Pennsylvania" element
8264              */
8265             void xsetPennsylvania(gov.grants.apply.system.globalLibraryV20.YesNoDataType pennsylvania);
8266             
8267             /**
8268              * Unsets the "Pennsylvania" element
8269              */
8270             void unsetPennsylvania();
8271             
8272             /**
8273              * Gets the "PuertoRico" element
8274              */
8275             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPuertoRico();
8276             
8277             /**
8278              * Gets (as xml) the "PuertoRico" element
8279              */
8280             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPuertoRico();
8281             
8282             /**
8283              * True if has "PuertoRico" element
8284              */
8285             boolean isSetPuertoRico();
8286             
8287             /**
8288              * Sets the "PuertoRico" element
8289              */
8290             void setPuertoRico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum puertoRico);
8291             
8292             /**
8293              * Sets (as xml) the "PuertoRico" element
8294              */
8295             void xsetPuertoRico(gov.grants.apply.system.globalLibraryV20.YesNoDataType puertoRico);
8296             
8297             /**
8298              * Unsets the "PuertoRico" element
8299              */
8300             void unsetPuertoRico();
8301             
8302             /**
8303              * Gets the "RhodeIsland" element
8304              */
8305             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhodeIsland();
8306             
8307             /**
8308              * Gets (as xml) the "RhodeIsland" element
8309              */
8310             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhodeIsland();
8311             
8312             /**
8313              * True if has "RhodeIsland" element
8314              */
8315             boolean isSetRhodeIsland();
8316             
8317             /**
8318              * Sets the "RhodeIsland" element
8319              */
8320             void setRhodeIsland(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhodeIsland);
8321             
8322             /**
8323              * Sets (as xml) the "RhodeIsland" element
8324              */
8325             void xsetRhodeIsland(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhodeIsland);
8326             
8327             /**
8328              * Unsets the "RhodeIsland" element
8329              */
8330             void unsetRhodeIsland();
8331             
8332             /**
8333              * Gets the "SouthCarolina" element
8334              */
8335             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthCarolina();
8336             
8337             /**
8338              * Gets (as xml) the "SouthCarolina" element
8339              */
8340             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthCarolina();
8341             
8342             /**
8343              * True if has "SouthCarolina" element
8344              */
8345             boolean isSetSouthCarolina();
8346             
8347             /**
8348              * Sets the "SouthCarolina" element
8349              */
8350             void setSouthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southCarolina);
8351             
8352             /**
8353              * Sets (as xml) the "SouthCarolina" element
8354              */
8355             void xsetSouthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType southCarolina);
8356             
8357             /**
8358              * Unsets the "SouthCarolina" element
8359              */
8360             void unsetSouthCarolina();
8361             
8362             /**
8363              * Gets the "SouthDakota" element
8364              */
8365             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthDakota();
8366             
8367             /**
8368              * Gets (as xml) the "SouthDakota" element
8369              */
8370             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthDakota();
8371             
8372             /**
8373              * True if has "SouthDakota" element
8374              */
8375             boolean isSetSouthDakota();
8376             
8377             /**
8378              * Sets the "SouthDakota" element
8379              */
8380             void setSouthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southDakota);
8381             
8382             /**
8383              * Sets (as xml) the "SouthDakota" element
8384              */
8385             void xsetSouthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType southDakota);
8386             
8387             /**
8388              * Unsets the "SouthDakota" element
8389              */
8390             void unsetSouthDakota();
8391             
8392             /**
8393              * Gets the "Tennessee" element
8394              */
8395             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTennessee();
8396             
8397             /**
8398              * Gets (as xml) the "Tennessee" element
8399              */
8400             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTennessee();
8401             
8402             /**
8403              * True if has "Tennessee" element
8404              */
8405             boolean isSetTennessee();
8406             
8407             /**
8408              * Sets the "Tennessee" element
8409              */
8410             void setTennessee(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tennessee);
8411             
8412             /**
8413              * Sets (as xml) the "Tennessee" element
8414              */
8415             void xsetTennessee(gov.grants.apply.system.globalLibraryV20.YesNoDataType tennessee);
8416             
8417             /**
8418              * Unsets the "Tennessee" element
8419              */
8420             void unsetTennessee();
8421             
8422             /**
8423              * Gets the "Texas" element
8424              */
8425             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTexas();
8426             
8427             /**
8428              * Gets (as xml) the "Texas" element
8429              */
8430             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTexas();
8431             
8432             /**
8433              * True if has "Texas" element
8434              */
8435             boolean isSetTexas();
8436             
8437             /**
8438              * Sets the "Texas" element
8439              */
8440             void setTexas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum texas);
8441             
8442             /**
8443              * Sets (as xml) the "Texas" element
8444              */
8445             void xsetTexas(gov.grants.apply.system.globalLibraryV20.YesNoDataType texas);
8446             
8447             /**
8448              * Unsets the "Texas" element
8449              */
8450             void unsetTexas();
8451             
8452             /**
8453              * Gets the "USVirginIslands" element
8454              */
8455             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUSVirginIslands();
8456             
8457             /**
8458              * Gets (as xml) the "USVirginIslands" element
8459              */
8460             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUSVirginIslands();
8461             
8462             /**
8463              * True if has "USVirginIslands" element
8464              */
8465             boolean isSetUSVirginIslands();
8466             
8467             /**
8468              * Sets the "USVirginIslands" element
8469              */
8470             void setUSVirginIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum usVirginIslands);
8471             
8472             /**
8473              * Sets (as xml) the "USVirginIslands" element
8474              */
8475             void xsetUSVirginIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType usVirginIslands);
8476             
8477             /**
8478              * Unsets the "USVirginIslands" element
8479              */
8480             void unsetUSVirginIslands();
8481             
8482             /**
8483              * Gets the "Utah" element
8484              */
8485             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUtah();
8486             
8487             /**
8488              * Gets (as xml) the "Utah" element
8489              */
8490             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUtah();
8491             
8492             /**
8493              * True if has "Utah" element
8494              */
8495             boolean isSetUtah();
8496             
8497             /**
8498              * Sets the "Utah" element
8499              */
8500             void setUtah(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum utah);
8501             
8502             /**
8503              * Sets (as xml) the "Utah" element
8504              */
8505             void xsetUtah(gov.grants.apply.system.globalLibraryV20.YesNoDataType utah);
8506             
8507             /**
8508              * Unsets the "Utah" element
8509              */
8510             void unsetUtah();
8511             
8512             /**
8513              * Gets the "Vermont" element
8514              */
8515             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVermont();
8516             
8517             /**
8518              * Gets (as xml) the "Vermont" element
8519              */
8520             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVermont();
8521             
8522             /**
8523              * True if has "Vermont" element
8524              */
8525             boolean isSetVermont();
8526             
8527             /**
8528              * Sets the "Vermont" element
8529              */
8530             void setVermont(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vermont);
8531             
8532             /**
8533              * Sets (as xml) the "Vermont" element
8534              */
8535             void xsetVermont(gov.grants.apply.system.globalLibraryV20.YesNoDataType vermont);
8536             
8537             /**
8538              * Unsets the "Vermont" element
8539              */
8540             void unsetVermont();
8541             
8542             /**
8543              * Gets the "Virginia" element
8544              */
8545             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVirginia();
8546             
8547             /**
8548              * Gets (as xml) the "Virginia" element
8549              */
8550             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVirginia();
8551             
8552             /**
8553              * True if has "Virginia" element
8554              */
8555             boolean isSetVirginia();
8556             
8557             /**
8558              * Sets the "Virginia" element
8559              */
8560             void setVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum virginia);
8561             
8562             /**
8563              * Sets (as xml) the "Virginia" element
8564              */
8565             void xsetVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType virginia);
8566             
8567             /**
8568              * Unsets the "Virginia" element
8569              */
8570             void unsetVirginia();
8571             
8572             /**
8573              * Gets the "Washington" element
8574              */
8575             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWashington();
8576             
8577             /**
8578              * Gets (as xml) the "Washington" element
8579              */
8580             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWashington();
8581             
8582             /**
8583              * True if has "Washington" element
8584              */
8585             boolean isSetWashington();
8586             
8587             /**
8588              * Sets the "Washington" element
8589              */
8590             void setWashington(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum washington);
8591             
8592             /**
8593              * Sets (as xml) the "Washington" element
8594              */
8595             void xsetWashington(gov.grants.apply.system.globalLibraryV20.YesNoDataType washington);
8596             
8597             /**
8598              * Unsets the "Washington" element
8599              */
8600             void unsetWashington();
8601             
8602             /**
8603              * Gets the "WestVirginia" element
8604              */
8605             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWestVirginia();
8606             
8607             /**
8608              * Gets (as xml) the "WestVirginia" element
8609              */
8610             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWestVirginia();
8611             
8612             /**
8613              * True if has "WestVirginia" element
8614              */
8615             boolean isSetWestVirginia();
8616             
8617             /**
8618              * Sets the "WestVirginia" element
8619              */
8620             void setWestVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum westVirginia);
8621             
8622             /**
8623              * Sets (as xml) the "WestVirginia" element
8624              */
8625             void xsetWestVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType westVirginia);
8626             
8627             /**
8628              * Unsets the "WestVirginia" element
8629              */
8630             void unsetWestVirginia();
8631             
8632             /**
8633              * Gets the "Wisconsin" element
8634              */
8635             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWisconsin();
8636             
8637             /**
8638              * Gets (as xml) the "Wisconsin" element
8639              */
8640             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWisconsin();
8641             
8642             /**
8643              * True if has "Wisconsin" element
8644              */
8645             boolean isSetWisconsin();
8646             
8647             /**
8648              * Sets the "Wisconsin" element
8649              */
8650             void setWisconsin(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wisconsin);
8651             
8652             /**
8653              * Sets (as xml) the "Wisconsin" element
8654              */
8655             void xsetWisconsin(gov.grants.apply.system.globalLibraryV20.YesNoDataType wisconsin);
8656             
8657             /**
8658              * Unsets the "Wisconsin" element
8659              */
8660             void unsetWisconsin();
8661             
8662             /**
8663              * Gets the "Wyoming" element
8664              */
8665             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWyoming();
8666             
8667             /**
8668              * Gets (as xml) the "Wyoming" element
8669              */
8670             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWyoming();
8671             
8672             /**
8673              * True if has "Wyoming" element
8674              */
8675             boolean isSetWyoming();
8676             
8677             /**
8678              * Sets the "Wyoming" element
8679              */
8680             void setWyoming(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wyoming);
8681             
8682             /**
8683              * Sets (as xml) the "Wyoming" element
8684              */
8685             void xsetWyoming(gov.grants.apply.system.globalLibraryV20.YesNoDataType wyoming);
8686             
8687             /**
8688              * Unsets the "Wyoming" element
8689              */
8690             void unsetWyoming();
8691             
8692             /**
8693              * A factory class with static methods for creating instances
8694              * of this type.
8695              */
8696             
8697             public static final class Factory
8698             {
8699                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed newInstance() {
8700                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
8701                 
8702                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed newInstance(org.apache.xmlbeans.XmlOptions options) {
8703                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
8704                 
8705                 private Factory() { } // No instance of this class allowed
8706             }
8707         }
8708         
8709         /**
8710          * An XML MarketProfile(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
8711          *
8712          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$MarketProfile.
8713          */
8714         public interface MarketProfile extends org.apache.xmlbeans.XmlString
8715         {
8716             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
8717                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MarketProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("marketprofilebcd9elemtype");
8718             
8719             /**
8720              * A factory class with static methods for creating instances
8721              * of this type.
8722              */
8723             
8724             public static final class Factory
8725             {
8726                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile newValue(java.lang.Object obj) {
8727                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile) type.newValue( obj ); }
8728                 
8729                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile newInstance() {
8730                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
8731                 
8732                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
8733                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MarketProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
8734                 
8735                 private Factory() { } // No instance of this class allowed
8736             }
8737         }
8738         
8739         /**
8740          * An XML QuantitativeDistress(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
8741          *
8742          * This is a complex type.
8743          */
8744         public interface QuantitativeDistress extends org.apache.xmlbeans.XmlObject
8745         {
8746             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
8747                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QuantitativeDistress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("quantitativedistress2da6elemtype");
8748             
8749             /**
8750              * Gets array of all "DistressItem" elements
8751              */
8752             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem[] getDistressItemArray();
8753             
8754             /**
8755              * Gets ith "DistressItem" element
8756              */
8757             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem getDistressItemArray(int i);
8758             
8759             /**
8760              * Returns number of "DistressItem" element
8761              */
8762             int sizeOfDistressItemArray();
8763             
8764             /**
8765              * Sets array of all "DistressItem" element
8766              */
8767             void setDistressItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem[] distressItemArray);
8768             
8769             /**
8770              * Sets ith "DistressItem" element
8771              */
8772             void setDistressItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem distressItem);
8773             
8774             /**
8775              * Inserts and returns a new empty value (as xml) as the ith "DistressItem" element
8776              */
8777             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem insertNewDistressItem(int i);
8778             
8779             /**
8780              * Appends and returns a new empty value (as xml) as the last "DistressItem" element
8781              */
8782             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem addNewDistressItem();
8783             
8784             /**
8785              * Removes the ith "DistressItem" element
8786              */
8787             void removeDistressItem(int i);
8788             
8789             /**
8790              * Gets the "FinalScore" element
8791              */
8792             int getFinalScore();
8793             
8794             /**
8795              * Gets (as xml) the "FinalScore" element
8796              */
8797             gov.grants.apply.forms.cdfi2011V10.CDFI20110To5DataType xgetFinalScore();
8798             
8799             /**
8800              * True if has "FinalScore" element
8801              */
8802             boolean isSetFinalScore();
8803             
8804             /**
8805              * Sets the "FinalScore" element
8806              */
8807             void setFinalScore(int finalScore);
8808             
8809             /**
8810              * Sets (as xml) the "FinalScore" element
8811              */
8812             void xsetFinalScore(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5DataType finalScore);
8813             
8814             /**
8815              * Unsets the "FinalScore" element
8816              */
8817             void unsetFinalScore();
8818             
8819             /**
8820              * An XML DistressItem(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
8821              *
8822              * This is a complex type.
8823              */
8824             public interface DistressItem extends org.apache.xmlbeans.XmlObject
8825             {
8826                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
8827                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DistressItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("distressitemeb8eelemtype");
8828                 
8829                 /**
8830                  * Gets the "CountyServed" element
8831                  */
8832                 java.lang.String getCountyServed();
8833                 
8834                 /**
8835                  * Gets (as xml) the "CountyServed" element
8836                  */
8837                 gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetCountyServed();
8838                 
8839                 /**
8840                  * Sets the "CountyServed" element
8841                  */
8842                 void setCountyServed(java.lang.String countyServed);
8843                 
8844                 /**
8845                  * Sets (as xml) the "CountyServed" element
8846                  */
8847                 void xsetCountyServed(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType countyServed);
8848                 
8849                 /**
8850                  * Gets the "StateServed" element
8851                  */
8852                 java.lang.String getStateServed();
8853                 
8854                 /**
8855                  * Gets (as xml) the "StateServed" element
8856                  */
8857                 gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetStateServed();
8858                 
8859                 /**
8860                  * Sets the "StateServed" element
8861                  */
8862                 void setStateServed(java.lang.String stateServed);
8863                 
8864                 /**
8865                  * Sets (as xml) the "StateServed" element
8866                  */
8867                 void xsetStateServed(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType stateServed);
8868                 
8869                 /**
8870                  * Gets the "Score" element
8871                  */
8872                 int getScore();
8873                 
8874                 /**
8875                  * Gets (as xml) the "Score" element
8876                  */
8877                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To5DataType xgetScore();
8878                 
8879                 /**
8880                  * Sets the "Score" element
8881                  */
8882                 void setScore(int score);
8883                 
8884                 /**
8885                  * Sets (as xml) the "Score" element
8886                  */
8887                 void xsetScore(gov.grants.apply.forms.cdfi2011V10.CDFI20110To5DataType score);
8888                 
8889                 /**
8890                  * A factory class with static methods for creating instances
8891                  * of this type.
8892                  */
8893                 
8894                 public static final class Factory
8895                 {
8896                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem newInstance() {
8897                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
8898                     
8899                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem newInstance(org.apache.xmlbeans.XmlOptions options) {
8900                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress.DistressItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
8901                     
8902                     private Factory() { } // No instance of this class allowed
8903                 }
8904             }
8905             
8906             /**
8907              * A factory class with static methods for creating instances
8908              * of this type.
8909              */
8910             
8911             public static final class Factory
8912             {
8913                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress newInstance() {
8914                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
8915                 
8916                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress newInstance(org.apache.xmlbeans.XmlOptions options) {
8917                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QuantitativeDistress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
8918                 
8919                 private Factory() { } // No instance of this class allowed
8920             }
8921         }
8922         
8923         /**
8924          * An XML PrimaryBusiness(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
8925          *
8926          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$PrimaryBusiness.
8927          */
8928         public interface PrimaryBusiness extends org.apache.xmlbeans.XmlString
8929         {
8930             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
8931                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrimaryBusiness.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("primarybusiness1de4elemtype");
8932             
8933             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
8934             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
8935             
8936             static final Enum AFFORDABLE_HOUSING = Enum.forString("Affordable Housing");
8937             static final Enum CONSUMER_FINANCE = Enum.forString("Consumer Finance");
8938             static final Enum MICROENTERPRISE = Enum.forString("Microenterprise");
8939             static final Enum SMALL_BUSINESS = Enum.forString("Small Business");
8940             static final Enum COMMERCIAL = Enum.forString("Commercial");
8941             static final Enum RETAIL = Enum.forString("Retail");
8942             
8943             static final int INT_AFFORDABLE_HOUSING = Enum.INT_AFFORDABLE_HOUSING;
8944             static final int INT_CONSUMER_FINANCE = Enum.INT_CONSUMER_FINANCE;
8945             static final int INT_MICROENTERPRISE = Enum.INT_MICROENTERPRISE;
8946             static final int INT_SMALL_BUSINESS = Enum.INT_SMALL_BUSINESS;
8947             static final int INT_COMMERCIAL = Enum.INT_COMMERCIAL;
8948             static final int INT_RETAIL = Enum.INT_RETAIL;
8949             
8950             /**
8951              * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$PrimaryBusiness.
8952              * These enum values can be used as follows:
8953              * <pre>
8954              * enum.toString(); // returns the string value of the enum
8955              * enum.intValue(); // returns an int value, useful for switches
8956              * // e.g., case Enum.INT_AFFORDABLE_HOUSING
8957              * Enum.forString(s); // returns the enum value for a string
8958              * Enum.forInt(i); // returns the enum value for an int
8959              * </pre>
8960              * Enumeration objects are immutable singleton objects that
8961              * can be compared using == object equality. They have no
8962              * public constructor. See the constants defined within this
8963              * class for all the valid values.
8964              */
8965             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
8966             {
8967                 /**
8968                  * Returns the enum value for a string, or null if none.
8969                  */
8970                 public static Enum forString(java.lang.String s)
8971                     { return (Enum)table.forString(s); }
8972                 /**
8973                  * Returns the enum value corresponding to an int, or null if none.
8974                  */
8975                 public static Enum forInt(int i)
8976                     { return (Enum)table.forInt(i); }
8977                 
8978                 private Enum(java.lang.String s, int i)
8979                     { super(s, i); }
8980                 
8981                 static final int INT_AFFORDABLE_HOUSING = 1;
8982                 static final int INT_CONSUMER_FINANCE = 2;
8983                 static final int INT_MICROENTERPRISE = 3;
8984                 static final int INT_SMALL_BUSINESS = 4;
8985                 static final int INT_COMMERCIAL = 5;
8986                 static final int INT_RETAIL = 6;
8987                 
8988                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
8989                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
8990                 (
8991                     new Enum[]
8992                     {
8993                       new Enum("Affordable Housing", INT_AFFORDABLE_HOUSING),
8994                       new Enum("Consumer Finance", INT_CONSUMER_FINANCE),
8995                       new Enum("Microenterprise", INT_MICROENTERPRISE),
8996                       new Enum("Small Business", INT_SMALL_BUSINESS),
8997                       new Enum("Commercial", INT_COMMERCIAL),
8998                       new Enum("Retail", INT_RETAIL),
8999                     }
9000                 );
9001                 private static final long serialVersionUID = 1L;
9002                 private java.lang.Object readResolve() { return forInt(intValue()); } 
9003             }
9004             
9005             /**
9006              * A factory class with static methods for creating instances
9007              * of this type.
9008              */
9009             
9010             public static final class Factory
9011             {
9012                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness newValue(java.lang.Object obj) {
9013                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness) type.newValue( obj ); }
9014                 
9015                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness newInstance() {
9016                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
9017                 
9018                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
9019                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PrimaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
9020                 
9021                 private Factory() { } // No instance of this class allowed
9022             }
9023         }
9024         
9025         /**
9026          * An XML SecondaryBusiness(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
9027          *
9028          * This is a complex type.
9029          */
9030         public interface SecondaryBusiness extends org.apache.xmlbeans.XmlObject
9031         {
9032             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
9033                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecondaryBusiness.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("secondarybusinessa5b2elemtype");
9034             
9035             /**
9036              * Gets the "AffordableHousing" element
9037              */
9038             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordableHousing();
9039             
9040             /**
9041              * Gets (as xml) the "AffordableHousing" element
9042              */
9043             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordableHousing();
9044             
9045             /**
9046              * True if has "AffordableHousing" element
9047              */
9048             boolean isSetAffordableHousing();
9049             
9050             /**
9051              * Sets the "AffordableHousing" element
9052              */
9053             void setAffordableHousing(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordableHousing);
9054             
9055             /**
9056              * Sets (as xml) the "AffordableHousing" element
9057              */
9058             void xsetAffordableHousing(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordableHousing);
9059             
9060             /**
9061              * Unsets the "AffordableHousing" element
9062              */
9063             void unsetAffordableHousing();
9064             
9065             /**
9066              * Gets the "ConsumerFinance" element
9067              */
9068             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConsumerFinance();
9069             
9070             /**
9071              * Gets (as xml) the "ConsumerFinance" element
9072              */
9073             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConsumerFinance();
9074             
9075             /**
9076              * True if has "ConsumerFinance" element
9077              */
9078             boolean isSetConsumerFinance();
9079             
9080             /**
9081              * Sets the "ConsumerFinance" element
9082              */
9083             void setConsumerFinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum consumerFinance);
9084             
9085             /**
9086              * Sets (as xml) the "ConsumerFinance" element
9087              */
9088             void xsetConsumerFinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType consumerFinance);
9089             
9090             /**
9091              * Unsets the "ConsumerFinance" element
9092              */
9093             void unsetConsumerFinance();
9094             
9095             /**
9096              * Gets the "Microenterprise" element
9097              */
9098             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicroenterprise();
9099             
9100             /**
9101              * Gets (as xml) the "Microenterprise" element
9102              */
9103             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicroenterprise();
9104             
9105             /**
9106              * True if has "Microenterprise" element
9107              */
9108             boolean isSetMicroenterprise();
9109             
9110             /**
9111              * Sets the "Microenterprise" element
9112              */
9113             void setMicroenterprise(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum microenterprise);
9114             
9115             /**
9116              * Sets (as xml) the "Microenterprise" element
9117              */
9118             void xsetMicroenterprise(gov.grants.apply.system.globalLibraryV20.YesNoDataType microenterprise);
9119             
9120             /**
9121              * Unsets the "Microenterprise" element
9122              */
9123             void unsetMicroenterprise();
9124             
9125             /**
9126              * Gets the "SmallBusiness" element
9127              */
9128             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSmallBusiness();
9129             
9130             /**
9131              * Gets (as xml) the "SmallBusiness" element
9132              */
9133             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSmallBusiness();
9134             
9135             /**
9136              * True if has "SmallBusiness" element
9137              */
9138             boolean isSetSmallBusiness();
9139             
9140             /**
9141              * Sets the "SmallBusiness" element
9142              */
9143             void setSmallBusiness(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum smallBusiness);
9144             
9145             /**
9146              * Sets (as xml) the "SmallBusiness" element
9147              */
9148             void xsetSmallBusiness(gov.grants.apply.system.globalLibraryV20.YesNoDataType smallBusiness);
9149             
9150             /**
9151              * Unsets the "SmallBusiness" element
9152              */
9153             void unsetSmallBusiness();
9154             
9155             /**
9156              * Gets the "Commercial" element
9157              */
9158             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCommercial();
9159             
9160             /**
9161              * Gets (as xml) the "Commercial" element
9162              */
9163             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCommercial();
9164             
9165             /**
9166              * True if has "Commercial" element
9167              */
9168             boolean isSetCommercial();
9169             
9170             /**
9171              * Sets the "Commercial" element
9172              */
9173             void setCommercial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum commercial);
9174             
9175             /**
9176              * Sets (as xml) the "Commercial" element
9177              */
9178             void xsetCommercial(gov.grants.apply.system.globalLibraryV20.YesNoDataType commercial);
9179             
9180             /**
9181              * Unsets the "Commercial" element
9182              */
9183             void unsetCommercial();
9184             
9185             /**
9186              * Gets the "Retail" element
9187              */
9188             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRetail();
9189             
9190             /**
9191              * Gets (as xml) the "Retail" element
9192              */
9193             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRetail();
9194             
9195             /**
9196              * True if has "Retail" element
9197              */
9198             boolean isSetRetail();
9199             
9200             /**
9201              * Sets the "Retail" element
9202              */
9203             void setRetail(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum retail);
9204             
9205             /**
9206              * Sets (as xml) the "Retail" element
9207              */
9208             void xsetRetail(gov.grants.apply.system.globalLibraryV20.YesNoDataType retail);
9209             
9210             /**
9211              * Unsets the "Retail" element
9212              */
9213             void unsetRetail();
9214             
9215             /**
9216              * A factory class with static methods for creating instances
9217              * of this type.
9218              */
9219             
9220             public static final class Factory
9221             {
9222                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness newInstance() {
9223                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
9224                 
9225                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
9226                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.SecondaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
9227                 
9228                 private Factory() { } // No instance of this class allowed
9229             }
9230         }
9231         
9232         /**
9233          * An XML ProductsOffered(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
9234          *
9235          * This is a complex type.
9236          */
9237         public interface ProductsOffered extends org.apache.xmlbeans.XmlObject
9238         {
9239             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
9240                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProductsOffered.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("productsofferedacefelemtype");
9241             
9242             /**
9243              * Gets the "IndividualDevelopmentAccounts" element
9244              */
9245             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIndividualDevelopmentAccounts();
9246             
9247             /**
9248              * Gets (as xml) the "IndividualDevelopmentAccounts" element
9249              */
9250             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIndividualDevelopmentAccounts();
9251             
9252             /**
9253              * True if has "IndividualDevelopmentAccounts" element
9254              */
9255             boolean isSetIndividualDevelopmentAccounts();
9256             
9257             /**
9258              * Sets the "IndividualDevelopmentAccounts" element
9259              */
9260             void setIndividualDevelopmentAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum individualDevelopmentAccounts);
9261             
9262             /**
9263              * Sets (as xml) the "IndividualDevelopmentAccounts" element
9264              */
9265             void xsetIndividualDevelopmentAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType individualDevelopmentAccounts);
9266             
9267             /**
9268              * Unsets the "IndividualDevelopmentAccounts" element
9269              */
9270             void unsetIndividualDevelopmentAccounts();
9271             
9272             /**
9273              * Gets the "NoCostAccounts" element
9274              */
9275             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNoCostAccounts();
9276             
9277             /**
9278              * Gets (as xml) the "NoCostAccounts" element
9279              */
9280             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNoCostAccounts();
9281             
9282             /**
9283              * True if has "NoCostAccounts" element
9284              */
9285             boolean isSetNoCostAccounts();
9286             
9287             /**
9288              * Sets the "NoCostAccounts" element
9289              */
9290             void setNoCostAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum noCostAccounts);
9291             
9292             /**
9293              * Sets (as xml) the "NoCostAccounts" element
9294              */
9295             void xsetNoCostAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType noCostAccounts);
9296             
9297             /**
9298              * Unsets the "NoCostAccounts" element
9299              */
9300             void unsetNoCostAccounts();
9301             
9302             /**
9303              * Gets the "LoansToRefinance" element
9304              */
9305             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLoansToRefinance();
9306             
9307             /**
9308              * Gets (as xml) the "LoansToRefinance" element
9309              */
9310             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLoansToRefinance();
9311             
9312             /**
9313              * True if has "LoansToRefinance" element
9314              */
9315             boolean isSetLoansToRefinance();
9316             
9317             /**
9318              * Sets the "LoansToRefinance" element
9319              */
9320             void setLoansToRefinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum loansToRefinance);
9321             
9322             /**
9323              * Sets (as xml) the "LoansToRefinance" element
9324              */
9325             void xsetLoansToRefinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType loansToRefinance);
9326             
9327             /**
9328              * Unsets the "LoansToRefinance" element
9329              */
9330             void unsetLoansToRefinance();
9331             
9332             /**
9333              * Gets the "LoansToBuild" element
9334              */
9335             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLoansToBuild();
9336             
9337             /**
9338              * Gets (as xml) the "LoansToBuild" element
9339              */
9340             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLoansToBuild();
9341             
9342             /**
9343              * True if has "LoansToBuild" element
9344              */
9345             boolean isSetLoansToBuild();
9346             
9347             /**
9348              * Sets the "LoansToBuild" element
9349              */
9350             void setLoansToBuild(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum loansToBuild);
9351             
9352             /**
9353              * Sets (as xml) the "LoansToBuild" element
9354              */
9355             void xsetLoansToBuild(gov.grants.apply.system.globalLibraryV20.YesNoDataType loansToBuild);
9356             
9357             /**
9358              * Unsets the "LoansToBuild" element
9359              */
9360             void unsetLoansToBuild();
9361             
9362             /**
9363              * Gets the "ShortTerm" element
9364              */
9365             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getShortTerm();
9366             
9367             /**
9368              * Gets (as xml) the "ShortTerm" element
9369              */
9370             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetShortTerm();
9371             
9372             /**
9373              * True if has "ShortTerm" element
9374              */
9375             boolean isSetShortTerm();
9376             
9377             /**
9378              * Sets the "ShortTerm" element
9379              */
9380             void setShortTerm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum shortTerm);
9381             
9382             /**
9383              * Sets (as xml) the "ShortTerm" element
9384              */
9385             void xsetShortTerm(gov.grants.apply.system.globalLibraryV20.YesNoDataType shortTerm);
9386             
9387             /**
9388              * Unsets the "ShortTerm" element
9389              */
9390             void unsetShortTerm();
9391             
9392             /**
9393              * Gets the "QID_56" element
9394              */
9395             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID56();
9396             
9397             /**
9398              * Gets (as xml) the "QID_56" element
9399              */
9400             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID56();
9401             
9402             /**
9403              * True if has "QID_56" element
9404              */
9405             boolean isSetQID56();
9406             
9407             /**
9408              * Sets the "QID_56" element
9409              */
9410             void setQID56(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid56);
9411             
9412             /**
9413              * Sets (as xml) the "QID_56" element
9414              */
9415             void xsetQID56(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid56);
9416             
9417             /**
9418              * Unsets the "QID_56" element
9419              */
9420             void unsetQID56();
9421             
9422             /**
9423              * Gets the "QID_62" element
9424              */
9425             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID62();
9426             
9427             /**
9428              * Gets (as xml) the "QID_62" element
9429              */
9430             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID62();
9431             
9432             /**
9433              * True if has "QID_62" element
9434              */
9435             boolean isSetQID62();
9436             
9437             /**
9438              * Sets the "QID_62" element
9439              */
9440             void setQID62(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid62);
9441             
9442             /**
9443              * Sets (as xml) the "QID_62" element
9444              */
9445             void xsetQID62(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid62);
9446             
9447             /**
9448              * Unsets the "QID_62" element
9449              */
9450             void unsetQID62();
9451             
9452             /**
9453              * Gets the "ServicesToDisabled" element
9454              */
9455             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getServicesToDisabled();
9456             
9457             /**
9458              * Gets (as xml) the "ServicesToDisabled" element
9459              */
9460             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetServicesToDisabled();
9461             
9462             /**
9463              * True if has "ServicesToDisabled" element
9464              */
9465             boolean isSetServicesToDisabled();
9466             
9467             /**
9468              * Sets the "ServicesToDisabled" element
9469              */
9470             void setServicesToDisabled(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum servicesToDisabled);
9471             
9472             /**
9473              * Sets (as xml) the "ServicesToDisabled" element
9474              */
9475             void xsetServicesToDisabled(gov.grants.apply.system.globalLibraryV20.YesNoDataType servicesToDisabled);
9476             
9477             /**
9478              * Unsets the "ServicesToDisabled" element
9479              */
9480             void unsetServicesToDisabled();
9481             
9482             /**
9483              * Gets the "EquityInvestments" element
9484              */
9485             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEquityInvestments();
9486             
9487             /**
9488              * Gets (as xml) the "EquityInvestments" element
9489              */
9490             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEquityInvestments();
9491             
9492             /**
9493              * True if has "EquityInvestments" element
9494              */
9495             boolean isSetEquityInvestments();
9496             
9497             /**
9498              * Sets the "EquityInvestments" element
9499              */
9500             void setEquityInvestments(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum equityInvestments);
9501             
9502             /**
9503              * Sets (as xml) the "EquityInvestments" element
9504              */
9505             void xsetEquityInvestments(gov.grants.apply.system.globalLibraryV20.YesNoDataType equityInvestments);
9506             
9507             /**
9508              * Unsets the "EquityInvestments" element
9509              */
9510             void unsetEquityInvestments();
9511             
9512             /**
9513              * A factory class with static methods for creating instances
9514              * of this type.
9515              */
9516             
9517             public static final class Factory
9518             {
9519                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered newInstance() {
9520                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
9521                 
9522                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered newInstance(org.apache.xmlbeans.XmlOptions options) {
9523                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
9524                 
9525                 private Factory() { } // No instance of this class allowed
9526             }
9527         }
9528         
9529         /**
9530          * An XML CustomerProfile(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
9531          *
9532          * This is a complex type.
9533          */
9534         public interface CustomerProfile extends org.apache.xmlbeans.XmlObject
9535         {
9536             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
9537                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CustomerProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("customerprofile677belemtype");
9538             
9539             /**
9540              * Gets the "OtherDescription" element
9541              */
9542             java.lang.String getOtherDescription();
9543             
9544             /**
9545              * Gets (as xml) the "OtherDescription" element
9546              */
9547             gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType xgetOtherDescription();
9548             
9549             /**
9550              * True if has "OtherDescription" element
9551              */
9552             boolean isSetOtherDescription();
9553             
9554             /**
9555              * Sets the "OtherDescription" element
9556              */
9557             void setOtherDescription(java.lang.String otherDescription);
9558             
9559             /**
9560              * Sets (as xml) the "OtherDescription" element
9561              */
9562             void xsetOtherDescription(gov.grants.apply.forms.cdfi2011V10.CDFI2011String30DataType otherDescription);
9563             
9564             /**
9565              * Unsets the "OtherDescription" element
9566              */
9567             void unsetOtherDescription();
9568             
9569             /**
9570              * Gets the "AllActivities" element
9571              */
9572             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities getAllActivities();
9573             
9574             /**
9575              * True if has "AllActivities" element
9576              */
9577             boolean isSetAllActivities();
9578             
9579             /**
9580              * Sets the "AllActivities" element
9581              */
9582             void setAllActivities(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities allActivities);
9583             
9584             /**
9585              * Appends and returns a new empty "AllActivities" element
9586              */
9587             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities addNewAllActivities();
9588             
9589             /**
9590              * Unsets the "AllActivities" element
9591              */
9592             void unsetAllActivities();
9593             
9594             /**
9595              * Gets array of all "OptionalProduct" elements
9596              */
9597             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct[] getOptionalProductArray();
9598             
9599             /**
9600              * Gets ith "OptionalProduct" element
9601              */
9602             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct getOptionalProductArray(int i);
9603             
9604             /**
9605              * Returns number of "OptionalProduct" element
9606              */
9607             int sizeOfOptionalProductArray();
9608             
9609             /**
9610              * Sets array of all "OptionalProduct" element
9611              */
9612             void setOptionalProductArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct[] optionalProductArray);
9613             
9614             /**
9615              * Sets ith "OptionalProduct" element
9616              */
9617             void setOptionalProductArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct optionalProduct);
9618             
9619             /**
9620              * Inserts and returns a new empty value (as xml) as the ith "OptionalProduct" element
9621              */
9622             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct insertNewOptionalProduct(int i);
9623             
9624             /**
9625              * Appends and returns a new empty value (as xml) as the last "OptionalProduct" element
9626              */
9627             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct addNewOptionalProduct();
9628             
9629             /**
9630              * Removes the ith "OptionalProduct" element
9631              */
9632             void removeOptionalProduct(int i);
9633             
9634             /**
9635              * An XML AllActivities(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
9636              *
9637              * This is a complex type.
9638              */
9639             public interface AllActivities extends org.apache.xmlbeans.XmlObject
9640             {
9641                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
9642                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("allactivities2b81elemtype");
9643                 
9644                 /**
9645                  * Gets the "Area" element
9646                  */
9647                 int getArea();
9648                 
9649                 /**
9650                  * Gets (as xml) the "Area" element
9651                  */
9652                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetArea();
9653                 
9654                 /**
9655                  * True if has "Area" element
9656                  */
9657                 boolean isSetArea();
9658                 
9659                 /**
9660                  * Sets the "Area" element
9661                  */
9662                 void setArea(int area);
9663                 
9664                 /**
9665                  * Sets (as xml) the "Area" element
9666                  */
9667                 void xsetArea(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType area);
9668                 
9669                 /**
9670                  * Unsets the "Area" element
9671                  */
9672                 void unsetArea();
9673                 
9674                 /**
9675                  * Gets the "ModerateIncome" element
9676                  */
9677                 int getModerateIncome();
9678                 
9679                 /**
9680                  * Gets (as xml) the "ModerateIncome" element
9681                  */
9682                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetModerateIncome();
9683                 
9684                 /**
9685                  * True if has "ModerateIncome" element
9686                  */
9687                 boolean isSetModerateIncome();
9688                 
9689                 /**
9690                  * Sets the "ModerateIncome" element
9691                  */
9692                 void setModerateIncome(int moderateIncome);
9693                 
9694                 /**
9695                  * Sets (as xml) the "ModerateIncome" element
9696                  */
9697                 void xsetModerateIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType moderateIncome);
9698                 
9699                 /**
9700                  * Unsets the "ModerateIncome" element
9701                  */
9702                 void unsetModerateIncome();
9703                 
9704                 /**
9705                  * Gets the "LowIncome" element
9706                  */
9707                 int getLowIncome();
9708                 
9709                 /**
9710                  * Gets (as xml) the "LowIncome" element
9711                  */
9712                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetLowIncome();
9713                 
9714                 /**
9715                  * True if has "LowIncome" element
9716                  */
9717                 boolean isSetLowIncome();
9718                 
9719                 /**
9720                  * Sets the "LowIncome" element
9721                  */
9722                 void setLowIncome(int lowIncome);
9723                 
9724                 /**
9725                  * Sets (as xml) the "LowIncome" element
9726                  */
9727                 void xsetLowIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType lowIncome);
9728                 
9729                 /**
9730                  * Unsets the "LowIncome" element
9731                  */
9732                 void unsetLowIncome();
9733                 
9734                 /**
9735                  * Gets the "VeryLowIncome" element
9736                  */
9737                 int getVeryLowIncome();
9738                 
9739                 /**
9740                  * Gets (as xml) the "VeryLowIncome" element
9741                  */
9742                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetVeryLowIncome();
9743                 
9744                 /**
9745                  * True if has "VeryLowIncome" element
9746                  */
9747                 boolean isSetVeryLowIncome();
9748                 
9749                 /**
9750                  * Sets the "VeryLowIncome" element
9751                  */
9752                 void setVeryLowIncome(int veryLowIncome);
9753                 
9754                 /**
9755                  * Sets (as xml) the "VeryLowIncome" element
9756                  */
9757                 void xsetVeryLowIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType veryLowIncome);
9758                 
9759                 /**
9760                  * Unsets the "VeryLowIncome" element
9761                  */
9762                 void unsetVeryLowIncome();
9763                 
9764                 /**
9765                  * Gets the "ExtremelyLowIncome" element
9766                  */
9767                 int getExtremelyLowIncome();
9768                 
9769                 /**
9770                  * Gets (as xml) the "ExtremelyLowIncome" element
9771                  */
9772                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetExtremelyLowIncome();
9773                 
9774                 /**
9775                  * True if has "ExtremelyLowIncome" element
9776                  */
9777                 boolean isSetExtremelyLowIncome();
9778                 
9779                 /**
9780                  * Sets the "ExtremelyLowIncome" element
9781                  */
9782                 void setExtremelyLowIncome(int extremelyLowIncome);
9783                 
9784                 /**
9785                  * Sets (as xml) the "ExtremelyLowIncome" element
9786                  */
9787                 void xsetExtremelyLowIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType extremelyLowIncome);
9788                 
9789                 /**
9790                  * Unsets the "ExtremelyLowIncome" element
9791                  */
9792                 void unsetExtremelyLowIncome();
9793                 
9794                 /**
9795                  * Gets the "FemaleHeaded" element
9796                  */
9797                 int getFemaleHeaded();
9798                 
9799                 /**
9800                  * Gets (as xml) the "FemaleHeaded" element
9801                  */
9802                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetFemaleHeaded();
9803                 
9804                 /**
9805                  * True if has "FemaleHeaded" element
9806                  */
9807                 boolean isSetFemaleHeaded();
9808                 
9809                 /**
9810                  * Sets the "FemaleHeaded" element
9811                  */
9812                 void setFemaleHeaded(int femaleHeaded);
9813                 
9814                 /**
9815                  * Sets (as xml) the "FemaleHeaded" element
9816                  */
9817                 void xsetFemaleHeaded(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType femaleHeaded);
9818                 
9819                 /**
9820                  * Unsets the "FemaleHeaded" element
9821                  */
9822                 void unsetFemaleHeaded();
9823                 
9824                 /**
9825                  * Gets the "AfricanAmerican" element
9826                  */
9827                 int getAfricanAmerican();
9828                 
9829                 /**
9830                  * Gets (as xml) the "AfricanAmerican" element
9831                  */
9832                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetAfricanAmerican();
9833                 
9834                 /**
9835                  * True if has "AfricanAmerican" element
9836                  */
9837                 boolean isSetAfricanAmerican();
9838                 
9839                 /**
9840                  * Sets the "AfricanAmerican" element
9841                  */
9842                 void setAfricanAmerican(int africanAmerican);
9843                 
9844                 /**
9845                  * Sets (as xml) the "AfricanAmerican" element
9846                  */
9847                 void xsetAfricanAmerican(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType africanAmerican);
9848                 
9849                 /**
9850                  * Unsets the "AfricanAmerican" element
9851                  */
9852                 void unsetAfricanAmerican();
9853                 
9854                 /**
9855                  * Gets the "Hispanic" element
9856                  */
9857                 int getHispanic();
9858                 
9859                 /**
9860                  * Gets (as xml) the "Hispanic" element
9861                  */
9862                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetHispanic();
9863                 
9864                 /**
9865                  * True if has "Hispanic" element
9866                  */
9867                 boolean isSetHispanic();
9868                 
9869                 /**
9870                  * Sets the "Hispanic" element
9871                  */
9872                 void setHispanic(int hispanic);
9873                 
9874                 /**
9875                  * Sets (as xml) the "Hispanic" element
9876                  */
9877                 void xsetHispanic(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType hispanic);
9878                 
9879                 /**
9880                  * Unsets the "Hispanic" element
9881                  */
9882                 void unsetHispanic();
9883                 
9884                 /**
9885                  * Gets the "NativeAmerican" element
9886                  */
9887                 int getNativeAmerican();
9888                 
9889                 /**
9890                  * Gets (as xml) the "NativeAmerican" element
9891                  */
9892                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetNativeAmerican();
9893                 
9894                 /**
9895                  * True if has "NativeAmerican" element
9896                  */
9897                 boolean isSetNativeAmerican();
9898                 
9899                 /**
9900                  * Sets the "NativeAmerican" element
9901                  */
9902                 void setNativeAmerican(int nativeAmerican);
9903                 
9904                 /**
9905                  * Sets (as xml) the "NativeAmerican" element
9906                  */
9907                 void xsetNativeAmerican(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType nativeAmerican);
9908                 
9909                 /**
9910                  * Unsets the "NativeAmerican" element
9911                  */
9912                 void unsetNativeAmerican();
9913                 
9914                 /**
9915                  * Gets the "Other" element
9916                  */
9917                 int getOther();
9918                 
9919                 /**
9920                  * Gets (as xml) the "Other" element
9921                  */
9922                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetOther();
9923                 
9924                 /**
9925                  * True if has "Other" element
9926                  */
9927                 boolean isSetOther();
9928                 
9929                 /**
9930                  * Sets the "Other" element
9931                  */
9932                 void setOther(int other);
9933                 
9934                 /**
9935                  * Sets (as xml) the "Other" element
9936                  */
9937                 void xsetOther(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType other);
9938                 
9939                 /**
9940                  * Unsets the "Other" element
9941                  */
9942                 void unsetOther();
9943                 
9944                 /**
9945                  * A factory class with static methods for creating instances
9946                  * of this type.
9947                  */
9948                 
9949                 public static final class Factory
9950                 {
9951                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities newInstance() {
9952                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
9953                     
9954                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
9955                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.AllActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
9956                     
9957                     private Factory() { } // No instance of this class allowed
9958                 }
9959             }
9960             
9961             /**
9962              * An XML OptionalProduct(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
9963              *
9964              * This is a complex type.
9965              */
9966             public interface OptionalProduct extends org.apache.xmlbeans.XmlObject
9967             {
9968                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
9969                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OptionalProduct.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("optionalproduct0360elemtype");
9970                 
9971                 /**
9972                  * Gets the "Product" element
9973                  */
9974                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product.Enum getProduct();
9975                 
9976                 /**
9977                  * Gets (as xml) the "Product" element
9978                  */
9979                 gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product xgetProduct();
9980                 
9981                 /**
9982                  * True if has "Product" element
9983                  */
9984                 boolean isSetProduct();
9985                 
9986                 /**
9987                  * Sets the "Product" element
9988                  */
9989                 void setProduct(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product.Enum product);
9990                 
9991                 /**
9992                  * Sets (as xml) the "Product" element
9993                  */
9994                 void xsetProduct(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product product);
9995                 
9996                 /**
9997                  * Unsets the "Product" element
9998                  */
9999                 void unsetProduct();
10000                 
10001                 /**
10002                  * Gets the "Area" element
10003                  */
10004                 int getArea();
10005                 
10006                 /**
10007                  * Gets (as xml) the "Area" element
10008                  */
10009                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetArea();
10010                 
10011                 /**
10012                  * True if has "Area" element
10013                  */
10014                 boolean isSetArea();
10015                 
10016                 /**
10017                  * Sets the "Area" element
10018                  */
10019                 void setArea(int area);
10020                 
10021                 /**
10022                  * Sets (as xml) the "Area" element
10023                  */
10024                 void xsetArea(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType area);
10025                 
10026                 /**
10027                  * Unsets the "Area" element
10028                  */
10029                 void unsetArea();
10030                 
10031                 /**
10032                  * Gets the "ModerateIncome" element
10033                  */
10034                 int getModerateIncome();
10035                 
10036                 /**
10037                  * Gets (as xml) the "ModerateIncome" element
10038                  */
10039                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetModerateIncome();
10040                 
10041                 /**
10042                  * True if has "ModerateIncome" element
10043                  */
10044                 boolean isSetModerateIncome();
10045                 
10046                 /**
10047                  * Sets the "ModerateIncome" element
10048                  */
10049                 void setModerateIncome(int moderateIncome);
10050                 
10051                 /**
10052                  * Sets (as xml) the "ModerateIncome" element
10053                  */
10054                 void xsetModerateIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType moderateIncome);
10055                 
10056                 /**
10057                  * Unsets the "ModerateIncome" element
10058                  */
10059                 void unsetModerateIncome();
10060                 
10061                 /**
10062                  * Gets the "LowIncome" element
10063                  */
10064                 int getLowIncome();
10065                 
10066                 /**
10067                  * Gets (as xml) the "LowIncome" element
10068                  */
10069                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetLowIncome();
10070                 
10071                 /**
10072                  * True if has "LowIncome" element
10073                  */
10074                 boolean isSetLowIncome();
10075                 
10076                 /**
10077                  * Sets the "LowIncome" element
10078                  */
10079                 void setLowIncome(int lowIncome);
10080                 
10081                 /**
10082                  * Sets (as xml) the "LowIncome" element
10083                  */
10084                 void xsetLowIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType lowIncome);
10085                 
10086                 /**
10087                  * Unsets the "LowIncome" element
10088                  */
10089                 void unsetLowIncome();
10090                 
10091                 /**
10092                  * Gets the "VeryLowIncome" element
10093                  */
10094                 int getVeryLowIncome();
10095                 
10096                 /**
10097                  * Gets (as xml) the "VeryLowIncome" element
10098                  */
10099                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetVeryLowIncome();
10100                 
10101                 /**
10102                  * True if has "VeryLowIncome" element
10103                  */
10104                 boolean isSetVeryLowIncome();
10105                 
10106                 /**
10107                  * Sets the "VeryLowIncome" element
10108                  */
10109                 void setVeryLowIncome(int veryLowIncome);
10110                 
10111                 /**
10112                  * Sets (as xml) the "VeryLowIncome" element
10113                  */
10114                 void xsetVeryLowIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType veryLowIncome);
10115                 
10116                 /**
10117                  * Unsets the "VeryLowIncome" element
10118                  */
10119                 void unsetVeryLowIncome();
10120                 
10121                 /**
10122                  * Gets the "ExtremelyLowIncome" element
10123                  */
10124                 int getExtremelyLowIncome();
10125                 
10126                 /**
10127                  * Gets (as xml) the "ExtremelyLowIncome" element
10128                  */
10129                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetExtremelyLowIncome();
10130                 
10131                 /**
10132                  * True if has "ExtremelyLowIncome" element
10133                  */
10134                 boolean isSetExtremelyLowIncome();
10135                 
10136                 /**
10137                  * Sets the "ExtremelyLowIncome" element
10138                  */
10139                 void setExtremelyLowIncome(int extremelyLowIncome);
10140                 
10141                 /**
10142                  * Sets (as xml) the "ExtremelyLowIncome" element
10143                  */
10144                 void xsetExtremelyLowIncome(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType extremelyLowIncome);
10145                 
10146                 /**
10147                  * Unsets the "ExtremelyLowIncome" element
10148                  */
10149                 void unsetExtremelyLowIncome();
10150                 
10151                 /**
10152                  * Gets the "FemaleHeaded" element
10153                  */
10154                 int getFemaleHeaded();
10155                 
10156                 /**
10157                  * Gets (as xml) the "FemaleHeaded" element
10158                  */
10159                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetFemaleHeaded();
10160                 
10161                 /**
10162                  * True if has "FemaleHeaded" element
10163                  */
10164                 boolean isSetFemaleHeaded();
10165                 
10166                 /**
10167                  * Sets the "FemaleHeaded" element
10168                  */
10169                 void setFemaleHeaded(int femaleHeaded);
10170                 
10171                 /**
10172                  * Sets (as xml) the "FemaleHeaded" element
10173                  */
10174                 void xsetFemaleHeaded(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType femaleHeaded);
10175                 
10176                 /**
10177                  * Unsets the "FemaleHeaded" element
10178                  */
10179                 void unsetFemaleHeaded();
10180                 
10181                 /**
10182                  * Gets the "AfricanAmerican" element
10183                  */
10184                 int getAfricanAmerican();
10185                 
10186                 /**
10187                  * Gets (as xml) the "AfricanAmerican" element
10188                  */
10189                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetAfricanAmerican();
10190                 
10191                 /**
10192                  * True if has "AfricanAmerican" element
10193                  */
10194                 boolean isSetAfricanAmerican();
10195                 
10196                 /**
10197                  * Sets the "AfricanAmerican" element
10198                  */
10199                 void setAfricanAmerican(int africanAmerican);
10200                 
10201                 /**
10202                  * Sets (as xml) the "AfricanAmerican" element
10203                  */
10204                 void xsetAfricanAmerican(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType africanAmerican);
10205                 
10206                 /**
10207                  * Unsets the "AfricanAmerican" element
10208                  */
10209                 void unsetAfricanAmerican();
10210                 
10211                 /**
10212                  * Gets the "Hispanic" element
10213                  */
10214                 int getHispanic();
10215                 
10216                 /**
10217                  * Gets (as xml) the "Hispanic" element
10218                  */
10219                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetHispanic();
10220                 
10221                 /**
10222                  * True if has "Hispanic" element
10223                  */
10224                 boolean isSetHispanic();
10225                 
10226                 /**
10227                  * Sets the "Hispanic" element
10228                  */
10229                 void setHispanic(int hispanic);
10230                 
10231                 /**
10232                  * Sets (as xml) the "Hispanic" element
10233                  */
10234                 void xsetHispanic(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType hispanic);
10235                 
10236                 /**
10237                  * Unsets the "Hispanic" element
10238                  */
10239                 void unsetHispanic();
10240                 
10241                 /**
10242                  * Gets the "NativeAmerican" element
10243                  */
10244                 int getNativeAmerican();
10245                 
10246                 /**
10247                  * Gets (as xml) the "NativeAmerican" element
10248                  */
10249                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetNativeAmerican();
10250                 
10251                 /**
10252                  * True if has "NativeAmerican" element
10253                  */
10254                 boolean isSetNativeAmerican();
10255                 
10256                 /**
10257                  * Sets the "NativeAmerican" element
10258                  */
10259                 void setNativeAmerican(int nativeAmerican);
10260                 
10261                 /**
10262                  * Sets (as xml) the "NativeAmerican" element
10263                  */
10264                 void xsetNativeAmerican(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType nativeAmerican);
10265                 
10266                 /**
10267                  * Unsets the "NativeAmerican" element
10268                  */
10269                 void unsetNativeAmerican();
10270                 
10271                 /**
10272                  * Gets the "Other" element
10273                  */
10274                 int getOther();
10275                 
10276                 /**
10277                  * Gets (as xml) the "Other" element
10278                  */
10279                 gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType xgetOther();
10280                 
10281                 /**
10282                  * True if has "Other" element
10283                  */
10284                 boolean isSetOther();
10285                 
10286                 /**
10287                  * Sets the "Other" element
10288                  */
10289                 void setOther(int other);
10290                 
10291                 /**
10292                  * Sets (as xml) the "Other" element
10293                  */
10294                 void xsetOther(gov.grants.apply.forms.cdfi2011V10.CDFI20110To100DataType other);
10295                 
10296                 /**
10297                  * Unsets the "Other" element
10298                  */
10299                 void unsetOther();
10300                 
10301                 /**
10302                  * An XML Product(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
10303                  *
10304                  * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$CustomerProfile$OptionalProduct$Product.
10305                  */
10306                 public interface Product extends org.apache.xmlbeans.XmlString
10307                 {
10308                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
10309                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Product.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("productb885elemtype");
10310                     
10311                     org.apache.xmlbeans.StringEnumAbstractBase enumValue();
10312                     void set(org.apache.xmlbeans.StringEnumAbstractBase e);
10313                     
10314                     static final Enum CONSUMER_LOANS = Enum.forString("Consumer Loans");
10315                     static final Enum BUSINESS_LOANS_NON_MICRO = Enum.forString("Business Loans - Non-Micro");
10316                     static final Enum BUSINESS_LOANS_MICROENTERPRISE = Enum.forString("Business Loans - Microenterprise");
10317                     static final Enum BUSINESS_EQUITY_INVESTMENTS = Enum.forString("Business - Equity Investments");
10318                     static final Enum HOME_MORTGAGE = Enum.forString("Home Mortgage");
10319                     static final Enum HOME_IMPROVEMENT_REHAB = Enum.forString("Home Improvement/ Rehab");
10320                     static final Enum REAL_ESTATE_AFFORDABLE_HOUSING = Enum.forString("Real Estate - Affordable Housing");
10321                     static final Enum REAL_ESTATE_COMMERCIAL = Enum.forString("Real Estate - Commercial");
10322                     static final Enum REAL_ESTATE_COMMUNITY_FACILITIES = Enum.forString("Real Estate - Community Facilities");
10323                     static final Enum SAVINGS_SHARE_ACCOUNTS = Enum.forString("Savings/Share Accounts");
10324                     static final Enum CHECKING_DRAFT_ACCOUNTS = Enum.forString("Checking/Draft Accounts");
10325                     static final Enum OTHER_FINANCIAL_PRODUCTS_SERVICES = Enum.forString("Other Financial Products/ Services");
10326                     static final Enum DEVELOPMENT_SERVICES = Enum.forString("Development Services");
10327                     
10328                     static final int INT_CONSUMER_LOANS = Enum.INT_CONSUMER_LOANS;
10329                     static final int INT_BUSINESS_LOANS_NON_MICRO = Enum.INT_BUSINESS_LOANS_NON_MICRO;
10330                     static final int INT_BUSINESS_LOANS_MICROENTERPRISE = Enum.INT_BUSINESS_LOANS_MICROENTERPRISE;
10331                     static final int INT_BUSINESS_EQUITY_INVESTMENTS = Enum.INT_BUSINESS_EQUITY_INVESTMENTS;
10332                     static final int INT_HOME_MORTGAGE = Enum.INT_HOME_MORTGAGE;
10333                     static final int INT_HOME_IMPROVEMENT_REHAB = Enum.INT_HOME_IMPROVEMENT_REHAB;
10334                     static final int INT_REAL_ESTATE_AFFORDABLE_HOUSING = Enum.INT_REAL_ESTATE_AFFORDABLE_HOUSING;
10335                     static final int INT_REAL_ESTATE_COMMERCIAL = Enum.INT_REAL_ESTATE_COMMERCIAL;
10336                     static final int INT_REAL_ESTATE_COMMUNITY_FACILITIES = Enum.INT_REAL_ESTATE_COMMUNITY_FACILITIES;
10337                     static final int INT_SAVINGS_SHARE_ACCOUNTS = Enum.INT_SAVINGS_SHARE_ACCOUNTS;
10338                     static final int INT_CHECKING_DRAFT_ACCOUNTS = Enum.INT_CHECKING_DRAFT_ACCOUNTS;
10339                     static final int INT_OTHER_FINANCIAL_PRODUCTS_SERVICES = Enum.INT_OTHER_FINANCIAL_PRODUCTS_SERVICES;
10340                     static final int INT_DEVELOPMENT_SERVICES = Enum.INT_DEVELOPMENT_SERVICES;
10341                     
10342                     /**
10343                      * Enumeration value class for gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$CustomerProfile$OptionalProduct$Product.
10344                      * These enum values can be used as follows:
10345                      * <pre>
10346                      * enum.toString(); // returns the string value of the enum
10347                      * enum.intValue(); // returns an int value, useful for switches
10348                      * // e.g., case Enum.INT_CONSUMER_LOANS
10349                      * Enum.forString(s); // returns the enum value for a string
10350                      * Enum.forInt(i); // returns the enum value for an int
10351                      * </pre>
10352                      * Enumeration objects are immutable singleton objects that
10353                      * can be compared using == object equality. They have no
10354                      * public constructor. See the constants defined within this
10355                      * class for all the valid values.
10356                      */
10357                     static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
10358                     {
10359                       /**
10360                        * Returns the enum value for a string, or null if none.
10361                        */
10362                       public static Enum forString(java.lang.String s)
10363                           { return (Enum)table.forString(s); }
10364                       /**
10365                        * Returns the enum value corresponding to an int, or null if none.
10366                        */
10367                       public static Enum forInt(int i)
10368                           { return (Enum)table.forInt(i); }
10369                       
10370                       private Enum(java.lang.String s, int i)
10371                           { super(s, i); }
10372                       
10373                       static final int INT_CONSUMER_LOANS = 1;
10374                       static final int INT_BUSINESS_LOANS_NON_MICRO = 2;
10375                       static final int INT_BUSINESS_LOANS_MICROENTERPRISE = 3;
10376                       static final int INT_BUSINESS_EQUITY_INVESTMENTS = 4;
10377                       static final int INT_HOME_MORTGAGE = 5;
10378                       static final int INT_HOME_IMPROVEMENT_REHAB = 6;
10379                       static final int INT_REAL_ESTATE_AFFORDABLE_HOUSING = 7;
10380                       static final int INT_REAL_ESTATE_COMMERCIAL = 8;
10381                       static final int INT_REAL_ESTATE_COMMUNITY_FACILITIES = 9;
10382                       static final int INT_SAVINGS_SHARE_ACCOUNTS = 10;
10383                       static final int INT_CHECKING_DRAFT_ACCOUNTS = 11;
10384                       static final int INT_OTHER_FINANCIAL_PRODUCTS_SERVICES = 12;
10385                       static final int INT_DEVELOPMENT_SERVICES = 13;
10386                       
10387                       public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
10388                           new org.apache.xmlbeans.StringEnumAbstractBase.Table
10389                       (
10390                         new Enum[]
10391                         {
10392                           new Enum("Consumer Loans", INT_CONSUMER_LOANS),
10393                           new Enum("Business Loans - Non-Micro", INT_BUSINESS_LOANS_NON_MICRO),
10394                           new Enum("Business Loans - Microenterprise", INT_BUSINESS_LOANS_MICROENTERPRISE),
10395                           new Enum("Business - Equity Investments", INT_BUSINESS_EQUITY_INVESTMENTS),
10396                           new Enum("Home Mortgage", INT_HOME_MORTGAGE),
10397                           new Enum("Home Improvement/ Rehab", INT_HOME_IMPROVEMENT_REHAB),
10398                           new Enum("Real Estate - Affordable Housing", INT_REAL_ESTATE_AFFORDABLE_HOUSING),
10399                           new Enum("Real Estate - Commercial", INT_REAL_ESTATE_COMMERCIAL),
10400                           new Enum("Real Estate - Community Facilities", INT_REAL_ESTATE_COMMUNITY_FACILITIES),
10401                           new Enum("Savings/Share Accounts", INT_SAVINGS_SHARE_ACCOUNTS),
10402                           new Enum("Checking/Draft Accounts", INT_CHECKING_DRAFT_ACCOUNTS),
10403                           new Enum("Other Financial Products/ Services", INT_OTHER_FINANCIAL_PRODUCTS_SERVICES),
10404                           new Enum("Development Services", INT_DEVELOPMENT_SERVICES),
10405                         }
10406                       );
10407                       private static final long serialVersionUID = 1L;
10408                       private java.lang.Object readResolve() { return forInt(intValue()); } 
10409                     }
10410                     
10411                     /**
10412                      * A factory class with static methods for creating instances
10413                      * of this type.
10414                      */
10415                     
10416                     public static final class Factory
10417                     {
10418                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product newValue(java.lang.Object obj) {
10419                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product) type.newValue( obj ); }
10420                       
10421                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product newInstance() {
10422                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
10423                       
10424                       public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product newInstance(org.apache.xmlbeans.XmlOptions options) {
10425                         return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct.Product) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
10426                       
10427                       private Factory() { } // No instance of this class allowed
10428                     }
10429                 }
10430                 
10431                 /**
10432                  * A factory class with static methods for creating instances
10433                  * of this type.
10434                  */
10435                 
10436                 public static final class Factory
10437                 {
10438                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct newInstance() {
10439                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
10440                     
10441                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct newInstance(org.apache.xmlbeans.XmlOptions options) {
10442                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile.OptionalProduct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
10443                     
10444                     private Factory() { } // No instance of this class allowed
10445                 }
10446             }
10447             
10448             /**
10449              * A factory class with static methods for creating instances
10450              * of this type.
10451              */
10452             
10453             public static final class Factory
10454             {
10455                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile newInstance() {
10456                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
10457                 
10458                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
10459                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.CustomerProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
10460                 
10461                 private Factory() { } // No instance of this class allowed
10462             }
10463         }
10464         
10465         /**
10466          * An XML MatchingFunds(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
10467          *
10468          * This is a complex type.
10469          */
10470         public interface MatchingFunds extends org.apache.xmlbeans.XmlObject
10471         {
10472             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
10473                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MatchingFunds.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("matchingfunds50d5elemtype");
10474             
10475             /**
10476              * Gets the "EquityInvestment" element
10477              */
10478             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType getEquityInvestment();
10479             
10480             /**
10481              * True if has "EquityInvestment" element
10482              */
10483             boolean isSetEquityInvestment();
10484             
10485             /**
10486              * Sets the "EquityInvestment" element
10487              */
10488             void setEquityInvestment(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType equityInvestment);
10489             
10490             /**
10491              * Appends and returns a new empty "EquityInvestment" element
10492              */
10493             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType addNewEquityInvestment();
10494             
10495             /**
10496              * Unsets the "EquityInvestment" element
10497              */
10498             void unsetEquityInvestment();
10499             
10500             /**
10501              * Gets the "Grant" element
10502              */
10503             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType getGrant();
10504             
10505             /**
10506              * True if has "Grant" element
10507              */
10508             boolean isSetGrant();
10509             
10510             /**
10511              * Sets the "Grant" element
10512              */
10513             void setGrant(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType grant);
10514             
10515             /**
10516              * Appends and returns a new empty "Grant" element
10517              */
10518             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType addNewGrant();
10519             
10520             /**
10521              * Unsets the "Grant" element
10522              */
10523             void unsetGrant();
10524             
10525             /**
10526              * Gets the "Loan" element
10527              */
10528             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType getLoan();
10529             
10530             /**
10531              * True if has "Loan" element
10532              */
10533             boolean isSetLoan();
10534             
10535             /**
10536              * Sets the "Loan" element
10537              */
10538             void setLoan(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType loan);
10539             
10540             /**
10541              * Appends and returns a new empty "Loan" element
10542              */
10543             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType addNewLoan();
10544             
10545             /**
10546              * Unsets the "Loan" element
10547              */
10548             void unsetLoan();
10549             
10550             /**
10551              * Gets the "SecondaryCapital" element
10552              */
10553             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType getSecondaryCapital();
10554             
10555             /**
10556              * True if has "SecondaryCapital" element
10557              */
10558             boolean isSetSecondaryCapital();
10559             
10560             /**
10561              * Sets the "SecondaryCapital" element
10562              */
10563             void setSecondaryCapital(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType secondaryCapital);
10564             
10565             /**
10566              * Appends and returns a new empty "SecondaryCapital" element
10567              */
10568             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType addNewSecondaryCapital();
10569             
10570             /**
10571              * Unsets the "SecondaryCapital" element
10572              */
10573             void unsetSecondaryCapital();
10574             
10575             /**
10576              * Gets the "SharesDeposits" element
10577              */
10578             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType getSharesDeposits();
10579             
10580             /**
10581              * True if has "SharesDeposits" element
10582              */
10583             boolean isSetSharesDeposits();
10584             
10585             /**
10586              * Sets the "SharesDeposits" element
10587              */
10588             void setSharesDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType sharesDeposits);
10589             
10590             /**
10591              * Appends and returns a new empty "SharesDeposits" element
10592              */
10593             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType addNewSharesDeposits();
10594             
10595             /**
10596              * Unsets the "SharesDeposits" element
10597              */
10598             void unsetSharesDeposits();
10599             
10600             /**
10601              * Gets the "RetainedEarnings" element
10602              */
10603             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType getRetainedEarnings();
10604             
10605             /**
10606              * True if has "RetainedEarnings" element
10607              */
10608             boolean isSetRetainedEarnings();
10609             
10610             /**
10611              * Sets the "RetainedEarnings" element
10612              */
10613             void setRetainedEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType retainedEarnings);
10614             
10615             /**
10616              * Appends and returns a new empty "RetainedEarnings" element
10617              */
10618             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsDataType addNewRetainedEarnings();
10619             
10620             /**
10621              * Unsets the "RetainedEarnings" element
10622              */
10623             void unsetRetainedEarnings();
10624             
10625             /**
10626              * Gets the "Totals" element
10627              */
10628             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsTotalDataType getTotals();
10629             
10630             /**
10631              * True if has "Totals" element
10632              */
10633             boolean isSetTotals();
10634             
10635             /**
10636              * Sets the "Totals" element
10637              */
10638             void setTotals(gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsTotalDataType totals);
10639             
10640             /**
10641              * Appends and returns a new empty "Totals" element
10642              */
10643             gov.grants.apply.forms.cdfi2011V10.CDFI2011MatchingFundsTotalDataType addNewTotals();
10644             
10645             /**
10646              * Unsets the "Totals" element
10647              */
10648             void unsetTotals();
10649             
10650             /**
10651              * A factory class with static methods for creating instances
10652              * of this type.
10653              */
10654             
10655             public static final class Factory
10656             {
10657                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds newInstance() {
10658                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
10659                 
10660                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds newInstance(org.apache.xmlbeans.XmlOptions options) {
10661                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.MatchingFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
10662                 
10663                 private Factory() { } // No instance of this class allowed
10664             }
10665         }
10666         
10667         /**
10668          * An XML EarningsNonRegulated(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
10669          *
10670          * This is a complex type.
10671          */
10672         public interface EarningsNonRegulated extends org.apache.xmlbeans.XmlObject
10673         {
10674             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
10675                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EarningsNonRegulated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("earningsnonregulateda1fdelemtype");
10676             
10677             /**
10678              * Gets the "Income" element
10679              */
10680             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getIncome();
10681             
10682             /**
10683              * True if has "Income" element
10684              */
10685             boolean isSetIncome();
10686             
10687             /**
10688              * Sets the "Income" element
10689              */
10690             void setIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType income);
10691             
10692             /**
10693              * Appends and returns a new empty "Income" element
10694              */
10695             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewIncome();
10696             
10697             /**
10698              * Unsets the "Income" element
10699              */
10700             void unsetIncome();
10701             
10702             /**
10703              * Gets the "Federal" element
10704              */
10705             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getFederal();
10706             
10707             /**
10708              * True if has "Federal" element
10709              */
10710             boolean isSetFederal();
10711             
10712             /**
10713              * Sets the "Federal" element
10714              */
10715             void setFederal(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType federal);
10716             
10717             /**
10718              * Appends and returns a new empty "Federal" element
10719              */
10720             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewFederal();
10721             
10722             /**
10723              * Unsets the "Federal" element
10724              */
10725             void unsetFederal();
10726             
10727             /**
10728              * Gets array of all "FederalItem" elements
10729              */
10730             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType[] getFederalItemArray();
10731             
10732             /**
10733              * Gets ith "FederalItem" element
10734              */
10735             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType getFederalItemArray(int i);
10736             
10737             /**
10738              * Returns number of "FederalItem" element
10739              */
10740             int sizeOfFederalItemArray();
10741             
10742             /**
10743              * Sets array of all "FederalItem" element
10744              */
10745             void setFederalItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType[] federalItemArray);
10746             
10747             /**
10748              * Sets ith "FederalItem" element
10749              */
10750             void setFederalItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType federalItem);
10751             
10752             /**
10753              * Inserts and returns a new empty value (as xml) as the ith "FederalItem" element
10754              */
10755             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType insertNewFederalItem(int i);
10756             
10757             /**
10758              * Appends and returns a new empty value (as xml) as the last "FederalItem" element
10759              */
10760             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType addNewFederalItem();
10761             
10762             /**
10763              * Removes the ith "FederalItem" element
10764              */
10765             void removeFederalItem(int i);
10766             
10767             /**
10768              * Gets the "Matching" element
10769              */
10770             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getMatching();
10771             
10772             /**
10773              * True if has "Matching" element
10774              */
10775             boolean isSetMatching();
10776             
10777             /**
10778              * Sets the "Matching" element
10779              */
10780             void setMatching(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType matching);
10781             
10782             /**
10783              * Appends and returns a new empty "Matching" element
10784              */
10785             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewMatching();
10786             
10787             /**
10788              * Unsets the "Matching" element
10789              */
10790             void unsetMatching();
10791             
10792             /**
10793              * Gets array of all "MatchingItem" elements
10794              */
10795             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType[] getMatchingItemArray();
10796             
10797             /**
10798              * Gets ith "MatchingItem" element
10799              */
10800             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType getMatchingItemArray(int i);
10801             
10802             /**
10803              * Returns number of "MatchingItem" element
10804              */
10805             int sizeOfMatchingItemArray();
10806             
10807             /**
10808              * Sets array of all "MatchingItem" element
10809              */
10810             void setMatchingItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType[] matchingItemArray);
10811             
10812             /**
10813              * Sets ith "MatchingItem" element
10814              */
10815             void setMatchingItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType matchingItem);
10816             
10817             /**
10818              * Inserts and returns a new empty value (as xml) as the ith "MatchingItem" element
10819              */
10820             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType insertNewMatchingItem(int i);
10821             
10822             /**
10823              * Appends and returns a new empty value (as xml) as the last "MatchingItem" element
10824              */
10825             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType addNewMatchingItem();
10826             
10827             /**
10828              * Removes the ith "MatchingItem" element
10829              */
10830             void removeMatchingItem(int i);
10831             
10832             /**
10833              * Gets the "SubtotalIncome" element
10834              */
10835             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getSubtotalIncome();
10836             
10837             /**
10838              * True if has "SubtotalIncome" element
10839              */
10840             boolean isSetSubtotalIncome();
10841             
10842             /**
10843              * Sets the "SubtotalIncome" element
10844              */
10845             void setSubtotalIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType subtotalIncome);
10846             
10847             /**
10848              * Appends and returns a new empty "SubtotalIncome" element
10849              */
10850             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewSubtotalIncome();
10851             
10852             /**
10853              * Unsets the "SubtotalIncome" element
10854              */
10855             void unsetSubtotalIncome();
10856             
10857             /**
10858              * Gets the "Operating" element
10859              */
10860             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getOperating();
10861             
10862             /**
10863              * True if has "Operating" element
10864              */
10865             boolean isSetOperating();
10866             
10867             /**
10868              * Sets the "Operating" element
10869              */
10870             void setOperating(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType operating);
10871             
10872             /**
10873              * Appends and returns a new empty "Operating" element
10874              */
10875             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewOperating();
10876             
10877             /**
10878              * Unsets the "Operating" element
10879              */
10880             void unsetOperating();
10881             
10882             /**
10883              * Gets the "Associated" element
10884              */
10885             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getAssociated();
10886             
10887             /**
10888              * True if has "Associated" element
10889              */
10890             boolean isSetAssociated();
10891             
10892             /**
10893              * Sets the "Associated" element
10894              */
10895             void setAssociated(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType associated);
10896             
10897             /**
10898              * Appends and returns a new empty "Associated" element
10899              */
10900             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewAssociated();
10901             
10902             /**
10903              * Unsets the "Associated" element
10904              */
10905             void unsetAssociated();
10906             
10907             /**
10908              * Gets array of all "AssociatedItem" elements
10909              */
10910             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType[] getAssociatedItemArray();
10911             
10912             /**
10913              * Gets ith "AssociatedItem" element
10914              */
10915             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType getAssociatedItemArray(int i);
10916             
10917             /**
10918              * Returns number of "AssociatedItem" element
10919              */
10920             int sizeOfAssociatedItemArray();
10921             
10922             /**
10923              * Sets array of all "AssociatedItem" element
10924              */
10925             void setAssociatedItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType[] associatedItemArray);
10926             
10927             /**
10928              * Sets ith "AssociatedItem" element
10929              */
10930             void setAssociatedItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType associatedItem);
10931             
10932             /**
10933              * Inserts and returns a new empty value (as xml) as the ith "AssociatedItem" element
10934              */
10935             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType insertNewAssociatedItem(int i);
10936             
10937             /**
10938              * Appends and returns a new empty value (as xml) as the last "AssociatedItem" element
10939              */
10940             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedItemDataType addNewAssociatedItem();
10941             
10942             /**
10943              * Removes the ith "AssociatedItem" element
10944              */
10945             void removeAssociatedItem(int i);
10946             
10947             /**
10948              * Gets the "SubtotalExpenses" element
10949              */
10950             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getSubtotalExpenses();
10951             
10952             /**
10953              * True if has "SubtotalExpenses" element
10954              */
10955             boolean isSetSubtotalExpenses();
10956             
10957             /**
10958              * Sets the "SubtotalExpenses" element
10959              */
10960             void setSubtotalExpenses(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType subtotalExpenses);
10961             
10962             /**
10963              * Appends and returns a new empty "SubtotalExpenses" element
10964              */
10965             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewSubtotalExpenses();
10966             
10967             /**
10968              * Unsets the "SubtotalExpenses" element
10969              */
10970             void unsetSubtotalExpenses();
10971             
10972             /**
10973              * Gets the "Dividends" element
10974              */
10975             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getDividends();
10976             
10977             /**
10978              * True if has "Dividends" element
10979              */
10980             boolean isSetDividends();
10981             
10982             /**
10983              * Sets the "Dividends" element
10984              */
10985             void setDividends(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType dividends);
10986             
10987             /**
10988              * Appends and returns a new empty "Dividends" element
10989              */
10990             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewDividends();
10991             
10992             /**
10993              * Unsets the "Dividends" element
10994              */
10995             void unsetDividends();
10996             
10997             /**
10998              * Gets the "TotalEarnings" element
10999              */
11000             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType getTotalEarnings();
11001             
11002             /**
11003              * True if has "TotalEarnings" element
11004              */
11005             boolean isSetTotalEarnings();
11006             
11007             /**
11008              * Sets the "TotalEarnings" element
11009              */
11010             void setTotalEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType totalEarnings);
11011             
11012             /**
11013              * Appends and returns a new empty "TotalEarnings" element
11014              */
11015             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsNonRegulatedDataType addNewTotalEarnings();
11016             
11017             /**
11018              * Unsets the "TotalEarnings" element
11019              */
11020             void unsetTotalEarnings();
11021             
11022             /**
11023              * Gets the "RetainedEarnings" element
11024              */
11025             long getRetainedEarnings();
11026             
11027             /**
11028              * Gets (as xml) the "RetainedEarnings" element
11029              */
11030             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetRetainedEarnings();
11031             
11032             /**
11033              * True if has "RetainedEarnings" element
11034              */
11035             boolean isSetRetainedEarnings();
11036             
11037             /**
11038              * Sets the "RetainedEarnings" element
11039              */
11040             void setRetainedEarnings(long retainedEarnings);
11041             
11042             /**
11043              * Sets (as xml) the "RetainedEarnings" element
11044              */
11045             void xsetRetainedEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType retainedEarnings);
11046             
11047             /**
11048              * Unsets the "RetainedEarnings" element
11049              */
11050             void unsetRetainedEarnings();
11051             
11052             /**
11053              * Gets the "ThreeYearAverage" element
11054              */
11055             long getThreeYearAverage();
11056             
11057             /**
11058              * Gets (as xml) the "ThreeYearAverage" element
11059              */
11060             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetThreeYearAverage();
11061             
11062             /**
11063              * True if has "ThreeYearAverage" element
11064              */
11065             boolean isSetThreeYearAverage();
11066             
11067             /**
11068              * Sets the "ThreeYearAverage" element
11069              */
11070             void setThreeYearAverage(long threeYearAverage);
11071             
11072             /**
11073              * Sets (as xml) the "ThreeYearAverage" element
11074              */
11075             void xsetThreeYearAverage(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType threeYearAverage);
11076             
11077             /**
11078              * Unsets the "ThreeYearAverage" element
11079              */
11080             void unsetThreeYearAverage();
11081             
11082             /**
11083              * A factory class with static methods for creating instances
11084              * of this type.
11085              */
11086             
11087             public static final class Factory
11088             {
11089                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated newInstance() {
11090                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
11091                 
11092                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated newInstance(org.apache.xmlbeans.XmlOptions options) {
11093                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
11094                 
11095                 private Factory() { } // No instance of this class allowed
11096             }
11097         }
11098         
11099         /**
11100          * An XML EarningsCreditUnions(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
11101          *
11102          * This is a complex type.
11103          */
11104         public interface EarningsCreditUnions extends org.apache.xmlbeans.XmlObject
11105         {
11106             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
11107                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EarningsCreditUnions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("earningscreditunions72b0elemtype");
11108             
11109             /**
11110              * Gets the "NetWorth" element
11111              */
11112             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getNetWorth();
11113             
11114             /**
11115              * True if has "NetWorth" element
11116              */
11117             boolean isSetNetWorth();
11118             
11119             /**
11120              * Sets the "NetWorth" element
11121              */
11122             void setNetWorth(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType netWorth);
11123             
11124             /**
11125              * Appends and returns a new empty "NetWorth" element
11126              */
11127             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewNetWorth();
11128             
11129             /**
11130              * Unsets the "NetWorth" element
11131              */
11132             void unsetNetWorth();
11133             
11134             /**
11135              * Gets the "Uninsured" element
11136              */
11137             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getUninsured();
11138             
11139             /**
11140              * True if has "Uninsured" element
11141              */
11142             boolean isSetUninsured();
11143             
11144             /**
11145              * Sets the "Uninsured" element
11146              */
11147             void setUninsured(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType uninsured);
11148             
11149             /**
11150              * Appends and returns a new empty "Uninsured" element
11151              */
11152             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewUninsured();
11153             
11154             /**
11155              * Unsets the "Uninsured" element
11156              */
11157             void unsetUninsured();
11158             
11159             /**
11160              * Gets the "SubtotalEarnings" element
11161              */
11162             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getSubtotalEarnings();
11163             
11164             /**
11165              * True if has "SubtotalEarnings" element
11166              */
11167             boolean isSetSubtotalEarnings();
11168             
11169             /**
11170              * Sets the "SubtotalEarnings" element
11171              */
11172             void setSubtotalEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType subtotalEarnings);
11173             
11174             /**
11175              * Appends and returns a new empty "SubtotalEarnings" element
11176              */
11177             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewSubtotalEarnings();
11178             
11179             /**
11180              * Unsets the "SubtotalEarnings" element
11181              */
11182             void unsetSubtotalEarnings();
11183             
11184             /**
11185              * Gets the "Federal" element
11186              */
11187             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getFederal();
11188             
11189             /**
11190              * True if has "Federal" element
11191              */
11192             boolean isSetFederal();
11193             
11194             /**
11195              * Sets the "Federal" element
11196              */
11197             void setFederal(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType federal);
11198             
11199             /**
11200              * Appends and returns a new empty "Federal" element
11201              */
11202             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewFederal();
11203             
11204             /**
11205              * Unsets the "Federal" element
11206              */
11207             void unsetFederal();
11208             
11209             /**
11210              * Gets array of all "FederalItem" elements
11211              */
11212             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType[] getFederalItemArray();
11213             
11214             /**
11215              * Gets ith "FederalItem" element
11216              */
11217             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType getFederalItemArray(int i);
11218             
11219             /**
11220              * Returns number of "FederalItem" element
11221              */
11222             int sizeOfFederalItemArray();
11223             
11224             /**
11225              * Sets array of all "FederalItem" element
11226              */
11227             void setFederalItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType[] federalItemArray);
11228             
11229             /**
11230              * Sets ith "FederalItem" element
11231              */
11232             void setFederalItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType federalItem);
11233             
11234             /**
11235              * Inserts and returns a new empty value (as xml) as the ith "FederalItem" element
11236              */
11237             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType insertNewFederalItem(int i);
11238             
11239             /**
11240              * Appends and returns a new empty value (as xml) as the last "FederalItem" element
11241              */
11242             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType addNewFederalItem();
11243             
11244             /**
11245              * Removes the ith "FederalItem" element
11246              */
11247             void removeFederalItem(int i);
11248             
11249             /**
11250              * Gets the "Matching" element
11251              */
11252             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getMatching();
11253             
11254             /**
11255              * True if has "Matching" element
11256              */
11257             boolean isSetMatching();
11258             
11259             /**
11260              * Sets the "Matching" element
11261              */
11262             void setMatching(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType matching);
11263             
11264             /**
11265              * Appends and returns a new empty "Matching" element
11266              */
11267             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewMatching();
11268             
11269             /**
11270              * Unsets the "Matching" element
11271              */
11272             void unsetMatching();
11273             
11274             /**
11275              * Gets array of all "MatchingItem" elements
11276              */
11277             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType[] getMatchingItemArray();
11278             
11279             /**
11280              * Gets ith "MatchingItem" element
11281              */
11282             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType getMatchingItemArray(int i);
11283             
11284             /**
11285              * Returns number of "MatchingItem" element
11286              */
11287             int sizeOfMatchingItemArray();
11288             
11289             /**
11290              * Sets array of all "MatchingItem" element
11291              */
11292             void setMatchingItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType[] matchingItemArray);
11293             
11294             /**
11295              * Sets ith "MatchingItem" element
11296              */
11297             void setMatchingItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType matchingItem);
11298             
11299             /**
11300              * Inserts and returns a new empty value (as xml) as the ith "MatchingItem" element
11301              */
11302             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType insertNewMatchingItem(int i);
11303             
11304             /**
11305              * Appends and returns a new empty value (as xml) as the last "MatchingItem" element
11306              */
11307             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsItemDataType addNewMatchingItem();
11308             
11309             /**
11310              * Removes the ith "MatchingItem" element
11311              */
11312             void removeMatchingItem(int i);
11313             
11314             /**
11315              * Gets the "Adjustments" element
11316              */
11317             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getAdjustments();
11318             
11319             /**
11320              * True if has "Adjustments" element
11321              */
11322             boolean isSetAdjustments();
11323             
11324             /**
11325              * Sets the "Adjustments" element
11326              */
11327             void setAdjustments(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType adjustments);
11328             
11329             /**
11330              * Appends and returns a new empty "Adjustments" element
11331              */
11332             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewAdjustments();
11333             
11334             /**
11335              * Unsets the "Adjustments" element
11336              */
11337             void unsetAdjustments();
11338             
11339             /**
11340              * Gets the "AdjustedRetained" element
11341              */
11342             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType getAdjustedRetained();
11343             
11344             /**
11345              * True if has "AdjustedRetained" element
11346              */
11347             boolean isSetAdjustedRetained();
11348             
11349             /**
11350              * Sets the "AdjustedRetained" element
11351              */
11352             void setAdjustedRetained(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType adjustedRetained);
11353             
11354             /**
11355              * Appends and returns a new empty "AdjustedRetained" element
11356              */
11357             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsDataType addNewAdjustedRetained();
11358             
11359             /**
11360              * Unsets the "AdjustedRetained" element
11361              */
11362             void unsetAdjustedRetained();
11363             
11364             /**
11365              * Gets the "ChangePrior" element
11366              */
11367             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsChangeDataType getChangePrior();
11368             
11369             /**
11370              * True if has "ChangePrior" element
11371              */
11372             boolean isSetChangePrior();
11373             
11374             /**
11375              * Sets the "ChangePrior" element
11376              */
11377             void setChangePrior(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsChangeDataType changePrior);
11378             
11379             /**
11380              * Appends and returns a new empty "ChangePrior" element
11381              */
11382             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsCreditUnionsChangeDataType addNewChangePrior();
11383             
11384             /**
11385              * Unsets the "ChangePrior" element
11386              */
11387             void unsetChangePrior();
11388             
11389             /**
11390              * Gets the "RetainedEarningsIncrease" element
11391              */
11392             long getRetainedEarningsIncrease();
11393             
11394             /**
11395              * Gets (as xml) the "RetainedEarningsIncrease" element
11396              */
11397             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetRetainedEarningsIncrease();
11398             
11399             /**
11400              * True if has "RetainedEarningsIncrease" element
11401              */
11402             boolean isSetRetainedEarningsIncrease();
11403             
11404             /**
11405              * Sets the "RetainedEarningsIncrease" element
11406              */
11407             void setRetainedEarningsIncrease(long retainedEarningsIncrease);
11408             
11409             /**
11410              * Sets (as xml) the "RetainedEarningsIncrease" element
11411              */
11412             void xsetRetainedEarningsIncrease(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType retainedEarningsIncrease);
11413             
11414             /**
11415              * Unsets the "RetainedEarningsIncrease" element
11416              */
11417             void unsetRetainedEarningsIncrease();
11418             
11419             /**
11420              * Gets the "ThreeYearAverage" element
11421              */
11422             long getThreeYearAverage();
11423             
11424             /**
11425              * Gets (as xml) the "ThreeYearAverage" element
11426              */
11427             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetThreeYearAverage();
11428             
11429             /**
11430              * True if has "ThreeYearAverage" element
11431              */
11432             boolean isSetThreeYearAverage();
11433             
11434             /**
11435              * Sets the "ThreeYearAverage" element
11436              */
11437             void setThreeYearAverage(long threeYearAverage);
11438             
11439             /**
11440              * Sets (as xml) the "ThreeYearAverage" element
11441              */
11442             void xsetThreeYearAverage(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType threeYearAverage);
11443             
11444             /**
11445              * Unsets the "ThreeYearAverage" element
11446              */
11447             void unsetThreeYearAverage();
11448             
11449             /**
11450              * Gets the "EarningsSinceInception" element
11451              */
11452             long getEarningsSinceInception();
11453             
11454             /**
11455              * Gets (as xml) the "EarningsSinceInception" element
11456              */
11457             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetEarningsSinceInception();
11458             
11459             /**
11460              * True if has "EarningsSinceInception" element
11461              */
11462             boolean isSetEarningsSinceInception();
11463             
11464             /**
11465              * Sets the "EarningsSinceInception" element
11466              */
11467             void setEarningsSinceInception(long earningsSinceInception);
11468             
11469             /**
11470              * Sets (as xml) the "EarningsSinceInception" element
11471              */
11472             void xsetEarningsSinceInception(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType earningsSinceInception);
11473             
11474             /**
11475              * Unsets the "EarningsSinceInception" element
11476              */
11477             void unsetEarningsSinceInception();
11478             
11479             /**
11480              * A factory class with static methods for creating instances
11481              * of this type.
11482              */
11483             
11484             public static final class Factory
11485             {
11486                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions newInstance() {
11487                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
11488                 
11489                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions newInstance(org.apache.xmlbeans.XmlOptions options) {
11490                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
11491                 
11492                 private Factory() { } // No instance of this class allowed
11493             }
11494         }
11495         
11496         /**
11497          * An XML EarningsBanks(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
11498          *
11499          * This is a complex type.
11500          */
11501         public interface EarningsBanks extends org.apache.xmlbeans.XmlObject
11502         {
11503             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
11504                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EarningsBanks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("earningsbanks70b8elemtype");
11505             
11506             /**
11507              * Gets the "Earnings" element
11508              */
11509             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType getEarnings();
11510             
11511             /**
11512              * True if has "Earnings" element
11513              */
11514             boolean isSetEarnings();
11515             
11516             /**
11517              * Sets the "Earnings" element
11518              */
11519             void setEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType earnings);
11520             
11521             /**
11522              * Appends and returns a new empty "Earnings" element
11523              */
11524             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType addNewEarnings();
11525             
11526             /**
11527              * Unsets the "Earnings" element
11528              */
11529             void unsetEarnings();
11530             
11531             /**
11532              * Gets the "Accumulated" element
11533              */
11534             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType getAccumulated();
11535             
11536             /**
11537              * True if has "Accumulated" element
11538              */
11539             boolean isSetAccumulated();
11540             
11541             /**
11542              * Sets the "Accumulated" element
11543              */
11544             void setAccumulated(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType accumulated);
11545             
11546             /**
11547              * Appends and returns a new empty "Accumulated" element
11548              */
11549             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType addNewAccumulated();
11550             
11551             /**
11552              * Unsets the "Accumulated" element
11553              */
11554             void unsetAccumulated();
11555             
11556             /**
11557              * Gets the "Noninterest" element
11558              */
11559             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType getNoninterest();
11560             
11561             /**
11562              * True if has "Noninterest" element
11563              */
11564             boolean isSetNoninterest();
11565             
11566             /**
11567              * Sets the "Noninterest" element
11568              */
11569             void setNoninterest(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType noninterest);
11570             
11571             /**
11572              * Appends and returns a new empty "Noninterest" element
11573              */
11574             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType addNewNoninterest();
11575             
11576             /**
11577              * Unsets the "Noninterest" element
11578              */
11579             void unsetNoninterest();
11580             
11581             /**
11582              * Gets the "Federal" element
11583              */
11584             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType getFederal();
11585             
11586             /**
11587              * True if has "Federal" element
11588              */
11589             boolean isSetFederal();
11590             
11591             /**
11592              * Sets the "Federal" element
11593              */
11594             void setFederal(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType federal);
11595             
11596             /**
11597              * Appends and returns a new empty "Federal" element
11598              */
11599             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType addNewFederal();
11600             
11601             /**
11602              * Unsets the "Federal" element
11603              */
11604             void unsetFederal();
11605             
11606             /**
11607              * Gets array of all "FederalItem" elements
11608              */
11609             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType[] getFederalItemArray();
11610             
11611             /**
11612              * Gets ith "FederalItem" element
11613              */
11614             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType getFederalItemArray(int i);
11615             
11616             /**
11617              * Returns number of "FederalItem" element
11618              */
11619             int sizeOfFederalItemArray();
11620             
11621             /**
11622              * Sets array of all "FederalItem" element
11623              */
11624             void setFederalItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType[] federalItemArray);
11625             
11626             /**
11627              * Sets ith "FederalItem" element
11628              */
11629             void setFederalItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType federalItem);
11630             
11631             /**
11632              * Inserts and returns a new empty value (as xml) as the ith "FederalItem" element
11633              */
11634             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType insertNewFederalItem(int i);
11635             
11636             /**
11637              * Appends and returns a new empty value (as xml) as the last "FederalItem" element
11638              */
11639             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType addNewFederalItem();
11640             
11641             /**
11642              * Removes the ith "FederalItem" element
11643              */
11644             void removeFederalItem(int i);
11645             
11646             /**
11647              * Gets the "Matching" element
11648              */
11649             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType getMatching();
11650             
11651             /**
11652              * True if has "Matching" element
11653              */
11654             boolean isSetMatching();
11655             
11656             /**
11657              * Sets the "Matching" element
11658              */
11659             void setMatching(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType matching);
11660             
11661             /**
11662              * Appends and returns a new empty "Matching" element
11663              */
11664             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType addNewMatching();
11665             
11666             /**
11667              * Unsets the "Matching" element
11668              */
11669             void unsetMatching();
11670             
11671             /**
11672              * Gets array of all "MatchingItem" elements
11673              */
11674             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType[] getMatchingItemArray();
11675             
11676             /**
11677              * Gets ith "MatchingItem" element
11678              */
11679             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType getMatchingItemArray(int i);
11680             
11681             /**
11682              * Returns number of "MatchingItem" element
11683              */
11684             int sizeOfMatchingItemArray();
11685             
11686             /**
11687              * Sets array of all "MatchingItem" element
11688              */
11689             void setMatchingItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType[] matchingItemArray);
11690             
11691             /**
11692              * Sets ith "MatchingItem" element
11693              */
11694             void setMatchingItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType matchingItem);
11695             
11696             /**
11697              * Inserts and returns a new empty value (as xml) as the ith "MatchingItem" element
11698              */
11699             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType insertNewMatchingItem(int i);
11700             
11701             /**
11702              * Appends and returns a new empty value (as xml) as the last "MatchingItem" element
11703              */
11704             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksItemDataType addNewMatchingItem();
11705             
11706             /**
11707              * Removes the ith "MatchingItem" element
11708              */
11709             void removeMatchingItem(int i);
11710             
11711             /**
11712              * Gets the "EligibleEarnings" element
11713              */
11714             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType getEligibleEarnings();
11715             
11716             /**
11717              * True if has "EligibleEarnings" element
11718              */
11719             boolean isSetEligibleEarnings();
11720             
11721             /**
11722              * Sets the "EligibleEarnings" element
11723              */
11724             void setEligibleEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType eligibleEarnings);
11725             
11726             /**
11727              * Appends and returns a new empty "EligibleEarnings" element
11728              */
11729             gov.grants.apply.forms.cdfi2011V10.CDFI2011EarningsBanksDataType addNewEligibleEarnings();
11730             
11731             /**
11732              * Unsets the "EligibleEarnings" element
11733              */
11734             void unsetEligibleEarnings();
11735             
11736             /**
11737              * Gets the "RetainedEarningsIncrease" element
11738              */
11739             long getRetainedEarningsIncrease();
11740             
11741             /**
11742              * Gets (as xml) the "RetainedEarningsIncrease" element
11743              */
11744             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetRetainedEarningsIncrease();
11745             
11746             /**
11747              * True if has "RetainedEarningsIncrease" element
11748              */
11749             boolean isSetRetainedEarningsIncrease();
11750             
11751             /**
11752              * Sets the "RetainedEarningsIncrease" element
11753              */
11754             void setRetainedEarningsIncrease(long retainedEarningsIncrease);
11755             
11756             /**
11757              * Sets (as xml) the "RetainedEarningsIncrease" element
11758              */
11759             void xsetRetainedEarningsIncrease(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType retainedEarningsIncrease);
11760             
11761             /**
11762              * Unsets the "RetainedEarningsIncrease" element
11763              */
11764             void unsetRetainedEarningsIncrease();
11765             
11766             /**
11767              * Gets the "ThreeYearAverage" element
11768              */
11769             long getThreeYearAverage();
11770             
11771             /**
11772              * Gets (as xml) the "ThreeYearAverage" element
11773              */
11774             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType xgetThreeYearAverage();
11775             
11776             /**
11777              * True if has "ThreeYearAverage" element
11778              */
11779             boolean isSetThreeYearAverage();
11780             
11781             /**
11782              * Sets the "ThreeYearAverage" element
11783              */
11784             void setThreeYearAverage(long threeYearAverage);
11785             
11786             /**
11787              * Sets (as xml) the "ThreeYearAverage" element
11788              */
11789             void xsetThreeYearAverage(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999999999999DataType threeYearAverage);
11790             
11791             /**
11792              * Unsets the "ThreeYearAverage" element
11793              */
11794             void unsetThreeYearAverage();
11795             
11796             /**
11797              * A factory class with static methods for creating instances
11798              * of this type.
11799              */
11800             
11801             public static final class Factory
11802             {
11803                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks newInstance() {
11804                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
11805                 
11806                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks newInstance(org.apache.xmlbeans.XmlOptions options) {
11807                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EarningsBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
11808                 
11809                 private Factory() { } // No instance of this class allowed
11810             }
11811         }
11812         
11813         /**
11814          * An XML FinancialProductsSheet(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
11815          *
11816          * This is a complex type.
11817          */
11818         public interface FinancialProductsSheet extends org.apache.xmlbeans.XmlObject
11819         {
11820             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
11821                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialProductsSheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialproductssheet1f04elemtype");
11822             
11823             /**
11824              * Gets array of all "ProductItem" elements
11825              */
11826             gov.grants.apply.forms.cdfi2011V10.CDFI2011ProductItemDataType[] getProductItemArray();
11827             
11828             /**
11829              * Gets ith "ProductItem" element
11830              */
11831             gov.grants.apply.forms.cdfi2011V10.CDFI2011ProductItemDataType getProductItemArray(int i);
11832             
11833             /**
11834              * Returns number of "ProductItem" element
11835              */
11836             int sizeOfProductItemArray();
11837             
11838             /**
11839              * Sets array of all "ProductItem" element
11840              */
11841             void setProductItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011ProductItemDataType[] productItemArray);
11842             
11843             /**
11844              * Sets ith "ProductItem" element
11845              */
11846             void setProductItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011ProductItemDataType productItem);
11847             
11848             /**
11849              * Inserts and returns a new empty value (as xml) as the ith "ProductItem" element
11850              */
11851             gov.grants.apply.forms.cdfi2011V10.CDFI2011ProductItemDataType insertNewProductItem(int i);
11852             
11853             /**
11854              * Appends and returns a new empty value (as xml) as the last "ProductItem" element
11855              */
11856             gov.grants.apply.forms.cdfi2011V10.CDFI2011ProductItemDataType addNewProductItem();
11857             
11858             /**
11859              * Removes the ith "ProductItem" element
11860              */
11861             void removeProductItem(int i);
11862             
11863             /**
11864              * A factory class with static methods for creating instances
11865              * of this type.
11866              */
11867             
11868             public static final class Factory
11869             {
11870                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet newInstance() {
11871                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
11872                 
11873                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet newInstance(org.apache.xmlbeans.XmlOptions options) {
11874                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialProductsSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
11875                 
11876                 private Factory() { } // No instance of this class allowed
11877             }
11878         }
11879         
11880         /**
11881          * An XML FinancialServicesSheet(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
11882          *
11883          * This is a complex type.
11884          */
11885         public interface FinancialServicesSheet extends org.apache.xmlbeans.XmlObject
11886         {
11887             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
11888                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialServicesSheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialservicessheet9d7eelemtype");
11889             
11890             /**
11891              * Gets array of all "ServiceItem" elements
11892              */
11893             gov.grants.apply.forms.cdfi2011V10.CDFI2011ServiceItemDataType[] getServiceItemArray();
11894             
11895             /**
11896              * Gets ith "ServiceItem" element
11897              */
11898             gov.grants.apply.forms.cdfi2011V10.CDFI2011ServiceItemDataType getServiceItemArray(int i);
11899             
11900             /**
11901              * Returns number of "ServiceItem" element
11902              */
11903             int sizeOfServiceItemArray();
11904             
11905             /**
11906              * Sets array of all "ServiceItem" element
11907              */
11908             void setServiceItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011ServiceItemDataType[] serviceItemArray);
11909             
11910             /**
11911              * Sets ith "ServiceItem" element
11912              */
11913             void setServiceItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011ServiceItemDataType serviceItem);
11914             
11915             /**
11916              * Inserts and returns a new empty value (as xml) as the ith "ServiceItem" element
11917              */
11918             gov.grants.apply.forms.cdfi2011V10.CDFI2011ServiceItemDataType insertNewServiceItem(int i);
11919             
11920             /**
11921              * Appends and returns a new empty value (as xml) as the last "ServiceItem" element
11922              */
11923             gov.grants.apply.forms.cdfi2011V10.CDFI2011ServiceItemDataType addNewServiceItem();
11924             
11925             /**
11926              * Removes the ith "ServiceItem" element
11927              */
11928             void removeServiceItem(int i);
11929             
11930             /**
11931              * A factory class with static methods for creating instances
11932              * of this type.
11933              */
11934             
11935             public static final class Factory
11936             {
11937                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet newInstance() {
11938                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
11939                 
11940                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet newInstance(org.apache.xmlbeans.XmlOptions options) {
11941                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialServicesSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
11942                 
11943                 private Factory() { } // No instance of this class allowed
11944             }
11945         }
11946         
11947         /**
11948          * An XML FinancialActivities(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
11949          *
11950          * This is a complex type.
11951          */
11952         public interface FinancialActivities extends org.apache.xmlbeans.XmlObject
11953         {
11954             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
11955                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialactivities5cf0elemtype");
11956             
11957             /**
11958              * Gets array of all "ActivityItem" elements
11959              */
11960             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType[] getActivityItemArray();
11961             
11962             /**
11963              * Gets ith "ActivityItem" element
11964              */
11965             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType getActivityItemArray(int i);
11966             
11967             /**
11968              * Returns number of "ActivityItem" element
11969              */
11970             int sizeOfActivityItemArray();
11971             
11972             /**
11973              * Sets array of all "ActivityItem" element
11974              */
11975             void setActivityItemArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType[] activityItemArray);
11976             
11977             /**
11978              * Sets ith "ActivityItem" element
11979              */
11980             void setActivityItemArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType activityItem);
11981             
11982             /**
11983              * Inserts and returns a new empty value (as xml) as the ith "ActivityItem" element
11984              */
11985             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType insertNewActivityItem(int i);
11986             
11987             /**
11988              * Appends and returns a new empty value (as xml) as the last "ActivityItem" element
11989              */
11990             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType addNewActivityItem();
11991             
11992             /**
11993              * Removes the ith "ActivityItem" element
11994              */
11995             void removeActivityItem(int i);
11996             
11997             /**
11998              * Gets array of all "ActivityItem2" elements
11999              */
12000             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType[] getActivityItem2Array();
12001             
12002             /**
12003              * Gets ith "ActivityItem2" element
12004              */
12005             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType getActivityItem2Array(int i);
12006             
12007             /**
12008              * Returns number of "ActivityItem2" element
12009              */
12010             int sizeOfActivityItem2Array();
12011             
12012             /**
12013              * Sets array of all "ActivityItem2" element
12014              */
12015             void setActivityItem2Array(gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType[] activityItem2Array);
12016             
12017             /**
12018              * Sets ith "ActivityItem2" element
12019              */
12020             void setActivityItem2Array(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType activityItem2);
12021             
12022             /**
12023              * Inserts and returns a new empty value (as xml) as the ith "ActivityItem2" element
12024              */
12025             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType insertNewActivityItem2(int i);
12026             
12027             /**
12028              * Appends and returns a new empty value (as xml) as the last "ActivityItem2" element
12029              */
12030             gov.grants.apply.forms.cdfi2011V10.CDFI2011ActivityItemDataType addNewActivityItem2();
12031             
12032             /**
12033              * Removes the ith "ActivityItem2" element
12034              */
12035             void removeActivityItem2(int i);
12036             
12037             /**
12038              * A factory class with static methods for creating instances
12039              * of this type.
12040              */
12041             
12042             public static final class Factory
12043             {
12044                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities newInstance() {
12045                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
12046                 
12047                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
12048                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
12049                 
12050                 private Factory() { } // No instance of this class allowed
12051             }
12052         }
12053         
12054         /**
12055          * An XML BoardMembers(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
12056          *
12057          * This is a complex type.
12058          */
12059         public interface BoardMembers extends org.apache.xmlbeans.XmlObject
12060         {
12061             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
12062                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BoardMembers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("boardmembersaaa3elemtype");
12063             
12064             /**
12065              * Gets array of all "BoardMember" elements
12066              */
12067             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType[] getBoardMemberArray();
12068             
12069             /**
12070              * Gets ith "BoardMember" element
12071              */
12072             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType getBoardMemberArray(int i);
12073             
12074             /**
12075              * Returns number of "BoardMember" element
12076              */
12077             int sizeOfBoardMemberArray();
12078             
12079             /**
12080              * Sets array of all "BoardMember" element
12081              */
12082             void setBoardMemberArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType[] boardMemberArray);
12083             
12084             /**
12085              * Sets ith "BoardMember" element
12086              */
12087             void setBoardMemberArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType boardMember);
12088             
12089             /**
12090              * Inserts and returns a new empty value (as xml) as the ith "BoardMember" element
12091              */
12092             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType insertNewBoardMember(int i);
12093             
12094             /**
12095              * Appends and returns a new empty value (as xml) as the last "BoardMember" element
12096              */
12097             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType addNewBoardMember();
12098             
12099             /**
12100              * Removes the ith "BoardMember" element
12101              */
12102             void removeBoardMember(int i);
12103             
12104             /**
12105              * A factory class with static methods for creating instances
12106              * of this type.
12107              */
12108             
12109             public static final class Factory
12110             {
12111                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers newInstance() {
12112                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
12113                 
12114                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers newInstance(org.apache.xmlbeans.XmlOptions options) {
12115                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.BoardMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
12116                 
12117                 private Factory() { } // No instance of this class allowed
12118             }
12119         }
12120         
12121         /**
12122          * An XML StaffMembers(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
12123          *
12124          * This is a complex type.
12125          */
12126         public interface StaffMembers extends org.apache.xmlbeans.XmlObject
12127         {
12128             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
12129                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StaffMembers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("staffmembers879delemtype");
12130             
12131             /**
12132              * Gets array of all "StaffMember" elements
12133              */
12134             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType[] getStaffMemberArray();
12135             
12136             /**
12137              * Gets ith "StaffMember" element
12138              */
12139             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType getStaffMemberArray(int i);
12140             
12141             /**
12142              * Returns number of "StaffMember" element
12143              */
12144             int sizeOfStaffMemberArray();
12145             
12146             /**
12147              * Sets array of all "StaffMember" element
12148              */
12149             void setStaffMemberArray(gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType[] staffMemberArray);
12150             
12151             /**
12152              * Sets ith "StaffMember" element
12153              */
12154             void setStaffMemberArray(int i, gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType staffMember);
12155             
12156             /**
12157              * Inserts and returns a new empty value (as xml) as the ith "StaffMember" element
12158              */
12159             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType insertNewStaffMember(int i);
12160             
12161             /**
12162              * Appends and returns a new empty value (as xml) as the last "StaffMember" element
12163              */
12164             gov.grants.apply.forms.cdfi2011V10.CDFI2011MemberDataType addNewStaffMember();
12165             
12166             /**
12167              * Removes the ith "StaffMember" element
12168              */
12169             void removeStaffMember(int i);
12170             
12171             /**
12172              * A factory class with static methods for creating instances
12173              * of this type.
12174              */
12175             
12176             public static final class Factory
12177             {
12178                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers newInstance() {
12179                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
12180                 
12181                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers newInstance(org.apache.xmlbeans.XmlOptions options) {
12182                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.StaffMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
12183                 
12184                 private Factory() { } // No instance of this class allowed
12185             }
12186         }
12187         
12188         /**
12189          * An XML FinancialNonRegulated(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
12190          *
12191          * This is a complex type.
12192          */
12193         public interface FinancialNonRegulated extends org.apache.xmlbeans.XmlObject
12194         {
12195             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
12196                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialNonRegulated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialnonregulated028delemtype");
12197             
12198             /**
12199              * Gets the "TotalCash" element
12200              */
12201             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalCash();
12202             
12203             /**
12204              * True if has "TotalCash" element
12205              */
12206             boolean isSetTotalCash();
12207             
12208             /**
12209              * Sets the "TotalCash" element
12210              */
12211             void setTotalCash(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalCash);
12212             
12213             /**
12214              * Appends and returns a new empty "TotalCash" element
12215              */
12216             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalCash();
12217             
12218             /**
12219              * Unsets the "TotalCash" element
12220              */
12221             void unsetTotalCash();
12222             
12223             /**
12224              * Gets the "UnrestrictedCash" element
12225              */
12226             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getUnrestrictedCash();
12227             
12228             /**
12229              * True if has "UnrestrictedCash" element
12230              */
12231             boolean isSetUnrestrictedCash();
12232             
12233             /**
12234              * Sets the "UnrestrictedCash" element
12235              */
12236             void setUnrestrictedCash(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType unrestrictedCash);
12237             
12238             /**
12239              * Appends and returns a new empty "UnrestrictedCash" element
12240              */
12241             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewUnrestrictedCash();
12242             
12243             /**
12244              * Unsets the "UnrestrictedCash" element
12245              */
12246             void unsetUnrestrictedCash();
12247             
12248             /**
12249              * Gets the "CurrentGrossLoans" element
12250              */
12251             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getCurrentGrossLoans();
12252             
12253             /**
12254              * True if has "CurrentGrossLoans" element
12255              */
12256             boolean isSetCurrentGrossLoans();
12257             
12258             /**
12259              * Sets the "CurrentGrossLoans" element
12260              */
12261             void setCurrentGrossLoans(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType currentGrossLoans);
12262             
12263             /**
12264              * Appends and returns a new empty "CurrentGrossLoans" element
12265              */
12266             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewCurrentGrossLoans();
12267             
12268             /**
12269              * Unsets the "CurrentGrossLoans" element
12270              */
12271             void unsetCurrentGrossLoans();
12272             
12273             /**
12274              * Gets the "TotalCommitments" element
12275              */
12276             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalCommitments();
12277             
12278             /**
12279              * True if has "TotalCommitments" element
12280              */
12281             boolean isSetTotalCommitments();
12282             
12283             /**
12284              * Sets the "TotalCommitments" element
12285              */
12286             void setTotalCommitments(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalCommitments);
12287             
12288             /**
12289              * Appends and returns a new empty "TotalCommitments" element
12290              */
12291             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalCommitments();
12292             
12293             /**
12294              * Unsets the "TotalCommitments" element
12295              */
12296             void unsetTotalCommitments();
12297             
12298             /**
12299              * Gets the "TotalCurrentAssets" element
12300              */
12301             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalCurrentAssets();
12302             
12303             /**
12304              * True if has "TotalCurrentAssets" element
12305              */
12306             boolean isSetTotalCurrentAssets();
12307             
12308             /**
12309              * Sets the "TotalCurrentAssets" element
12310              */
12311             void setTotalCurrentAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalCurrentAssets);
12312             
12313             /**
12314              * Appends and returns a new empty "TotalCurrentAssets" element
12315              */
12316             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalCurrentAssets();
12317             
12318             /**
12319              * Unsets the "TotalCurrentAssets" element
12320              */
12321             void unsetTotalCurrentAssets();
12322             
12323             /**
12324              * Gets the "NoncurrentGrossLoans" element
12325              */
12326             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNoncurrentGrossLoans();
12327             
12328             /**
12329              * True if has "NoncurrentGrossLoans" element
12330              */
12331             boolean isSetNoncurrentGrossLoans();
12332             
12333             /**
12334              * Sets the "NoncurrentGrossLoans" element
12335              */
12336             void setNoncurrentGrossLoans(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType noncurrentGrossLoans);
12337             
12338             /**
12339              * Appends and returns a new empty "NoncurrentGrossLoans" element
12340              */
12341             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNoncurrentGrossLoans();
12342             
12343             /**
12344              * Unsets the "NoncurrentGrossLoans" element
12345              */
12346             void unsetNoncurrentGrossLoans();
12347             
12348             /**
12349              * Gets the "LoanLossReserve" element
12350              */
12351             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getLoanLossReserve();
12352             
12353             /**
12354              * True if has "LoanLossReserve" element
12355              */
12356             boolean isSetLoanLossReserve();
12357             
12358             /**
12359              * Sets the "LoanLossReserve" element
12360              */
12361             void setLoanLossReserve(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType loanLossReserve);
12362             
12363             /**
12364              * Appends and returns a new empty "LoanLossReserve" element
12365              */
12366             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewLoanLossReserve();
12367             
12368             /**
12369              * Unsets the "LoanLossReserve" element
12370              */
12371             void unsetLoanLossReserve();
12372             
12373             /**
12374              * Gets the "TotalOutstanding" element
12375              */
12376             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalOutstanding();
12377             
12378             /**
12379              * True if has "TotalOutstanding" element
12380              */
12381             boolean isSetTotalOutstanding();
12382             
12383             /**
12384              * Sets the "TotalOutstanding" element
12385              */
12386             void setTotalOutstanding(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalOutstanding);
12387             
12388             /**
12389              * Appends and returns a new empty "TotalOutstanding" element
12390              */
12391             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalOutstanding();
12392             
12393             /**
12394              * Unsets the "TotalOutstanding" element
12395              */
12396             void unsetTotalOutstanding();
12397             
12398             /**
12399              * Gets the "NetUnrealizedLoss" element
12400              */
12401             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNetUnrealizedLoss();
12402             
12403             /**
12404              * True if has "NetUnrealizedLoss" element
12405              */
12406             boolean isSetNetUnrealizedLoss();
12407             
12408             /**
12409              * Sets the "NetUnrealizedLoss" element
12410              */
12411             void setNetUnrealizedLoss(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType netUnrealizedLoss);
12412             
12413             /**
12414              * Appends and returns a new empty "NetUnrealizedLoss" element
12415              */
12416             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNetUnrealizedLoss();
12417             
12418             /**
12419              * Unsets the "NetUnrealizedLoss" element
12420              */
12421             void unsetNetUnrealizedLoss();
12422             
12423             /**
12424              * Gets the "TotalNetLoans" element
12425              */
12426             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalNetLoans();
12427             
12428             /**
12429              * True if has "TotalNetLoans" element
12430              */
12431             boolean isSetTotalNetLoans();
12432             
12433             /**
12434              * Sets the "TotalNetLoans" element
12435              */
12436             void setTotalNetLoans(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalNetLoans);
12437             
12438             /**
12439              * Appends and returns a new empty "TotalNetLoans" element
12440              */
12441             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalNetLoans();
12442             
12443             /**
12444              * Unsets the "TotalNetLoans" element
12445              */
12446             void unsetTotalNetLoans();
12447             
12448             /**
12449              * Gets the "TotalAssets" element
12450              */
12451             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalAssets();
12452             
12453             /**
12454              * True if has "TotalAssets" element
12455              */
12456             boolean isSetTotalAssets();
12457             
12458             /**
12459              * Sets the "TotalAssets" element
12460              */
12461             void setTotalAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalAssets);
12462             
12463             /**
12464              * Appends and returns a new empty "TotalAssets" element
12465              */
12466             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalAssets();
12467             
12468             /**
12469              * Unsets the "TotalAssets" element
12470              */
12471             void unsetTotalAssets();
12472             
12473             /**
12474              * Gets the "TotalCurrentLiabilities" element
12475              */
12476             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalCurrentLiabilities();
12477             
12478             /**
12479              * True if has "TotalCurrentLiabilities" element
12480              */
12481             boolean isSetTotalCurrentLiabilities();
12482             
12483             /**
12484              * Sets the "TotalCurrentLiabilities" element
12485              */
12486             void setTotalCurrentLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalCurrentLiabilities);
12487             
12488             /**
12489              * Appends and returns a new empty "TotalCurrentLiabilities" element
12490              */
12491             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalCurrentLiabilities();
12492             
12493             /**
12494              * Unsets the "TotalCurrentLiabilities" element
12495              */
12496             void unsetTotalCurrentLiabilities();
12497             
12498             /**
12499              * Gets the "TotalNotesPayable" element
12500              */
12501             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalNotesPayable();
12502             
12503             /**
12504              * True if has "TotalNotesPayable" element
12505              */
12506             boolean isSetTotalNotesPayable();
12507             
12508             /**
12509              * Sets the "TotalNotesPayable" element
12510              */
12511             void setTotalNotesPayable(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalNotesPayable);
12512             
12513             /**
12514              * Appends and returns a new empty "TotalNotesPayable" element
12515              */
12516             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalNotesPayable();
12517             
12518             /**
12519              * Unsets the "TotalNotesPayable" element
12520              */
12521             void unsetTotalNotesPayable();
12522             
12523             /**
12524              * Gets the "TotalAdjustedNotes" element
12525              */
12526             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalAdjustedNotes();
12527             
12528             /**
12529              * True if has "TotalAdjustedNotes" element
12530              */
12531             boolean isSetTotalAdjustedNotes();
12532             
12533             /**
12534              * Sets the "TotalAdjustedNotes" element
12535              */
12536             void setTotalAdjustedNotes(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalAdjustedNotes);
12537             
12538             /**
12539              * Appends and returns a new empty "TotalAdjustedNotes" element
12540              */
12541             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalAdjustedNotes();
12542             
12543             /**
12544              * Unsets the "TotalAdjustedNotes" element
12545              */
12546             void unsetTotalAdjustedNotes();
12547             
12548             /**
12549              * Gets the "TotalLiabilities" element
12550              */
12551             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalLiabilities();
12552             
12553             /**
12554              * True if has "TotalLiabilities" element
12555              */
12556             boolean isSetTotalLiabilities();
12557             
12558             /**
12559              * Sets the "TotalLiabilities" element
12560              */
12561             void setTotalLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalLiabilities);
12562             
12563             /**
12564              * Appends and returns a new empty "TotalLiabilities" element
12565              */
12566             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalLiabilities();
12567             
12568             /**
12569              * Unsets the "TotalLiabilities" element
12570              */
12571             void unsetTotalLiabilities();
12572             
12573             /**
12574              * Gets the "UnrestrictedNetAssets" element
12575              */
12576             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getUnrestrictedNetAssets();
12577             
12578             /**
12579              * True if has "UnrestrictedNetAssets" element
12580              */
12581             boolean isSetUnrestrictedNetAssets();
12582             
12583             /**
12584              * Sets the "UnrestrictedNetAssets" element
12585              */
12586             void setUnrestrictedNetAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType unrestrictedNetAssets);
12587             
12588             /**
12589              * Appends and returns a new empty "UnrestrictedNetAssets" element
12590              */
12591             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewUnrestrictedNetAssets();
12592             
12593             /**
12594              * Unsets the "UnrestrictedNetAssets" element
12595              */
12596             void unsetUnrestrictedNetAssets();
12597             
12598             /**
12599              * Gets the "TotalAssetsAvailable" element
12600              */
12601             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalAssetsAvailable();
12602             
12603             /**
12604              * True if has "TotalAssetsAvailable" element
12605              */
12606             boolean isSetTotalAssetsAvailable();
12607             
12608             /**
12609              * Sets the "TotalAssetsAvailable" element
12610              */
12611             void setTotalAssetsAvailable(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalAssetsAvailable);
12612             
12613             /**
12614              * Appends and returns a new empty "TotalAssetsAvailable" element
12615              */
12616             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalAssetsAvailable();
12617             
12618             /**
12619              * Unsets the "TotalAssetsAvailable" element
12620              */
12621             void unsetTotalAssetsAvailable();
12622             
12623             /**
12624              * Gets the "TotalNetAssets" element
12625              */
12626             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalNetAssets();
12627             
12628             /**
12629              * True if has "TotalNetAssets" element
12630              */
12631             boolean isSetTotalNetAssets();
12632             
12633             /**
12634              * Sets the "TotalNetAssets" element
12635              */
12636             void setTotalNetAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalNetAssets);
12637             
12638             /**
12639              * Appends and returns a new empty "TotalNetAssets" element
12640              */
12641             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalNetAssets();
12642             
12643             /**
12644              * Unsets the "TotalNetAssets" element
12645              */
12646             void unsetTotalNetAssets();
12647             
12648             /**
12649              * Gets the "OffBalanceAssets" element
12650              */
12651             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getOffBalanceAssets();
12652             
12653             /**
12654              * True if has "OffBalanceAssets" element
12655              */
12656             boolean isSetOffBalanceAssets();
12657             
12658             /**
12659              * Sets the "OffBalanceAssets" element
12660              */
12661             void setOffBalanceAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType offBalanceAssets);
12662             
12663             /**
12664              * Appends and returns a new empty "OffBalanceAssets" element
12665              */
12666             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewOffBalanceAssets();
12667             
12668             /**
12669              * Unsets the "OffBalanceAssets" element
12670              */
12671             void unsetOffBalanceAssets();
12672             
12673             /**
12674              * Gets the "OffBalanceLiabilities" element
12675              */
12676             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getOffBalanceLiabilities();
12677             
12678             /**
12679              * True if has "OffBalanceLiabilities" element
12680              */
12681             boolean isSetOffBalanceLiabilities();
12682             
12683             /**
12684              * Sets the "OffBalanceLiabilities" element
12685              */
12686             void setOffBalanceLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType offBalanceLiabilities);
12687             
12688             /**
12689              * Appends and returns a new empty "OffBalanceLiabilities" element
12690              */
12691             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewOffBalanceLiabilities();
12692             
12693             /**
12694              * Unsets the "OffBalanceLiabilities" element
12695              */
12696             void unsetOffBalanceLiabilities();
12697             
12698             /**
12699              * Gets the "InterestPayments" element
12700              */
12701             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInterestPayments();
12702             
12703             /**
12704              * True if has "InterestPayments" element
12705              */
12706             boolean isSetInterestPayments();
12707             
12708             /**
12709              * Sets the "InterestPayments" element
12710              */
12711             void setInterestPayments(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType interestPayments);
12712             
12713             /**
12714              * Appends and returns a new empty "InterestPayments" element
12715              */
12716             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInterestPayments();
12717             
12718             /**
12719              * Unsets the "InterestPayments" element
12720              */
12721             void unsetInterestPayments();
12722             
12723             /**
12724              * Gets the "FeeIncome" element
12725              */
12726             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getFeeIncome();
12727             
12728             /**
12729              * True if has "FeeIncome" element
12730              */
12731             boolean isSetFeeIncome();
12732             
12733             /**
12734              * Sets the "FeeIncome" element
12735              */
12736             void setFeeIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType feeIncome);
12737             
12738             /**
12739              * Appends and returns a new empty "FeeIncome" element
12740              */
12741             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewFeeIncome();
12742             
12743             /**
12744              * Unsets the "FeeIncome" element
12745              */
12746             void unsetFeeIncome();
12747             
12748             /**
12749              * Gets the "TotalEarnedIncome" element
12750              */
12751             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalEarnedIncome();
12752             
12753             /**
12754              * True if has "TotalEarnedIncome" element
12755              */
12756             boolean isSetTotalEarnedIncome();
12757             
12758             /**
12759              * Sets the "TotalEarnedIncome" element
12760              */
12761             void setTotalEarnedIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalEarnedIncome);
12762             
12763             /**
12764              * Appends and returns a new empty "TotalEarnedIncome" element
12765              */
12766             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalEarnedIncome();
12767             
12768             /**
12769              * Unsets the "TotalEarnedIncome" element
12770              */
12771             void unsetTotalEarnedIncome();
12772             
12773             /**
12774              * Gets the "TotalGrants" element
12775              */
12776             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalGrants();
12777             
12778             /**
12779              * True if has "TotalGrants" element
12780              */
12781             boolean isSetTotalGrants();
12782             
12783             /**
12784              * Sets the "TotalGrants" element
12785              */
12786             void setTotalGrants(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalGrants);
12787             
12788             /**
12789              * Appends and returns a new empty "TotalGrants" element
12790              */
12791             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalGrants();
12792             
12793             /**
12794              * Unsets the "TotalGrants" element
12795              */
12796             void unsetTotalGrants();
12797             
12798             /**
12799              * Gets the "TotalIncome" element
12800              */
12801             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalIncome();
12802             
12803             /**
12804              * True if has "TotalIncome" element
12805              */
12806             boolean isSetTotalIncome();
12807             
12808             /**
12809              * Sets the "TotalIncome" element
12810              */
12811             void setTotalIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalIncome);
12812             
12813             /**
12814              * Appends and returns a new empty "TotalIncome" element
12815              */
12816             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalIncome();
12817             
12818             /**
12819              * Unsets the "TotalIncome" element
12820              */
12821             void unsetTotalIncome();
12822             
12823             /**
12824              * Gets the "TotalPreTax" element
12825              */
12826             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalPreTax();
12827             
12828             /**
12829              * True if has "TotalPreTax" element
12830              */
12831             boolean isSetTotalPreTax();
12832             
12833             /**
12834              * Sets the "TotalPreTax" element
12835              */
12836             void setTotalPreTax(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalPreTax);
12837             
12838             /**
12839              * Appends and returns a new empty "TotalPreTax" element
12840              */
12841             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalPreTax();
12842             
12843             /**
12844              * Unsets the "TotalPreTax" element
12845              */
12846             void unsetTotalPreTax();
12847             
12848             /**
12849              * Gets the "LongTermMaturities" element
12850              */
12851             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getLongTermMaturities();
12852             
12853             /**
12854              * True if has "LongTermMaturities" element
12855              */
12856             boolean isSetLongTermMaturities();
12857             
12858             /**
12859              * Sets the "LongTermMaturities" element
12860              */
12861             void setLongTermMaturities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType longTermMaturities);
12862             
12863             /**
12864              * Appends and returns a new empty "LongTermMaturities" element
12865              */
12866             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewLongTermMaturities();
12867             
12868             /**
12869              * Unsets the "LongTermMaturities" element
12870              */
12871             void unsetLongTermMaturities();
12872             
12873             /**
12874              * A factory class with static methods for creating instances
12875              * of this type.
12876              */
12877             
12878             public static final class Factory
12879             {
12880                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated newInstance() {
12881                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
12882                 
12883                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated newInstance(org.apache.xmlbeans.XmlOptions options) {
12884                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
12885                 
12886                 private Factory() { } // No instance of this class allowed
12887             }
12888         }
12889         
12890         /**
12891          * An XML FinancialCreditUnions(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
12892          *
12893          * This is a complex type.
12894          */
12895         public interface FinancialCreditUnions extends org.apache.xmlbeans.XmlObject
12896         {
12897             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
12898                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialCreditUnions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialcreditunionsd340elemtype");
12899             
12900             /**
12901              * Gets the "CashOnHand" element
12902              */
12903             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getCashOnHand();
12904             
12905             /**
12906              * True if has "CashOnHand" element
12907              */
12908             boolean isSetCashOnHand();
12909             
12910             /**
12911              * Sets the "CashOnHand" element
12912              */
12913             void setCashOnHand(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType cashOnHand);
12914             
12915             /**
12916              * Appends and returns a new empty "CashOnHand" element
12917              */
12918             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewCashOnHand();
12919             
12920             /**
12921              * Unsets the "CashOnHand" element
12922              */
12923             void unsetCashOnHand();
12924             
12925             /**
12926              * Gets the "CashOnDeposit" element
12927              */
12928             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getCashOnDeposit();
12929             
12930             /**
12931              * True if has "CashOnDeposit" element
12932              */
12933             boolean isSetCashOnDeposit();
12934             
12935             /**
12936              * Sets the "CashOnDeposit" element
12937              */
12938             void setCashOnDeposit(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType cashOnDeposit);
12939             
12940             /**
12941              * Appends and returns a new empty "CashOnDeposit" element
12942              */
12943             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewCashOnDeposit();
12944             
12945             /**
12946              * Unsets the "CashOnDeposit" element
12947              */
12948             void unsetCashOnDeposit();
12949             
12950             /**
12951              * Gets the "CashEquivalents" element
12952              */
12953             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getCashEquivalents();
12954             
12955             /**
12956              * True if has "CashEquivalents" element
12957              */
12958             boolean isSetCashEquivalents();
12959             
12960             /**
12961              * Sets the "CashEquivalents" element
12962              */
12963             void setCashEquivalents(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType cashEquivalents);
12964             
12965             /**
12966              * Appends and returns a new empty "CashEquivalents" element
12967              */
12968             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewCashEquivalents();
12969             
12970             /**
12971              * Unsets the "CashEquivalents" element
12972              */
12973             void unsetCashEquivalents();
12974             
12975             /**
12976              * Gets the "Investments1Year" element
12977              */
12978             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInvestments1Year();
12979             
12980             /**
12981              * True if has "Investments1Year" element
12982              */
12983             boolean isSetInvestments1Year();
12984             
12985             /**
12986              * Sets the "Investments1Year" element
12987              */
12988             void setInvestments1Year(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType investments1Year);
12989             
12990             /**
12991              * Appends and returns a new empty "Investments1Year" element
12992              */
12993             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInvestments1Year();
12994             
12995             /**
12996              * Unsets the "Investments1Year" element
12997              */
12998             void unsetInvestments1Year();
12999             
13000             /**
13001              * Gets the "TotalInvestments" element
13002              */
13003             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalInvestments();
13004             
13005             /**
13006              * True if has "TotalInvestments" element
13007              */
13008             boolean isSetTotalInvestments();
13009             
13010             /**
13011              * Sets the "TotalInvestments" element
13012              */
13013             void setTotalInvestments(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalInvestments);
13014             
13015             /**
13016              * Appends and returns a new empty "TotalInvestments" element
13017              */
13018             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalInvestments();
13019             
13020             /**
13021              * Unsets the "TotalInvestments" element
13022              */
13023             void unsetTotalInvestments();
13024             
13025             /**
13026              * Gets the "TotalLoans" element
13027              */
13028             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalLoans();
13029             
13030             /**
13031              * True if has "TotalLoans" element
13032              */
13033             boolean isSetTotalLoans();
13034             
13035             /**
13036              * Sets the "TotalLoans" element
13037              */
13038             void setTotalLoans(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalLoans);
13039             
13040             /**
13041              * Appends and returns a new empty "TotalLoans" element
13042              */
13043             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalLoans();
13044             
13045             /**
13046              * Unsets the "TotalLoans" element
13047              */
13048             void unsetTotalLoans();
13049             
13050             /**
13051              * Gets the "AllowanceForLosses" element
13052              */
13053             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getAllowanceForLosses();
13054             
13055             /**
13056              * True if has "AllowanceForLosses" element
13057              */
13058             boolean isSetAllowanceForLosses();
13059             
13060             /**
13061              * Sets the "AllowanceForLosses" element
13062              */
13063             void setAllowanceForLosses(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType allowanceForLosses);
13064             
13065             /**
13066              * Appends and returns a new empty "AllowanceForLosses" element
13067              */
13068             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewAllowanceForLosses();
13069             
13070             /**
13071              * Unsets the "AllowanceForLosses" element
13072              */
13073             void unsetAllowanceForLosses();
13074             
13075             /**
13076              * Gets the "TotalAssets" element
13077              */
13078             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalAssets();
13079             
13080             /**
13081              * True if has "TotalAssets" element
13082              */
13083             boolean isSetTotalAssets();
13084             
13085             /**
13086              * Sets the "TotalAssets" element
13087              */
13088             void setTotalAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalAssets);
13089             
13090             /**
13091              * Appends and returns a new empty "TotalAssets" element
13092              */
13093             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalAssets();
13094             
13095             /**
13096              * Unsets the "TotalAssets" element
13097              */
13098             void unsetTotalAssets();
13099             
13100             /**
13101              * Gets the "TotalBorrowings" element
13102              */
13103             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalBorrowings();
13104             
13105             /**
13106              * True if has "TotalBorrowings" element
13107              */
13108             boolean isSetTotalBorrowings();
13109             
13110             /**
13111              * Sets the "TotalBorrowings" element
13112              */
13113             void setTotalBorrowings(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalBorrowings);
13114             
13115             /**
13116              * Appends and returns a new empty "TotalBorrowings" element
13117              */
13118             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalBorrowings();
13119             
13120             /**
13121              * Unsets the "TotalBorrowings" element
13122              */
13123             void unsetTotalBorrowings();
13124             
13125             /**
13126              * Gets the "AccruedDividends" element
13127              */
13128             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getAccruedDividends();
13129             
13130             /**
13131              * True if has "AccruedDividends" element
13132              */
13133             boolean isSetAccruedDividends();
13134             
13135             /**
13136              * Sets the "AccruedDividends" element
13137              */
13138             void setAccruedDividends(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType accruedDividends);
13139             
13140             /**
13141              * Appends and returns a new empty "AccruedDividends" element
13142              */
13143             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewAccruedDividends();
13144             
13145             /**
13146              * Unsets the "AccruedDividends" element
13147              */
13148             void unsetAccruedDividends();
13149             
13150             /**
13151              * Gets the "AccountsPayable" element
13152              */
13153             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getAccountsPayable();
13154             
13155             /**
13156              * True if has "AccountsPayable" element
13157              */
13158             boolean isSetAccountsPayable();
13159             
13160             /**
13161              * Sets the "AccountsPayable" element
13162              */
13163             void setAccountsPayable(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType accountsPayable);
13164             
13165             /**
13166              * Appends and returns a new empty "AccountsPayable" element
13167              */
13168             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewAccountsPayable();
13169             
13170             /**
13171              * Unsets the "AccountsPayable" element
13172              */
13173             void unsetAccountsPayable();
13174             
13175             /**
13176              * Gets the "TotalLiabilities" element
13177              */
13178             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalLiabilities();
13179             
13180             /**
13181              * True if has "TotalLiabilities" element
13182              */
13183             boolean isSetTotalLiabilities();
13184             
13185             /**
13186              * Sets the "TotalLiabilities" element
13187              */
13188             void setTotalLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalLiabilities);
13189             
13190             /**
13191              * Appends and returns a new empty "TotalLiabilities" element
13192              */
13193             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalLiabilities();
13194             
13195             /**
13196              * Unsets the "TotalLiabilities" element
13197              */
13198             void unsetTotalLiabilities();
13199             
13200             /**
13201              * Gets the "MemberDeposits" element
13202              */
13203             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getMemberDeposits();
13204             
13205             /**
13206              * True if has "MemberDeposits" element
13207              */
13208             boolean isSetMemberDeposits();
13209             
13210             /**
13211              * Sets the "MemberDeposits" element
13212              */
13213             void setMemberDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType memberDeposits);
13214             
13215             /**
13216              * Appends and returns a new empty "MemberDeposits" element
13217              */
13218             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewMemberDeposits();
13219             
13220             /**
13221              * Unsets the "MemberDeposits" element
13222              */
13223             void unsetMemberDeposits();
13224             
13225             /**
13226              * Gets the "NonMemberDeposits" element
13227              */
13228             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNonMemberDeposits();
13229             
13230             /**
13231              * True if has "NonMemberDeposits" element
13232              */
13233             boolean isSetNonMemberDeposits();
13234             
13235             /**
13236              * Sets the "NonMemberDeposits" element
13237              */
13238             void setNonMemberDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType nonMemberDeposits);
13239             
13240             /**
13241              * Appends and returns a new empty "NonMemberDeposits" element
13242              */
13243             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNonMemberDeposits();
13244             
13245             /**
13246              * Unsets the "NonMemberDeposits" element
13247              */
13248             void unsetNonMemberDeposits();
13249             
13250             /**
13251              * Gets the "TotalSharesDeposits" element
13252              */
13253             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalSharesDeposits();
13254             
13255             /**
13256              * True if has "TotalSharesDeposits" element
13257              */
13258             boolean isSetTotalSharesDeposits();
13259             
13260             /**
13261              * Sets the "TotalSharesDeposits" element
13262              */
13263             void setTotalSharesDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalSharesDeposits);
13264             
13265             /**
13266              * Appends and returns a new empty "TotalSharesDeposits" element
13267              */
13268             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalSharesDeposits();
13269             
13270             /**
13271              * Unsets the "TotalSharesDeposits" element
13272              */
13273             void unsetTotalSharesDeposits();
13274             
13275             /**
13276              * Gets the "UndividedEarnings" element
13277              */
13278             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getUndividedEarnings();
13279             
13280             /**
13281              * True if has "UndividedEarnings" element
13282              */
13283             boolean isSetUndividedEarnings();
13284             
13285             /**
13286              * Sets the "UndividedEarnings" element
13287              */
13288             void setUndividedEarnings(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType undividedEarnings);
13289             
13290             /**
13291              * Appends and returns a new empty "UndividedEarnings" element
13292              */
13293             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewUndividedEarnings();
13294             
13295             /**
13296              * Unsets the "UndividedEarnings" element
13297              */
13298             void unsetUndividedEarnings();
13299             
13300             /**
13301              * Gets the "RegularReserves" element
13302              */
13303             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getRegularReserves();
13304             
13305             /**
13306              * True if has "RegularReserves" element
13307              */
13308             boolean isSetRegularReserves();
13309             
13310             /**
13311              * Sets the "RegularReserves" element
13312              */
13313             void setRegularReserves(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType regularReserves);
13314             
13315             /**
13316              * Appends and returns a new empty "RegularReserves" element
13317              */
13318             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewRegularReserves();
13319             
13320             /**
13321              * Unsets the "RegularReserves" element
13322              */
13323             void unsetRegularReserves();
13324             
13325             /**
13326              * Gets the "Appropriation" element
13327              */
13328             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getAppropriation();
13329             
13330             /**
13331              * True if has "Appropriation" element
13332              */
13333             boolean isSetAppropriation();
13334             
13335             /**
13336              * Sets the "Appropriation" element
13337              */
13338             void setAppropriation(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType appropriation);
13339             
13340             /**
13341              * Appends and returns a new empty "Appropriation" element
13342              */
13343             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewAppropriation();
13344             
13345             /**
13346              * Unsets the "Appropriation" element
13347              */
13348             void unsetAppropriation();
13349             
13350             /**
13351              * Gets the "OtherReserves" element
13352              */
13353             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getOtherReserves();
13354             
13355             /**
13356              * True if has "OtherReserves" element
13357              */
13358             boolean isSetOtherReserves();
13359             
13360             /**
13361              * Sets the "OtherReserves" element
13362              */
13363             void setOtherReserves(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType otherReserves);
13364             
13365             /**
13366              * Appends and returns a new empty "OtherReserves" element
13367              */
13368             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewOtherReserves();
13369             
13370             /**
13371              * Unsets the "OtherReserves" element
13372              */
13373             void unsetOtherReserves();
13374             
13375             /**
13376              * Gets the "UninsuredSecondary" element
13377              */
13378             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getUninsuredSecondary();
13379             
13380             /**
13381              * True if has "UninsuredSecondary" element
13382              */
13383             boolean isSetUninsuredSecondary();
13384             
13385             /**
13386              * Sets the "UninsuredSecondary" element
13387              */
13388             void setUninsuredSecondary(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType uninsuredSecondary);
13389             
13390             /**
13391              * Appends and returns a new empty "UninsuredSecondary" element
13392              */
13393             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewUninsuredSecondary();
13394             
13395             /**
13396              * Unsets the "UninsuredSecondary" element
13397              */
13398             void unsetUninsuredSecondary();
13399             
13400             /**
13401              * Gets the "NetIncome" element
13402              */
13403             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNetIncome();
13404             
13405             /**
13406              * True if has "NetIncome" element
13407              */
13408             boolean isSetNetIncome();
13409             
13410             /**
13411              * Sets the "NetIncome" element
13412              */
13413             void setNetIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType netIncome);
13414             
13415             /**
13416              * Appends and returns a new empty "NetIncome" element
13417              */
13418             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNetIncome();
13419             
13420             /**
13421              * Unsets the "NetIncome" element
13422              */
13423             void unsetNetIncome();
13424             
13425             /**
13426              * Gets the "TotalNetWorth" element
13427              */
13428             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalNetWorth();
13429             
13430             /**
13431              * True if has "TotalNetWorth" element
13432              */
13433             boolean isSetTotalNetWorth();
13434             
13435             /**
13436              * Sets the "TotalNetWorth" element
13437              */
13438             void setTotalNetWorth(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalNetWorth);
13439             
13440             /**
13441              * Appends and returns a new empty "TotalNetWorth" element
13442              */
13443             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalNetWorth();
13444             
13445             /**
13446              * Unsets the "TotalNetWorth" element
13447              */
13448             void unsetTotalNetWorth();
13449             
13450             /**
13451              * Gets the "InterestIncome" element
13452              */
13453             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInterestIncome();
13454             
13455             /**
13456              * True if has "InterestIncome" element
13457              */
13458             boolean isSetInterestIncome();
13459             
13460             /**
13461              * Sets the "InterestIncome" element
13462              */
13463             void setInterestIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType interestIncome);
13464             
13465             /**
13466              * Appends and returns a new empty "InterestIncome" element
13467              */
13468             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInterestIncome();
13469             
13470             /**
13471              * Unsets the "InterestIncome" element
13472              */
13473             void unsetInterestIncome();
13474             
13475             /**
13476              * Gets the "InterestExpenses" element
13477              */
13478             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInterestExpenses();
13479             
13480             /**
13481              * True if has "InterestExpenses" element
13482              */
13483             boolean isSetInterestExpenses();
13484             
13485             /**
13486              * Sets the "InterestExpenses" element
13487              */
13488             void setInterestExpenses(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType interestExpenses);
13489             
13490             /**
13491              * Appends and returns a new empty "InterestExpenses" element
13492              */
13493             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInterestExpenses();
13494             
13495             /**
13496              * Unsets the "InterestExpenses" element
13497              */
13498             void unsetInterestExpenses();
13499             
13500             /**
13501              * Gets the "Provision" element
13502              */
13503             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getProvision();
13504             
13505             /**
13506              * True if has "Provision" element
13507              */
13508             boolean isSetProvision();
13509             
13510             /**
13511              * Sets the "Provision" element
13512              */
13513             void setProvision(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType provision);
13514             
13515             /**
13516              * Appends and returns a new empty "Provision" element
13517              */
13518             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewProvision();
13519             
13520             /**
13521              * Unsets the "Provision" element
13522              */
13523             void unsetProvision();
13524             
13525             /**
13526              * Gets the "NonInterestIncome" element
13527              */
13528             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNonInterestIncome();
13529             
13530             /**
13531              * True if has "NonInterestIncome" element
13532              */
13533             boolean isSetNonInterestIncome();
13534             
13535             /**
13536              * Sets the "NonInterestIncome" element
13537              */
13538             void setNonInterestIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType nonInterestIncome);
13539             
13540             /**
13541              * Appends and returns a new empty "NonInterestIncome" element
13542              */
13543             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNonInterestIncome();
13544             
13545             /**
13546              * Unsets the "NonInterestIncome" element
13547              */
13548             void unsetNonInterestIncome();
13549             
13550             /**
13551              * Gets the "NonInterestExpense" element
13552              */
13553             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNonInterestExpense();
13554             
13555             /**
13556              * True if has "NonInterestExpense" element
13557              */
13558             boolean isSetNonInterestExpense();
13559             
13560             /**
13561              * Sets the "NonInterestExpense" element
13562              */
13563             void setNonInterestExpense(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType nonInterestExpense);
13564             
13565             /**
13566              * Appends and returns a new empty "NonInterestExpense" element
13567              */
13568             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNonInterestExpense();
13569             
13570             /**
13571              * Unsets the "NonInterestExpense" element
13572              */
13573             void unsetNonInterestExpense();
13574             
13575             /**
13576              * Gets the "NetIncome2" element
13577              */
13578             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNetIncome2();
13579             
13580             /**
13581              * True if has "NetIncome2" element
13582              */
13583             boolean isSetNetIncome2();
13584             
13585             /**
13586              * Sets the "NetIncome2" element
13587              */
13588             void setNetIncome2(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType netIncome2);
13589             
13590             /**
13591              * Appends and returns a new empty "NetIncome2" element
13592              */
13593             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNetIncome2();
13594             
13595             /**
13596              * Unsets the "NetIncome2" element
13597              */
13598             void unsetNetIncome2();
13599             
13600             /**
13601              * A factory class with static methods for creating instances
13602              * of this type.
13603              */
13604             
13605             public static final class Factory
13606             {
13607                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions newInstance() {
13608                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
13609                 
13610                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions newInstance(org.apache.xmlbeans.XmlOptions options) {
13611                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
13612                 
13613                 private Factory() { } // No instance of this class allowed
13614             }
13615         }
13616         
13617         /**
13618          * An XML FinancialBanks(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
13619          *
13620          * This is a complex type.
13621          */
13622         public interface FinancialBanks extends org.apache.xmlbeans.XmlObject
13623         {
13624             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
13625                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialBanks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialbanks9228elemtype");
13626             
13627             /**
13628              * Gets the "Cash" element
13629              */
13630             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getCash();
13631             
13632             /**
13633              * True if has "Cash" element
13634              */
13635             boolean isSetCash();
13636             
13637             /**
13638              * Sets the "Cash" element
13639              */
13640             void setCash(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType cash);
13641             
13642             /**
13643              * Appends and returns a new empty "Cash" element
13644              */
13645             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewCash();
13646             
13647             /**
13648              * Unsets the "Cash" element
13649              */
13650             void unsetCash();
13651             
13652             /**
13653              * Gets the "ShortTermInvestments" element
13654              */
13655             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getShortTermInvestments();
13656             
13657             /**
13658              * True if has "ShortTermInvestments" element
13659              */
13660             boolean isSetShortTermInvestments();
13661             
13662             /**
13663              * Sets the "ShortTermInvestments" element
13664              */
13665             void setShortTermInvestments(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType shortTermInvestments);
13666             
13667             /**
13668              * Appends and returns a new empty "ShortTermInvestments" element
13669              */
13670             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewShortTermInvestments();
13671             
13672             /**
13673              * Unsets the "ShortTermInvestments" element
13674              */
13675             void unsetShortTermInvestments();
13676             
13677             /**
13678              * Gets the "TotalInvestments" element
13679              */
13680             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalInvestments();
13681             
13682             /**
13683              * True if has "TotalInvestments" element
13684              */
13685             boolean isSetTotalInvestments();
13686             
13687             /**
13688              * Sets the "TotalInvestments" element
13689              */
13690             void setTotalInvestments(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalInvestments);
13691             
13692             /**
13693              * Appends and returns a new empty "TotalInvestments" element
13694              */
13695             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalInvestments();
13696             
13697             /**
13698              * Unsets the "TotalInvestments" element
13699              */
13700             void unsetTotalInvestments();
13701             
13702             /**
13703              * Gets the "LoansLeases" element
13704              */
13705             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getLoansLeases();
13706             
13707             /**
13708              * True if has "LoansLeases" element
13709              */
13710             boolean isSetLoansLeases();
13711             
13712             /**
13713              * Sets the "LoansLeases" element
13714              */
13715             void setLoansLeases(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType loansLeases);
13716             
13717             /**
13718              * Appends and returns a new empty "LoansLeases" element
13719              */
13720             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewLoansLeases();
13721             
13722             /**
13723              * Unsets the "LoansLeases" element
13724              */
13725             void unsetLoansLeases();
13726             
13727             /**
13728              * Gets the "AllowanceForLosses" element
13729              */
13730             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getAllowanceForLosses();
13731             
13732             /**
13733              * True if has "AllowanceForLosses" element
13734              */
13735             boolean isSetAllowanceForLosses();
13736             
13737             /**
13738              * Sets the "AllowanceForLosses" element
13739              */
13740             void setAllowanceForLosses(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType allowanceForLosses);
13741             
13742             /**
13743              * Appends and returns a new empty "AllowanceForLosses" element
13744              */
13745             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewAllowanceForLosses();
13746             
13747             /**
13748              * Unsets the "AllowanceForLosses" element
13749              */
13750             void unsetAllowanceForLosses();
13751             
13752             /**
13753              * Gets the "AverageAssets" element
13754              */
13755             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getAverageAssets();
13756             
13757             /**
13758              * True if has "AverageAssets" element
13759              */
13760             boolean isSetAverageAssets();
13761             
13762             /**
13763              * Sets the "AverageAssets" element
13764              */
13765             void setAverageAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType averageAssets);
13766             
13767             /**
13768              * Appends and returns a new empty "AverageAssets" element
13769              */
13770             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewAverageAssets();
13771             
13772             /**
13773              * Unsets the "AverageAssets" element
13774              */
13775             void unsetAverageAssets();
13776             
13777             /**
13778              * Gets the "LongTermAssets" element
13779              */
13780             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getLongTermAssets();
13781             
13782             /**
13783              * True if has "LongTermAssets" element
13784              */
13785             boolean isSetLongTermAssets();
13786             
13787             /**
13788              * Sets the "LongTermAssets" element
13789              */
13790             void setLongTermAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType longTermAssets);
13791             
13792             /**
13793              * Appends and returns a new empty "LongTermAssets" element
13794              */
13795             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewLongTermAssets();
13796             
13797             /**
13798              * Unsets the "LongTermAssets" element
13799              */
13800             void unsetLongTermAssets();
13801             
13802             /**
13803              * Gets the "TotalAssets" element
13804              */
13805             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalAssets();
13806             
13807             /**
13808              * True if has "TotalAssets" element
13809              */
13810             boolean isSetTotalAssets();
13811             
13812             /**
13813              * Sets the "TotalAssets" element
13814              */
13815             void setTotalAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalAssets);
13816             
13817             /**
13818              * Appends and returns a new empty "TotalAssets" element
13819              */
13820             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalAssets();
13821             
13822             /**
13823              * Unsets the "TotalAssets" element
13824              */
13825             void unsetTotalAssets();
13826             
13827             /**
13828              * Gets the "InterestDeposits" element
13829              */
13830             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInterestDeposits();
13831             
13832             /**
13833              * True if has "InterestDeposits" element
13834              */
13835             boolean isSetInterestDeposits();
13836             
13837             /**
13838              * Sets the "InterestDeposits" element
13839              */
13840             void setInterestDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType interestDeposits);
13841             
13842             /**
13843              * Appends and returns a new empty "InterestDeposits" element
13844              */
13845             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInterestDeposits();
13846             
13847             /**
13848              * Unsets the "InterestDeposits" element
13849              */
13850             void unsetInterestDeposits();
13851             
13852             /**
13853              * Gets the "TotalDeposits" element
13854              */
13855             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalDeposits();
13856             
13857             /**
13858              * True if has "TotalDeposits" element
13859              */
13860             boolean isSetTotalDeposits();
13861             
13862             /**
13863              * Sets the "TotalDeposits" element
13864              */
13865             void setTotalDeposits(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalDeposits);
13866             
13867             /**
13868              * Appends and returns a new empty "TotalDeposits" element
13869              */
13870             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalDeposits();
13871             
13872             /**
13873              * Unsets the "TotalDeposits" element
13874              */
13875             void unsetTotalDeposits();
13876             
13877             /**
13878              * Gets the "NotesPayable" element
13879              */
13880             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNotesPayable();
13881             
13882             /**
13883              * True if has "NotesPayable" element
13884              */
13885             boolean isSetNotesPayable();
13886             
13887             /**
13888              * Sets the "NotesPayable" element
13889              */
13890             void setNotesPayable(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType notesPayable);
13891             
13892             /**
13893              * Appends and returns a new empty "NotesPayable" element
13894              */
13895             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNotesPayable();
13896             
13897             /**
13898              * Unsets the "NotesPayable" element
13899              */
13900             void unsetNotesPayable();
13901             
13902             /**
13903              * Gets the "NonCoreLiabilities" element
13904              */
13905             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNonCoreLiabilities();
13906             
13907             /**
13908              * True if has "NonCoreLiabilities" element
13909              */
13910             boolean isSetNonCoreLiabilities();
13911             
13912             /**
13913              * Sets the "NonCoreLiabilities" element
13914              */
13915             void setNonCoreLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType nonCoreLiabilities);
13916             
13917             /**
13918              * Appends and returns a new empty "NonCoreLiabilities" element
13919              */
13920             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNonCoreLiabilities();
13921             
13922             /**
13923              * Unsets the "NonCoreLiabilities" element
13924              */
13925             void unsetNonCoreLiabilities();
13926             
13927             /**
13928              * Gets the "OtherLiabilities" element
13929              */
13930             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getOtherLiabilities();
13931             
13932             /**
13933              * True if has "OtherLiabilities" element
13934              */
13935             boolean isSetOtherLiabilities();
13936             
13937             /**
13938              * Sets the "OtherLiabilities" element
13939              */
13940             void setOtherLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType otherLiabilities);
13941             
13942             /**
13943              * Appends and returns a new empty "OtherLiabilities" element
13944              */
13945             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewOtherLiabilities();
13946             
13947             /**
13948              * Unsets the "OtherLiabilities" element
13949              */
13950             void unsetOtherLiabilities();
13951             
13952             /**
13953              * Gets the "TotalLiabilities" element
13954              */
13955             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalLiabilities();
13956             
13957             /**
13958              * True if has "TotalLiabilities" element
13959              */
13960             boolean isSetTotalLiabilities();
13961             
13962             /**
13963              * Sets the "TotalLiabilities" element
13964              */
13965             void setTotalLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalLiabilities);
13966             
13967             /**
13968              * Appends and returns a new empty "TotalLiabilities" element
13969              */
13970             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalLiabilities();
13971             
13972             /**
13973              * Unsets the "TotalLiabilities" element
13974              */
13975             void unsetTotalLiabilities();
13976             
13977             /**
13978              * Gets the "PerpetualStock" element
13979              */
13980             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getPerpetualStock();
13981             
13982             /**
13983              * True if has "PerpetualStock" element
13984              */
13985             boolean isSetPerpetualStock();
13986             
13987             /**
13988              * Sets the "PerpetualStock" element
13989              */
13990             void setPerpetualStock(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType perpetualStock);
13991             
13992             /**
13993              * Appends and returns a new empty "PerpetualStock" element
13994              */
13995             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewPerpetualStock();
13996             
13997             /**
13998              * Unsets the "PerpetualStock" element
13999              */
14000             void unsetPerpetualStock();
14001             
14002             /**
14003              * Gets the "CommonStock" element
14004              */
14005             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getCommonStock();
14006             
14007             /**
14008              * True if has "CommonStock" element
14009              */
14010             boolean isSetCommonStock();
14011             
14012             /**
14013              * Sets the "CommonStock" element
14014              */
14015             void setCommonStock(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType commonStock);
14016             
14017             /**
14018              * Appends and returns a new empty "CommonStock" element
14019              */
14020             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewCommonStock();
14021             
14022             /**
14023              * Unsets the "CommonStock" element
14024              */
14025             void unsetCommonStock();
14026             
14027             /**
14028              * Gets the "Surplus" element
14029              */
14030             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getSurplus();
14031             
14032             /**
14033              * True if has "Surplus" element
14034              */
14035             boolean isSetSurplus();
14036             
14037             /**
14038              * Sets the "Surplus" element
14039              */
14040             void setSurplus(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType surplus);
14041             
14042             /**
14043              * Appends and returns a new empty "Surplus" element
14044              */
14045             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewSurplus();
14046             
14047             /**
14048              * Unsets the "Surplus" element
14049              */
14050             void unsetSurplus();
14051             
14052             /**
14053              * Gets the "UndividedProfits" element
14054              */
14055             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getUndividedProfits();
14056             
14057             /**
14058              * True if has "UndividedProfits" element
14059              */
14060             boolean isSetUndividedProfits();
14061             
14062             /**
14063              * Sets the "UndividedProfits" element
14064              */
14065             void setUndividedProfits(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType undividedProfits);
14066             
14067             /**
14068              * Appends and returns a new empty "UndividedProfits" element
14069              */
14070             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewUndividedProfits();
14071             
14072             /**
14073              * Unsets the "UndividedProfits" element
14074              */
14075             void unsetUndividedProfits();
14076             
14077             /**
14078              * Gets the "Tier1Capital" element
14079              */
14080             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTier1Capital();
14081             
14082             /**
14083              * True if has "Tier1Capital" element
14084              */
14085             boolean isSetTier1Capital();
14086             
14087             /**
14088              * Sets the "Tier1Capital" element
14089              */
14090             void setTier1Capital(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType tier1Capital);
14091             
14092             /**
14093              * Appends and returns a new empty "Tier1Capital" element
14094              */
14095             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTier1Capital();
14096             
14097             /**
14098              * Unsets the "Tier1Capital" element
14099              */
14100             void unsetTier1Capital();
14101             
14102             /**
14103              * Gets the "Tier2Capital" element
14104              */
14105             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTier2Capital();
14106             
14107             /**
14108              * True if has "Tier2Capital" element
14109              */
14110             boolean isSetTier2Capital();
14111             
14112             /**
14113              * Sets the "Tier2Capital" element
14114              */
14115             void setTier2Capital(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType tier2Capital);
14116             
14117             /**
14118              * Appends and returns a new empty "Tier2Capital" element
14119              */
14120             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTier2Capital();
14121             
14122             /**
14123              * Unsets the "Tier2Capital" element
14124              */
14125             void unsetTier2Capital();
14126             
14127             /**
14128              * Gets the "TotalEquityCapital" element
14129              */
14130             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getTotalEquityCapital();
14131             
14132             /**
14133              * True if has "TotalEquityCapital" element
14134              */
14135             boolean isSetTotalEquityCapital();
14136             
14137             /**
14138              * Sets the "TotalEquityCapital" element
14139              */
14140             void setTotalEquityCapital(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType totalEquityCapital);
14141             
14142             /**
14143              * Appends and returns a new empty "TotalEquityCapital" element
14144              */
14145             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewTotalEquityCapital();
14146             
14147             /**
14148              * Unsets the "TotalEquityCapital" element
14149              */
14150             void unsetTotalEquityCapital();
14151             
14152             /**
14153              * Gets the "InterestIncome" element
14154              */
14155             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInterestIncome();
14156             
14157             /**
14158              * True if has "InterestIncome" element
14159              */
14160             boolean isSetInterestIncome();
14161             
14162             /**
14163              * Sets the "InterestIncome" element
14164              */
14165             void setInterestIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType interestIncome);
14166             
14167             /**
14168              * Appends and returns a new empty "InterestIncome" element
14169              */
14170             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInterestIncome();
14171             
14172             /**
14173              * Unsets the "InterestIncome" element
14174              */
14175             void unsetInterestIncome();
14176             
14177             /**
14178              * Gets the "InterestExpenses" element
14179              */
14180             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getInterestExpenses();
14181             
14182             /**
14183              * True if has "InterestExpenses" element
14184              */
14185             boolean isSetInterestExpenses();
14186             
14187             /**
14188              * Sets the "InterestExpenses" element
14189              */
14190             void setInterestExpenses(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType interestExpenses);
14191             
14192             /**
14193              * Appends and returns a new empty "InterestExpenses" element
14194              */
14195             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewInterestExpenses();
14196             
14197             /**
14198              * Unsets the "InterestExpenses" element
14199              */
14200             void unsetInterestExpenses();
14201             
14202             /**
14203              * Gets the "Provision" element
14204              */
14205             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getProvision();
14206             
14207             /**
14208              * True if has "Provision" element
14209              */
14210             boolean isSetProvision();
14211             
14212             /**
14213              * Sets the "Provision" element
14214              */
14215             void setProvision(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType provision);
14216             
14217             /**
14218              * Appends and returns a new empty "Provision" element
14219              */
14220             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewProvision();
14221             
14222             /**
14223              * Unsets the "Provision" element
14224              */
14225             void unsetProvision();
14226             
14227             /**
14228              * Gets the "NonInterestIncome" element
14229              */
14230             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNonInterestIncome();
14231             
14232             /**
14233              * True if has "NonInterestIncome" element
14234              */
14235             boolean isSetNonInterestIncome();
14236             
14237             /**
14238              * Sets the "NonInterestIncome" element
14239              */
14240             void setNonInterestIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType nonInterestIncome);
14241             
14242             /**
14243              * Appends and returns a new empty "NonInterestIncome" element
14244              */
14245             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNonInterestIncome();
14246             
14247             /**
14248              * Unsets the "NonInterestIncome" element
14249              */
14250             void unsetNonInterestIncome();
14251             
14252             /**
14253              * Gets the "NonInterestExpense" element
14254              */
14255             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNonInterestExpense();
14256             
14257             /**
14258              * True if has "NonInterestExpense" element
14259              */
14260             boolean isSetNonInterestExpense();
14261             
14262             /**
14263              * Sets the "NonInterestExpense" element
14264              */
14265             void setNonInterestExpense(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType nonInterestExpense);
14266             
14267             /**
14268              * Appends and returns a new empty "NonInterestExpense" element
14269              */
14270             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNonInterestExpense();
14271             
14272             /**
14273              * Unsets the "NonInterestExpense" element
14274              */
14275             void unsetNonInterestExpense();
14276             
14277             /**
14278              * Gets the "IncomeBefore" element
14279              */
14280             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getIncomeBefore();
14281             
14282             /**
14283              * True if has "IncomeBefore" element
14284              */
14285             boolean isSetIncomeBefore();
14286             
14287             /**
14288              * Sets the "IncomeBefore" element
14289              */
14290             void setIncomeBefore(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType incomeBefore);
14291             
14292             /**
14293              * Appends and returns a new empty "IncomeBefore" element
14294              */
14295             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewIncomeBefore();
14296             
14297             /**
14298              * Unsets the "IncomeBefore" element
14299              */
14300             void unsetIncomeBefore();
14301             
14302             /**
14303              * Gets the "NetIncome" element
14304              */
14305             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType getNetIncome();
14306             
14307             /**
14308              * True if has "NetIncome" element
14309              */
14310             boolean isSetNetIncome();
14311             
14312             /**
14313              * Sets the "NetIncome" element
14314              */
14315             void setNetIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType netIncome);
14316             
14317             /**
14318              * Appends and returns a new empty "NetIncome" element
14319              */
14320             gov.grants.apply.forms.cdfi2011V10.CDFI2011FinancialDataType addNewNetIncome();
14321             
14322             /**
14323              * Unsets the "NetIncome" element
14324              */
14325             void unsetNetIncome();
14326             
14327             /**
14328              * A factory class with static methods for creating instances
14329              * of this type.
14330              */
14331             
14332             public static final class Factory
14333             {
14334                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks newInstance() {
14335                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
14336                 
14337                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks newInstance(org.apache.xmlbeans.XmlOptions options) {
14338                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
14339                 
14340                 private Factory() { } // No instance of this class allowed
14341             }
14342         }
14343         
14344         /**
14345          * An XML RatiosNonRegulated(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
14346          *
14347          * This is a complex type.
14348          */
14349         public interface RatiosNonRegulated extends org.apache.xmlbeans.XmlObject
14350         {
14351             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
14352                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RatiosNonRegulated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ratiosnonregulated78beelemtype");
14353             
14354             /**
14355              * Gets the "NetAssetRatio" element
14356              */
14357             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType getNetAssetRatio();
14358             
14359             /**
14360              * True if has "NetAssetRatio" element
14361              */
14362             boolean isSetNetAssetRatio();
14363             
14364             /**
14365              * Sets the "NetAssetRatio" element
14366              */
14367             void setNetAssetRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType netAssetRatio);
14368             
14369             /**
14370              * Appends and returns a new empty "NetAssetRatio" element
14371              */
14372             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType addNewNetAssetRatio();
14373             
14374             /**
14375              * Unsets the "NetAssetRatio" element
14376              */
14377             void unsetNetAssetRatio();
14378             
14379             /**
14380              * Gets the "TotalFinancingCapital" element
14381              */
14382             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulated2DataType getTotalFinancingCapital();
14383             
14384             /**
14385              * True if has "TotalFinancingCapital" element
14386              */
14387             boolean isSetTotalFinancingCapital();
14388             
14389             /**
14390              * Sets the "TotalFinancingCapital" element
14391              */
14392             void setTotalFinancingCapital(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulated2DataType totalFinancingCapital);
14393             
14394             /**
14395              * Appends and returns a new empty "TotalFinancingCapital" element
14396              */
14397             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulated2DataType addNewTotalFinancingCapital();
14398             
14399             /**
14400              * Unsets the "TotalFinancingCapital" element
14401              */
14402             void unsetTotalFinancingCapital();
14403             
14404             /**
14405              * Gets the "DeploymentRatio" element
14406              */
14407             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType getDeploymentRatio();
14408             
14409             /**
14410              * True if has "DeploymentRatio" element
14411              */
14412             boolean isSetDeploymentRatio();
14413             
14414             /**
14415              * Sets the "DeploymentRatio" element
14416              */
14417             void setDeploymentRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType deploymentRatio);
14418             
14419             /**
14420              * Appends and returns a new empty "DeploymentRatio" element
14421              */
14422             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType addNewDeploymentRatio();
14423             
14424             /**
14425              * Unsets the "DeploymentRatio" element
14426              */
14427             void unsetDeploymentRatio();
14428             
14429             /**
14430              * Gets the "NetIncome" element
14431              */
14432             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulated2DataType getNetIncome();
14433             
14434             /**
14435              * True if has "NetIncome" element
14436              */
14437             boolean isSetNetIncome();
14438             
14439             /**
14440              * Sets the "NetIncome" element
14441              */
14442             void setNetIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulated2DataType netIncome);
14443             
14444             /**
14445              * Appends and returns a new empty "NetIncome" element
14446              */
14447             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulated2DataType addNewNetIncome();
14448             
14449             /**
14450              * Unsets the "NetIncome" element
14451              */
14452             void unsetNetIncome();
14453             
14454             /**
14455              * Gets the "EarningsRatio" element
14456              */
14457             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType getEarningsRatio();
14458             
14459             /**
14460              * True if has "EarningsRatio" element
14461              */
14462             boolean isSetEarningsRatio();
14463             
14464             /**
14465              * Sets the "EarningsRatio" element
14466              */
14467             void setEarningsRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType earningsRatio);
14468             
14469             /**
14470              * Appends and returns a new empty "EarningsRatio" element
14471              */
14472             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType addNewEarningsRatio();
14473             
14474             /**
14475              * Unsets the "EarningsRatio" element
14476              */
14477             void unsetEarningsRatio();
14478             
14479             /**
14480              * Gets the "SelfSufficiencyRatio" element
14481              */
14482             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType getSelfSufficiencyRatio();
14483             
14484             /**
14485              * True if has "SelfSufficiencyRatio" element
14486              */
14487             boolean isSetSelfSufficiencyRatio();
14488             
14489             /**
14490              * Sets the "SelfSufficiencyRatio" element
14491              */
14492             void setSelfSufficiencyRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType selfSufficiencyRatio);
14493             
14494             /**
14495              * Appends and returns a new empty "SelfSufficiencyRatio" element
14496              */
14497             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType addNewSelfSufficiencyRatio();
14498             
14499             /**
14500              * Unsets the "SelfSufficiencyRatio" element
14501              */
14502             void unsetSelfSufficiencyRatio();
14503             
14504             /**
14505              * Gets the "OperatingLiquidityRatio" element
14506              */
14507             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType getOperatingLiquidityRatio();
14508             
14509             /**
14510              * True if has "OperatingLiquidityRatio" element
14511              */
14512             boolean isSetOperatingLiquidityRatio();
14513             
14514             /**
14515              * Sets the "OperatingLiquidityRatio" element
14516              */
14517             void setOperatingLiquidityRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType operatingLiquidityRatio);
14518             
14519             /**
14520              * Appends and returns a new empty "OperatingLiquidityRatio" element
14521              */
14522             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType addNewOperatingLiquidityRatio();
14523             
14524             /**
14525              * Unsets the "OperatingLiquidityRatio" element
14526              */
14527             void unsetOperatingLiquidityRatio();
14528             
14529             /**
14530              * Gets the "CurrentRatio" element
14531              */
14532             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType getCurrentRatio();
14533             
14534             /**
14535              * True if has "CurrentRatio" element
14536              */
14537             boolean isSetCurrentRatio();
14538             
14539             /**
14540              * Sets the "CurrentRatio" element
14541              */
14542             void setCurrentRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType currentRatio);
14543             
14544             /**
14545              * Appends and returns a new empty "CurrentRatio" element
14546              */
14547             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosNonRegulatedDataType addNewCurrentRatio();
14548             
14549             /**
14550              * Unsets the "CurrentRatio" element
14551              */
14552             void unsetCurrentRatio();
14553             
14554             /**
14555              * A factory class with static methods for creating instances
14556              * of this type.
14557              */
14558             
14559             public static final class Factory
14560             {
14561                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated newInstance() {
14562                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
14563                 
14564                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated newInstance(org.apache.xmlbeans.XmlOptions options) {
14565                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
14566                 
14567                 private Factory() { } // No instance of this class allowed
14568             }
14569         }
14570         
14571         /**
14572          * An XML RatiosCreditUnions(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
14573          *
14574          * This is a complex type.
14575          */
14576         public interface RatiosCreditUnions extends org.apache.xmlbeans.XmlObject
14577         {
14578             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
14579                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RatiosCreditUnions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ratioscreditunions4971elemtype");
14580             
14581             /**
14582              * Gets the "NetWorth" element
14583              */
14584             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getNetWorth();
14585             
14586             /**
14587              * True if has "NetWorth" element
14588              */
14589             boolean isSetNetWorth();
14590             
14591             /**
14592              * Sets the "NetWorth" element
14593              */
14594             void setNetWorth(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType netWorth);
14595             
14596             /**
14597              * Appends and returns a new empty "NetWorth" element
14598              */
14599             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewNetWorth();
14600             
14601             /**
14602              * Unsets the "NetWorth" element
14603              */
14604             void unsetNetWorth();
14605             
14606             /**
14607              * Gets the "ReturnAverageAssets" element
14608              */
14609             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getReturnAverageAssets();
14610             
14611             /**
14612              * True if has "ReturnAverageAssets" element
14613              */
14614             boolean isSetReturnAverageAssets();
14615             
14616             /**
14617              * Sets the "ReturnAverageAssets" element
14618              */
14619             void setReturnAverageAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType returnAverageAssets);
14620             
14621             /**
14622              * Appends and returns a new empty "ReturnAverageAssets" element
14623              */
14624             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewReturnAverageAssets();
14625             
14626             /**
14627              * Unsets the "ReturnAverageAssets" element
14628              */
14629             void unsetReturnAverageAssets();
14630             
14631             /**
14632              * Gets the "YieldAverageLoans" element
14633              */
14634             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getYieldAverageLoans();
14635             
14636             /**
14637              * True if has "YieldAverageLoans" element
14638              */
14639             boolean isSetYieldAverageLoans();
14640             
14641             /**
14642              * Sets the "YieldAverageLoans" element
14643              */
14644             void setYieldAverageLoans(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType yieldAverageLoans);
14645             
14646             /**
14647              * Appends and returns a new empty "YieldAverageLoans" element
14648              */
14649             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewYieldAverageLoans();
14650             
14651             /**
14652              * Unsets the "YieldAverageLoans" element
14653              */
14654             void unsetYieldAverageLoans();
14655             
14656             /**
14657              * Gets the "LongTermAssets" element
14658              */
14659             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getLongTermAssets();
14660             
14661             /**
14662              * True if has "LongTermAssets" element
14663              */
14664             boolean isSetLongTermAssets();
14665             
14666             /**
14667              * Sets the "LongTermAssets" element
14668              */
14669             void setLongTermAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType longTermAssets);
14670             
14671             /**
14672              * Appends and returns a new empty "LongTermAssets" element
14673              */
14674             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewLongTermAssets();
14675             
14676             /**
14677              * Unsets the "LongTermAssets" element
14678              */
14679             void unsetLongTermAssets();
14680             
14681             /**
14682              * Gets the "Members" element
14683              */
14684             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getMembers();
14685             
14686             /**
14687              * True if has "Members" element
14688              */
14689             boolean isSetMembers();
14690             
14691             /**
14692              * Sets the "Members" element
14693              */
14694             void setMembers(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType members);
14695             
14696             /**
14697              * Appends and returns a new empty "Members" element
14698              */
14699             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewMembers();
14700             
14701             /**
14702              * Unsets the "Members" element
14703              */
14704             void unsetMembers();
14705             
14706             /**
14707              * Gets the "Borrowers" element
14708              */
14709             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getBorrowers();
14710             
14711             /**
14712              * True if has "Borrowers" element
14713              */
14714             boolean isSetBorrowers();
14715             
14716             /**
14717              * Sets the "Borrowers" element
14718              */
14719             void setBorrowers(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType borrowers);
14720             
14721             /**
14722              * Appends and returns a new empty "Borrowers" element
14723              */
14724             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewBorrowers();
14725             
14726             /**
14727              * Unsets the "Borrowers" element
14728              */
14729             void unsetBorrowers();
14730             
14731             /**
14732              * Gets the "NetWorthGrowth" element
14733              */
14734             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getNetWorthGrowth();
14735             
14736             /**
14737              * True if has "NetWorthGrowth" element
14738              */
14739             boolean isSetNetWorthGrowth();
14740             
14741             /**
14742              * Sets the "NetWorthGrowth" element
14743              */
14744             void setNetWorthGrowth(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType netWorthGrowth);
14745             
14746             /**
14747              * Appends and returns a new empty "NetWorthGrowth" element
14748              */
14749             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewNetWorthGrowth();
14750             
14751             /**
14752              * Unsets the "NetWorthGrowth" element
14753              */
14754             void unsetNetWorthGrowth();
14755             
14756             /**
14757              * Gets the "MembershipGrowth" element
14758              */
14759             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType getMembershipGrowth();
14760             
14761             /**
14762              * True if has "MembershipGrowth" element
14763              */
14764             boolean isSetMembershipGrowth();
14765             
14766             /**
14767              * Sets the "MembershipGrowth" element
14768              */
14769             void setMembershipGrowth(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType membershipGrowth);
14770             
14771             /**
14772              * Appends and returns a new empty "MembershipGrowth" element
14773              */
14774             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosCreditUnionsDataTypeDataType addNewMembershipGrowth();
14775             
14776             /**
14777              * Unsets the "MembershipGrowth" element
14778              */
14779             void unsetMembershipGrowth();
14780             
14781             /**
14782              * A factory class with static methods for creating instances
14783              * of this type.
14784              */
14785             
14786             public static final class Factory
14787             {
14788                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions newInstance() {
14789                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
14790                 
14791                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions newInstance(org.apache.xmlbeans.XmlOptions options) {
14792                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
14793                 
14794                 private Factory() { } // No instance of this class allowed
14795             }
14796         }
14797         
14798         /**
14799          * An XML RatiosBanks(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
14800          *
14801          * This is a complex type.
14802          */
14803         public interface RatiosBanks extends org.apache.xmlbeans.XmlObject
14804         {
14805             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
14806                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RatiosBanks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ratiosbanks4117elemtype");
14807             
14808             /**
14809              * Gets the "NetInterestIncome" element
14810              */
14811             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getNetInterestIncome();
14812             
14813             /**
14814              * True if has "NetInterestIncome" element
14815              */
14816             boolean isSetNetInterestIncome();
14817             
14818             /**
14819              * Sets the "NetInterestIncome" element
14820              */
14821             void setNetInterestIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType netInterestIncome);
14822             
14823             /**
14824              * Appends and returns a new empty "NetInterestIncome" element
14825              */
14826             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewNetInterestIncome();
14827             
14828             /**
14829              * Unsets the "NetInterestIncome" element
14830              */
14831             void unsetNetInterestIncome();
14832             
14833             /**
14834              * Gets the "NetIncome" element
14835              */
14836             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getNetIncome();
14837             
14838             /**
14839              * True if has "NetIncome" element
14840              */
14841             boolean isSetNetIncome();
14842             
14843             /**
14844              * Sets the "NetIncome" element
14845              */
14846             void setNetIncome(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType netIncome);
14847             
14848             /**
14849              * Appends and returns a new empty "NetIncome" element
14850              */
14851             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewNetIncome();
14852             
14853             /**
14854              * Unsets the "NetIncome" element
14855              */
14856             void unsetNetIncome();
14857             
14858             /**
14859              * Gets the "EarningAssets" element
14860              */
14861             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getEarningAssets();
14862             
14863             /**
14864              * True if has "EarningAssets" element
14865              */
14866             boolean isSetEarningAssets();
14867             
14868             /**
14869              * Sets the "EarningAssets" element
14870              */
14871             void setEarningAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType earningAssets);
14872             
14873             /**
14874              * Appends and returns a new empty "EarningAssets" element
14875              */
14876             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewEarningAssets();
14877             
14878             /**
14879              * Unsets the "EarningAssets" element
14880              */
14881             void unsetEarningAssets();
14882             
14883             /**
14884              * Gets the "InterestEarnAssets" element
14885              */
14886             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getInterestEarnAssets();
14887             
14888             /**
14889              * True if has "InterestEarnAssets" element
14890              */
14891             boolean isSetInterestEarnAssets();
14892             
14893             /**
14894              * Sets the "InterestEarnAssets" element
14895              */
14896             void setInterestEarnAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType interestEarnAssets);
14897             
14898             /**
14899              * Appends and returns a new empty "InterestEarnAssets" element
14900              */
14901             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewInterestEarnAssets();
14902             
14903             /**
14904              * Unsets the "InterestEarnAssets" element
14905              */
14906             void unsetInterestEarnAssets();
14907             
14908             /**
14909              * Gets the "AssetsLiabilities" element
14910              */
14911             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getAssetsLiabilities();
14912             
14913             /**
14914              * True if has "AssetsLiabilities" element
14915              */
14916             boolean isSetAssetsLiabilities();
14917             
14918             /**
14919              * Sets the "AssetsLiabilities" element
14920              */
14921             void setAssetsLiabilities(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType assetsLiabilities);
14922             
14923             /**
14924              * Appends and returns a new empty "AssetsLiabilities" element
14925              */
14926             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewAssetsLiabilities();
14927             
14928             /**
14929              * Unsets the "AssetsLiabilities" element
14930              */
14931             void unsetAssetsLiabilities();
14932             
14933             /**
14934              * Gets the "TierOneCapital" element
14935              */
14936             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getTierOneCapital();
14937             
14938             /**
14939              * True if has "TierOneCapital" element
14940              */
14941             boolean isSetTierOneCapital();
14942             
14943             /**
14944              * Sets the "TierOneCapital" element
14945              */
14946             void setTierOneCapital(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType tierOneCapital);
14947             
14948             /**
14949              * Appends and returns a new empty "TierOneCapital" element
14950              */
14951             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewTierOneCapital();
14952             
14953             /**
14954              * Unsets the "TierOneCapital" element
14955              */
14956             void unsetTierOneCapital();
14957             
14958             /**
14959              * Gets the "TotalAssets" element
14960              */
14961             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getTotalAssets();
14962             
14963             /**
14964              * True if has "TotalAssets" element
14965              */
14966             boolean isSetTotalAssets();
14967             
14968             /**
14969              * Sets the "TotalAssets" element
14970              */
14971             void setTotalAssets(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType totalAssets);
14972             
14973             /**
14974              * Appends and returns a new empty "TotalAssets" element
14975              */
14976             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewTotalAssets();
14977             
14978             /**
14979              * Unsets the "TotalAssets" element
14980              */
14981             void unsetTotalAssets();
14982             
14983             /**
14984              * Gets the "TotalEquityCapital" element
14985              */
14986             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getTotalEquityCapital();
14987             
14988             /**
14989              * True if has "TotalEquityCapital" element
14990              */
14991             boolean isSetTotalEquityCapital();
14992             
14993             /**
14994              * Sets the "TotalEquityCapital" element
14995              */
14996             void setTotalEquityCapital(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType totalEquityCapital);
14997             
14998             /**
14999              * Appends and returns a new empty "TotalEquityCapital" element
15000              */
15001             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewTotalEquityCapital();
15002             
15003             /**
15004              * Unsets the "TotalEquityCapital" element
15005              */
15006             void unsetTotalEquityCapital();
15007             
15008             /**
15009              * Gets the "EfficiencyRatio" element
15010              */
15011             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getEfficiencyRatio();
15012             
15013             /**
15014              * True if has "EfficiencyRatio" element
15015              */
15016             boolean isSetEfficiencyRatio();
15017             
15018             /**
15019              * Sets the "EfficiencyRatio" element
15020              */
15021             void setEfficiencyRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType efficiencyRatio);
15022             
15023             /**
15024              * Appends and returns a new empty "EfficiencyRatio" element
15025              */
15026             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewEfficiencyRatio();
15027             
15028             /**
15029              * Unsets the "EfficiencyRatio" element
15030              */
15031             void unsetEfficiencyRatio();
15032             
15033             /**
15034              * Gets the "TotalLoans" element
15035              */
15036             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType getTotalLoans();
15037             
15038             /**
15039              * True if has "TotalLoans" element
15040              */
15041             boolean isSetTotalLoans();
15042             
15043             /**
15044              * Sets the "TotalLoans" element
15045              */
15046             void setTotalLoans(gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType totalLoans);
15047             
15048             /**
15049              * Appends and returns a new empty "TotalLoans" element
15050              */
15051             gov.grants.apply.forms.cdfi2011V10.CDFI2011RatiosBanksDataType addNewTotalLoans();
15052             
15053             /**
15054              * Unsets the "TotalLoans" element
15055              */
15056             void unsetTotalLoans();
15057             
15058             /**
15059              * A factory class with static methods for creating instances
15060              * of this type.
15061              */
15062             
15063             public static final class Factory
15064             {
15065                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks newInstance() {
15066                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15067                 
15068                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks newInstance(org.apache.xmlbeans.XmlOptions options) {
15069                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.RatiosBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15070                 
15071                 private Factory() { } // No instance of this class allowed
15072             }
15073         }
15074         
15075         /**
15076          * An XML FinancialActionPlan(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15077          *
15078          * This is a complex type.
15079          */
15080         public interface FinancialActionPlan extends org.apache.xmlbeans.XmlObject
15081         {
15082             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15083                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialActionPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialactionplan019eelemtype");
15084             
15085             /**
15086              * Gets the "MinimumStandards" element
15087              */
15088             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinimumStandards();
15089             
15090             /**
15091              * Gets (as xml) the "MinimumStandards" element
15092              */
15093             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinimumStandards();
15094             
15095             /**
15096              * Sets the "MinimumStandards" element
15097              */
15098             void setMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minimumStandards);
15099             
15100             /**
15101              * Sets (as xml) the "MinimumStandards" element
15102              */
15103             void xsetMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType minimumStandards);
15104             
15105             /**
15106              * Gets the "CorrectiveAction" element
15107              */
15108             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCorrectiveAction();
15109             
15110             /**
15111              * Gets (as xml) the "CorrectiveAction" element
15112              */
15113             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCorrectiveAction();
15114             
15115             /**
15116              * Sets the "CorrectiveAction" element
15117              */
15118             void setCorrectiveAction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum correctiveAction);
15119             
15120             /**
15121              * Sets (as xml) the "CorrectiveAction" element
15122              */
15123             void xsetCorrectiveAction(gov.grants.apply.system.globalLibraryV20.YesNoDataType correctiveAction);
15124             
15125             /**
15126              * Gets the "ReceivedOpinion" element
15127              */
15128             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReceivedOpinion();
15129             
15130             /**
15131              * Gets (as xml) the "ReceivedOpinion" element
15132              */
15133             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReceivedOpinion();
15134             
15135             /**
15136              * Sets the "ReceivedOpinion" element
15137              */
15138             void setReceivedOpinion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum receivedOpinion);
15139             
15140             /**
15141              * Sets (as xml) the "ReceivedOpinion" element
15142              */
15143             void xsetReceivedOpinion(gov.grants.apply.system.globalLibraryV20.YesNoDataType receivedOpinion);
15144             
15145             /**
15146              * Gets the "ActionPlan" element
15147              */
15148             java.lang.String getActionPlan();
15149             
15150             /**
15151              * Gets (as xml) the "ActionPlan" element
15152              */
15153             gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType xgetActionPlan();
15154             
15155             /**
15156              * True if has "ActionPlan" element
15157              */
15158             boolean isSetActionPlan();
15159             
15160             /**
15161              * Sets the "ActionPlan" element
15162              */
15163             void setActionPlan(java.lang.String actionPlan);
15164             
15165             /**
15166              * Sets (as xml) the "ActionPlan" element
15167              */
15168             void xsetActionPlan(gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType actionPlan);
15169             
15170             /**
15171              * Unsets the "ActionPlan" element
15172              */
15173             void unsetActionPlan();
15174             
15175             /**
15176              * A factory class with static methods for creating instances
15177              * of this type.
15178              */
15179             
15180             public static final class Factory
15181             {
15182                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan newInstance() {
15183                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15184                 
15185                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
15186                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.FinancialActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15187                 
15188                 private Factory() { } // No instance of this class allowed
15189             }
15190         }
15191         
15192         /**
15193          * An XML PortfolioQuality(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15194          *
15195          * This is a complex type.
15196          */
15197         public interface PortfolioQuality extends org.apache.xmlbeans.XmlObject
15198         {
15199             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15200                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PortfolioQuality.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("portfolioquality01dfelemtype");
15201             
15202             /**
15203              * Gets the "Item1" element
15204              */
15205             gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType getItem1();
15206             
15207             /**
15208              * True if has "Item1" element
15209              */
15210             boolean isSetItem1();
15211             
15212             /**
15213              * Sets the "Item1" element
15214              */
15215             void setItem1(gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType item1);
15216             
15217             /**
15218              * Appends and returns a new empty "Item1" element
15219              */
15220             gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType addNewItem1();
15221             
15222             /**
15223              * Unsets the "Item1" element
15224              */
15225             void unsetItem1();
15226             
15227             /**
15228              * Gets the "OptionalProductA" element
15229              */
15230             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA getOptionalProductA();
15231             
15232             /**
15233              * True if has "OptionalProductA" element
15234              */
15235             boolean isSetOptionalProductA();
15236             
15237             /**
15238              * Sets the "OptionalProductA" element
15239              */
15240             void setOptionalProductA(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA optionalProductA);
15241             
15242             /**
15243              * Appends and returns a new empty "OptionalProductA" element
15244              */
15245             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA addNewOptionalProductA();
15246             
15247             /**
15248              * Unsets the "OptionalProductA" element
15249              */
15250             void unsetOptionalProductA();
15251             
15252             /**
15253              * Gets the "OptionalProductB" element
15254              */
15255             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB getOptionalProductB();
15256             
15257             /**
15258              * True if has "OptionalProductB" element
15259              */
15260             boolean isSetOptionalProductB();
15261             
15262             /**
15263              * Sets the "OptionalProductB" element
15264              */
15265             void setOptionalProductB(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB optionalProductB);
15266             
15267             /**
15268              * Appends and returns a new empty "OptionalProductB" element
15269              */
15270             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB addNewOptionalProductB();
15271             
15272             /**
15273              * Unsets the "OptionalProductB" element
15274              */
15275             void unsetOptionalProductB();
15276             
15277             /**
15278              * An XML OptionalProductA(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15279              *
15280              * This is a complex type.
15281              */
15282             public interface OptionalProductA extends org.apache.xmlbeans.XmlObject
15283             {
15284                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15285                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OptionalProductA.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("optionalproductae54delemtype");
15286                 
15287                 /**
15288                  * Gets the "ProductDescription" element
15289                  */
15290                 java.lang.String getProductDescription();
15291                 
15292                 /**
15293                  * Gets (as xml) the "ProductDescription" element
15294                  */
15295                 gov.grants.apply.forms.cdfi2011V10.CDFI2011String80DataType xgetProductDescription();
15296                 
15297                 /**
15298                  * True if has "ProductDescription" element
15299                  */
15300                 boolean isSetProductDescription();
15301                 
15302                 /**
15303                  * Sets the "ProductDescription" element
15304                  */
15305                 void setProductDescription(java.lang.String productDescription);
15306                 
15307                 /**
15308                  * Sets (as xml) the "ProductDescription" element
15309                  */
15310                 void xsetProductDescription(gov.grants.apply.forms.cdfi2011V10.CDFI2011String80DataType productDescription);
15311                 
15312                 /**
15313                  * Unsets the "ProductDescription" element
15314                  */
15315                 void unsetProductDescription();
15316                 
15317                 /**
15318                  * Gets the "Item2" element
15319                  */
15320                 gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType getItem2();
15321                 
15322                 /**
15323                  * True if has "Item2" element
15324                  */
15325                 boolean isSetItem2();
15326                 
15327                 /**
15328                  * Sets the "Item2" element
15329                  */
15330                 void setItem2(gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType item2);
15331                 
15332                 /**
15333                  * Appends and returns a new empty "Item2" element
15334                  */
15335                 gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType addNewItem2();
15336                 
15337                 /**
15338                  * Unsets the "Item2" element
15339                  */
15340                 void unsetItem2();
15341                 
15342                 /**
15343                  * A factory class with static methods for creating instances
15344                  * of this type.
15345                  */
15346                 
15347                 public static final class Factory
15348                 {
15349                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA newInstance() {
15350                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15351                     
15352                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA newInstance(org.apache.xmlbeans.XmlOptions options) {
15353                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15354                     
15355                     private Factory() { } // No instance of this class allowed
15356                 }
15357             }
15358             
15359             /**
15360              * An XML OptionalProductB(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15361              *
15362              * This is a complex type.
15363              */
15364             public interface OptionalProductB extends org.apache.xmlbeans.XmlObject
15365             {
15366                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15367                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OptionalProductB.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("optionalproductbaa4eelemtype");
15368                 
15369                 /**
15370                  * Gets the "ProductDescription" element
15371                  */
15372                 java.lang.String getProductDescription();
15373                 
15374                 /**
15375                  * Gets (as xml) the "ProductDescription" element
15376                  */
15377                 gov.grants.apply.forms.cdfi2011V10.CDFI2011String80DataType xgetProductDescription();
15378                 
15379                 /**
15380                  * True if has "ProductDescription" element
15381                  */
15382                 boolean isSetProductDescription();
15383                 
15384                 /**
15385                  * Sets the "ProductDescription" element
15386                  */
15387                 void setProductDescription(java.lang.String productDescription);
15388                 
15389                 /**
15390                  * Sets (as xml) the "ProductDescription" element
15391                  */
15392                 void xsetProductDescription(gov.grants.apply.forms.cdfi2011V10.CDFI2011String80DataType productDescription);
15393                 
15394                 /**
15395                  * Unsets the "ProductDescription" element
15396                  */
15397                 void unsetProductDescription();
15398                 
15399                 /**
15400                  * Gets the "Item3" element
15401                  */
15402                 gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType getItem3();
15403                 
15404                 /**
15405                  * True if has "Item3" element
15406                  */
15407                 boolean isSetItem3();
15408                 
15409                 /**
15410                  * Sets the "Item3" element
15411                  */
15412                 void setItem3(gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType item3);
15413                 
15414                 /**
15415                  * Appends and returns a new empty "Item3" element
15416                  */
15417                 gov.grants.apply.forms.cdfi2011V10.CDFI2011PortfolioDataType addNewItem3();
15418                 
15419                 /**
15420                  * Unsets the "Item3" element
15421                  */
15422                 void unsetItem3();
15423                 
15424                 /**
15425                  * A factory class with static methods for creating instances
15426                  * of this type.
15427                  */
15428                 
15429                 public static final class Factory
15430                 {
15431                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB newInstance() {
15432                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15433                     
15434                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB newInstance(org.apache.xmlbeans.XmlOptions options) {
15435                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality.OptionalProductB) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15436                     
15437                     private Factory() { } // No instance of this class allowed
15438                 }
15439             }
15440             
15441             /**
15442              * A factory class with static methods for creating instances
15443              * of this type.
15444              */
15445             
15446             public static final class Factory
15447             {
15448                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality newInstance() {
15449                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15450                 
15451                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality newInstance(org.apache.xmlbeans.XmlOptions options) {
15452                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioQuality) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15453                 
15454                 private Factory() { } // No instance of this class allowed
15455             }
15456         }
15457         
15458         /**
15459          * An XML LoanLossReserves(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15460          *
15461          * This is a complex type.
15462          */
15463         public interface LoanLossReserves extends org.apache.xmlbeans.XmlObject
15464         {
15465             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15466                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LoanLossReserves.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("loanlossreserves97ccelemtype");
15467             
15468             /**
15469              * Gets the "PortfolioOutstanding" element
15470              */
15471             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType getPortfolioOutstanding();
15472             
15473             /**
15474              * True if has "PortfolioOutstanding" element
15475              */
15476             boolean isSetPortfolioOutstanding();
15477             
15478             /**
15479              * Sets the "PortfolioOutstanding" element
15480              */
15481             void setPortfolioOutstanding(gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType portfolioOutstanding);
15482             
15483             /**
15484              * Appends and returns a new empty "PortfolioOutstanding" element
15485              */
15486             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType addNewPortfolioOutstanding();
15487             
15488             /**
15489              * Unsets the "PortfolioOutstanding" element
15490              */
15491             void unsetPortfolioOutstanding();
15492             
15493             /**
15494              * Gets the "WriteOffs" element
15495              */
15496             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType getWriteOffs();
15497             
15498             /**
15499              * True if has "WriteOffs" element
15500              */
15501             boolean isSetWriteOffs();
15502             
15503             /**
15504              * Sets the "WriteOffs" element
15505              */
15506             void setWriteOffs(gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType writeOffs);
15507             
15508             /**
15509              * Appends and returns a new empty "WriteOffs" element
15510              */
15511             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType addNewWriteOffs();
15512             
15513             /**
15514              * Unsets the "WriteOffs" element
15515              */
15516             void unsetWriteOffs();
15517             
15518             /**
15519              * Gets the "NetLoss" element
15520              */
15521             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesRatioDataType getNetLoss();
15522             
15523             /**
15524              * True if has "NetLoss" element
15525              */
15526             boolean isSetNetLoss();
15527             
15528             /**
15529              * Sets the "NetLoss" element
15530              */
15531             void setNetLoss(gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesRatioDataType netLoss);
15532             
15533             /**
15534              * Appends and returns a new empty "NetLoss" element
15535              */
15536             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesRatioDataType addNewNetLoss();
15537             
15538             /**
15539              * Unsets the "NetLoss" element
15540              */
15541             void unsetNetLoss();
15542             
15543             /**
15544              * Gets the "LossCash" element
15545              */
15546             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType getLossCash();
15547             
15548             /**
15549              * True if has "LossCash" element
15550              */
15551             boolean isSetLossCash();
15552             
15553             /**
15554              * Sets the "LossCash" element
15555              */
15556             void setLossCash(gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType lossCash);
15557             
15558             /**
15559              * Appends and returns a new empty "LossCash" element
15560              */
15561             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType addNewLossCash();
15562             
15563             /**
15564              * Unsets the "LossCash" element
15565              */
15566             void unsetLossCash();
15567             
15568             /**
15569              * Gets the "LossAccrual" element
15570              */
15571             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType getLossAccrual();
15572             
15573             /**
15574              * True if has "LossAccrual" element
15575              */
15576             boolean isSetLossAccrual();
15577             
15578             /**
15579              * Sets the "LossAccrual" element
15580              */
15581             void setLossAccrual(gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType lossAccrual);
15582             
15583             /**
15584              * Appends and returns a new empty "LossAccrual" element
15585              */
15586             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesDataType addNewLossAccrual();
15587             
15588             /**
15589              * Unsets the "LossAccrual" element
15590              */
15591             void unsetLossAccrual();
15592             
15593             /**
15594              * Gets the "LossRatio" element
15595              */
15596             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesRatioDataType getLossRatio();
15597             
15598             /**
15599              * True if has "LossRatio" element
15600              */
15601             boolean isSetLossRatio();
15602             
15603             /**
15604              * Sets the "LossRatio" element
15605              */
15606             void setLossRatio(gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesRatioDataType lossRatio);
15607             
15608             /**
15609              * Appends and returns a new empty "LossRatio" element
15610              */
15611             gov.grants.apply.forms.cdfi2011V10.CDFI2011LoanLossReservesRatioDataType addNewLossRatio();
15612             
15613             /**
15614              * Unsets the "LossRatio" element
15615              */
15616             void unsetLossRatio();
15617             
15618             /**
15619              * A factory class with static methods for creating instances
15620              * of this type.
15621              */
15622             
15623             public static final class Factory
15624             {
15625                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves newInstance() {
15626                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15627                 
15628                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves newInstance(org.apache.xmlbeans.XmlOptions options) {
15629                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.LoanLossReserves) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15630                 
15631                 private Factory() { } // No instance of this class allowed
15632             }
15633         }
15634         
15635         /**
15636          * An XML EquityInvestmentPortfolio(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15637          *
15638          * This is a complex type.
15639          */
15640         public interface EquityInvestmentPortfolio extends org.apache.xmlbeans.XmlObject
15641         {
15642             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15643                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EquityInvestmentPortfolio.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("equityinvestmentportfolio97d6elemtype");
15644             
15645             /**
15646              * Gets the "TotalInvestments" element
15647              */
15648             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType getTotalInvestments();
15649             
15650             /**
15651              * True if has "TotalInvestments" element
15652              */
15653             boolean isSetTotalInvestments();
15654             
15655             /**
15656              * Sets the "TotalInvestments" element
15657              */
15658             void setTotalInvestments(gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType totalInvestments);
15659             
15660             /**
15661              * Appends and returns a new empty "TotalInvestments" element
15662              */
15663             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType addNewTotalInvestments();
15664             
15665             /**
15666              * Unsets the "TotalInvestments" element
15667              */
15668             void unsetTotalInvestments();
15669             
15670             /**
15671              * Gets the "InvestmentsExited" element
15672              */
15673             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType getInvestmentsExited();
15674             
15675             /**
15676              * True if has "InvestmentsExited" element
15677              */
15678             boolean isSetInvestmentsExited();
15679             
15680             /**
15681              * Sets the "InvestmentsExited" element
15682              */
15683             void setInvestmentsExited(gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType investmentsExited);
15684             
15685             /**
15686              * Appends and returns a new empty "InvestmentsExited" element
15687              */
15688             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType addNewInvestmentsExited();
15689             
15690             /**
15691              * Unsets the "InvestmentsExited" element
15692              */
15693             void unsetInvestmentsExited();
15694             
15695             /**
15696              * Gets the "InvestmentsWrittenOff" element
15697              */
15698             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType getInvestmentsWrittenOff();
15699             
15700             /**
15701              * True if has "InvestmentsWrittenOff" element
15702              */
15703             boolean isSetInvestmentsWrittenOff();
15704             
15705             /**
15706              * Sets the "InvestmentsWrittenOff" element
15707              */
15708             void setInvestmentsWrittenOff(gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType investmentsWrittenOff);
15709             
15710             /**
15711              * Appends and returns a new empty "InvestmentsWrittenOff" element
15712              */
15713             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType addNewInvestmentsWrittenOff();
15714             
15715             /**
15716              * Unsets the "InvestmentsWrittenOff" element
15717              */
15718             void unsetInvestmentsWrittenOff();
15719             
15720             /**
15721              * Gets the "UnrealizedGains" element
15722              */
15723             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType getUnrealizedGains();
15724             
15725             /**
15726              * True if has "UnrealizedGains" element
15727              */
15728             boolean isSetUnrealizedGains();
15729             
15730             /**
15731              * Sets the "UnrealizedGains" element
15732              */
15733             void setUnrealizedGains(gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType unrealizedGains);
15734             
15735             /**
15736              * Appends and returns a new empty "UnrealizedGains" element
15737              */
15738             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType addNewUnrealizedGains();
15739             
15740             /**
15741              * Unsets the "UnrealizedGains" element
15742              */
15743             void unsetUnrealizedGains();
15744             
15745             /**
15746              * Gets the "RealizedGains" element
15747              */
15748             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType getRealizedGains();
15749             
15750             /**
15751              * True if has "RealizedGains" element
15752              */
15753             boolean isSetRealizedGains();
15754             
15755             /**
15756              * Sets the "RealizedGains" element
15757              */
15758             void setRealizedGains(gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType realizedGains);
15759             
15760             /**
15761              * Appends and returns a new empty "RealizedGains" element
15762              */
15763             gov.grants.apply.forms.cdfi2011V10.CDFI2011EquityInvestmentPortfolioDataType addNewRealizedGains();
15764             
15765             /**
15766              * Unsets the "RealizedGains" element
15767              */
15768             void unsetRealizedGains();
15769             
15770             /**
15771              * Gets the "TargetRateReturn" element
15772              */
15773             java.math.BigDecimal getTargetRateReturn();
15774             
15775             /**
15776              * Gets (as xml) the "TargetRateReturn" element
15777              */
15778             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999P99DataType xgetTargetRateReturn();
15779             
15780             /**
15781              * True if has "TargetRateReturn" element
15782              */
15783             boolean isSetTargetRateReturn();
15784             
15785             /**
15786              * Sets the "TargetRateReturn" element
15787              */
15788             void setTargetRateReturn(java.math.BigDecimal targetRateReturn);
15789             
15790             /**
15791              * Sets (as xml) the "TargetRateReturn" element
15792              */
15793             void xsetTargetRateReturn(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999P99DataType targetRateReturn);
15794             
15795             /**
15796              * Unsets the "TargetRateReturn" element
15797              */
15798             void unsetTargetRateReturn();
15799             
15800             /**
15801              * Gets the "ActualRateReturn" element
15802              */
15803             java.math.BigDecimal getActualRateReturn();
15804             
15805             /**
15806              * Gets (as xml) the "ActualRateReturn" element
15807              */
15808             gov.grants.apply.forms.cdfi2011V10.CDFI2011S999P99DataType xgetActualRateReturn();
15809             
15810             /**
15811              * True if has "ActualRateReturn" element
15812              */
15813             boolean isSetActualRateReturn();
15814             
15815             /**
15816              * Sets the "ActualRateReturn" element
15817              */
15818             void setActualRateReturn(java.math.BigDecimal actualRateReturn);
15819             
15820             /**
15821              * Sets (as xml) the "ActualRateReturn" element
15822              */
15823             void xsetActualRateReturn(gov.grants.apply.forms.cdfi2011V10.CDFI2011S999P99DataType actualRateReturn);
15824             
15825             /**
15826              * Unsets the "ActualRateReturn" element
15827              */
15828             void unsetActualRateReturn();
15829             
15830             /**
15831              * A factory class with static methods for creating instances
15832              * of this type.
15833              */
15834             
15835             public static final class Factory
15836             {
15837                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio newInstance() {
15838                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15839                 
15840                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio newInstance(org.apache.xmlbeans.XmlOptions options) {
15841                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EquityInvestmentPortfolio) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15842                 
15843                 private Factory() { } // No instance of this class allowed
15844             }
15845         }
15846         
15847         /**
15848          * An XML PortfolioActionPlan(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15849          *
15850          * This is a complex type.
15851          */
15852         public interface PortfolioActionPlan extends org.apache.xmlbeans.XmlObject
15853         {
15854             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15855                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PortfolioActionPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("portfolioactionplandaffelemtype");
15856             
15857             /**
15858              * Gets the "MinimumStandards" element
15859              */
15860             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinimumStandards();
15861             
15862             /**
15863              * Gets (as xml) the "MinimumStandards" element
15864              */
15865             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinimumStandards();
15866             
15867             /**
15868              * Sets the "MinimumStandards" element
15869              */
15870             void setMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minimumStandards);
15871             
15872             /**
15873              * Sets (as xml) the "MinimumStandards" element
15874              */
15875             void xsetMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType minimumStandards);
15876             
15877             /**
15878              * Gets the "ReceivedFindings" element
15879              */
15880             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReceivedFindings();
15881             
15882             /**
15883              * Gets (as xml) the "ReceivedFindings" element
15884              */
15885             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReceivedFindings();
15886             
15887             /**
15888              * Sets the "ReceivedFindings" element
15889              */
15890             void setReceivedFindings(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum receivedFindings);
15891             
15892             /**
15893              * Sets (as xml) the "ReceivedFindings" element
15894              */
15895             void xsetReceivedFindings(gov.grants.apply.system.globalLibraryV20.YesNoDataType receivedFindings);
15896             
15897             /**
15898              * Gets the "ActionPlan" element
15899              */
15900             java.lang.String getActionPlan();
15901             
15902             /**
15903              * Gets (as xml) the "ActionPlan" element
15904              */
15905             gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType xgetActionPlan();
15906             
15907             /**
15908              * True if has "ActionPlan" element
15909              */
15910             boolean isSetActionPlan();
15911             
15912             /**
15913              * Sets the "ActionPlan" element
15914              */
15915             void setActionPlan(java.lang.String actionPlan);
15916             
15917             /**
15918              * Sets (as xml) the "ActionPlan" element
15919              */
15920             void xsetActionPlan(gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType actionPlan);
15921             
15922             /**
15923              * Unsets the "ActionPlan" element
15924              */
15925             void unsetActionPlan();
15926             
15927             /**
15928              * A factory class with static methods for creating instances
15929              * of this type.
15930              */
15931             
15932             public static final class Factory
15933             {
15934                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan newInstance() {
15935                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15936                 
15937                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
15938                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.PortfolioActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15939                 
15940                 private Factory() { } // No instance of this class allowed
15941             }
15942         }
15943         
15944         /**
15945          * An XML QID_24(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15946          *
15947          * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$QID24.
15948          */
15949         public interface QID24 extends org.apache.xmlbeans.XmlInt
15950         {
15951             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15952                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID24.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid24d721elemtype");
15953             
15954             /**
15955              * A factory class with static methods for creating instances
15956              * of this type.
15957              */
15958             
15959             public static final class Factory
15960             {
15961                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24 newValue(java.lang.Object obj) {
15962                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24) type.newValue( obj ); }
15963                 
15964                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24 newInstance() {
15965                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
15966                 
15967                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24 newInstance(org.apache.xmlbeans.XmlOptions options) {
15968                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
15969                 
15970                 private Factory() { } // No instance of this class allowed
15971             }
15972         }
15973         
15974         /**
15975          * An XML Questionnaire(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
15976          *
15977          * This is a complex type.
15978          */
15979         public interface Questionnaire extends org.apache.xmlbeans.XmlObject
15980         {
15981             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
15982                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Questionnaire.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("questionnairee6c3elemtype");
15983             
15984             /**
15985              * Gets the "FederalLegislation" element
15986              */
15987             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalLegislation();
15988             
15989             /**
15990              * Gets (as xml) the "FederalLegislation" element
15991              */
15992             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalLegislation();
15993             
15994             /**
15995              * True if has "FederalLegislation" element
15996              */
15997             boolean isSetFederalLegislation();
15998             
15999             /**
16000              * Sets the "FederalLegislation" element
16001              */
16002             void setFederalLegislation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalLegislation);
16003             
16004             /**
16005              * Sets (as xml) the "FederalLegislation" element
16006              */
16007             void xsetFederalLegislation(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalLegislation);
16008             
16009             /**
16010              * Unsets the "FederalLegislation" element
16011              */
16012             void unsetFederalLegislation();
16013             
16014             /**
16015              * Gets the "FederalRule" element
16016              */
16017             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalRule();
16018             
16019             /**
16020              * Gets (as xml) the "FederalRule" element
16021              */
16022             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalRule();
16023             
16024             /**
16025              * True if has "FederalRule" element
16026              */
16027             boolean isSetFederalRule();
16028             
16029             /**
16030              * Sets the "FederalRule" element
16031              */
16032             void setFederalRule(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalRule);
16033             
16034             /**
16035              * Sets (as xml) the "FederalRule" element
16036              */
16037             void xsetFederalRule(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalRule);
16038             
16039             /**
16040              * Unsets the "FederalRule" element
16041              */
16042             void unsetFederalRule();
16043             
16044             /**
16045              * Gets the "FederalProgram" element
16046              */
16047             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalProgram();
16048             
16049             /**
16050              * Gets (as xml) the "FederalProgram" element
16051              */
16052             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalProgram();
16053             
16054             /**
16055              * True if has "FederalProgram" element
16056              */
16057             boolean isSetFederalProgram();
16058             
16059             /**
16060              * Sets the "FederalProgram" element
16061              */
16062             void setFederalProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalProgram);
16063             
16064             /**
16065              * Sets (as xml) the "FederalProgram" element
16066              */
16067             void xsetFederalProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalProgram);
16068             
16069             /**
16070              * Unsets the "FederalProgram" element
16071              */
16072             void unsetFederalProgram();
16073             
16074             /**
16075              * Gets the "Nomination" element
16076              */
16077             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNomination();
16078             
16079             /**
16080              * Gets (as xml) the "Nomination" element
16081              */
16082             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNomination();
16083             
16084             /**
16085              * True if has "Nomination" element
16086              */
16087             boolean isSetNomination();
16088             
16089             /**
16090              * Sets the "Nomination" element
16091              */
16092             void setNomination(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nomination);
16093             
16094             /**
16095              * Sets (as xml) the "Nomination" element
16096              */
16097             void xsetNomination(gov.grants.apply.system.globalLibraryV20.YesNoDataType nomination);
16098             
16099             /**
16100              * Unsets the "Nomination" element
16101              */
16102             void unsetNomination();
16103             
16104             /**
16105              * Gets the "BackgroundWork" element
16106              */
16107             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBackgroundWork();
16108             
16109             /**
16110              * Gets (as xml) the "BackgroundWork" element
16111              */
16112             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBackgroundWork();
16113             
16114             /**
16115              * True if has "BackgroundWork" element
16116              */
16117             boolean isSetBackgroundWork();
16118             
16119             /**
16120              * Sets the "BackgroundWork" element
16121              */
16122             void setBackgroundWork(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum backgroundWork);
16123             
16124             /**
16125              * Sets (as xml) the "BackgroundWork" element
16126              */
16127             void xsetBackgroundWork(gov.grants.apply.system.globalLibraryV20.YesNoDataType backgroundWork);
16128             
16129             /**
16130              * Unsets the "BackgroundWork" element
16131              */
16132             void unsetBackgroundWork();
16133             
16134             /**
16135              * Gets the "FederalLegislation2" element
16136              */
16137             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalLegislation2();
16138             
16139             /**
16140              * Gets (as xml) the "FederalLegislation2" element
16141              */
16142             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalLegislation2();
16143             
16144             /**
16145              * True if has "FederalLegislation2" element
16146              */
16147             boolean isSetFederalLegislation2();
16148             
16149             /**
16150              * Sets the "FederalLegislation2" element
16151              */
16152             void setFederalLegislation2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalLegislation2);
16153             
16154             /**
16155              * Sets (as xml) the "FederalLegislation2" element
16156              */
16157             void xsetFederalLegislation2(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalLegislation2);
16158             
16159             /**
16160              * Unsets the "FederalLegislation2" element
16161              */
16162             void unsetFederalLegislation2();
16163             
16164             /**
16165              * Gets the "FederalRule2" element
16166              */
16167             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalRule2();
16168             
16169             /**
16170              * Gets (as xml) the "FederalRule2" element
16171              */
16172             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalRule2();
16173             
16174             /**
16175              * True if has "FederalRule2" element
16176              */
16177             boolean isSetFederalRule2();
16178             
16179             /**
16180              * Sets the "FederalRule2" element
16181              */
16182             void setFederalRule2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalRule2);
16183             
16184             /**
16185              * Sets (as xml) the "FederalRule2" element
16186              */
16187             void xsetFederalRule2(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalRule2);
16188             
16189             /**
16190              * Unsets the "FederalRule2" element
16191              */
16192             void unsetFederalRule2();
16193             
16194             /**
16195              * Gets the "FederalProgram2" element
16196              */
16197             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalProgram2();
16198             
16199             /**
16200              * Gets (as xml) the "FederalProgram2" element
16201              */
16202             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalProgram2();
16203             
16204             /**
16205              * True if has "FederalProgram2" element
16206              */
16207             boolean isSetFederalProgram2();
16208             
16209             /**
16210              * Sets the "FederalProgram2" element
16211              */
16212             void setFederalProgram2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalProgram2);
16213             
16214             /**
16215              * Sets (as xml) the "FederalProgram2" element
16216              */
16217             void xsetFederalProgram2(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalProgram2);
16218             
16219             /**
16220              * Unsets the "FederalProgram2" element
16221              */
16222             void unsetFederalProgram2();
16223             
16224             /**
16225              * Gets the "Nomination2" element
16226              */
16227             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNomination2();
16228             
16229             /**
16230              * Gets (as xml) the "Nomination2" element
16231              */
16232             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNomination2();
16233             
16234             /**
16235              * True if has "Nomination2" element
16236              */
16237             boolean isSetNomination2();
16238             
16239             /**
16240              * Sets the "Nomination2" element
16241              */
16242             void setNomination2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nomination2);
16243             
16244             /**
16245              * Sets (as xml) the "Nomination2" element
16246              */
16247             void xsetNomination2(gov.grants.apply.system.globalLibraryV20.YesNoDataType nomination2);
16248             
16249             /**
16250              * Unsets the "Nomination2" element
16251              */
16252             void unsetNomination2();
16253             
16254             /**
16255              * Gets the "BackgroundWork2" element
16256              */
16257             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBackgroundWork2();
16258             
16259             /**
16260              * Gets (as xml) the "BackgroundWork2" element
16261              */
16262             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBackgroundWork2();
16263             
16264             /**
16265              * True if has "BackgroundWork2" element
16266              */
16267             boolean isSetBackgroundWork2();
16268             
16269             /**
16270              * Sets the "BackgroundWork2" element
16271              */
16272             void setBackgroundWork2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum backgroundWork2);
16273             
16274             /**
16275              * Sets (as xml) the "BackgroundWork2" element
16276              */
16277             void xsetBackgroundWork2(gov.grants.apply.system.globalLibraryV20.YesNoDataType backgroundWork2);
16278             
16279             /**
16280              * Unsets the "BackgroundWork2" element
16281              */
16282             void unsetBackgroundWork2();
16283             
16284             /**
16285              * A factory class with static methods for creating instances
16286              * of this type.
16287              */
16288             
16289             public static final class Factory
16290             {
16291                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire newInstance() {
16292                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
16293                 
16294                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire newInstance(org.apache.xmlbeans.XmlOptions options) {
16295                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Questionnaire) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
16296                 
16297                 private Factory() { } // No instance of this class allowed
16298             }
16299         }
16300         
16301         /**
16302          * An XML EnvironmentalReview(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16303          *
16304          * This is a complex type.
16305          */
16306         public interface EnvironmentalReview extends org.apache.xmlbeans.XmlObject
16307         {
16308             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16309                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EnvironmentalReview.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("environmentalreviewdbd0elemtype");
16310             
16311             /**
16312              * Gets the "CategoricalExclusion" element
16313              */
16314             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCategoricalExclusion();
16315             
16316             /**
16317              * Gets (as xml) the "CategoricalExclusion" element
16318              */
16319             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCategoricalExclusion();
16320             
16321             /**
16322              * Sets the "CategoricalExclusion" element
16323              */
16324             void setCategoricalExclusion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum categoricalExclusion);
16325             
16326             /**
16327              * Sets (as xml) the "CategoricalExclusion" element
16328              */
16329             void xsetCategoricalExclusion(gov.grants.apply.system.globalLibraryV20.YesNoDataType categoricalExclusion);
16330             
16331             /**
16332              * Gets the "EnvironmentalImpact" element
16333              */
16334             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnvironmentalImpact();
16335             
16336             /**
16337              * Gets (as xml) the "EnvironmentalImpact" element
16338              */
16339             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnvironmentalImpact();
16340             
16341             /**
16342              * Sets the "EnvironmentalImpact" element
16343              */
16344             void setEnvironmentalImpact(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum environmentalImpact);
16345             
16346             /**
16347              * Sets (as xml) the "EnvironmentalImpact" element
16348              */
16349             void xsetEnvironmentalImpact(gov.grants.apply.system.globalLibraryV20.YesNoDataType environmentalImpact);
16350             
16351             /**
16352              * Gets the "HistoricalSites" element
16353              */
16354             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHistoricalSites();
16355             
16356             /**
16357              * Gets (as xml) the "HistoricalSites" element
16358              */
16359             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHistoricalSites();
16360             
16361             /**
16362              * Sets the "HistoricalSites" element
16363              */
16364             void setHistoricalSites(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum historicalSites);
16365             
16366             /**
16367              * Sets (as xml) the "HistoricalSites" element
16368              */
16369             void xsetHistoricalSites(gov.grants.apply.system.globalLibraryV20.YesNoDataType historicalSites);
16370             
16371             /**
16372              * Gets the "WildernessAreas" element
16373              */
16374             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWildernessAreas();
16375             
16376             /**
16377              * Gets (as xml) the "WildernessAreas" element
16378              */
16379             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWildernessAreas();
16380             
16381             /**
16382              * Sets the "WildernessAreas" element
16383              */
16384             void setWildernessAreas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wildernessAreas);
16385             
16386             /**
16387              * Sets (as xml) the "WildernessAreas" element
16388              */
16389             void xsetWildernessAreas(gov.grants.apply.system.globalLibraryV20.YesNoDataType wildernessAreas);
16390             
16391             /**
16392              * Gets the "ScenicRivers" element
16393              */
16394             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScenicRivers();
16395             
16396             /**
16397              * Gets (as xml) the "ScenicRivers" element
16398              */
16399             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScenicRivers();
16400             
16401             /**
16402              * Sets the "ScenicRivers" element
16403              */
16404             void setScenicRivers(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scenicRivers);
16405             
16406             /**
16407              * Sets (as xml) the "ScenicRivers" element
16408              */
16409             void xsetScenicRivers(gov.grants.apply.system.globalLibraryV20.YesNoDataType scenicRivers);
16410             
16411             /**
16412              * Gets the "CriticalHabitats" element
16413              */
16414             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCriticalHabitats();
16415             
16416             /**
16417              * Gets (as xml) the "CriticalHabitats" element
16418              */
16419             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCriticalHabitats();
16420             
16421             /**
16422              * Sets the "CriticalHabitats" element
16423              */
16424             void setCriticalHabitats(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum criticalHabitats);
16425             
16426             /**
16427              * Sets (as xml) the "CriticalHabitats" element
16428              */
16429             void xsetCriticalHabitats(gov.grants.apply.system.globalLibraryV20.YesNoDataType criticalHabitats);
16430             
16431             /**
16432              * Gets the "NaturalLandmarks" element
16433              */
16434             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNaturalLandmarks();
16435             
16436             /**
16437              * Gets (as xml) the "NaturalLandmarks" element
16438              */
16439             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNaturalLandmarks();
16440             
16441             /**
16442              * Sets the "NaturalLandmarks" element
16443              */
16444             void setNaturalLandmarks(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum naturalLandmarks);
16445             
16446             /**
16447              * Sets (as xml) the "NaturalLandmarks" element
16448              */
16449             void xsetNaturalLandmarks(gov.grants.apply.system.globalLibraryV20.YesNoDataType naturalLandmarks);
16450             
16451             /**
16452              * Gets the "CostalBarrier" element
16453              */
16454             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCostalBarrier();
16455             
16456             /**
16457              * Gets (as xml) the "CostalBarrier" element
16458              */
16459             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCostalBarrier();
16460             
16461             /**
16462              * Sets the "CostalBarrier" element
16463              */
16464             void setCostalBarrier(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum costalBarrier);
16465             
16466             /**
16467              * Sets (as xml) the "CostalBarrier" element
16468              */
16469             void xsetCostalBarrier(gov.grants.apply.system.globalLibraryV20.YesNoDataType costalBarrier);
16470             
16471             /**
16472              * Gets the "CostalZone" element
16473              */
16474             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCostalZone();
16475             
16476             /**
16477              * Gets (as xml) the "CostalZone" element
16478              */
16479             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCostalZone();
16480             
16481             /**
16482              * Sets the "CostalZone" element
16483              */
16484             void setCostalZone(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum costalZone);
16485             
16486             /**
16487              * Sets (as xml) the "CostalZone" element
16488              */
16489             void xsetCostalZone(gov.grants.apply.system.globalLibraryV20.YesNoDataType costalZone);
16490             
16491             /**
16492              * Gets the "SoleSourceAquifer" element
16493              */
16494             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSoleSourceAquifer();
16495             
16496             /**
16497              * Gets (as xml) the "SoleSourceAquifer" element
16498              */
16499             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSoleSourceAquifer();
16500             
16501             /**
16502              * Sets the "SoleSourceAquifer" element
16503              */
16504             void setSoleSourceAquifer(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum soleSourceAquifer);
16505             
16506             /**
16507              * Sets (as xml) the "SoleSourceAquifer" element
16508              */
16509             void xsetSoleSourceAquifer(gov.grants.apply.system.globalLibraryV20.YesNoDataType soleSourceAquifer);
16510             
16511             /**
16512              * Gets the "Wetlands" element
16513              */
16514             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWetlands();
16515             
16516             /**
16517              * Gets (as xml) the "Wetlands" element
16518              */
16519             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWetlands();
16520             
16521             /**
16522              * Sets the "Wetlands" element
16523              */
16524             void setWetlands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wetlands);
16525             
16526             /**
16527              * Sets (as xml) the "Wetlands" element
16528              */
16529             void xsetWetlands(gov.grants.apply.system.globalLibraryV20.YesNoDataType wetlands);
16530             
16531             /**
16532              * Gets the "FloodPlains" element
16533              */
16534             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFloodPlains();
16535             
16536             /**
16537              * Gets (as xml) the "FloodPlains" element
16538              */
16539             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFloodPlains();
16540             
16541             /**
16542              * Sets the "FloodPlains" element
16543              */
16544             void setFloodPlains(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum floodPlains);
16545             
16546             /**
16547              * Sets (as xml) the "FloodPlains" element
16548              */
16549             void xsetFloodPlains(gov.grants.apply.system.globalLibraryV20.YesNoDataType floodPlains);
16550             
16551             /**
16552              * Gets the "PrimeFarmland" element
16553              */
16554             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPrimeFarmland();
16555             
16556             /**
16557              * Gets (as xml) the "PrimeFarmland" element
16558              */
16559             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPrimeFarmland();
16560             
16561             /**
16562              * Sets the "PrimeFarmland" element
16563              */
16564             void setPrimeFarmland(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum primeFarmland);
16565             
16566             /**
16567              * Sets (as xml) the "PrimeFarmland" element
16568              */
16569             void xsetPrimeFarmland(gov.grants.apply.system.globalLibraryV20.YesNoDataType primeFarmland);
16570             
16571             /**
16572              * Gets the "EPAList" element
16573              */
16574             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEPAList();
16575             
16576             /**
16577              * Gets (as xml) the "EPAList" element
16578              */
16579             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEPAList();
16580             
16581             /**
16582              * Sets the "EPAList" element
16583              */
16584             void setEPAList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum epaList);
16585             
16586             /**
16587              * Sets (as xml) the "EPAList" element
16588              */
16589             void xsetEPAList(gov.grants.apply.system.globalLibraryV20.YesNoDataType epaList);
16590             
16591             /**
16592              * Gets the "ERNarrative" element
16593              */
16594             java.lang.String getERNarrative();
16595             
16596             /**
16597              * Gets (as xml) the "ERNarrative" element
16598              */
16599             gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType xgetERNarrative();
16600             
16601             /**
16602              * True if has "ERNarrative" element
16603              */
16604             boolean isSetERNarrative();
16605             
16606             /**
16607              * Sets the "ERNarrative" element
16608              */
16609             void setERNarrative(java.lang.String erNarrative);
16610             
16611             /**
16612              * Sets (as xml) the "ERNarrative" element
16613              */
16614             void xsetERNarrative(gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType erNarrative);
16615             
16616             /**
16617              * Unsets the "ERNarrative" element
16618              */
16619             void unsetERNarrative();
16620             
16621             /**
16622              * A factory class with static methods for creating instances
16623              * of this type.
16624              */
16625             
16626             public static final class Factory
16627             {
16628                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview newInstance() {
16629                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
16630                 
16631                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview newInstance(org.apache.xmlbeans.XmlOptions options) {
16632                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
16633                 
16634                 private Factory() { } // No instance of this class allowed
16635             }
16636         }
16637         
16638         /**
16639          * An XML Narratives(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16640          *
16641          * This is a complex type.
16642          */
16643         public interface Narratives extends org.apache.xmlbeans.XmlObject
16644         {
16645             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16646                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Narratives.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("narratives6e75elemtype");
16647             
16648             /**
16649              * Gets the "ExecutiveSummary" element
16650              */
16651             java.lang.String getExecutiveSummary();
16652             
16653             /**
16654              * Gets (as xml) the "ExecutiveSummary" element
16655              */
16656             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary xgetExecutiveSummary();
16657             
16658             /**
16659              * Sets the "ExecutiveSummary" element
16660              */
16661             void setExecutiveSummary(java.lang.String executiveSummary);
16662             
16663             /**
16664              * Sets (as xml) the "ExecutiveSummary" element
16665              */
16666             void xsetExecutiveSummary(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary executiveSummary);
16667             
16668             /**
16669              * Gets the "HighImpactNarrative" element
16670              */
16671             java.lang.String getHighImpactNarrative();
16672             
16673             /**
16674              * Gets (as xml) the "HighImpactNarrative" element
16675              */
16676             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative xgetHighImpactNarrative();
16677             
16678             /**
16679              * True if has "HighImpactNarrative" element
16680              */
16681             boolean isSetHighImpactNarrative();
16682             
16683             /**
16684              * Sets the "HighImpactNarrative" element
16685              */
16686             void setHighImpactNarrative(java.lang.String highImpactNarrative);
16687             
16688             /**
16689              * Sets (as xml) the "HighImpactNarrative" element
16690              */
16691             void xsetHighImpactNarrative(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative highImpactNarrative);
16692             
16693             /**
16694              * Unsets the "HighImpactNarrative" element
16695              */
16696             void unsetHighImpactNarrative();
16697             
16698             /**
16699              * Gets the "TechnicalAssistanceProposal" element
16700              */
16701             java.lang.String getTechnicalAssistanceProposal();
16702             
16703             /**
16704              * Gets (as xml) the "TechnicalAssistanceProposal" element
16705              */
16706             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal xgetTechnicalAssistanceProposal();
16707             
16708             /**
16709              * True if has "TechnicalAssistanceProposal" element
16710              */
16711             boolean isSetTechnicalAssistanceProposal();
16712             
16713             /**
16714              * Sets the "TechnicalAssistanceProposal" element
16715              */
16716             void setTechnicalAssistanceProposal(java.lang.String technicalAssistanceProposal);
16717             
16718             /**
16719              * Sets (as xml) the "TechnicalAssistanceProposal" element
16720              */
16721             void xsetTechnicalAssistanceProposal(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal technicalAssistanceProposal);
16722             
16723             /**
16724              * Unsets the "TechnicalAssistanceProposal" element
16725              */
16726             void unsetTechnicalAssistanceProposal();
16727             
16728             /**
16729              * Gets the "TargetMarketNeeds" element
16730              */
16731             java.lang.String getTargetMarketNeeds();
16732             
16733             /**
16734              * Gets (as xml) the "TargetMarketNeeds" element
16735              */
16736             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds xgetTargetMarketNeeds();
16737             
16738             /**
16739              * Sets the "TargetMarketNeeds" element
16740              */
16741             void setTargetMarketNeeds(java.lang.String targetMarketNeeds);
16742             
16743             /**
16744              * Sets (as xml) the "TargetMarketNeeds" element
16745              */
16746             void xsetTargetMarketNeeds(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds targetMarketNeeds);
16747             
16748             /**
16749              * Gets the "FinancialProducts" element
16750              */
16751             java.lang.String getFinancialProducts();
16752             
16753             /**
16754              * Gets (as xml) the "FinancialProducts" element
16755              */
16756             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts xgetFinancialProducts();
16757             
16758             /**
16759              * Sets the "FinancialProducts" element
16760              */
16761             void setFinancialProducts(java.lang.String financialProducts);
16762             
16763             /**
16764              * Sets (as xml) the "FinancialProducts" element
16765              */
16766             void xsetFinancialProducts(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts financialProducts);
16767             
16768             /**
16769              * Gets the "Services" element
16770              */
16771             java.lang.String getServices();
16772             
16773             /**
16774              * Gets (as xml) the "Services" element
16775              */
16776             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services xgetServices();
16777             
16778             /**
16779              * Sets the "Services" element
16780              */
16781             void setServices(java.lang.String services);
16782             
16783             /**
16784              * Sets (as xml) the "Services" element
16785              */
16786             void xsetServices(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services services);
16787             
16788             /**
16789              * Gets the "MarketDemand" element
16790              */
16791             java.lang.String getMarketDemand();
16792             
16793             /**
16794              * Gets (as xml) the "MarketDemand" element
16795              */
16796             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand xgetMarketDemand();
16797             
16798             /**
16799              * Sets the "MarketDemand" element
16800              */
16801             void setMarketDemand(java.lang.String marketDemand);
16802             
16803             /**
16804              * Sets (as xml) the "MarketDemand" element
16805              */
16806             void xsetMarketDemand(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand marketDemand);
16807             
16808             /**
16809              * Gets the "OrganizationalCapacity" element
16810              */
16811             java.lang.String getOrganizationalCapacity();
16812             
16813             /**
16814              * Gets (as xml) the "OrganizationalCapacity" element
16815              */
16816             gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity xgetOrganizationalCapacity();
16817             
16818             /**
16819              * Sets the "OrganizationalCapacity" element
16820              */
16821             void setOrganizationalCapacity(java.lang.String organizationalCapacity);
16822             
16823             /**
16824              * Sets (as xml) the "OrganizationalCapacity" element
16825              */
16826             void xsetOrganizationalCapacity(gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity organizationalCapacity);
16827             
16828             /**
16829              * Gets the "PriorAwardsNarrative" element
16830              */
16831             java.lang.String getPriorAwardsNarrative();
16832             
16833             /**
16834              * Gets (as xml) the "PriorAwardsNarrative" element
16835              */
16836             gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType xgetPriorAwardsNarrative();
16837             
16838             /**
16839              * True if has "PriorAwardsNarrative" element
16840              */
16841             boolean isSetPriorAwardsNarrative();
16842             
16843             /**
16844              * Sets the "PriorAwardsNarrative" element
16845              */
16846             void setPriorAwardsNarrative(java.lang.String priorAwardsNarrative);
16847             
16848             /**
16849              * Sets (as xml) the "PriorAwardsNarrative" element
16850              */
16851             void xsetPriorAwardsNarrative(gov.grants.apply.forms.cdfi2011V10.CDFI2011String5000DataType priorAwardsNarrative);
16852             
16853             /**
16854              * Unsets the "PriorAwardsNarrative" element
16855              */
16856             void unsetPriorAwardsNarrative();
16857             
16858             /**
16859              * An XML ExecutiveSummary(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16860              *
16861              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$ExecutiveSummary.
16862              */
16863             public interface ExecutiveSummary extends org.apache.xmlbeans.XmlString
16864             {
16865                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16866                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExecutiveSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("executivesummaryd74felemtype");
16867                 
16868                 /**
16869                  * A factory class with static methods for creating instances
16870                  * of this type.
16871                  */
16872                 
16873                 public static final class Factory
16874                 {
16875                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary newValue(java.lang.Object obj) {
16876                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary) type.newValue( obj ); }
16877                     
16878                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary newInstance() {
16879                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
16880                     
16881                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
16882                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.ExecutiveSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
16883                     
16884                     private Factory() { } // No instance of this class allowed
16885                 }
16886             }
16887             
16888             /**
16889              * An XML HighImpactNarrative(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16890              *
16891              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$HighImpactNarrative.
16892              */
16893             public interface HighImpactNarrative extends org.apache.xmlbeans.XmlString
16894             {
16895                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16896                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HighImpactNarrative.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("highimpactnarrative090belemtype");
16897                 
16898                 /**
16899                  * A factory class with static methods for creating instances
16900                  * of this type.
16901                  */
16902                 
16903                 public static final class Factory
16904                 {
16905                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative newValue(java.lang.Object obj) {
16906                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative) type.newValue( obj ); }
16907                     
16908                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative newInstance() {
16909                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
16910                     
16911                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative newInstance(org.apache.xmlbeans.XmlOptions options) {
16912                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.HighImpactNarrative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
16913                     
16914                     private Factory() { } // No instance of this class allowed
16915                 }
16916             }
16917             
16918             /**
16919              * An XML TechnicalAssistanceProposal(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16920              *
16921              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$TechnicalAssistanceProposal.
16922              */
16923             public interface TechnicalAssistanceProposal extends org.apache.xmlbeans.XmlString
16924             {
16925                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16926                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TechnicalAssistanceProposal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("technicalassistanceproposale488elemtype");
16927                 
16928                 /**
16929                  * A factory class with static methods for creating instances
16930                  * of this type.
16931                  */
16932                 
16933                 public static final class Factory
16934                 {
16935                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal newValue(java.lang.Object obj) {
16936                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal) type.newValue( obj ); }
16937                     
16938                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal newInstance() {
16939                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
16940                     
16941                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal newInstance(org.apache.xmlbeans.XmlOptions options) {
16942                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TechnicalAssistanceProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
16943                     
16944                     private Factory() { } // No instance of this class allowed
16945                 }
16946             }
16947             
16948             /**
16949              * An XML TargetMarketNeeds(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16950              *
16951              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$TargetMarketNeeds.
16952              */
16953             public interface TargetMarketNeeds extends org.apache.xmlbeans.XmlString
16954             {
16955                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16956                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TargetMarketNeeds.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("targetmarketneeds9f31elemtype");
16957                 
16958                 /**
16959                  * A factory class with static methods for creating instances
16960                  * of this type.
16961                  */
16962                 
16963                 public static final class Factory
16964                 {
16965                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds newValue(java.lang.Object obj) {
16966                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds) type.newValue( obj ); }
16967                     
16968                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds newInstance() {
16969                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
16970                     
16971                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds newInstance(org.apache.xmlbeans.XmlOptions options) {
16972                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.TargetMarketNeeds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
16973                     
16974                     private Factory() { } // No instance of this class allowed
16975                 }
16976             }
16977             
16978             /**
16979              * An XML FinancialProducts(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
16980              *
16981              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$FinancialProducts.
16982              */
16983             public interface FinancialProducts extends org.apache.xmlbeans.XmlString
16984             {
16985                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
16986                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialProducts.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialproducts558eelemtype");
16987                 
16988                 /**
16989                  * A factory class with static methods for creating instances
16990                  * of this type.
16991                  */
16992                 
16993                 public static final class Factory
16994                 {
16995                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts newValue(java.lang.Object obj) {
16996                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts) type.newValue( obj ); }
16997                     
16998                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts newInstance() {
16999                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17000                     
17001                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts newInstance(org.apache.xmlbeans.XmlOptions options) {
17002                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.FinancialProducts) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17003                     
17004                     private Factory() { } // No instance of this class allowed
17005                 }
17006             }
17007             
17008             /**
17009              * An XML Services(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
17010              *
17011              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$Services.
17012              */
17013             public interface Services extends org.apache.xmlbeans.XmlString
17014             {
17015                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
17016                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Services.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("servicesb10felemtype");
17017                 
17018                 /**
17019                  * A factory class with static methods for creating instances
17020                  * of this type.
17021                  */
17022                 
17023                 public static final class Factory
17024                 {
17025                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services newValue(java.lang.Object obj) {
17026                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services) type.newValue( obj ); }
17027                     
17028                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services newInstance() {
17029                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17030                     
17031                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services newInstance(org.apache.xmlbeans.XmlOptions options) {
17032                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.Services) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17033                     
17034                     private Factory() { } // No instance of this class allowed
17035                 }
17036             }
17037             
17038             /**
17039              * An XML MarketDemand(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
17040              *
17041              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$MarketDemand.
17042              */
17043             public interface MarketDemand extends org.apache.xmlbeans.XmlString
17044             {
17045                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
17046                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MarketDemand.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("marketdemandaa18elemtype");
17047                 
17048                 /**
17049                  * A factory class with static methods for creating instances
17050                  * of this type.
17051                  */
17052                 
17053                 public static final class Factory
17054                 {
17055                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand newValue(java.lang.Object obj) {
17056                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand) type.newValue( obj ); }
17057                     
17058                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand newInstance() {
17059                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17060                     
17061                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand newInstance(org.apache.xmlbeans.XmlOptions options) {
17062                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.MarketDemand) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17063                     
17064                     private Factory() { } // No instance of this class allowed
17065                 }
17066             }
17067             
17068             /**
17069              * An XML OrganizationalCapacity(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
17070              *
17071              * This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi2011V10.CDFI2011Document$CDFI2011$Narratives$OrganizationalCapacity.
17072              */
17073             public interface OrganizationalCapacity extends org.apache.xmlbeans.XmlString
17074             {
17075                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
17076                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalCapacity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalcapacity4fa9elemtype");
17077                 
17078                 /**
17079                  * A factory class with static methods for creating instances
17080                  * of this type.
17081                  */
17082                 
17083                 public static final class Factory
17084                 {
17085                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity newValue(java.lang.Object obj) {
17086                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity) type.newValue( obj ); }
17087                     
17088                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity newInstance() {
17089                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17090                     
17091                     public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity newInstance(org.apache.xmlbeans.XmlOptions options) {
17092                       return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives.OrganizationalCapacity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17093                     
17094                     private Factory() { } // No instance of this class allowed
17095                 }
17096             }
17097             
17098             /**
17099              * A factory class with static methods for creating instances
17100              * of this type.
17101              */
17102             
17103             public static final class Factory
17104             {
17105                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives newInstance() {
17106                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17107                 
17108                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives newInstance(org.apache.xmlbeans.XmlOptions options) {
17109                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.Narratives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17110                 
17111                 private Factory() { } // No instance of this class allowed
17112             }
17113         }
17114         
17115         /**
17116          * An XML ApplicationChecklist(@http://apply.grants.gov/forms/CDFI_2011-V1.0).
17117          *
17118          * This is a complex type.
17119          */
17120         public interface ApplicationChecklist extends org.apache.xmlbeans.XmlObject
17121         {
17122             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
17123                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationchecklisteda0elemtype");
17124             
17125             /**
17126              * Gets the "SF424" element
17127              */
17128             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSF424();
17129             
17130             /**
17131              * Gets (as xml) the "SF424" element
17132              */
17133             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSF424();
17134             
17135             /**
17136              * Sets the "SF424" element
17137              */
17138             void setSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sf424);
17139             
17140             /**
17141              * Sets (as xml) the "SF424" element
17142              */
17143             void xsetSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType sf424);
17144             
17145             /**
17146              * Gets the "EINDocumentation" element
17147              */
17148             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEINDocumentation();
17149             
17150             /**
17151              * Gets (as xml) the "EINDocumentation" element
17152              */
17153             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEINDocumentation();
17154             
17155             /**
17156              * Sets the "EINDocumentation" element
17157              */
17158             void setEINDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum einDocumentation);
17159             
17160             /**
17161              * Sets (as xml) the "EINDocumentation" element
17162              */
17163             void xsetEINDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType einDocumentation);
17164             
17165             /**
17166              * Gets the "HFFIApplicationNarrative" element
17167              */
17168             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHFFIApplicationNarrative();
17169             
17170             /**
17171              * Gets (as xml) the "HFFIApplicationNarrative" element
17172              */
17173             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHFFIApplicationNarrative();
17174             
17175             /**
17176              * True if has "HFFIApplicationNarrative" element
17177              */
17178             boolean isSetHFFIApplicationNarrative();
17179             
17180             /**
17181              * Sets the "HFFIApplicationNarrative" element
17182              */
17183             void setHFFIApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hffiApplicationNarrative);
17184             
17185             /**
17186              * Sets (as xml) the "HFFIApplicationNarrative" element
17187              */
17188             void xsetHFFIApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType hffiApplicationNarrative);
17189             
17190             /**
17191              * Unsets the "HFFIApplicationNarrative" element
17192              */
17193             void unsetHFFIApplicationNarrative();
17194             
17195             /**
17196              * Gets the "FinancialStatements" element
17197              */
17198             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFinancialStatements();
17199             
17200             /**
17201              * Gets (as xml) the "FinancialStatements" element
17202              */
17203             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFinancialStatements();
17204             
17205             /**
17206              * Sets the "FinancialStatements" element
17207              */
17208             void setFinancialStatements(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum financialStatements);
17209             
17210             /**
17211              * Sets (as xml) the "FinancialStatements" element
17212              */
17213             void xsetFinancialStatements(gov.grants.apply.system.globalLibraryV20.YesNoDataType financialStatements);
17214             
17215             /**
17216              * Gets the "MatchingFundsDocumentation" element
17217              */
17218             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMatchingFundsDocumentation();
17219             
17220             /**
17221              * Gets (as xml) the "MatchingFundsDocumentation" element
17222              */
17223             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMatchingFundsDocumentation();
17224             
17225             /**
17226              * True if has "MatchingFundsDocumentation" element
17227              */
17228             boolean isSetMatchingFundsDocumentation();
17229             
17230             /**
17231              * Sets the "MatchingFundsDocumentation" element
17232              */
17233             void setMatchingFundsDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum matchingFundsDocumentation);
17234             
17235             /**
17236              * Sets (as xml) the "MatchingFundsDocumentation" element
17237              */
17238             void xsetMatchingFundsDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType matchingFundsDocumentation);
17239             
17240             /**
17241              * Unsets the "MatchingFundsDocumentation" element
17242              */
17243             void unsetMatchingFundsDocumentation();
17244             
17245             /**
17246              * Gets the "Resumes" element
17247              */
17248             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getResumes();
17249             
17250             /**
17251              * Gets (as xml) the "Resumes" element
17252              */
17253             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetResumes();
17254             
17255             /**
17256              * Sets the "Resumes" element
17257              */
17258             void setResumes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum resumes);
17259             
17260             /**
17261              * Sets (as xml) the "Resumes" element
17262              */
17263             void xsetResumes(gov.grants.apply.system.globalLibraryV20.YesNoDataType resumes);
17264             
17265             /**
17266              * Gets the "OrganizationalChart" element
17267              */
17268             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOrganizationalChart();
17269             
17270             /**
17271              * Gets (as xml) the "OrganizationalChart" element
17272              */
17273             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOrganizationalChart();
17274             
17275             /**
17276              * Sets the "OrganizationalChart" element
17277              */
17278             void setOrganizationalChart(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum organizationalChart);
17279             
17280             /**
17281              * Sets (as xml) the "OrganizationalChart" element
17282              */
17283             void xsetOrganizationalChart(gov.grants.apply.system.globalLibraryV20.YesNoDataType organizationalChart);
17284             
17285             /**
17286              * A factory class with static methods for creating instances
17287              * of this type.
17288              */
17289             
17290             public static final class Factory
17291             {
17292                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist newInstance() {
17293                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17294                 
17295                 public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
17296                   return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17297                 
17298                 private Factory() { } // No instance of this class allowed
17299             }
17300         }
17301         
17302         /**
17303          * A factory class with static methods for creating instances
17304          * of this type.
17305          */
17306         
17307         public static final class Factory
17308         {
17309             public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011 newInstance() {
17310               return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17311             
17312             public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011 newInstance(org.apache.xmlbeans.XmlOptions options) {
17313               return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document.CDFI2011) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17314             
17315             private Factory() { } // No instance of this class allowed
17316         }
17317     }
17318     
17319     /**
17320      * A factory class with static methods for creating instances
17321      * of this type.
17322      */
17323     
17324     public static final class Factory
17325     {
17326         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document newInstance() {
17327           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
17328         
17329         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document newInstance(org.apache.xmlbeans.XmlOptions options) {
17330           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
17331         
17332         /** @param xmlAsString the string value to parse */
17333         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
17334           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
17335         
17336         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
17337           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
17338         
17339         /** @param file the file from which to load an xml document */
17340         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17341           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
17342         
17343         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17344           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
17345         
17346         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17347           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
17348         
17349         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17350           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
17351         
17352         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17353           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
17354         
17355         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17356           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
17357         
17358         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17359           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
17360         
17361         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
17362           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
17363         
17364         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
17365           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
17366         
17367         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
17368           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
17369         
17370         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
17371           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
17372         
17373         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
17374           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
17375         
17376         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
17377         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
17378           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
17379         
17380         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
17381         public static gov.grants.apply.forms.cdfi2011V10.CDFI2011Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
17382           return (gov.grants.apply.forms.cdfi2011V10.CDFI2011Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
17383         
17384         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
17385         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 {
17386           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
17387         
17388         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
17389         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 {
17390           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
17391         
17392         private Factory() { } // No instance of this class allowed
17393     }
17394 }