View Javadoc
1   /*
2    * An XML document type.
3    * Localname: HUD_CommunityInitiative
4    * Namespace: http://apply.grants.gov/forms/HUD_CommunityInitiative-V1.1
5    * Java type: gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hudCommunityInitiativeV11;
10  
11  
12  /**
13   * A document containing one HUD_CommunityInitiative(@http://apply.grants.gov/forms/HUD_CommunityInitiative-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface HUDCommunityInitiativeDocument 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(HUDCommunityInitiativeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudcommunityinitiativee150doctype");
21      
22      /**
23       * Gets the "HUD_CommunityInitiative" element
24       */
25      gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative getHUDCommunityInitiative();
26      
27      /**
28       * Sets the "HUD_CommunityInitiative" element
29       */
30      void setHUDCommunityInitiative(gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative hudCommunityInitiative);
31      
32      /**
33       * Appends and returns a new empty "HUD_CommunityInitiative" element
34       */
35      gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative addNewHUDCommunityInitiative();
36      
37      /**
38       * An XML HUD_CommunityInitiative(@http://apply.grants.gov/forms/HUD_CommunityInitiative-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface HUDCommunityInitiative 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(HUDCommunityInitiative.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudcommunityinitiative1337elemtype");
46          
47          /**
48           * Gets the "OrganizationName" element
49           */
50          java.lang.String getOrganizationName();
51          
52          /**
53           * Gets (as xml) the "OrganizationName" element
54           */
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
56          
57          /**
58           * Sets the "OrganizationName" element
59           */
60          void setOrganizationName(java.lang.String organizationName);
61          
62          /**
63           * Sets (as xml) the "OrganizationName" element
64           */
65          void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
66          
67          /**
68           * Gets the "JurisdictionHsngElmntIndctr_No" element
69           */
70          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getJurisdictionHsngElmntIndctrNo();
71          
72          /**
73           * Gets (as xml) the "JurisdictionHsngElmntIndctr_No" element
74           */
75          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetJurisdictionHsngElmntIndctrNo();
76          
77          /**
78           * True if has "JurisdictionHsngElmntIndctr_No" element
79           */
80          boolean isSetJurisdictionHsngElmntIndctrNo();
81          
82          /**
83           * Sets the "JurisdictionHsngElmntIndctr_No" element
84           */
85          void setJurisdictionHsngElmntIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum jurisdictionHsngElmntIndctrNo);
86          
87          /**
88           * Sets (as xml) the "JurisdictionHsngElmntIndctr_No" element
89           */
90          void xsetJurisdictionHsngElmntIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType jurisdictionHsngElmntIndctrNo);
91          
92          /**
93           * Unsets the "JurisdictionHsngElmntIndctr_No" element
94           */
95          void unsetJurisdictionHsngElmntIndctrNo();
96          
97          /**
98           * Gets the "JurisdictionHsngElmntIndctr_Yes" element
99           */
100         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getJurisdictionHsngElmntIndctrYes();
101         
102         /**
103          * Gets (as xml) the "JurisdictionHsngElmntIndctr_Yes" element
104          */
105         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetJurisdictionHsngElmntIndctrYes();
106         
107         /**
108          * True if has "JurisdictionHsngElmntIndctr_Yes" element
109          */
110         boolean isSetJurisdictionHsngElmntIndctrYes();
111         
112         /**
113          * Sets the "JurisdictionHsngElmntIndctr_Yes" element
114          */
115         void setJurisdictionHsngElmntIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum jurisdictionHsngElmntIndctrYes);
116         
117         /**
118          * Sets (as xml) the "JurisdictionHsngElmntIndctr_Yes" element
119          */
120         void xsetJurisdictionHsngElmntIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType jurisdictionHsngElmntIndctrYes);
121         
122         /**
123          * Unsets the "JurisdictionHsngElmntIndctr_Yes" element
124          */
125         void unsetJurisdictionHsngElmntIndctrYes();
126         
127         /**
128          * Gets the "JursdctnHsngNeedsEstIndctr_No" element
129          */
130         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getJursdctnHsngNeedsEstIndctrNo();
131         
132         /**
133          * Gets (as xml) the "JursdctnHsngNeedsEstIndctr_No" element
134          */
135         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetJursdctnHsngNeedsEstIndctrNo();
136         
137         /**
138          * True if has "JursdctnHsngNeedsEstIndctr_No" element
139          */
140         boolean isSetJursdctnHsngNeedsEstIndctrNo();
141         
142         /**
143          * Sets the "JursdctnHsngNeedsEstIndctr_No" element
144          */
145         void setJursdctnHsngNeedsEstIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum jursdctnHsngNeedsEstIndctrNo);
146         
147         /**
148          * Sets (as xml) the "JursdctnHsngNeedsEstIndctr_No" element
149          */
150         void xsetJursdctnHsngNeedsEstIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType jursdctnHsngNeedsEstIndctrNo);
151         
152         /**
153          * Unsets the "JursdctnHsngNeedsEstIndctr_No" element
154          */
155         void unsetJursdctnHsngNeedsEstIndctrNo();
156         
157         /**
158          * Gets the "JursdctnHsngNeedsEstIndctr_Yes" element
159          */
160         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getJursdctnHsngNeedsEstIndctrYes();
161         
162         /**
163          * Gets (as xml) the "JursdctnHsngNeedsEstIndctr_Yes" element
164          */
165         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetJursdctnHsngNeedsEstIndctrYes();
166         
167         /**
168          * True if has "JursdctnHsngNeedsEstIndctr_Yes" element
169          */
170         boolean isSetJursdctnHsngNeedsEstIndctrYes();
171         
172         /**
173          * Sets the "JursdctnHsngNeedsEstIndctr_Yes" element
174          */
175         void setJursdctnHsngNeedsEstIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum jursdctnHsngNeedsEstIndctrYes);
176         
177         /**
178          * Sets (as xml) the "JursdctnHsngNeedsEstIndctr_Yes" element
179          */
180         void xsetJursdctnHsngNeedsEstIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType jursdctnHsngNeedsEstIndctrYes);
181         
182         /**
183          * Unsets the "JursdctnHsngNeedsEstIndctr_Yes" element
184          */
185         void unsetJursdctnHsngNeedsEstIndctrYes();
186         
187         /**
188          * Gets the "LandUseControlsCnfrmncIndctr_No" element
189          */
190         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLandUseControlsCnfrmncIndctrNo();
191         
192         /**
193          * Gets (as xml) the "LandUseControlsCnfrmncIndctr_No" element
194          */
195         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLandUseControlsCnfrmncIndctrNo();
196         
197         /**
198          * True if has "LandUseControlsCnfrmncIndctr_No" element
199          */
200         boolean isSetLandUseControlsCnfrmncIndctrNo();
201         
202         /**
203          * Sets the "LandUseControlsCnfrmncIndctr_No" element
204          */
205         void setLandUseControlsCnfrmncIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum landUseControlsCnfrmncIndctrNo);
206         
207         /**
208          * Sets (as xml) the "LandUseControlsCnfrmncIndctr_No" element
209          */
210         void xsetLandUseControlsCnfrmncIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType landUseControlsCnfrmncIndctrNo);
211         
212         /**
213          * Unsets the "LandUseControlsCnfrmncIndctr_No" element
214          */
215         void unsetLandUseControlsCnfrmncIndctrNo();
216         
217         /**
218          * Gets the "LandUseControlsCnfrmncIndctr_Yes" element
219          */
220         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLandUseControlsCnfrmncIndctrYes();
221         
222         /**
223          * Gets (as xml) the "LandUseControlsCnfrmncIndctr_Yes" element
224          */
225         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLandUseControlsCnfrmncIndctrYes();
226         
227         /**
228          * True if has "LandUseControlsCnfrmncIndctr_Yes" element
229          */
230         boolean isSetLandUseControlsCnfrmncIndctrYes();
231         
232         /**
233          * Sets the "LandUseControlsCnfrmncIndctr_Yes" element
234          */
235         void setLandUseControlsCnfrmncIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum landUseControlsCnfrmncIndctrYes);
236         
237         /**
238          * Sets (as xml) the "LandUseControlsCnfrmncIndctr_Yes" element
239          */
240         void xsetLandUseControlsCnfrmncIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType landUseControlsCnfrmncIndctrYes);
241         
242         /**
243          * Unsets the "LandUseControlsCnfrmncIndctr_Yes" element
244          */
245         void unsetLandUseControlsCnfrmncIndctrYes();
246         
247         /**
248          * Gets the "BuildingSizeRequirementsIndctr_Yes" element
249          */
250         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBuildingSizeRequirementsIndctrYes();
251         
252         /**
253          * Gets (as xml) the "BuildingSizeRequirementsIndctr_Yes" element
254          */
255         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBuildingSizeRequirementsIndctrYes();
256         
257         /**
258          * True if has "BuildingSizeRequirementsIndctr_Yes" element
259          */
260         boolean isSetBuildingSizeRequirementsIndctrYes();
261         
262         /**
263          * Sets the "BuildingSizeRequirementsIndctr_Yes" element
264          */
265         void setBuildingSizeRequirementsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum buildingSizeRequirementsIndctrYes);
266         
267         /**
268          * Sets (as xml) the "BuildingSizeRequirementsIndctr_Yes" element
269          */
270         void xsetBuildingSizeRequirementsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType buildingSizeRequirementsIndctrYes);
271         
272         /**
273          * Unsets the "BuildingSizeRequirementsIndctr_Yes" element
274          */
275         void unsetBuildingSizeRequirementsIndctrYes();
276         
277         /**
278          * Gets the "BuildingSizeRequirementsIndctr_No" element
279          */
280         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBuildingSizeRequirementsIndctrNo();
281         
282         /**
283          * Gets (as xml) the "BuildingSizeRequirementsIndctr_No" element
284          */
285         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBuildingSizeRequirementsIndctrNo();
286         
287         /**
288          * True if has "BuildingSizeRequirementsIndctr_No" element
289          */
290         boolean isSetBuildingSizeRequirementsIndctrNo();
291         
292         /**
293          * Sets the "BuildingSizeRequirementsIndctr_No" element
294          */
295         void setBuildingSizeRequirementsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum buildingSizeRequirementsIndctrNo);
296         
297         /**
298          * Sets (as xml) the "BuildingSizeRequirementsIndctr_No" element
299          */
300         void xsetBuildingSizeRequirementsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType buildingSizeRequirementsIndctrNo);
301         
302         /**
303          * Unsets the "BuildingSizeRequirementsIndctr_No" element
304          */
305         void unsetBuildingSizeRequirementsIndctrNo();
306         
307         /**
308          * Gets the "DevelopmentImpactFeesIndctr_No" element
309          */
310         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDevelopmentImpactFeesIndctrNo();
311         
312         /**
313          * Gets (as xml) the "DevelopmentImpactFeesIndctr_No" element
314          */
315         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDevelopmentImpactFeesIndctrNo();
316         
317         /**
318          * True if has "DevelopmentImpactFeesIndctr_No" element
319          */
320         boolean isSetDevelopmentImpactFeesIndctrNo();
321         
322         /**
323          * Sets the "DevelopmentImpactFeesIndctr_No" element
324          */
325         void setDevelopmentImpactFeesIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum developmentImpactFeesIndctrNo);
326         
327         /**
328          * Sets (as xml) the "DevelopmentImpactFeesIndctr_No" element
329          */
330         void xsetDevelopmentImpactFeesIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType developmentImpactFeesIndctrNo);
331         
332         /**
333          * Unsets the "DevelopmentImpactFeesIndctr_No" element
334          */
335         void unsetDevelopmentImpactFeesIndctrNo();
336         
337         /**
338          * Gets the "DevelopmentImpactFeesIndctr_Yes" element
339          */
340         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDevelopmentImpactFeesIndctrYes();
341         
342         /**
343          * Gets (as xml) the "DevelopmentImpactFeesIndctr_Yes" element
344          */
345         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDevelopmentImpactFeesIndctrYes();
346         
347         /**
348          * True if has "DevelopmentImpactFeesIndctr_Yes" element
349          */
350         boolean isSetDevelopmentImpactFeesIndctrYes();
351         
352         /**
353          * Sets the "DevelopmentImpactFeesIndctr_Yes" element
354          */
355         void setDevelopmentImpactFeesIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum developmentImpactFeesIndctrYes);
356         
357         /**
358          * Sets (as xml) the "DevelopmentImpactFeesIndctr_Yes" element
359          */
360         void xsetDevelopmentImpactFeesIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType developmentImpactFeesIndctrYes);
361         
362         /**
363          * Unsets the "DevelopmentImpactFeesIndctr_Yes" element
364          */
365         void unsetDevelopmentImpactFeesIndctrYes();
366         
367         /**
368          * Gets the "CapitalInvstmntCrtrIndctr_No" element
369          */
370         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCapitalInvstmntCrtrIndctrNo();
371         
372         /**
373          * Gets (as xml) the "CapitalInvstmntCrtrIndctr_No" element
374          */
375         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCapitalInvstmntCrtrIndctrNo();
376         
377         /**
378          * True if has "CapitalInvstmntCrtrIndctr_No" element
379          */
380         boolean isSetCapitalInvstmntCrtrIndctrNo();
381         
382         /**
383          * Sets the "CapitalInvstmntCrtrIndctr_No" element
384          */
385         void setCapitalInvstmntCrtrIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum capitalInvstmntCrtrIndctrNo);
386         
387         /**
388          * Sets (as xml) the "CapitalInvstmntCrtrIndctr_No" element
389          */
390         void xsetCapitalInvstmntCrtrIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType capitalInvstmntCrtrIndctrNo);
391         
392         /**
393          * Unsets the "CapitalInvstmntCrtrIndctr_No" element
394          */
395         void unsetCapitalInvstmntCrtrIndctrNo();
396         
397         /**
398          * Gets the "CapitalInvstmntCrtrIndctr_Yes" element
399          */
400         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCapitalInvstmntCrtrIndctrYes();
401         
402         /**
403          * Gets (as xml) the "CapitalInvstmntCrtrIndctr_Yes" element
404          */
405         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCapitalInvstmntCrtrIndctrYes();
406         
407         /**
408          * True if has "CapitalInvstmntCrtrIndctr_Yes" element
409          */
410         boolean isSetCapitalInvstmntCrtrIndctrYes();
411         
412         /**
413          * Sets the "CapitalInvstmntCrtrIndctr_Yes" element
414          */
415         void setCapitalInvstmntCrtrIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum capitalInvstmntCrtrIndctrYes);
416         
417         /**
418          * Sets (as xml) the "CapitalInvstmntCrtrIndctr_Yes" element
419          */
420         void xsetCapitalInvstmntCrtrIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType capitalInvstmntCrtrIndctrYes);
421         
422         /**
423          * Unsets the "CapitalInvstmntCrtrIndctr_Yes" element
424          */
425         void unsetCapitalInvstmntCrtrIndctrYes();
426         
427         /**
428          * Gets the "AffordableHousingFeeWvrIndctr_No" element
429          */
430         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordableHousingFeeWvrIndctrNo();
431         
432         /**
433          * Gets (as xml) the "AffordableHousingFeeWvrIndctr_No" element
434          */
435         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordableHousingFeeWvrIndctrNo();
436         
437         /**
438          * True if has "AffordableHousingFeeWvrIndctr_No" element
439          */
440         boolean isSetAffordableHousingFeeWvrIndctrNo();
441         
442         /**
443          * Sets the "AffordableHousingFeeWvrIndctr_No" element
444          */
445         void setAffordableHousingFeeWvrIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordableHousingFeeWvrIndctrNo);
446         
447         /**
448          * Sets (as xml) the "AffordableHousingFeeWvrIndctr_No" element
449          */
450         void xsetAffordableHousingFeeWvrIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordableHousingFeeWvrIndctrNo);
451         
452         /**
453          * Unsets the "AffordableHousingFeeWvrIndctr_No" element
454          */
455         void unsetAffordableHousingFeeWvrIndctrNo();
456         
457         /**
458          * Gets the "AffordableHousingFeeWvrIndctr_Yes" element
459          */
460         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordableHousingFeeWvrIndctrYes();
461         
462         /**
463          * Gets (as xml) the "AffordableHousingFeeWvrIndctr_Yes" element
464          */
465         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordableHousingFeeWvrIndctrYes();
466         
467         /**
468          * True if has "AffordableHousingFeeWvrIndctr_Yes" element
469          */
470         boolean isSetAffordableHousingFeeWvrIndctrYes();
471         
472         /**
473          * Sets the "AffordableHousingFeeWvrIndctr_Yes" element
474          */
475         void setAffordableHousingFeeWvrIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordableHousingFeeWvrIndctrYes);
476         
477         /**
478          * Sets (as xml) the "AffordableHousingFeeWvrIndctr_Yes" element
479          */
480         void xsetAffordableHousingFeeWvrIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordableHousingFeeWvrIndctrYes);
481         
482         /**
483          * Unsets the "AffordableHousingFeeWvrIndctr_Yes" element
484          */
485         void unsetAffordableHousingFeeWvrIndctrYes();
486         
487         /**
488          * Gets the "BuildingCodeLanguageIndctr_No" element
489          */
490         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBuildingCodeLanguageIndctrNo();
491         
492         /**
493          * Gets (as xml) the "BuildingCodeLanguageIndctr_No" element
494          */
495         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBuildingCodeLanguageIndctrNo();
496         
497         /**
498          * True if has "BuildingCodeLanguageIndctr_No" element
499          */
500         boolean isSetBuildingCodeLanguageIndctrNo();
501         
502         /**
503          * Sets the "BuildingCodeLanguageIndctr_No" element
504          */
505         void setBuildingCodeLanguageIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum buildingCodeLanguageIndctrNo);
506         
507         /**
508          * Sets (as xml) the "BuildingCodeLanguageIndctr_No" element
509          */
510         void xsetBuildingCodeLanguageIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType buildingCodeLanguageIndctrNo);
511         
512         /**
513          * Unsets the "BuildingCodeLanguageIndctr_No" element
514          */
515         void unsetBuildingCodeLanguageIndctrNo();
516         
517         /**
518          * Gets the "BuildingCodeLanguageIndctr_Yes" element
519          */
520         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBuildingCodeLanguageIndctrYes();
521         
522         /**
523          * Gets (as xml) the "BuildingCodeLanguageIndctr_Yes" element
524          */
525         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBuildingCodeLanguageIndctrYes();
526         
527         /**
528          * True if has "BuildingCodeLanguageIndctr_Yes" element
529          */
530         boolean isSetBuildingCodeLanguageIndctrYes();
531         
532         /**
533          * Sets the "BuildingCodeLanguageIndctr_Yes" element
534          */
535         void setBuildingCodeLanguageIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum buildingCodeLanguageIndctrYes);
536         
537         /**
538          * Sets (as xml) the "BuildingCodeLanguageIndctr_Yes" element
539          */
540         void xsetBuildingCodeLanguageIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType buildingCodeLanguageIndctrYes);
541         
542         /**
543          * Unsets the "BuildingCodeLanguageIndctr_Yes" element
544          */
545         void unsetBuildingCodeLanguageIndctrYes();
546         
547         /**
548          * Gets the "UseLatestBuildingCodeMdlIndctr_No" element
549          */
550         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUseLatestBuildingCodeMdlIndctrNo();
551         
552         /**
553          * Gets (as xml) the "UseLatestBuildingCodeMdlIndctr_No" element
554          */
555         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUseLatestBuildingCodeMdlIndctrNo();
556         
557         /**
558          * True if has "UseLatestBuildingCodeMdlIndctr_No" element
559          */
560         boolean isSetUseLatestBuildingCodeMdlIndctrNo();
561         
562         /**
563          * Sets the "UseLatestBuildingCodeMdlIndctr_No" element
564          */
565         void setUseLatestBuildingCodeMdlIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum useLatestBuildingCodeMdlIndctrNo);
566         
567         /**
568          * Sets (as xml) the "UseLatestBuildingCodeMdlIndctr_No" element
569          */
570         void xsetUseLatestBuildingCodeMdlIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType useLatestBuildingCodeMdlIndctrNo);
571         
572         /**
573          * Unsets the "UseLatestBuildingCodeMdlIndctr_No" element
574          */
575         void unsetUseLatestBuildingCodeMdlIndctrNo();
576         
577         /**
578          * Gets the "UseLatestBuildingCodeMdlIndctr_Yes" element
579          */
580         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUseLatestBuildingCodeMdlIndctrYes();
581         
582         /**
583          * Gets (as xml) the "UseLatestBuildingCodeMdlIndctr_Yes" element
584          */
585         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUseLatestBuildingCodeMdlIndctrYes();
586         
587         /**
588          * True if has "UseLatestBuildingCodeMdlIndctr_Yes" element
589          */
590         boolean isSetUseLatestBuildingCodeMdlIndctrYes();
591         
592         /**
593          * Sets the "UseLatestBuildingCodeMdlIndctr_Yes" element
594          */
595         void setUseLatestBuildingCodeMdlIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum useLatestBuildingCodeMdlIndctrYes);
596         
597         /**
598          * Sets (as xml) the "UseLatestBuildingCodeMdlIndctr_Yes" element
599          */
600         void xsetUseLatestBuildingCodeMdlIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType useLatestBuildingCodeMdlIndctrYes);
601         
602         /**
603          * Unsets the "UseLatestBuildingCodeMdlIndctr_Yes" element
604          */
605         void unsetUseLatestBuildingCodeMdlIndctrYes();
606         
607         /**
608          * Gets the "PermitManufacturedHsngIndctr_No" element
609          */
610         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPermitManufacturedHsngIndctrNo();
611         
612         /**
613          * Gets (as xml) the "PermitManufacturedHsngIndctr_No" element
614          */
615         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPermitManufacturedHsngIndctrNo();
616         
617         /**
618          * True if has "PermitManufacturedHsngIndctr_No" element
619          */
620         boolean isSetPermitManufacturedHsngIndctrNo();
621         
622         /**
623          * Sets the "PermitManufacturedHsngIndctr_No" element
624          */
625         void setPermitManufacturedHsngIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum permitManufacturedHsngIndctrNo);
626         
627         /**
628          * Sets (as xml) the "PermitManufacturedHsngIndctr_No" element
629          */
630         void xsetPermitManufacturedHsngIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType permitManufacturedHsngIndctrNo);
631         
632         /**
633          * Unsets the "PermitManufacturedHsngIndctr_No" element
634          */
635         void unsetPermitManufacturedHsngIndctrNo();
636         
637         /**
638          * Gets the "PermitManufacturedHsngIndctr_Yes" element
639          */
640         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPermitManufacturedHsngIndctrYes();
641         
642         /**
643          * Gets (as xml) the "PermitManufacturedHsngIndctr_Yes" element
644          */
645         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPermitManufacturedHsngIndctrYes();
646         
647         /**
648          * True if has "PermitManufacturedHsngIndctr_Yes" element
649          */
650         boolean isSetPermitManufacturedHsngIndctrYes();
651         
652         /**
653          * Sets the "PermitManufacturedHsngIndctr_Yes" element
654          */
655         void setPermitManufacturedHsngIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum permitManufacturedHsngIndctrYes);
656         
657         /**
658          * Sets (as xml) the "PermitManufacturedHsngIndctr_Yes" element
659          */
660         void xsetPermitManufacturedHsngIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType permitManufacturedHsngIndctrYes);
661         
662         /**
663          * Unsets the "PermitManufacturedHsngIndctr_Yes" element
664          */
665         void unsetPermitManufacturedHsngIndctrYes();
666         
667         /**
668          * Gets the "AffordabaleHsngRvwPrcssIndctr_No" element
669          */
670         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordabaleHsngRvwPrcssIndctrNo();
671         
672         /**
673          * Gets (as xml) the "AffordabaleHsngRvwPrcssIndctr_No" element
674          */
675         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordabaleHsngRvwPrcssIndctrNo();
676         
677         /**
678          * True if has "AffordabaleHsngRvwPrcssIndctr_No" element
679          */
680         boolean isSetAffordabaleHsngRvwPrcssIndctrNo();
681         
682         /**
683          * Sets the "AffordabaleHsngRvwPrcssIndctr_No" element
684          */
685         void setAffordabaleHsngRvwPrcssIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordabaleHsngRvwPrcssIndctrNo);
686         
687         /**
688          * Sets (as xml) the "AffordabaleHsngRvwPrcssIndctr_No" element
689          */
690         void xsetAffordabaleHsngRvwPrcssIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordabaleHsngRvwPrcssIndctrNo);
691         
692         /**
693          * Unsets the "AffordabaleHsngRvwPrcssIndctr_No" element
694          */
695         void unsetAffordabaleHsngRvwPrcssIndctrNo();
696         
697         /**
698          * Gets the "AffordabaleHsngRvwPrcssIndctr_Yes" element
699          */
700         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordabaleHsngRvwPrcssIndctrYes();
701         
702         /**
703          * Gets (as xml) the "AffordabaleHsngRvwPrcssIndctr_Yes" element
704          */
705         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordabaleHsngRvwPrcssIndctrYes();
706         
707         /**
708          * True if has "AffordabaleHsngRvwPrcssIndctr_Yes" element
709          */
710         boolean isSetAffordabaleHsngRvwPrcssIndctrYes();
711         
712         /**
713          * Sets the "AffordabaleHsngRvwPrcssIndctr_Yes" element
714          */
715         void setAffordabaleHsngRvwPrcssIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordabaleHsngRvwPrcssIndctrYes);
716         
717         /**
718          * Sets (as xml) the "AffordabaleHsngRvwPrcssIndctr_Yes" element
719          */
720         void xsetAffordabaleHsngRvwPrcssIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordabaleHsngRvwPrcssIndctrYes);
721         
722         /**
723          * Unsets the "AffordabaleHsngRvwPrcssIndctr_Yes" element
724          */
725         void unsetAffordabaleHsngRvwPrcssIndctrYes();
726         
727         /**
728          * Gets the "InitiatedRegulatoryRfrmsIndctr_No" element
729          */
730         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInitiatedRegulatoryRfrmsIndctrNo();
731         
732         /**
733          * Gets (as xml) the "InitiatedRegulatoryRfrmsIndctr_No" element
734          */
735         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInitiatedRegulatoryRfrmsIndctrNo();
736         
737         /**
738          * True if has "InitiatedRegulatoryRfrmsIndctr_No" element
739          */
740         boolean isSetInitiatedRegulatoryRfrmsIndctrNo();
741         
742         /**
743          * Sets the "InitiatedRegulatoryRfrmsIndctr_No" element
744          */
745         void setInitiatedRegulatoryRfrmsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum initiatedRegulatoryRfrmsIndctrNo);
746         
747         /**
748          * Sets (as xml) the "InitiatedRegulatoryRfrmsIndctr_No" element
749          */
750         void xsetInitiatedRegulatoryRfrmsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType initiatedRegulatoryRfrmsIndctrNo);
751         
752         /**
753          * Unsets the "InitiatedRegulatoryRfrmsIndctr_No" element
754          */
755         void unsetInitiatedRegulatoryRfrmsIndctrNo();
756         
757         /**
758          * Gets the "InitiatedRegulatoryRfrmsIndctr_Yes" element
759          */
760         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInitiatedRegulatoryRfrmsIndctrYes();
761         
762         /**
763          * Gets (as xml) the "InitiatedRegulatoryRfrmsIndctr_Yes" element
764          */
765         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInitiatedRegulatoryRfrmsIndctrYes();
766         
767         /**
768          * True if has "InitiatedRegulatoryRfrmsIndctr_Yes" element
769          */
770         boolean isSetInitiatedRegulatoryRfrmsIndctrYes();
771         
772         /**
773          * Sets the "InitiatedRegulatoryRfrmsIndctr_Yes" element
774          */
775         void setInitiatedRegulatoryRfrmsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum initiatedRegulatoryRfrmsIndctrYes);
776         
777         /**
778          * Sets (as xml) the "InitiatedRegulatoryRfrmsIndctr_Yes" element
779          */
780         void xsetInitiatedRegulatoryRfrmsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType initiatedRegulatoryRfrmsIndctrYes);
781         
782         /**
783          * Unsets the "InitiatedRegulatoryRfrmsIndctr_Yes" element
784          */
785         void unsetInitiatedRegulatoryRfrmsIndctrYes();
786         
787         /**
788          * Gets the "ModifiedInfrstrctrStndrdsIndctr_No" element
789          */
790         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getModifiedInfrstrctrStndrdsIndctrNo();
791         
792         /**
793          * Gets (as xml) the "ModifiedInfrstrctrStndrdsIndctr_No" element
794          */
795         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetModifiedInfrstrctrStndrdsIndctrNo();
796         
797         /**
798          * True if has "ModifiedInfrstrctrStndrdsIndctr_No" element
799          */
800         boolean isSetModifiedInfrstrctrStndrdsIndctrNo();
801         
802         /**
803          * Sets the "ModifiedInfrstrctrStndrdsIndctr_No" element
804          */
805         void setModifiedInfrstrctrStndrdsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum modifiedInfrstrctrStndrdsIndctrNo);
806         
807         /**
808          * Sets (as xml) the "ModifiedInfrstrctrStndrdsIndctr_No" element
809          */
810         void xsetModifiedInfrstrctrStndrdsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType modifiedInfrstrctrStndrdsIndctrNo);
811         
812         /**
813          * Unsets the "ModifiedInfrstrctrStndrdsIndctr_No" element
814          */
815         void unsetModifiedInfrstrctrStndrdsIndctrNo();
816         
817         /**
818          * Gets the "ModifiedInfrstrctrStndrdsIndctr_Yes" element
819          */
820         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getModifiedInfrstrctrStndrdsIndctrYes();
821         
822         /**
823          * Gets (as xml) the "ModifiedInfrstrctrStndrdsIndctr_Yes" element
824          */
825         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetModifiedInfrstrctrStndrdsIndctrYes();
826         
827         /**
828          * True if has "ModifiedInfrstrctrStndrdsIndctr_Yes" element
829          */
830         boolean isSetModifiedInfrstrctrStndrdsIndctrYes();
831         
832         /**
833          * Sets the "ModifiedInfrstrctrStndrdsIndctr_Yes" element
834          */
835         void setModifiedInfrstrctrStndrdsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum modifiedInfrstrctrStndrdsIndctrYes);
836         
837         /**
838          * Sets (as xml) the "ModifiedInfrstrctrStndrdsIndctr_Yes" element
839          */
840         void xsetModifiedInfrstrctrStndrdsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType modifiedInfrstrctrStndrdsIndctrYes);
841         
842         /**
843          * Unsets the "ModifiedInfrstrctrStndrdsIndctr_Yes" element
844          */
845         void unsetModifiedInfrstrctrStndrdsIndctrYes();
846         
847         /**
848          * Gets the "ProvidesDensityBonusesIndctr_No" element
849          */
850         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProvidesDensityBonusesIndctrNo();
851         
852         /**
853          * Gets (as xml) the "ProvidesDensityBonusesIndctr_No" element
854          */
855         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProvidesDensityBonusesIndctrNo();
856         
857         /**
858          * True if has "ProvidesDensityBonusesIndctr_No" element
859          */
860         boolean isSetProvidesDensityBonusesIndctrNo();
861         
862         /**
863          * Sets the "ProvidesDensityBonusesIndctr_No" element
864          */
865         void setProvidesDensityBonusesIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum providesDensityBonusesIndctrNo);
866         
867         /**
868          * Sets (as xml) the "ProvidesDensityBonusesIndctr_No" element
869          */
870         void xsetProvidesDensityBonusesIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType providesDensityBonusesIndctrNo);
871         
872         /**
873          * Unsets the "ProvidesDensityBonusesIndctr_No" element
874          */
875         void unsetProvidesDensityBonusesIndctrNo();
876         
877         /**
878          * Gets the "ProvidesDensityBonusesIndctr_Yes" element
879          */
880         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProvidesDensityBonusesIndctrYes();
881         
882         /**
883          * Gets (as xml) the "ProvidesDensityBonusesIndctr_Yes" element
884          */
885         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProvidesDensityBonusesIndctrYes();
886         
887         /**
888          * True if has "ProvidesDensityBonusesIndctr_Yes" element
889          */
890         boolean isSetProvidesDensityBonusesIndctrYes();
891         
892         /**
893          * Sets the "ProvidesDensityBonusesIndctr_Yes" element
894          */
895         void setProvidesDensityBonusesIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum providesDensityBonusesIndctrYes);
896         
897         /**
898          * Sets (as xml) the "ProvidesDensityBonusesIndctr_Yes" element
899          */
900         void xsetProvidesDensityBonusesIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType providesDensityBonusesIndctrYes);
901         
902         /**
903          * Unsets the "ProvidesDensityBonusesIndctr_Yes" element
904          */
905         void unsetProvidesDensityBonusesIndctrYes();
906         
907         /**
908          * Gets the "PermitApplicationProcessIndctr_No" element
909          */
910         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPermitApplicationProcessIndctrNo();
911         
912         /**
913          * Gets (as xml) the "PermitApplicationProcessIndctr_No" element
914          */
915         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPermitApplicationProcessIndctrNo();
916         
917         /**
918          * True if has "PermitApplicationProcessIndctr_No" element
919          */
920         boolean isSetPermitApplicationProcessIndctrNo();
921         
922         /**
923          * Sets the "PermitApplicationProcessIndctr_No" element
924          */
925         void setPermitApplicationProcessIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum permitApplicationProcessIndctrNo);
926         
927         /**
928          * Sets (as xml) the "PermitApplicationProcessIndctr_No" element
929          */
930         void xsetPermitApplicationProcessIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType permitApplicationProcessIndctrNo);
931         
932         /**
933          * Unsets the "PermitApplicationProcessIndctr_No" element
934          */
935         void unsetPermitApplicationProcessIndctrNo();
936         
937         /**
938          * Gets the "PermitApplicationProcessIndctr_Yes" element
939          */
940         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPermitApplicationProcessIndctrYes();
941         
942         /**
943          * Gets (as xml) the "PermitApplicationProcessIndctr_Yes" element
944          */
945         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPermitApplicationProcessIndctrYes();
946         
947         /**
948          * True if has "PermitApplicationProcessIndctr_Yes" element
949          */
950         boolean isSetPermitApplicationProcessIndctrYes();
951         
952         /**
953          * Sets the "PermitApplicationProcessIndctr_Yes" element
954          */
955         void setPermitApplicationProcessIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum permitApplicationProcessIndctrYes);
956         
957         /**
958          * Sets (as xml) the "PermitApplicationProcessIndctr_Yes" element
959          */
960         void xsetPermitApplicationProcessIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType permitApplicationProcessIndctrYes);
961         
962         /**
963          * Unsets the "PermitApplicationProcessIndctr_Yes" element
964          */
965         void unsetPermitApplicationProcessIndctrYes();
966         
967         /**
968          * Gets the "ExpeditedAffrdblHsngPrmtIndctr_No" element
969          */
970         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExpeditedAffrdblHsngPrmtIndctrNo();
971         
972         /**
973          * Gets (as xml) the "ExpeditedAffrdblHsngPrmtIndctr_No" element
974          */
975         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExpeditedAffrdblHsngPrmtIndctrNo();
976         
977         /**
978          * True if has "ExpeditedAffrdblHsngPrmtIndctr_No" element
979          */
980         boolean isSetExpeditedAffrdblHsngPrmtIndctrNo();
981         
982         /**
983          * Sets the "ExpeditedAffrdblHsngPrmtIndctr_No" element
984          */
985         void setExpeditedAffrdblHsngPrmtIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum expeditedAffrdblHsngPrmtIndctrNo);
986         
987         /**
988          * Sets (as xml) the "ExpeditedAffrdblHsngPrmtIndctr_No" element
989          */
990         void xsetExpeditedAffrdblHsngPrmtIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType expeditedAffrdblHsngPrmtIndctrNo);
991         
992         /**
993          * Unsets the "ExpeditedAffrdblHsngPrmtIndctr_No" element
994          */
995         void unsetExpeditedAffrdblHsngPrmtIndctrNo();
996         
997         /**
998          * Gets the "ExpeditedAffrdblHsngPrmtIndctr_Yes" element
999          */
1000         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExpeditedAffrdblHsngPrmtIndctrYes();
1001         
1002         /**
1003          * Gets (as xml) the "ExpeditedAffrdblHsngPrmtIndctr_Yes" element
1004          */
1005         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExpeditedAffrdblHsngPrmtIndctrYes();
1006         
1007         /**
1008          * True if has "ExpeditedAffrdblHsngPrmtIndctr_Yes" element
1009          */
1010         boolean isSetExpeditedAffrdblHsngPrmtIndctrYes();
1011         
1012         /**
1013          * Sets the "ExpeditedAffrdblHsngPrmtIndctr_Yes" element
1014          */
1015         void setExpeditedAffrdblHsngPrmtIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum expeditedAffrdblHsngPrmtIndctrYes);
1016         
1017         /**
1018          * Sets (as xml) the "ExpeditedAffrdblHsngPrmtIndctr_Yes" element
1019          */
1020         void xsetExpeditedAffrdblHsngPrmtIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType expeditedAffrdblHsngPrmtIndctrYes);
1021         
1022         /**
1023          * Unsets the "ExpeditedAffrdblHsngPrmtIndctr_Yes" element
1024          */
1025         void unsetExpeditedAffrdblHsngPrmtIndctrYes();
1026         
1027         /**
1028          * Gets the "GovrnmntRvwTimeLmtIndctr_No" element
1029          */
1030         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGovrnmntRvwTimeLmtIndctrNo();
1031         
1032         /**
1033          * Gets (as xml) the "GovrnmntRvwTimeLmtIndctr_No" element
1034          */
1035         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGovrnmntRvwTimeLmtIndctrNo();
1036         
1037         /**
1038          * True if has "GovrnmntRvwTimeLmtIndctr_No" element
1039          */
1040         boolean isSetGovrnmntRvwTimeLmtIndctrNo();
1041         
1042         /**
1043          * Sets the "GovrnmntRvwTimeLmtIndctr_No" element
1044          */
1045         void setGovrnmntRvwTimeLmtIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum govrnmntRvwTimeLmtIndctrNo);
1046         
1047         /**
1048          * Sets (as xml) the "GovrnmntRvwTimeLmtIndctr_No" element
1049          */
1050         void xsetGovrnmntRvwTimeLmtIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType govrnmntRvwTimeLmtIndctrNo);
1051         
1052         /**
1053          * Unsets the "GovrnmntRvwTimeLmtIndctr_No" element
1054          */
1055         void unsetGovrnmntRvwTimeLmtIndctrNo();
1056         
1057         /**
1058          * Gets the "GovrnmntRvwTimeLmtIndctr_Yes" element
1059          */
1060         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGovrnmntRvwTimeLmtIndctrYes();
1061         
1062         /**
1063          * Gets (as xml) the "GovrnmntRvwTimeLmtIndctr_Yes" element
1064          */
1065         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGovrnmntRvwTimeLmtIndctrYes();
1066         
1067         /**
1068          * True if has "GovrnmntRvwTimeLmtIndctr_Yes" element
1069          */
1070         boolean isSetGovrnmntRvwTimeLmtIndctrYes();
1071         
1072         /**
1073          * Sets the "GovrnmntRvwTimeLmtIndctr_Yes" element
1074          */
1075         void setGovrnmntRvwTimeLmtIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum govrnmntRvwTimeLmtIndctrYes);
1076         
1077         /**
1078          * Sets (as xml) the "GovrnmntRvwTimeLmtIndctr_Yes" element
1079          */
1080         void xsetGovrnmntRvwTimeLmtIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType govrnmntRvwTimeLmtIndctrYes);
1081         
1082         /**
1083          * Unsets the "GovrnmntRvwTimeLmtIndctr_Yes" element
1084          */
1085         void unsetGovrnmntRvwTimeLmtIndctrYes();
1086         
1087         /**
1088          * Gets the "AllowAccessoryApartmentsIndctr_No" element
1089          */
1090         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAllowAccessoryApartmentsIndctrNo();
1091         
1092         /**
1093          * Gets (as xml) the "AllowAccessoryApartmentsIndctr_No" element
1094          */
1095         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAllowAccessoryApartmentsIndctrNo();
1096         
1097         /**
1098          * True if has "AllowAccessoryApartmentsIndctr_No" element
1099          */
1100         boolean isSetAllowAccessoryApartmentsIndctrNo();
1101         
1102         /**
1103          * Sets the "AllowAccessoryApartmentsIndctr_No" element
1104          */
1105         void setAllowAccessoryApartmentsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum allowAccessoryApartmentsIndctrNo);
1106         
1107         /**
1108          * Sets (as xml) the "AllowAccessoryApartmentsIndctr_No" element
1109          */
1110         void xsetAllowAccessoryApartmentsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType allowAccessoryApartmentsIndctrNo);
1111         
1112         /**
1113          * Unsets the "AllowAccessoryApartmentsIndctr_No" element
1114          */
1115         void unsetAllowAccessoryApartmentsIndctrNo();
1116         
1117         /**
1118          * Gets the "AllowAccessoryApartmentsIndctr_Yes" element
1119          */
1120         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAllowAccessoryApartmentsIndctrYes();
1121         
1122         /**
1123          * Gets (as xml) the "AllowAccessoryApartmentsIndctr_Yes" element
1124          */
1125         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAllowAccessoryApartmentsIndctrYes();
1126         
1127         /**
1128          * True if has "AllowAccessoryApartmentsIndctr_Yes" element
1129          */
1130         boolean isSetAllowAccessoryApartmentsIndctrYes();
1131         
1132         /**
1133          * Sets the "AllowAccessoryApartmentsIndctr_Yes" element
1134          */
1135         void setAllowAccessoryApartmentsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum allowAccessoryApartmentsIndctrYes);
1136         
1137         /**
1138          * Sets (as xml) the "AllowAccessoryApartmentsIndctr_Yes" element
1139          */
1140         void xsetAllowAccessoryApartmentsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType allowAccessoryApartmentsIndctrYes);
1141         
1142         /**
1143          * Unsets the "AllowAccessoryApartmentsIndctr_Yes" element
1144          */
1145         void unsetAllowAccessoryApartmentsIndctrYes();
1146         
1147         /**
1148          * Gets the "ParkingRequirementsPolicyIndctr_No" element
1149          */
1150         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParkingRequirementsPolicyIndctrNo();
1151         
1152         /**
1153          * Gets (as xml) the "ParkingRequirementsPolicyIndctr_No" element
1154          */
1155         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParkingRequirementsPolicyIndctrNo();
1156         
1157         /**
1158          * True if has "ParkingRequirementsPolicyIndctr_No" element
1159          */
1160         boolean isSetParkingRequirementsPolicyIndctrNo();
1161         
1162         /**
1163          * Sets the "ParkingRequirementsPolicyIndctr_No" element
1164          */
1165         void setParkingRequirementsPolicyIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum parkingRequirementsPolicyIndctrNo);
1166         
1167         /**
1168          * Sets (as xml) the "ParkingRequirementsPolicyIndctr_No" element
1169          */
1170         void xsetParkingRequirementsPolicyIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType parkingRequirementsPolicyIndctrNo);
1171         
1172         /**
1173          * Unsets the "ParkingRequirementsPolicyIndctr_No" element
1174          */
1175         void unsetParkingRequirementsPolicyIndctrNo();
1176         
1177         /**
1178          * Gets the "ParkingRequirementsPolicyIndctr_Yes" element
1179          */
1180         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParkingRequirementsPolicyIndctrYes();
1181         
1182         /**
1183          * Gets (as xml) the "ParkingRequirementsPolicyIndctr_Yes" element
1184          */
1185         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParkingRequirementsPolicyIndctrYes();
1186         
1187         /**
1188          * True if has "ParkingRequirementsPolicyIndctr_Yes" element
1189          */
1190         boolean isSetParkingRequirementsPolicyIndctrYes();
1191         
1192         /**
1193          * Sets the "ParkingRequirementsPolicyIndctr_Yes" element
1194          */
1195         void setParkingRequirementsPolicyIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum parkingRequirementsPolicyIndctrYes);
1196         
1197         /**
1198          * Sets (as xml) the "ParkingRequirementsPolicyIndctr_Yes" element
1199          */
1200         void xsetParkingRequirementsPolicyIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType parkingRequirementsPolicyIndctrYes);
1201         
1202         /**
1203          * Unsets the "ParkingRequirementsPolicyIndctr_Yes" element
1204          */
1205         void unsetParkingRequirementsPolicyIndctrYes();
1206         
1207         /**
1208          * Gets the "AffordHousingReviewIndctr_No" element
1209          */
1210         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordHousingReviewIndctrNo();
1211         
1212         /**
1213          * Gets (as xml) the "AffordHousingReviewIndctr_No" element
1214          */
1215         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordHousingReviewIndctrNo();
1216         
1217         /**
1218          * True if has "AffordHousingReviewIndctr_No" element
1219          */
1220         boolean isSetAffordHousingReviewIndctrNo();
1221         
1222         /**
1223          * Sets the "AffordHousingReviewIndctr_No" element
1224          */
1225         void setAffordHousingReviewIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordHousingReviewIndctrNo);
1226         
1227         /**
1228          * Sets (as xml) the "AffordHousingReviewIndctr_No" element
1229          */
1230         void xsetAffordHousingReviewIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordHousingReviewIndctrNo);
1231         
1232         /**
1233          * Unsets the "AffordHousingReviewIndctr_No" element
1234          */
1235         void unsetAffordHousingReviewIndctrNo();
1236         
1237         /**
1238          * Gets the "AffordHousingReviewIndctr_Yes" element
1239          */
1240         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordHousingReviewIndctrYes();
1241         
1242         /**
1243          * Gets (as xml) the "AffordHousingReviewIndctr_Yes" element
1244          */
1245         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordHousingReviewIndctrYes();
1246         
1247         /**
1248          * True if has "AffordHousingReviewIndctr_Yes" element
1249          */
1250         boolean isSetAffordHousingReviewIndctrYes();
1251         
1252         /**
1253          * Sets the "AffordHousingReviewIndctr_Yes" element
1254          */
1255         void setAffordHousingReviewIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordHousingReviewIndctrYes);
1256         
1257         /**
1258          * Sets (as xml) the "AffordHousingReviewIndctr_Yes" element
1259          */
1260         void xsetAffordHousingReviewIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordHousingReviewIndctrYes);
1261         
1262         /**
1263          * Unsets the "AffordHousingReviewIndctr_Yes" element
1264          */
1265         void unsetAffordHousingReviewIndctrYes();
1266         
1267         /**
1268          * Gets the "TotalPointsPartAColumn1Cnt" element
1269          */
1270         int getTotalPointsPartAColumn1Cnt();
1271         
1272         /**
1273          * Gets (as xml) the "TotalPointsPartAColumn1Cnt" element
1274          */
1275         gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType xgetTotalPointsPartAColumn1Cnt();
1276         
1277         /**
1278          * True if has "TotalPointsPartAColumn1Cnt" element
1279          */
1280         boolean isSetTotalPointsPartAColumn1Cnt();
1281         
1282         /**
1283          * Sets the "TotalPointsPartAColumn1Cnt" element
1284          */
1285         void setTotalPointsPartAColumn1Cnt(int totalPointsPartAColumn1Cnt);
1286         
1287         /**
1288          * Sets (as xml) the "TotalPointsPartAColumn1Cnt" element
1289          */
1290         void xsetTotalPointsPartAColumn1Cnt(gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType totalPointsPartAColumn1Cnt);
1291         
1292         /**
1293          * Unsets the "TotalPointsPartAColumn1Cnt" element
1294          */
1295         void unsetTotalPointsPartAColumn1Cnt();
1296         
1297         /**
1298          * Gets the "TotalPointsPartAColumn2Cnt" element
1299          */
1300         int getTotalPointsPartAColumn2Cnt();
1301         
1302         /**
1303          * Gets (as xml) the "TotalPointsPartAColumn2Cnt" element
1304          */
1305         gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType xgetTotalPointsPartAColumn2Cnt();
1306         
1307         /**
1308          * True if has "TotalPointsPartAColumn2Cnt" element
1309          */
1310         boolean isSetTotalPointsPartAColumn2Cnt();
1311         
1312         /**
1313          * Sets the "TotalPointsPartAColumn2Cnt" element
1314          */
1315         void setTotalPointsPartAColumn2Cnt(int totalPointsPartAColumn2Cnt);
1316         
1317         /**
1318          * Sets (as xml) the "TotalPointsPartAColumn2Cnt" element
1319          */
1320         void xsetTotalPointsPartAColumn2Cnt(gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType totalPointsPartAColumn2Cnt);
1321         
1322         /**
1323          * Unsets the "TotalPointsPartAColumn2Cnt" element
1324          */
1325         void unsetTotalPointsPartAColumn2Cnt();
1326         
1327         /**
1328          * Gets the "StateRqrsComprhnsvPlanIndctr_No" element
1329          */
1330         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRqrsComprhnsvPlanIndctrNo();
1331         
1332         /**
1333          * Gets (as xml) the "StateRqrsComprhnsvPlanIndctr_No" element
1334          */
1335         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRqrsComprhnsvPlanIndctrNo();
1336         
1337         /**
1338          * True if has "StateRqrsComprhnsvPlanIndctr_No" element
1339          */
1340         boolean isSetStateRqrsComprhnsvPlanIndctrNo();
1341         
1342         /**
1343          * Sets the "StateRqrsComprhnsvPlanIndctr_No" element
1344          */
1345         void setStateRqrsComprhnsvPlanIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRqrsComprhnsvPlanIndctrNo);
1346         
1347         /**
1348          * Sets (as xml) the "StateRqrsComprhnsvPlanIndctr_No" element
1349          */
1350         void xsetStateRqrsComprhnsvPlanIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRqrsComprhnsvPlanIndctrNo);
1351         
1352         /**
1353          * Unsets the "StateRqrsComprhnsvPlanIndctr_No" element
1354          */
1355         void unsetStateRqrsComprhnsvPlanIndctrNo();
1356         
1357         /**
1358          * Gets the "StateRqrsComprhnsvPlanIndctr_Yes" element
1359          */
1360         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRqrsComprhnsvPlanIndctrYes();
1361         
1362         /**
1363          * Gets (as xml) the "StateRqrsComprhnsvPlanIndctr_Yes" element
1364          */
1365         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRqrsComprhnsvPlanIndctrYes();
1366         
1367         /**
1368          * True if has "StateRqrsComprhnsvPlanIndctr_Yes" element
1369          */
1370         boolean isSetStateRqrsComprhnsvPlanIndctrYes();
1371         
1372         /**
1373          * Sets the "StateRqrsComprhnsvPlanIndctr_Yes" element
1374          */
1375         void setStateRqrsComprhnsvPlanIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRqrsComprhnsvPlanIndctrYes);
1376         
1377         /**
1378          * Sets (as xml) the "StateRqrsComprhnsvPlanIndctr_Yes" element
1379          */
1380         void xsetStateRqrsComprhnsvPlanIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRqrsComprhnsvPlanIndctrYes);
1381         
1382         /**
1383          * Unsets the "StateRqrsComprhnsvPlanIndctr_Yes" element
1384          */
1385         void unsetStateRqrsComprhnsvPlanIndctrYes();
1386         
1387         /**
1388          * Gets the "StateRqrs5YrGrwthPlanIndctr_No" element
1389          */
1390         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRqrs5YrGrwthPlanIndctrNo();
1391         
1392         /**
1393          * Gets (as xml) the "StateRqrs5YrGrwthPlanIndctr_No" element
1394          */
1395         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRqrs5YrGrwthPlanIndctrNo();
1396         
1397         /**
1398          * True if has "StateRqrs5YrGrwthPlanIndctr_No" element
1399          */
1400         boolean isSetStateRqrs5YrGrwthPlanIndctrNo();
1401         
1402         /**
1403          * Sets the "StateRqrs5YrGrwthPlanIndctr_No" element
1404          */
1405         void setStateRqrs5YrGrwthPlanIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRqrs5YrGrwthPlanIndctrNo);
1406         
1407         /**
1408          * Sets (as xml) the "StateRqrs5YrGrwthPlanIndctr_No" element
1409          */
1410         void xsetStateRqrs5YrGrwthPlanIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRqrs5YrGrwthPlanIndctrNo);
1411         
1412         /**
1413          * Unsets the "StateRqrs5YrGrwthPlanIndctr_No" element
1414          */
1415         void unsetStateRqrs5YrGrwthPlanIndctrNo();
1416         
1417         /**
1418          * Gets the "StateRqrs5YrGrwthPlanIndctr_Yes" element
1419          */
1420         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRqrs5YrGrwthPlanIndctrYes();
1421         
1422         /**
1423          * Gets (as xml) the "StateRqrs5YrGrwthPlanIndctr_Yes" element
1424          */
1425         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRqrs5YrGrwthPlanIndctrYes();
1426         
1427         /**
1428          * True if has "StateRqrs5YrGrwthPlanIndctr_Yes" element
1429          */
1430         boolean isSetStateRqrs5YrGrwthPlanIndctrYes();
1431         
1432         /**
1433          * Sets the "StateRqrs5YrGrwthPlanIndctr_Yes" element
1434          */
1435         void setStateRqrs5YrGrwthPlanIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRqrs5YrGrwthPlanIndctrYes);
1436         
1437         /**
1438          * Sets (as xml) the "StateRqrs5YrGrwthPlanIndctr_Yes" element
1439          */
1440         void xsetStateRqrs5YrGrwthPlanIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRqrs5YrGrwthPlanIndctrYes);
1441         
1442         /**
1443          * Unsets the "StateRqrs5YrGrwthPlanIndctr_Yes" element
1444          */
1445         void unsetStateRqrs5YrGrwthPlanIndctrYes();
1446         
1447         /**
1448          * Gets the "StateRequiresLandUseIndctr_No" element
1449          */
1450         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRequiresLandUseIndctrNo();
1451         
1452         /**
1453          * Gets (as xml) the "StateRequiresLandUseIndctr_No" element
1454          */
1455         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRequiresLandUseIndctrNo();
1456         
1457         /**
1458          * True if has "StateRequiresLandUseIndctr_No" element
1459          */
1460         boolean isSetStateRequiresLandUseIndctrNo();
1461         
1462         /**
1463          * Sets the "StateRequiresLandUseIndctr_No" element
1464          */
1465         void setStateRequiresLandUseIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRequiresLandUseIndctrNo);
1466         
1467         /**
1468          * Sets (as xml) the "StateRequiresLandUseIndctr_No" element
1469          */
1470         void xsetStateRequiresLandUseIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRequiresLandUseIndctrNo);
1471         
1472         /**
1473          * Unsets the "StateRequiresLandUseIndctr_No" element
1474          */
1475         void unsetStateRequiresLandUseIndctrNo();
1476         
1477         /**
1478          * Gets the "StateRequiresLandUseIndctr_Yes" element
1479          */
1480         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRequiresLandUseIndctrYes();
1481         
1482         /**
1483          * Gets (as xml) the "StateRequiresLandUseIndctr_Yes" element
1484          */
1485         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRequiresLandUseIndctrYes();
1486         
1487         /**
1488          * True if has "StateRequiresLandUseIndctr_Yes" element
1489          */
1490         boolean isSetStateRequiresLandUseIndctrYes();
1491         
1492         /**
1493          * Sets the "StateRequiresLandUseIndctr_Yes" element
1494          */
1495         void setStateRequiresLandUseIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRequiresLandUseIndctrYes);
1496         
1497         /**
1498          * Sets (as xml) the "StateRequiresLandUseIndctr_Yes" element
1499          */
1500         void xsetStateRequiresLandUseIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRequiresLandUseIndctrYes);
1501         
1502         /**
1503          * Unsets the "StateRequiresLandUseIndctr_Yes" element
1504          */
1505         void unsetStateRequiresLandUseIndctrYes();
1506         
1507         /**
1508          * Gets the "StateAffrdblHsngRvwMssnIndctr_No" element
1509          */
1510         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateAffrdblHsngRvwMssnIndctrNo();
1511         
1512         /**
1513          * Gets (as xml) the "StateAffrdblHsngRvwMssnIndctr_No" element
1514          */
1515         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateAffrdblHsngRvwMssnIndctrNo();
1516         
1517         /**
1518          * True if has "StateAffrdblHsngRvwMssnIndctr_No" element
1519          */
1520         boolean isSetStateAffrdblHsngRvwMssnIndctrNo();
1521         
1522         /**
1523          * Sets the "StateAffrdblHsngRvwMssnIndctr_No" element
1524          */
1525         void setStateAffrdblHsngRvwMssnIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateAffrdblHsngRvwMssnIndctrNo);
1526         
1527         /**
1528          * Sets (as xml) the "StateAffrdblHsngRvwMssnIndctr_No" element
1529          */
1530         void xsetStateAffrdblHsngRvwMssnIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateAffrdblHsngRvwMssnIndctrNo);
1531         
1532         /**
1533          * Unsets the "StateAffrdblHsngRvwMssnIndctr_No" element
1534          */
1535         void unsetStateAffrdblHsngRvwMssnIndctrNo();
1536         
1537         /**
1538          * Gets the "StateAffrdblHsngRvwMssnIndctr_Yes" element
1539          */
1540         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateAffrdblHsngRvwMssnIndctrYes();
1541         
1542         /**
1543          * Gets (as xml) the "StateAffrdblHsngRvwMssnIndctr_Yes" element
1544          */
1545         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateAffrdblHsngRvwMssnIndctrYes();
1546         
1547         /**
1548          * True if has "StateAffrdblHsngRvwMssnIndctr_Yes" element
1549          */
1550         boolean isSetStateAffrdblHsngRvwMssnIndctrYes();
1551         
1552         /**
1553          * Sets the "StateAffrdblHsngRvwMssnIndctr_Yes" element
1554          */
1555         void setStateAffrdblHsngRvwMssnIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateAffrdblHsngRvwMssnIndctrYes);
1556         
1557         /**
1558          * Sets (as xml) the "StateAffrdblHsngRvwMssnIndctr_Yes" element
1559          */
1560         void xsetStateAffrdblHsngRvwMssnIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateAffrdblHsngRvwMssnIndctrYes);
1561         
1562         /**
1563          * Unsets the "StateAffrdblHsngRvwMssnIndctr_Yes" element
1564          */
1565         void unsetStateAffrdblHsngRvwMssnIndctrYes();
1566         
1567         /**
1568          * Gets the "StateRequireLocalEvaluationIndctr_No" element
1569          */
1570         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRequireLocalEvaluationIndctrNo();
1571         
1572         /**
1573          * Gets (as xml) the "StateRequireLocalEvaluationIndctr_No" element
1574          */
1575         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRequireLocalEvaluationIndctrNo();
1576         
1577         /**
1578          * True if has "StateRequireLocalEvaluationIndctr_No" element
1579          */
1580         boolean isSetStateRequireLocalEvaluationIndctrNo();
1581         
1582         /**
1583          * Sets the "StateRequireLocalEvaluationIndctr_No" element
1584          */
1585         void setStateRequireLocalEvaluationIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRequireLocalEvaluationIndctrNo);
1586         
1587         /**
1588          * Sets (as xml) the "StateRequireLocalEvaluationIndctr_No" element
1589          */
1590         void xsetStateRequireLocalEvaluationIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRequireLocalEvaluationIndctrNo);
1591         
1592         /**
1593          * Unsets the "StateRequireLocalEvaluationIndctr_No" element
1594          */
1595         void unsetStateRequireLocalEvaluationIndctrNo();
1596         
1597         /**
1598          * Gets the "StateRequireLocalEvaluationIndctr_Yes" element
1599          */
1600         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateRequireLocalEvaluationIndctrYes();
1601         
1602         /**
1603          * Gets (as xml) the "StateRequireLocalEvaluationIndctr_Yes" element
1604          */
1605         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateRequireLocalEvaluationIndctrYes();
1606         
1607         /**
1608          * True if has "StateRequireLocalEvaluationIndctr_Yes" element
1609          */
1610         boolean isSetStateRequireLocalEvaluationIndctrYes();
1611         
1612         /**
1613          * Sets the "StateRequireLocalEvaluationIndctr_Yes" element
1614          */
1615         void setStateRequireLocalEvaluationIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateRequireLocalEvaluationIndctrYes);
1616         
1617         /**
1618          * Sets (as xml) the "StateRequireLocalEvaluationIndctr_Yes" element
1619          */
1620         void xsetStateRequireLocalEvaluationIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateRequireLocalEvaluationIndctrYes);
1621         
1622         /**
1623          * Unsets the "StateRequireLocalEvaluationIndctr_Yes" element
1624          */
1625         void unsetStateRequireLocalEvaluationIndctrYes();
1626         
1627         /**
1628          * Gets the "StateEducationProgramIndctr_No" element
1629          */
1630         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateEducationProgramIndctrNo();
1631         
1632         /**
1633          * Gets (as xml) the "StateEducationProgramIndctr_No" element
1634          */
1635         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateEducationProgramIndctrNo();
1636         
1637         /**
1638          * True if has "StateEducationProgramIndctr_No" element
1639          */
1640         boolean isSetStateEducationProgramIndctrNo();
1641         
1642         /**
1643          * Sets the "StateEducationProgramIndctr_No" element
1644          */
1645         void setStateEducationProgramIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateEducationProgramIndctrNo);
1646         
1647         /**
1648          * Sets (as xml) the "StateEducationProgramIndctr_No" element
1649          */
1650         void xsetStateEducationProgramIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateEducationProgramIndctrNo);
1651         
1652         /**
1653          * Unsets the "StateEducationProgramIndctr_No" element
1654          */
1655         void unsetStateEducationProgramIndctrNo();
1656         
1657         /**
1658          * Gets the "StateEducationProgramIndctr_Yes" element
1659          */
1660         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateEducationProgramIndctrYes();
1661         
1662         /**
1663          * Gets (as xml) the "StateEducationProgramIndctr_Yes" element
1664          */
1665         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateEducationProgramIndctrYes();
1666         
1667         /**
1668          * True if has "StateEducationProgramIndctr_Yes" element
1669          */
1670         boolean isSetStateEducationProgramIndctrYes();
1671         
1672         /**
1673          * Sets the "StateEducationProgramIndctr_Yes" element
1674          */
1675         void setStateEducationProgramIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateEducationProgramIndctrYes);
1676         
1677         /**
1678          * Sets (as xml) the "StateEducationProgramIndctr_Yes" element
1679          */
1680         void xsetStateEducationProgramIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateEducationProgramIndctrYes);
1681         
1682         /**
1683          * Unsets the "StateEducationProgramIndctr_Yes" element
1684          */
1685         void unsetStateEducationProgramIndctrYes();
1686         
1687         /**
1688          * Gets the "StateImpactFeeLegislationIndctr_No" element
1689          */
1690         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateImpactFeeLegislationIndctrNo();
1691         
1692         /**
1693          * Gets (as xml) the "StateImpactFeeLegislationIndctr_No" element
1694          */
1695         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateImpactFeeLegislationIndctrNo();
1696         
1697         /**
1698          * True if has "StateImpactFeeLegislationIndctr_No" element
1699          */
1700         boolean isSetStateImpactFeeLegislationIndctrNo();
1701         
1702         /**
1703          * Sets the "StateImpactFeeLegislationIndctr_No" element
1704          */
1705         void setStateImpactFeeLegislationIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateImpactFeeLegislationIndctrNo);
1706         
1707         /**
1708          * Sets (as xml) the "StateImpactFeeLegislationIndctr_No" element
1709          */
1710         void xsetStateImpactFeeLegislationIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateImpactFeeLegislationIndctrNo);
1711         
1712         /**
1713          * Unsets the "StateImpactFeeLegislationIndctr_No" element
1714          */
1715         void unsetStateImpactFeeLegislationIndctrNo();
1716         
1717         /**
1718          * Gets the "StateImpactFeeLegislationIndctr_Yes" element
1719          */
1720         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateImpactFeeLegislationIndctrYes();
1721         
1722         /**
1723          * Gets (as xml) the "StateImpactFeeLegislationIndctr_Yes" element
1724          */
1725         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateImpactFeeLegislationIndctrYes();
1726         
1727         /**
1728          * True if has "StateImpactFeeLegislationIndctr_Yes" element
1729          */
1730         boolean isSetStateImpactFeeLegislationIndctrYes();
1731         
1732         /**
1733          * Sets the "StateImpactFeeLegislationIndctr_Yes" element
1734          */
1735         void setStateImpactFeeLegislationIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateImpactFeeLegislationIndctrYes);
1736         
1737         /**
1738          * Sets (as xml) the "StateImpactFeeLegislationIndctr_Yes" element
1739          */
1740         void xsetStateImpactFeeLegislationIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateImpactFeeLegislationIndctrYes);
1741         
1742         /**
1743          * Unsets the "StateImpactFeeLegislationIndctr_Yes" element
1744          */
1745         void unsetStateImpactFeeLegislationIndctrYes();
1746         
1747         /**
1748          * Gets the "StateCptlInvstmntStndrdsIndctr_No" element
1749          */
1750         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateCptlInvstmntStndrdsIndctrNo();
1751         
1752         /**
1753          * Gets (as xml) the "StateCptlInvstmntStndrdsIndctr_No" element
1754          */
1755         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateCptlInvstmntStndrdsIndctrNo();
1756         
1757         /**
1758          * True if has "StateCptlInvstmntStndrdsIndctr_No" element
1759          */
1760         boolean isSetStateCptlInvstmntStndrdsIndctrNo();
1761         
1762         /**
1763          * Sets the "StateCptlInvstmntStndrdsIndctr_No" element
1764          */
1765         void setStateCptlInvstmntStndrdsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateCptlInvstmntStndrdsIndctrNo);
1766         
1767         /**
1768          * Sets (as xml) the "StateCptlInvstmntStndrdsIndctr_No" element
1769          */
1770         void xsetStateCptlInvstmntStndrdsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateCptlInvstmntStndrdsIndctrNo);
1771         
1772         /**
1773          * Unsets the "StateCptlInvstmntStndrdsIndctr_No" element
1774          */
1775         void unsetStateCptlInvstmntStndrdsIndctrNo();
1776         
1777         /**
1778          * Gets the "StateCptlInvstmntStndrdsIndctr_Yes" element
1779          */
1780         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateCptlInvstmntStndrdsIndctrYes();
1781         
1782         /**
1783          * Gets (as xml) the "StateCptlInvstmntStndrdsIndctr_Yes" element
1784          */
1785         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateCptlInvstmntStndrdsIndctrYes();
1786         
1787         /**
1788          * True if has "StateCptlInvstmntStndrdsIndctr_Yes" element
1789          */
1790         boolean isSetStateCptlInvstmntStndrdsIndctrYes();
1791         
1792         /**
1793          * Sets the "StateCptlInvstmntStndrdsIndctr_Yes" element
1794          */
1795         void setStateCptlInvstmntStndrdsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateCptlInvstmntStndrdsIndctrYes);
1796         
1797         /**
1798          * Sets (as xml) the "StateCptlInvstmntStndrdsIndctr_Yes" element
1799          */
1800         void xsetStateCptlInvstmntStndrdsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateCptlInvstmntStndrdsIndctrYes);
1801         
1802         /**
1803          * Unsets the "StateCptlInvstmntStndrdsIndctr_Yes" element
1804          */
1805         void unsetStateCptlInvstmntStndrdsIndctrYes();
1806         
1807         /**
1808          * Gets the "StateProvidesFnnclAsstncIndctr_No" element
1809          */
1810         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateProvidesFnnclAsstncIndctrNo();
1811         
1812         /**
1813          * Gets (as xml) the "StateProvidesFnnclAsstncIndctr_No" element
1814          */
1815         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateProvidesFnnclAsstncIndctrNo();
1816         
1817         /**
1818          * True if has "StateProvidesFnnclAsstncIndctr_No" element
1819          */
1820         boolean isSetStateProvidesFnnclAsstncIndctrNo();
1821         
1822         /**
1823          * Sets the "StateProvidesFnnclAsstncIndctr_No" element
1824          */
1825         void setStateProvidesFnnclAsstncIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateProvidesFnnclAsstncIndctrNo);
1826         
1827         /**
1828          * Sets (as xml) the "StateProvidesFnnclAsstncIndctr_No" element
1829          */
1830         void xsetStateProvidesFnnclAsstncIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateProvidesFnnclAsstncIndctrNo);
1831         
1832         /**
1833          * Unsets the "StateProvidesFnnclAsstncIndctr_No" element
1834          */
1835         void unsetStateProvidesFnnclAsstncIndctrNo();
1836         
1837         /**
1838          * Gets the "StateProvidesFnnclAsstncIndctr_Yes" element
1839          */
1840         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateProvidesFnnclAsstncIndctrYes();
1841         
1842         /**
1843          * Gets (as xml) the "StateProvidesFnnclAsstncIndctr_Yes" element
1844          */
1845         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateProvidesFnnclAsstncIndctrYes();
1846         
1847         /**
1848          * True if has "StateProvidesFnnclAsstncIndctr_Yes" element
1849          */
1850         boolean isSetStateProvidesFnnclAsstncIndctrYes();
1851         
1852         /**
1853          * Sets the "StateProvidesFnnclAsstncIndctr_Yes" element
1854          */
1855         void setStateProvidesFnnclAsstncIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateProvidesFnnclAsstncIndctrYes);
1856         
1857         /**
1858          * Sets (as xml) the "StateProvidesFnnclAsstncIndctr_Yes" element
1859          */
1860         void xsetStateProvidesFnnclAsstncIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateProvidesFnnclAsstncIndctrYes);
1861         
1862         /**
1863          * Unsets the "StateProvidesFnnclAsstncIndctr_Yes" element
1864          */
1865         void unsetStateProvidesFnnclAsstncIndctrYes();
1866         
1867         /**
1868          * Gets the "StateWideBuildingCodeIndctr_No" element
1869          */
1870         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateWideBuildingCodeIndctrNo();
1871         
1872         /**
1873          * Gets (as xml) the "StateWideBuildingCodeIndctr_No" element
1874          */
1875         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateWideBuildingCodeIndctrNo();
1876         
1877         /**
1878          * True if has "StateWideBuildingCodeIndctr_No" element
1879          */
1880         boolean isSetStateWideBuildingCodeIndctrNo();
1881         
1882         /**
1883          * Sets the "StateWideBuildingCodeIndctr_No" element
1884          */
1885         void setStateWideBuildingCodeIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateWideBuildingCodeIndctrNo);
1886         
1887         /**
1888          * Sets (as xml) the "StateWideBuildingCodeIndctr_No" element
1889          */
1890         void xsetStateWideBuildingCodeIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateWideBuildingCodeIndctrNo);
1891         
1892         /**
1893          * Unsets the "StateWideBuildingCodeIndctr_No" element
1894          */
1895         void unsetStateWideBuildingCodeIndctrNo();
1896         
1897         /**
1898          * Gets the "StateWideBuildingCodeIndctr_Yes" element
1899          */
1900         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateWideBuildingCodeIndctrYes();
1901         
1902         /**
1903          * Gets (as xml) the "StateWideBuildingCodeIndctr_Yes" element
1904          */
1905         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateWideBuildingCodeIndctrYes();
1906         
1907         /**
1908          * True if has "StateWideBuildingCodeIndctr_Yes" element
1909          */
1910         boolean isSetStateWideBuildingCodeIndctrYes();
1911         
1912         /**
1913          * Sets the "StateWideBuildingCodeIndctr_Yes" element
1914          */
1915         void setStateWideBuildingCodeIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateWideBuildingCodeIndctrYes);
1916         
1917         /**
1918          * Sets (as xml) the "StateWideBuildingCodeIndctr_Yes" element
1919          */
1920         void xsetStateWideBuildingCodeIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateWideBuildingCodeIndctrYes);
1921         
1922         /**
1923          * Unsets the "StateWideBuildingCodeIndctr_Yes" element
1924          */
1925         void unsetStateWideBuildingCodeIndctrYes();
1926         
1927         /**
1928          * Gets the "AdoptedHsngRhblttnCodeIndctr_No" element
1929          */
1930         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdoptedHsngRhblttnCodeIndctrNo();
1931         
1932         /**
1933          * Gets (as xml) the "AdoptedHsngRhblttnCodeIndctr_No" element
1934          */
1935         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdoptedHsngRhblttnCodeIndctrNo();
1936         
1937         /**
1938          * True if has "AdoptedHsngRhblttnCodeIndctr_No" element
1939          */
1940         boolean isSetAdoptedHsngRhblttnCodeIndctrNo();
1941         
1942         /**
1943          * Sets the "AdoptedHsngRhblttnCodeIndctr_No" element
1944          */
1945         void setAdoptedHsngRhblttnCodeIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum adoptedHsngRhblttnCodeIndctrNo);
1946         
1947         /**
1948          * Sets (as xml) the "AdoptedHsngRhblttnCodeIndctr_No" element
1949          */
1950         void xsetAdoptedHsngRhblttnCodeIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType adoptedHsngRhblttnCodeIndctrNo);
1951         
1952         /**
1953          * Unsets the "AdoptedHsngRhblttnCodeIndctr_No" element
1954          */
1955         void unsetAdoptedHsngRhblttnCodeIndctrNo();
1956         
1957         /**
1958          * Gets the "AdoptedHsngRhblttnCodeIndctr_Yes" element
1959          */
1960         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdoptedHsngRhblttnCodeIndctrYes();
1961         
1962         /**
1963          * Gets (as xml) the "AdoptedHsngRhblttnCodeIndctr_Yes" element
1964          */
1965         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdoptedHsngRhblttnCodeIndctrYes();
1966         
1967         /**
1968          * True if has "AdoptedHsngRhblttnCodeIndctr_Yes" element
1969          */
1970         boolean isSetAdoptedHsngRhblttnCodeIndctrYes();
1971         
1972         /**
1973          * Sets the "AdoptedHsngRhblttnCodeIndctr_Yes" element
1974          */
1975         void setAdoptedHsngRhblttnCodeIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum adoptedHsngRhblttnCodeIndctrYes);
1976         
1977         /**
1978          * Sets (as xml) the "AdoptedHsngRhblttnCodeIndctr_Yes" element
1979          */
1980         void xsetAdoptedHsngRhblttnCodeIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType adoptedHsngRhblttnCodeIndctrYes);
1981         
1982         /**
1983          * Unsets the "AdoptedHsngRhblttnCodeIndctr_Yes" element
1984          */
1985         void unsetAdoptedHsngRhblttnCodeIndctrYes();
1986         
1987         /**
1988          * Gets the "InitiatedRegulatoryRfrmsIndctr1_No" element
1989          */
1990         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInitiatedRegulatoryRfrmsIndctr1No();
1991         
1992         /**
1993          * Gets (as xml) the "InitiatedRegulatoryRfrmsIndctr1_No" element
1994          */
1995         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInitiatedRegulatoryRfrmsIndctr1No();
1996         
1997         /**
1998          * True if has "InitiatedRegulatoryRfrmsIndctr1_No" element
1999          */
2000         boolean isSetInitiatedRegulatoryRfrmsIndctr1No();
2001         
2002         /**
2003          * Sets the "InitiatedRegulatoryRfrmsIndctr1_No" element
2004          */
2005         void setInitiatedRegulatoryRfrmsIndctr1No(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum initiatedRegulatoryRfrmsIndctr1No);
2006         
2007         /**
2008          * Sets (as xml) the "InitiatedRegulatoryRfrmsIndctr1_No" element
2009          */
2010         void xsetInitiatedRegulatoryRfrmsIndctr1No(gov.grants.apply.system.globalLibraryV20.YesNoDataType initiatedRegulatoryRfrmsIndctr1No);
2011         
2012         /**
2013          * Unsets the "InitiatedRegulatoryRfrmsIndctr1_No" element
2014          */
2015         void unsetInitiatedRegulatoryRfrmsIndctr1No();
2016         
2017         /**
2018          * Gets the "InitiatedRegulatoryRfrmsIndctr1_Yes" element
2019          */
2020         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInitiatedRegulatoryRfrmsIndctr1Yes();
2021         
2022         /**
2023          * Gets (as xml) the "InitiatedRegulatoryRfrmsIndctr1_Yes" element
2024          */
2025         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInitiatedRegulatoryRfrmsIndctr1Yes();
2026         
2027         /**
2028          * True if has "InitiatedRegulatoryRfrmsIndctr1_Yes" element
2029          */
2030         boolean isSetInitiatedRegulatoryRfrmsIndctr1Yes();
2031         
2032         /**
2033          * Sets the "InitiatedRegulatoryRfrmsIndctr1_Yes" element
2034          */
2035         void setInitiatedRegulatoryRfrmsIndctr1Yes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum initiatedRegulatoryRfrmsIndctr1Yes);
2036         
2037         /**
2038          * Sets (as xml) the "InitiatedRegulatoryRfrmsIndctr1_Yes" element
2039          */
2040         void xsetInitiatedRegulatoryRfrmsIndctr1Yes(gov.grants.apply.system.globalLibraryV20.YesNoDataType initiatedRegulatoryRfrmsIndctr1Yes);
2041         
2042         /**
2043          * Unsets the "InitiatedRegulatoryRfrmsIndctr1_Yes" element
2044          */
2045         void unsetInitiatedRegulatoryRfrmsIndctr1Yes();
2046         
2047         /**
2048          * Gets the "StateFnddAffrdbeHsngStdyIndctr_No" element
2049          */
2050         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateFnddAffrdbeHsngStdyIndctrNo();
2051         
2052         /**
2053          * Gets (as xml) the "StateFnddAffrdbeHsngStdyIndctr_No" element
2054          */
2055         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateFnddAffrdbeHsngStdyIndctrNo();
2056         
2057         /**
2058          * True if has "StateFnddAffrdbeHsngStdyIndctr_No" element
2059          */
2060         boolean isSetStateFnddAffrdbeHsngStdyIndctrNo();
2061         
2062         /**
2063          * Sets the "StateFnddAffrdbeHsngStdyIndctr_No" element
2064          */
2065         void setStateFnddAffrdbeHsngStdyIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateFnddAffrdbeHsngStdyIndctrNo);
2066         
2067         /**
2068          * Sets (as xml) the "StateFnddAffrdbeHsngStdyIndctr_No" element
2069          */
2070         void xsetStateFnddAffrdbeHsngStdyIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateFnddAffrdbeHsngStdyIndctrNo);
2071         
2072         /**
2073          * Unsets the "StateFnddAffrdbeHsngStdyIndctr_No" element
2074          */
2075         void unsetStateFnddAffrdbeHsngStdyIndctrNo();
2076         
2077         /**
2078          * Gets the "StateFnddAffrdbeHsngStdyIndctr_Yes" element
2079          */
2080         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateFnddAffrdbeHsngStdyIndctrYes();
2081         
2082         /**
2083          * Gets (as xml) the "StateFnddAffrdbeHsngStdyIndctr_Yes" element
2084          */
2085         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateFnddAffrdbeHsngStdyIndctrYes();
2086         
2087         /**
2088          * True if has "StateFnddAffrdbeHsngStdyIndctr_Yes" element
2089          */
2090         boolean isSetStateFnddAffrdbeHsngStdyIndctrYes();
2091         
2092         /**
2093          * Sets the "StateFnddAffrdbeHsngStdyIndctr_Yes" element
2094          */
2095         void setStateFnddAffrdbeHsngStdyIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateFnddAffrdbeHsngStdyIndctrYes);
2096         
2097         /**
2098          * Sets (as xml) the "StateFnddAffrdbeHsngStdyIndctr_Yes" element
2099          */
2100         void xsetStateFnddAffrdbeHsngStdyIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateFnddAffrdbeHsngStdyIndctrYes);
2101         
2102         /**
2103          * Unsets the "StateFnddAffrdbeHsngStdyIndctr_Yes" element
2104          */
2105         void unsetStateFnddAffrdbeHsngStdyIndctrYes();
2106         
2107         /**
2108          * Gets the "StateInttdRgltryRfrmIndctr_No" element
2109          */
2110         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateInttdRgltryRfrmIndctrNo();
2111         
2112         /**
2113          * Gets (as xml) the "StateInttdRgltryRfrmIndctr_No" element
2114          */
2115         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateInttdRgltryRfrmIndctrNo();
2116         
2117         /**
2118          * True if has "StateInttdRgltryRfrmIndctr_No" element
2119          */
2120         boolean isSetStateInttdRgltryRfrmIndctrNo();
2121         
2122         /**
2123          * Sets the "StateInttdRgltryRfrmIndctr_No" element
2124          */
2125         void setStateInttdRgltryRfrmIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateInttdRgltryRfrmIndctrNo);
2126         
2127         /**
2128          * Sets (as xml) the "StateInttdRgltryRfrmIndctr_No" element
2129          */
2130         void xsetStateInttdRgltryRfrmIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateInttdRgltryRfrmIndctrNo);
2131         
2132         /**
2133          * Unsets the "StateInttdRgltryRfrmIndctr_No" element
2134          */
2135         void unsetStateInttdRgltryRfrmIndctrNo();
2136         
2137         /**
2138          * Gets the "StateInttdRgltryRfrmIndctr_Yes" element
2139          */
2140         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateInttdRgltryRfrmIndctrYes();
2141         
2142         /**
2143          * Gets (as xml) the "StateInttdRgltryRfrmIndctr_Yes" element
2144          */
2145         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateInttdRgltryRfrmIndctrYes();
2146         
2147         /**
2148          * True if has "StateInttdRgltryRfrmIndctr_Yes" element
2149          */
2150         boolean isSetStateInttdRgltryRfrmIndctrYes();
2151         
2152         /**
2153          * Sets the "StateInttdRgltryRfrmIndctr_Yes" element
2154          */
2155         void setStateInttdRgltryRfrmIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateInttdRgltryRfrmIndctrYes);
2156         
2157         /**
2158          * Sets (as xml) the "StateInttdRgltryRfrmIndctr_Yes" element
2159          */
2160         void xsetStateInttdRgltryRfrmIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateInttdRgltryRfrmIndctrYes);
2161         
2162         /**
2163          * Unsets the "StateInttdRgltryRfrmIndctr_Yes" element
2164          */
2165         void unsetStateInttdRgltryRfrmIndctrYes();
2166         
2167         /**
2168          * Gets the "StateIniatedOtherActionsIndctr_Yes" element
2169          */
2170         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateIniatedOtherActionsIndctrYes();
2171         
2172         /**
2173          * Gets (as xml) the "StateIniatedOtherActionsIndctr_Yes" element
2174          */
2175         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateIniatedOtherActionsIndctrYes();
2176         
2177         /**
2178          * True if has "StateIniatedOtherActionsIndctr_Yes" element
2179          */
2180         boolean isSetStateIniatedOtherActionsIndctrYes();
2181         
2182         /**
2183          * Sets the "StateIniatedOtherActionsIndctr_Yes" element
2184          */
2185         void setStateIniatedOtherActionsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateIniatedOtherActionsIndctrYes);
2186         
2187         /**
2188          * Sets (as xml) the "StateIniatedOtherActionsIndctr_Yes" element
2189          */
2190         void xsetStateIniatedOtherActionsIndctrYes(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateIniatedOtherActionsIndctrYes);
2191         
2192         /**
2193          * Unsets the "StateIniatedOtherActionsIndctr_Yes" element
2194          */
2195         void unsetStateIniatedOtherActionsIndctrYes();
2196         
2197         /**
2198          * Gets the "StateIniatedOtherActionsIndctr_No" element
2199          */
2200         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStateIniatedOtherActionsIndctrNo();
2201         
2202         /**
2203          * Gets (as xml) the "StateIniatedOtherActionsIndctr_No" element
2204          */
2205         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStateIniatedOtherActionsIndctrNo();
2206         
2207         /**
2208          * True if has "StateIniatedOtherActionsIndctr_No" element
2209          */
2210         boolean isSetStateIniatedOtherActionsIndctrNo();
2211         
2212         /**
2213          * Sets the "StateIniatedOtherActionsIndctr_No" element
2214          */
2215         void setStateIniatedOtherActionsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stateIniatedOtherActionsIndctrNo);
2216         
2217         /**
2218          * Sets (as xml) the "StateIniatedOtherActionsIndctr_No" element
2219          */
2220         void xsetStateIniatedOtherActionsIndctrNo(gov.grants.apply.system.globalLibraryV20.YesNoDataType stateIniatedOtherActionsIndctrNo);
2221         
2222         /**
2223          * Unsets the "StateIniatedOtherActionsIndctr_No" element
2224          */
2225         void unsetStateIniatedOtherActionsIndctrNo();
2226         
2227         /**
2228          * Gets the "TotalPointsPartBColumn1Cnt" element
2229          */
2230         int getTotalPointsPartBColumn1Cnt();
2231         
2232         /**
2233          * Gets (as xml) the "TotalPointsPartBColumn1Cnt" element
2234          */
2235         gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType xgetTotalPointsPartBColumn1Cnt();
2236         
2237         /**
2238          * True if has "TotalPointsPartBColumn1Cnt" element
2239          */
2240         boolean isSetTotalPointsPartBColumn1Cnt();
2241         
2242         /**
2243          * Sets the "TotalPointsPartBColumn1Cnt" element
2244          */
2245         void setTotalPointsPartBColumn1Cnt(int totalPointsPartBColumn1Cnt);
2246         
2247         /**
2248          * Sets (as xml) the "TotalPointsPartBColumn1Cnt" element
2249          */
2250         void xsetTotalPointsPartBColumn1Cnt(gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType totalPointsPartBColumn1Cnt);
2251         
2252         /**
2253          * Unsets the "TotalPointsPartBColumn1Cnt" element
2254          */
2255         void unsetTotalPointsPartBColumn1Cnt();
2256         
2257         /**
2258          * Gets the "TotalPointsPartBColumn2Cnt" element
2259          */
2260         int getTotalPointsPartBColumn2Cnt();
2261         
2262         /**
2263          * Gets (as xml) the "TotalPointsPartBColumn2Cnt" element
2264          */
2265         gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType xgetTotalPointsPartBColumn2Cnt();
2266         
2267         /**
2268          * True if has "TotalPointsPartBColumn2Cnt" element
2269          */
2270         boolean isSetTotalPointsPartBColumn2Cnt();
2271         
2272         /**
2273          * Sets the "TotalPointsPartBColumn2Cnt" element
2274          */
2275         void setTotalPointsPartBColumn2Cnt(int totalPointsPartBColumn2Cnt);
2276         
2277         /**
2278          * Sets (as xml) the "TotalPointsPartBColumn2Cnt" element
2279          */
2280         void xsetTotalPointsPartBColumn2Cnt(gov.grants.apply.forms.hudCommunityInitiativeV11.TotalPointDataType totalPointsPartBColumn2Cnt);
2281         
2282         /**
2283          * Unsets the "TotalPointsPartBColumn2Cnt" element
2284          */
2285         void unsetTotalPointsPartBColumn2Cnt();
2286         
2287         /**
2288          * Gets the "AdditionalInfo" element
2289          */
2290         gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAdditionalInfo();
2291         
2292         /**
2293          * True if has "AdditionalInfo" element
2294          */
2295         boolean isSetAdditionalInfo();
2296         
2297         /**
2298          * Sets the "AdditionalInfo" element
2299          */
2300         void setAdditionalInfo(gov.grants.apply.system.attachmentsV10.AttachedFileDataType additionalInfo);
2301         
2302         /**
2303          * Appends and returns a new empty "AdditionalInfo" element
2304          */
2305         gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAdditionalInfo();
2306         
2307         /**
2308          * Unsets the "AdditionalInfo" element
2309          */
2310         void unsetAdditionalInfo();
2311         
2312         /**
2313          * Gets the "FormVersion" attribute
2314          */
2315         java.lang.String getFormVersion();
2316         
2317         /**
2318          * Gets (as xml) the "FormVersion" attribute
2319          */
2320         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
2321         
2322         /**
2323          * Sets the "FormVersion" attribute
2324          */
2325         void setFormVersion(java.lang.String formVersion);
2326         
2327         /**
2328          * Sets (as xml) the "FormVersion" attribute
2329          */
2330         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
2331         
2332         /**
2333          * A factory class with static methods for creating instances
2334          * of this type.
2335          */
2336         
2337         public static final class Factory
2338         {
2339             public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative newInstance() {
2340               return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2341             
2342             public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative newInstance(org.apache.xmlbeans.XmlOptions options) {
2343               return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument.HUDCommunityInitiative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2344             
2345             private Factory() { } // No instance of this class allowed
2346         }
2347     }
2348     
2349     /**
2350      * A factory class with static methods for creating instances
2351      * of this type.
2352      */
2353     
2354     public static final class Factory
2355     {
2356         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument newInstance() {
2357           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
2358         
2359         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
2360           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
2361         
2362         /** @param xmlAsString the string value to parse */
2363         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
2364           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
2365         
2366         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2367           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
2368         
2369         /** @param file the file from which to load an xml document */
2370         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2371           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
2372         
2373         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2374           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
2375         
2376         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2377           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
2378         
2379         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2380           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
2381         
2382         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2383           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
2384         
2385         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2386           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
2387         
2388         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2389           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
2390         
2391         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
2392           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
2393         
2394         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
2395           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
2396         
2397         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2398           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
2399         
2400         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
2401           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
2402         
2403         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
2404           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
2405         
2406         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
2407         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2408           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
2409         
2410         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
2411         public static gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
2412           return (gov.grants.apply.forms.hudCommunityInitiativeV11.HUDCommunityInitiativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
2413         
2414         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
2415         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 {
2416           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
2417         
2418         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
2419         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 {
2420           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
2421         
2422         private Factory() { } // No instance of this class allowed
2423     }
2424 }