View Javadoc
1   /*
2    * An XML document type.
3    * Localname: HUD_CommentSuggestions
4    * Namespace: http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1
5    * Java type: gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hudCommentSuggestionsV11;
10  
11  
12  /**
13   * A document containing one HUD_CommentSuggestions(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface HUDCommentSuggestionsDocument 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(HUDCommentSuggestionsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudcommentsuggestionsa19edoctype");
21      
22      /**
23       * Gets the "HUD_CommentSuggestions" element
24       */
25      gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions getHUDCommentSuggestions();
26      
27      /**
28       * Sets the "HUD_CommentSuggestions" element
29       */
30      void setHUDCommentSuggestions(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions hudCommentSuggestions);
31      
32      /**
33       * Appends and returns a new empty "HUD_CommentSuggestions" element
34       */
35      gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions addNewHUDCommentSuggestions();
36      
37      /**
38       * An XML HUD_CommentSuggestions(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface HUDCommentSuggestions 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(HUDCommentSuggestions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudcommentsuggestionsc2eaelemtype");
46          
47          /**
48           * Gets the "NOFA" element
49           */
50          gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA getNOFA();
51          
52          /**
53           * True if has "NOFA" element
54           */
55          boolean isSetNOFA();
56          
57          /**
58           * Sets the "NOFA" element
59           */
60          void setNOFA(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA nofa);
61          
62          /**
63           * Appends and returns a new empty "NOFA" element
64           */
65          gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA addNewNOFA();
66          
67          /**
68           * Unsets the "NOFA" element
69           */
70          void unsetNOFA();
71          
72          /**
73           * Gets the "ApplicationForm" element
74           */
75          gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm getApplicationForm();
76          
77          /**
78           * True if has "ApplicationForm" element
79           */
80          boolean isSetApplicationForm();
81          
82          /**
83           * Sets the "ApplicationForm" element
84           */
85          void setApplicationForm(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm applicationForm);
86          
87          /**
88           * Appends and returns a new empty "ApplicationForm" element
89           */
90          gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm addNewApplicationForm();
91          
92          /**
93           * Unsets the "ApplicationForm" element
94           */
95          void unsetApplicationForm();
96          
97          /**
98           * Gets the "ApplicantName" element
99           */
100         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getApplicantName();
101         
102         /**
103          * True if has "ApplicantName" element
104          */
105         boolean isSetApplicantName();
106         
107         /**
108          * Sets the "ApplicantName" element
109          */
110         void setApplicantName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType applicantName);
111         
112         /**
113          * Appends and returns a new empty "ApplicantName" element
114          */
115         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewApplicantName();
116         
117         /**
118          * Unsets the "ApplicantName" element
119          */
120         void unsetApplicantName();
121         
122         /**
123          * Gets the "ApplicantOrgName" element
124          */
125         java.lang.String getApplicantOrgName();
126         
127         /**
128          * Gets (as xml) the "ApplicantOrgName" element
129          */
130         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantOrgName();
131         
132         /**
133          * True if has "ApplicantOrgName" element
134          */
135         boolean isSetApplicantOrgName();
136         
137         /**
138          * Sets the "ApplicantOrgName" element
139          */
140         void setApplicantOrgName(java.lang.String applicantOrgName);
141         
142         /**
143          * Sets (as xml) the "ApplicantOrgName" element
144          */
145         void xsetApplicantOrgName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantOrgName);
146         
147         /**
148          * Unsets the "ApplicantOrgName" element
149          */
150         void unsetApplicantOrgName();
151         
152         /**
153          * Gets the "FormVersion" attribute
154          */
155         java.lang.String getFormVersion();
156         
157         /**
158          * Gets (as xml) the "FormVersion" attribute
159          */
160         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
161         
162         /**
163          * Sets the "FormVersion" attribute
164          */
165         void setFormVersion(java.lang.String formVersion);
166         
167         /**
168          * Sets (as xml) the "FormVersion" attribute
169          */
170         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
171         
172         /**
173          * An XML NOFA(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
174          *
175          * This is a complex type.
176          */
177         public interface NOFA extends org.apache.xmlbeans.XmlObject
178         {
179             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
180                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOFA.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nofac1c2elemtype");
181             
182             /**
183              * Gets the "NOFAProgramName" element
184              */
185             java.lang.String getNOFAProgramName();
186             
187             /**
188              * Gets (as xml) the "NOFAProgramName" element
189              */
190             gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetNOFAProgramName();
191             
192             /**
193              * True if has "NOFAProgramName" element
194              */
195             boolean isSetNOFAProgramName();
196             
197             /**
198              * Sets the "NOFAProgramName" element
199              */
200             void setNOFAProgramName(java.lang.String nofaProgramName);
201             
202             /**
203              * Sets (as xml) the "NOFAProgramName" element
204              */
205             void xsetNOFAProgramName(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType nofaProgramName);
206             
207             /**
208              * Unsets the "NOFAProgramName" element
209              */
210             void unsetNOFAProgramName();
211             
212             /**
213              * Gets the "NOFA_Clearity" element
214              */
215             gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity getNOFAClearity();
216             
217             /**
218              * True if has "NOFA_Clearity" element
219              */
220             boolean isSetNOFAClearity();
221             
222             /**
223              * Sets the "NOFA_Clearity" element
224              */
225             void setNOFAClearity(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity nofaClearity);
226             
227             /**
228              * Appends and returns a new empty "NOFA_Clearity" element
229              */
230             gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity addNewNOFAClearity();
231             
232             /**
233              * Unsets the "NOFA_Clearity" element
234              */
235             void unsetNOFAClearity();
236             
237             /**
238              * An XML NOFA_Clearity(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
239              *
240              * This is a complex type.
241              */
242             public interface NOFAClearity extends org.apache.xmlbeans.XmlObject
243             {
244                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
245                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOFAClearity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nofaclearity4752elemtype");
246                 
247                 /**
248                  * Gets the "NOFAClearBox" element
249                  */
250                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOFAClearBox();
251                 
252                 /**
253                  * Gets (as xml) the "NOFAClearBox" element
254                  */
255                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOFAClearBox();
256                 
257                 /**
258                  * True if has "NOFAClearBox" element
259                  */
260                 boolean isSetNOFAClearBox();
261                 
262                 /**
263                  * Sets the "NOFAClearBox" element
264                  */
265                 void setNOFAClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nofaClearBox);
266                 
267                 /**
268                  * Sets (as xml) the "NOFAClearBox" element
269                  */
270                 void xsetNOFAClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType nofaClearBox);
271                 
272                 /**
273                  * Unsets the "NOFAClearBox" element
274                  */
275                 void unsetNOFAClearBox();
276                 
277                 /**
278                  * Gets the "NOFABetterBox" element
279                  */
280                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOFABetterBox();
281                 
282                 /**
283                  * Gets (as xml) the "NOFABetterBox" element
284                  */
285                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOFABetterBox();
286                 
287                 /**
288                  * True if has "NOFABetterBox" element
289                  */
290                 boolean isSetNOFABetterBox();
291                 
292                 /**
293                  * Sets the "NOFABetterBox" element
294                  */
295                 void setNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nofaBetterBox);
296                 
297                 /**
298                  * Sets (as xml) the "NOFABetterBox" element
299                  */
300                 void xsetNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType nofaBetterBox);
301                 
302                 /**
303                  * Unsets the "NOFABetterBox" element
304                  */
305                 void unsetNOFABetterBox();
306                 
307                 /**
308                  * Gets the "NOFABetterTxt" element
309                  */
310                 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt getNOFABetterTxt();
311                 
312                 /**
313                  * True if has "NOFABetterTxt" element
314                  */
315                 boolean isSetNOFABetterTxt();
316                 
317                 /**
318                  * Sets the "NOFABetterTxt" element
319                  */
320                 void setNOFABetterTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt nofaBetterTxt);
321                 
322                 /**
323                  * Appends and returns a new empty "NOFABetterTxt" element
324                  */
325                 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt addNewNOFABetterTxt();
326                 
327                 /**
328                  * Unsets the "NOFABetterTxt" element
329                  */
330                 void unsetNOFABetterTxt();
331                 
332                 /**
333                  * Gets the "NOFAOtherTxt" element
334                  */
335                 java.lang.String getNOFAOtherTxt();
336                 
337                 /**
338                  * Gets (as xml) the "NOFAOtherTxt" element
339                  */
340                 gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType xgetNOFAOtherTxt();
341                 
342                 /**
343                  * True if has "NOFAOtherTxt" element
344                  */
345                 boolean isSetNOFAOtherTxt();
346                 
347                 /**
348                  * Sets the "NOFAOtherTxt" element
349                  */
350                 void setNOFAOtherTxt(java.lang.String nofaOtherTxt);
351                 
352                 /**
353                  * Sets (as xml) the "NOFAOtherTxt" element
354                  */
355                 void xsetNOFAOtherTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType nofaOtherTxt);
356                 
357                 /**
358                  * Unsets the "NOFAOtherTxt" element
359                  */
360                 void unsetNOFAOtherTxt();
361                 
362                 /**
363                  * An XML NOFABetterTxt(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
364                  *
365                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument$HUDCommentSuggestions$NOFA$NOFAClearity$NOFABetterTxt.
366                  */
367                 public interface NOFABetterTxt extends gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType
368                 {
369                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
370                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOFABetterTxt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nofabettertxtbf62elemtype");
371                     
372                     /**
373                      * Gets the "NOFABetterBox" attribute
374                      */
375                     gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOFABetterBox();
376                     
377                     /**
378                      * Gets (as xml) the "NOFABetterBox" attribute
379                      */
380                     gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOFABetterBox();
381                     
382                     /**
383                      * Sets the "NOFABetterBox" attribute
384                      */
385                     void setNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nofaBetterBox);
386                     
387                     /**
388                      * Sets (as xml) the "NOFABetterBox" attribute
389                      */
390                     void xsetNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType nofaBetterBox);
391                     
392                     /**
393                      * A factory class with static methods for creating instances
394                      * of this type.
395                      */
396                     
397                     public static final class Factory
398                     {
399                       public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt newInstance() {
400                         return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
401                       
402                       public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt newInstance(org.apache.xmlbeans.XmlOptions options) {
403                         return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
404                       
405                       private Factory() { } // No instance of this class allowed
406                     }
407                 }
408                 
409                 /**
410                  * A factory class with static methods for creating instances
411                  * of this type.
412                  */
413                 
414                 public static final class Factory
415                 {
416                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity newInstance() {
417                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
418                     
419                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity newInstance(org.apache.xmlbeans.XmlOptions options) {
420                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
421                     
422                     private Factory() { } // No instance of this class allowed
423                 }
424             }
425             
426             /**
427              * A factory class with static methods for creating instances
428              * of this type.
429              */
430             
431             public static final class Factory
432             {
433                 public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA newInstance() {
434                   return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
435                 
436                 public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA newInstance(org.apache.xmlbeans.XmlOptions options) {
437                   return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
438                 
439                 private Factory() { } // No instance of this class allowed
440             }
441         }
442         
443         /**
444          * An XML ApplicationForm(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
445          *
446          * This is a complex type.
447          */
448         public interface ApplicationForm extends org.apache.xmlbeans.XmlObject
449         {
450             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
451                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationForm.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationformcd6aelemtype");
452             
453             /**
454              * Gets the "ApplicationFormTitle" element
455              */
456             java.lang.String getApplicationFormTitle();
457             
458             /**
459              * Gets (as xml) the "ApplicationFormTitle" element
460              */
461             gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle xgetApplicationFormTitle();
462             
463             /**
464              * True if has "ApplicationFormTitle" element
465              */
466             boolean isSetApplicationFormTitle();
467             
468             /**
469              * Sets the "ApplicationFormTitle" element
470              */
471             void setApplicationFormTitle(java.lang.String applicationFormTitle);
472             
473             /**
474              * Sets (as xml) the "ApplicationFormTitle" element
475              */
476             void xsetApplicationFormTitle(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle applicationFormTitle);
477             
478             /**
479              * Unsets the "ApplicationFormTitle" element
480              */
481             void unsetApplicationFormTitle();
482             
483             /**
484              * Gets the "Application_Clearity" element
485              */
486             gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity getApplicationClearity();
487             
488             /**
489              * True if has "Application_Clearity" element
490              */
491             boolean isSetApplicationClearity();
492             
493             /**
494              * Sets the "Application_Clearity" element
495              */
496             void setApplicationClearity(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity applicationClearity);
497             
498             /**
499              * Appends and returns a new empty "Application_Clearity" element
500              */
501             gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity addNewApplicationClearity();
502             
503             /**
504              * Unsets the "Application_Clearity" element
505              */
506             void unsetApplicationClearity();
507             
508             /**
509              * An XML ApplicationFormTitle(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
510              *
511              * This is an atomic type that is a restriction of gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument$HUDCommentSuggestions$ApplicationForm$ApplicationFormTitle.
512              */
513             public interface ApplicationFormTitle extends org.apache.xmlbeans.XmlString
514             {
515                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
516                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationFormTitle.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationformtitleb2aaelemtype");
517                 
518                 /**
519                  * A factory class with static methods for creating instances
520                  * of this type.
521                  */
522                 
523                 public static final class Factory
524                 {
525                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle newValue(java.lang.Object obj) {
526                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle) type.newValue( obj ); }
527                     
528                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle newInstance() {
529                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
530                     
531                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle newInstance(org.apache.xmlbeans.XmlOptions options) {
532                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
533                     
534                     private Factory() { } // No instance of this class allowed
535                 }
536             }
537             
538             /**
539              * An XML Application_Clearity(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
540              *
541              * This is a complex type.
542              */
543             public interface ApplicationClearity extends org.apache.xmlbeans.XmlObject
544             {
545                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
546                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationClearity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationclearity5696elemtype");
547                 
548                 /**
549                  * Gets the "ApplicationClearBox" element
550                  */
551                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationClearBox();
552                 
553                 /**
554                  * Gets (as xml) the "ApplicationClearBox" element
555                  */
556                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationClearBox();
557                 
558                 /**
559                  * True if has "ApplicationClearBox" element
560                  */
561                 boolean isSetApplicationClearBox();
562                 
563                 /**
564                  * Sets the "ApplicationClearBox" element
565                  */
566                 void setApplicationClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationClearBox);
567                 
568                 /**
569                  * Sets (as xml) the "ApplicationClearBox" element
570                  */
571                 void xsetApplicationClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationClearBox);
572                 
573                 /**
574                  * Unsets the "ApplicationClearBox" element
575                  */
576                 void unsetApplicationClearBox();
577                 
578                 /**
579                  * Gets the "ApplicationBetterBox" element
580                  */
581                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationBetterBox();
582                 
583                 /**
584                  * Gets (as xml) the "ApplicationBetterBox" element
585                  */
586                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationBetterBox();
587                 
588                 /**
589                  * True if has "ApplicationBetterBox" element
590                  */
591                 boolean isSetApplicationBetterBox();
592                 
593                 /**
594                  * Sets the "ApplicationBetterBox" element
595                  */
596                 void setApplicationBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationBetterBox);
597                 
598                 /**
599                  * Sets (as xml) the "ApplicationBetterBox" element
600                  */
601                 void xsetApplicationBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationBetterBox);
602                 
603                 /**
604                  * Unsets the "ApplicationBetterBox" element
605                  */
606                 void unsetApplicationBetterBox();
607                 
608                 /**
609                  * Gets the "ApplicationBetterTxt" element
610                  */
611                 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt getApplicationBetterTxt();
612                 
613                 /**
614                  * True if has "ApplicationBetterTxt" element
615                  */
616                 boolean isSetApplicationBetterTxt();
617                 
618                 /**
619                  * Sets the "ApplicationBetterTxt" element
620                  */
621                 void setApplicationBetterTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt applicationBetterTxt);
622                 
623                 /**
624                  * Appends and returns a new empty "ApplicationBetterTxt" element
625                  */
626                 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt addNewApplicationBetterTxt();
627                 
628                 /**
629                  * Unsets the "ApplicationBetterTxt" element
630                  */
631                 void unsetApplicationBetterTxt();
632                 
633                 /**
634                  * Gets the "ApplicationOtherTxt" element
635                  */
636                 java.lang.String getApplicationOtherTxt();
637                 
638                 /**
639                  * Gets (as xml) the "ApplicationOtherTxt" element
640                  */
641                 gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType xgetApplicationOtherTxt();
642                 
643                 /**
644                  * True if has "ApplicationOtherTxt" element
645                  */
646                 boolean isSetApplicationOtherTxt();
647                 
648                 /**
649                  * Sets the "ApplicationOtherTxt" element
650                  */
651                 void setApplicationOtherTxt(java.lang.String applicationOtherTxt);
652                 
653                 /**
654                  * Sets (as xml) the "ApplicationOtherTxt" element
655                  */
656                 void xsetApplicationOtherTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType applicationOtherTxt);
657                 
658                 /**
659                  * Unsets the "ApplicationOtherTxt" element
660                  */
661                 void unsetApplicationOtherTxt();
662                 
663                 /**
664                  * An XML ApplicationBetterTxt(@http://apply.grants.gov/forms/HUD_CommentSuggestions-V1.1).
665                  *
666                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument$HUDCommentSuggestions$ApplicationForm$ApplicationClearity$ApplicationBetterTxt.
667                  */
668                 public interface ApplicationBetterTxt extends gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType
669                 {
670                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
671                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationBetterTxt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationbettertxtae6aelemtype");
672                     
673                     /**
674                      * Gets the "AppBetterBox" attribute
675                      */
676                     gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAppBetterBox();
677                     
678                     /**
679                      * Gets (as xml) the "AppBetterBox" attribute
680                      */
681                     gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAppBetterBox();
682                     
683                     /**
684                      * Sets the "AppBetterBox" attribute
685                      */
686                     void setAppBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum appBetterBox);
687                     
688                     /**
689                      * Sets (as xml) the "AppBetterBox" attribute
690                      */
691                     void xsetAppBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType appBetterBox);
692                     
693                     /**
694                      * A factory class with static methods for creating instances
695                      * of this type.
696                      */
697                     
698                     public static final class Factory
699                     {
700                       public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt newInstance() {
701                         return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
702                       
703                       public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt newInstance(org.apache.xmlbeans.XmlOptions options) {
704                         return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
705                       
706                       private Factory() { } // No instance of this class allowed
707                     }
708                 }
709                 
710                 /**
711                  * A factory class with static methods for creating instances
712                  * of this type.
713                  */
714                 
715                 public static final class Factory
716                 {
717                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity newInstance() {
718                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
719                     
720                     public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity newInstance(org.apache.xmlbeans.XmlOptions options) {
721                       return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
722                     
723                     private Factory() { } // No instance of this class allowed
724                 }
725             }
726             
727             /**
728              * A factory class with static methods for creating instances
729              * of this type.
730              */
731             
732             public static final class Factory
733             {
734                 public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm newInstance() {
735                   return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
736                 
737                 public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm newInstance(org.apache.xmlbeans.XmlOptions options) {
738                   return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
739                 
740                 private Factory() { } // No instance of this class allowed
741             }
742         }
743         
744         /**
745          * A factory class with static methods for creating instances
746          * of this type.
747          */
748         
749         public static final class Factory
750         {
751             public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions newInstance() {
752               return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
753             
754             public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions newInstance(org.apache.xmlbeans.XmlOptions options) {
755               return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
756             
757             private Factory() { } // No instance of this class allowed
758         }
759     }
760     
761     /**
762      * A factory class with static methods for creating instances
763      * of this type.
764      */
765     
766     public static final class Factory
767     {
768         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument newInstance() {
769           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
770         
771         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
772           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
773         
774         /** @param xmlAsString the string value to parse */
775         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
776           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
777         
778         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
779           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
780         
781         /** @param file the file from which to load an xml document */
782         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
783           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
784         
785         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
786           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
787         
788         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
789           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
790         
791         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
792           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
793         
794         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
795           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
796         
797         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
798           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
799         
800         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
801           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
802         
803         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
804           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
805         
806         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
807           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
808         
809         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
810           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
811         
812         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
813           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
814         
815         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
816           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
817         
818         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
819         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
820           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
821         
822         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
823         public static gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
824           return (gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
825         
826         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
827         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 {
828           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
829         
830         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
831         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 {
832           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
833         
834         private Factory() { } // No instance of this class allowed
835     }
836 }