1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.hudCommentSuggestionsV11;
10
11
12
13
14
15
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
24
25 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions getHUDCommentSuggestions();
26
27
28
29
30 void setHUDCommentSuggestions(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions hudCommentSuggestions);
31
32
33
34
35 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions addNewHUDCommentSuggestions();
36
37
38
39
40
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
49
50 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA getNOFA();
51
52
53
54
55 boolean isSetNOFA();
56
57
58
59
60 void setNOFA(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA nofa);
61
62
63
64
65 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA addNewNOFA();
66
67
68
69
70 void unsetNOFA();
71
72
73
74
75 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm getApplicationForm();
76
77
78
79
80 boolean isSetApplicationForm();
81
82
83
84
85 void setApplicationForm(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm applicationForm);
86
87
88
89
90 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm addNewApplicationForm();
91
92
93
94
95 void unsetApplicationForm();
96
97
98
99
100 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getApplicantName();
101
102
103
104
105 boolean isSetApplicantName();
106
107
108
109
110 void setApplicantName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType applicantName);
111
112
113
114
115 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewApplicantName();
116
117
118
119
120 void unsetApplicantName();
121
122
123
124
125 java.lang.String getApplicantOrgName();
126
127
128
129
130 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantOrgName();
131
132
133
134
135 boolean isSetApplicantOrgName();
136
137
138
139
140 void setApplicantOrgName(java.lang.String applicantOrgName);
141
142
143
144
145 void xsetApplicantOrgName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantOrgName);
146
147
148
149
150 void unsetApplicantOrgName();
151
152
153
154
155 java.lang.String getFormVersion();
156
157
158
159
160 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
161
162
163
164
165 void setFormVersion(java.lang.String formVersion);
166
167
168
169
170 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
171
172
173
174
175
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
184
185 java.lang.String getNOFAProgramName();
186
187
188
189
190 gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetNOFAProgramName();
191
192
193
194
195 boolean isSetNOFAProgramName();
196
197
198
199
200 void setNOFAProgramName(java.lang.String nofaProgramName);
201
202
203
204
205 void xsetNOFAProgramName(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType nofaProgramName);
206
207
208
209
210 void unsetNOFAProgramName();
211
212
213
214
215 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity getNOFAClearity();
216
217
218
219
220 boolean isSetNOFAClearity();
221
222
223
224
225 void setNOFAClearity(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity nofaClearity);
226
227
228
229
230 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity addNewNOFAClearity();
231
232
233
234
235 void unsetNOFAClearity();
236
237
238
239
240
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
249
250 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOFAClearBox();
251
252
253
254
255 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOFAClearBox();
256
257
258
259
260 boolean isSetNOFAClearBox();
261
262
263
264
265 void setNOFAClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nofaClearBox);
266
267
268
269
270 void xsetNOFAClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType nofaClearBox);
271
272
273
274
275 void unsetNOFAClearBox();
276
277
278
279
280 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOFABetterBox();
281
282
283
284
285 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOFABetterBox();
286
287
288
289
290 boolean isSetNOFABetterBox();
291
292
293
294
295 void setNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nofaBetterBox);
296
297
298
299
300 void xsetNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType nofaBetterBox);
301
302
303
304
305 void unsetNOFABetterBox();
306
307
308
309
310 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt getNOFABetterTxt();
311
312
313
314
315 boolean isSetNOFABetterTxt();
316
317
318
319
320 void setNOFABetterTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt nofaBetterTxt);
321
322
323
324
325 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.NOFA.NOFAClearity.NOFABetterTxt addNewNOFABetterTxt();
326
327
328
329
330 void unsetNOFABetterTxt();
331
332
333
334
335 java.lang.String getNOFAOtherTxt();
336
337
338
339
340 gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType xgetNOFAOtherTxt();
341
342
343
344
345 boolean isSetNOFAOtherTxt();
346
347
348
349
350 void setNOFAOtherTxt(java.lang.String nofaOtherTxt);
351
352
353
354
355 void xsetNOFAOtherTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType nofaOtherTxt);
356
357
358
359
360 void unsetNOFAOtherTxt();
361
362
363
364
365
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
374
375 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOFABetterBox();
376
377
378
379
380 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOFABetterBox();
381
382
383
384
385 void setNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nofaBetterBox);
386
387
388
389
390 void xsetNOFABetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType nofaBetterBox);
391
392
393
394
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() { }
406 }
407 }
408
409
410
411
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() { }
423 }
424 }
425
426
427
428
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() { }
440 }
441 }
442
443
444
445
446
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
455
456 java.lang.String getApplicationFormTitle();
457
458
459
460
461 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle xgetApplicationFormTitle();
462
463
464
465
466 boolean isSetApplicationFormTitle();
467
468
469
470
471 void setApplicationFormTitle(java.lang.String applicationFormTitle);
472
473
474
475
476 void xsetApplicationFormTitle(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationFormTitle applicationFormTitle);
477
478
479
480
481 void unsetApplicationFormTitle();
482
483
484
485
486 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity getApplicationClearity();
487
488
489
490
491 boolean isSetApplicationClearity();
492
493
494
495
496 void setApplicationClearity(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity applicationClearity);
497
498
499
500
501 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity addNewApplicationClearity();
502
503
504
505
506 void unsetApplicationClearity();
507
508
509
510
511
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
520
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() { }
535 }
536 }
537
538
539
540
541
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
550
551 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationClearBox();
552
553
554
555
556 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationClearBox();
557
558
559
560
561 boolean isSetApplicationClearBox();
562
563
564
565
566 void setApplicationClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationClearBox);
567
568
569
570
571 void xsetApplicationClearBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationClearBox);
572
573
574
575
576 void unsetApplicationClearBox();
577
578
579
580
581 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationBetterBox();
582
583
584
585
586 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationBetterBox();
587
588
589
590
591 boolean isSetApplicationBetterBox();
592
593
594
595
596 void setApplicationBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationBetterBox);
597
598
599
600
601 void xsetApplicationBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationBetterBox);
602
603
604
605
606 void unsetApplicationBetterBox();
607
608
609
610
611 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt getApplicationBetterTxt();
612
613
614
615
616 boolean isSetApplicationBetterTxt();
617
618
619
620
621 void setApplicationBetterTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt applicationBetterTxt);
622
623
624
625
626 gov.grants.apply.forms.hudCommentSuggestionsV11.HUDCommentSuggestionsDocument.HUDCommentSuggestions.ApplicationForm.ApplicationClearity.ApplicationBetterTxt addNewApplicationBetterTxt();
627
628
629
630
631 void unsetApplicationBetterTxt();
632
633
634
635
636 java.lang.String getApplicationOtherTxt();
637
638
639
640
641 gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType xgetApplicationOtherTxt();
642
643
644
645
646 boolean isSetApplicationOtherTxt();
647
648
649
650
651 void setApplicationOtherTxt(java.lang.String applicationOtherTxt);
652
653
654
655
656 void xsetApplicationOtherTxt(gov.grants.apply.forms.hudCommentSuggestionsV11.TextDataType applicationOtherTxt);
657
658
659
660
661 void unsetApplicationOtherTxt();
662
663
664
665
666
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
675
676 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAppBetterBox();
677
678
679
680
681 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAppBetterBox();
682
683
684
685
686 void setAppBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum appBetterBox);
687
688
689
690
691 void xsetAppBetterBox(gov.grants.apply.system.globalLibraryV20.YesNoDataType appBetterBox);
692
693
694
695
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() { }
707 }
708 }
709
710
711
712
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() { }
724 }
725 }
726
727
728
729
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() { }
741 }
742 }
743
744
745
746
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() { }
758 }
759 }
760
761
762
763
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
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
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
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
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
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
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() { }
835 }
836 }