1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.hudNewDirectionV11;
10  
11  
12  
13  
14  
15  
16  
17  public interface HUDNewDirectionDocument 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(HUDNewDirectionDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudnewdirectionf87edoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection getHUDNewDirection();
26      
27      
28  
29  
30      void setHUDNewDirection(gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection hudNewDirection);
31      
32      
33  
34  
35      gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection addNewHUDNewDirection();
36      
37      
38  
39  
40  
41  
42      public interface HUDNewDirection 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(HUDNewDirection.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudnewdirectionb63belemtype");
46          
47          
48  
49  
50          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewDirectionsGrant();
51          
52          
53  
54  
55          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewDirectionsGrant();
56          
57          
58  
59  
60          void setNewDirectionsGrant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newDirectionsGrant);
61          
62          
63  
64  
65          void xsetNewDirectionsGrant(gov.grants.apply.system.globalLibraryV20.YesNoDataType newDirectionsGrant);
66          
67          
68  
69  
70          java.lang.String[] getInterestedPartyOrganizationNameArray();
71          
72          
73  
74  
75          java.lang.String getInterestedPartyOrganizationNameArray(int i);
76          
77          
78  
79  
80          gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName[] xgetInterestedPartyOrganizationNameArray();
81          
82          
83  
84  
85          gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName xgetInterestedPartyOrganizationNameArray(int i);
86          
87          
88  
89  
90          int sizeOfInterestedPartyOrganizationNameArray();
91          
92          
93  
94  
95          void setInterestedPartyOrganizationNameArray(java.lang.String[] interestedPartyOrganizationNameArray);
96          
97          
98  
99  
100         void setInterestedPartyOrganizationNameArray(int i, java.lang.String interestedPartyOrganizationName);
101         
102         
103 
104 
105         void xsetInterestedPartyOrganizationNameArray(gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName[] interestedPartyOrganizationNameArray);
106         
107         
108 
109 
110         void xsetInterestedPartyOrganizationNameArray(int i, gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName interestedPartyOrganizationName);
111         
112         
113 
114 
115         void insertInterestedPartyOrganizationName(int i, java.lang.String interestedPartyOrganizationName);
116         
117         
118 
119 
120         void addInterestedPartyOrganizationName(java.lang.String interestedPartyOrganizationName);
121         
122         
123 
124 
125         gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName insertNewInterestedPartyOrganizationName(int i);
126         
127         
128 
129 
130         gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName addNewInterestedPartyOrganizationName();
131         
132         
133 
134 
135         void removeInterestedPartyOrganizationName(int i);
136         
137         
138 
139 
140         java.math.BigDecimal getResearchRequestedFundingAmt();
141         
142         
143 
144 
145         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetResearchRequestedFundingAmt();
146         
147         
148 
149 
150         void setResearchRequestedFundingAmt(java.math.BigDecimal researchRequestedFundingAmt);
151         
152         
153 
154 
155         void xsetResearchRequestedFundingAmt(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType researchRequestedFundingAmt);
156         
157         
158 
159 
160         java.math.BigDecimal getResearchMatchAmount();
161         
162         
163 
164 
165         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetResearchMatchAmount();
166         
167         
168 
169 
170         void setResearchMatchAmount(java.math.BigDecimal researchMatchAmount);
171         
172         
173 
174 
175         void xsetResearchMatchAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType researchMatchAmount);
176         
177         
178 
179 
180         java.math.BigDecimal getResearchProjectTotlCostAmt();
181         
182         
183 
184 
185         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetResearchProjectTotlCostAmt();
186         
187         
188 
189 
190         void setResearchProjectTotlCostAmt(java.math.BigDecimal researchProjectTotlCostAmt);
191         
192         
193 
194 
195         void xsetResearchProjectTotlCostAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType researchProjectTotlCostAmt);
196         
197         
198 
199 
200         java.math.BigDecimal getResearchProjectTotlCostAmtb();
201         
202         
203 
204 
205         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetResearchProjectTotlCostAmtb();
206         
207         
208 
209 
210         void setResearchProjectTotlCostAmtb(java.math.BigDecimal researchProjectTotlCostAmtb);
211         
212         
213 
214 
215         void xsetResearchProjectTotlCostAmtb(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType researchProjectTotlCostAmtb);
216         
217         
218 
219 
220         int getResearchProjectTotlPercent();
221         
222         
223 
224 
225         gov.grants.apply.system.globalLibraryV20.PercentageIntegerDataType xgetResearchProjectTotlPercent();
226         
227         
228 
229 
230         void setResearchProjectTotlPercent(int researchProjectTotlPercent);
231         
232         
233 
234 
235         void xsetResearchProjectTotlPercent(gov.grants.apply.system.globalLibraryV20.PercentageIntegerDataType researchProjectTotlPercent);
236         
237         
238 
239 
240         java.math.BigDecimal getRequiredResearchMatchAmount();
241         
242         
243 
244 
245         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetRequiredResearchMatchAmount();
246         
247         
248 
249 
250         void setRequiredResearchMatchAmount(java.math.BigDecimal requiredResearchMatchAmount);
251         
252         
253 
254 
255         void xsetRequiredResearchMatchAmount(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType requiredResearchMatchAmount);
256         
257         
258 
259 
260         java.math.BigDecimal getOutreachRequestedFundingAmt();
261         
262         
263 
264 
265         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetOutreachRequestedFundingAmt();
266         
267         
268 
269 
270         void setOutreachRequestedFundingAmt(java.math.BigDecimal outreachRequestedFundingAmt);
271         
272         
273 
274 
275         void xsetOutreachRequestedFundingAmt(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType outreachRequestedFundingAmt);
276         
277         
278 
279 
280         java.math.BigDecimal getOutreachMatchAmount();
281         
282         
283 
284 
285         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetOutreachMatchAmount();
286         
287         
288 
289 
290         void setOutreachMatchAmount(java.math.BigDecimal outreachMatchAmount);
291         
292         
293 
294 
295         void xsetOutreachMatchAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType outreachMatchAmount);
296         
297         
298 
299 
300         java.math.BigDecimal getOutreachProjectTotlCostAmt();
301         
302         
303 
304 
305         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetOutreachProjectTotlCostAmt();
306         
307         
308 
309 
310         void setOutreachProjectTotlCostAmt(java.math.BigDecimal outreachProjectTotlCostAmt);
311         
312         
313 
314 
315         void xsetOutreachProjectTotlCostAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType outreachProjectTotlCostAmt);
316         
317         
318 
319 
320         java.math.BigDecimal getOutreachProjectTotlCostAmtb();
321         
322         
323 
324 
325         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetOutreachProjectTotlCostAmtb();
326         
327         
328 
329 
330         void setOutreachProjectTotlCostAmtb(java.math.BigDecimal outreachProjectTotlCostAmtb);
331         
332         
333 
334 
335         void xsetOutreachProjectTotlCostAmtb(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType outreachProjectTotlCostAmtb);
336         
337         
338 
339 
340         int getOutreachMatchPercent();
341         
342         
343 
344 
345         gov.grants.apply.system.globalLibraryV20.PercentageIntegerDataType xgetOutreachMatchPercent();
346         
347         
348 
349 
350         void setOutreachMatchPercent(int outreachMatchPercent);
351         
352         
353 
354 
355         void xsetOutreachMatchPercent(gov.grants.apply.system.globalLibraryV20.PercentageIntegerDataType outreachMatchPercent);
356         
357         
358 
359 
360         java.math.BigDecimal getRequiredOutreachMatchAmount();
361         
362         
363 
364 
365         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetRequiredOutreachMatchAmount();
366         
367         
368 
369 
370         void setRequiredOutreachMatchAmount(java.math.BigDecimal requiredOutreachMatchAmount);
371         
372         
373 
374 
375         void xsetRequiredOutreachMatchAmount(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType requiredOutreachMatchAmount);
376         
377         
378 
379 
380         java.math.BigDecimal getRequiredResearchMatchAmountb();
381         
382         
383 
384 
385         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetRequiredResearchMatchAmountb();
386         
387         
388 
389 
390         void setRequiredResearchMatchAmountb(java.math.BigDecimal requiredResearchMatchAmountb);
391         
392         
393 
394 
395         void xsetRequiredResearchMatchAmountb(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType requiredResearchMatchAmountb);
396         
397         
398 
399 
400         java.math.BigDecimal getRequiredOutreachMatchAmountb();
401         
402         
403 
404 
405         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetRequiredOutreachMatchAmountb();
406         
407         
408 
409 
410         void setRequiredOutreachMatchAmountb(java.math.BigDecimal requiredOutreachMatchAmountb);
411         
412         
413 
414 
415         void xsetRequiredOutreachMatchAmountb(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType requiredOutreachMatchAmountb);
416         
417         
418 
419 
420         java.math.BigDecimal getRequiredTotlMatchAmt();
421         
422         
423 
424 
425         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetRequiredTotlMatchAmt();
426         
427         
428 
429 
430         void setRequiredTotlMatchAmt(java.math.BigDecimal requiredTotlMatchAmt);
431         
432         
433 
434 
435         void xsetRequiredTotlMatchAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType requiredTotlMatchAmt);
436         
437         
438 
439 
440         java.math.BigDecimal getResearchMatchProvidedAmount();
441         
442         
443 
444 
445         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetResearchMatchProvidedAmount();
446         
447         
448 
449 
450         void setResearchMatchProvidedAmount(java.math.BigDecimal researchMatchProvidedAmount);
451         
452         
453 
454 
455         void xsetResearchMatchProvidedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType researchMatchProvidedAmount);
456         
457         
458 
459 
460         java.math.BigDecimal getOutreachMatchProvidedAmount();
461         
462         
463 
464 
465         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetOutreachMatchProvidedAmount();
466         
467         
468 
469 
470         void setOutreachMatchProvidedAmount(java.math.BigDecimal outreachMatchProvidedAmount);
471         
472         
473 
474 
475         void xsetOutreachMatchProvidedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType outreachMatchProvidedAmount);
476         
477         
478 
479 
480         java.math.BigDecimal getMatchingFundsTotlAmt();
481         
482         
483 
484 
485         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetMatchingFundsTotlAmt();
486         
487         
488 
489 
490         void setMatchingFundsTotlAmt(java.math.BigDecimal matchingFundsTotlAmt);
491         
492         
493 
494 
495         void xsetMatchingFundsTotlAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType matchingFundsTotlAmt);
496         
497         
498 
499 
500         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMoreThanMatchRequiredIndicator();
501         
502         
503 
504 
505         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMoreThanMatchRequiredIndicator();
506         
507         
508 
509 
510         void setMoreThanMatchRequiredIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum moreThanMatchRequiredIndicator);
511         
512         
513 
514 
515         void xsetMoreThanMatchRequiredIndicator(gov.grants.apply.system.globalLibraryV20.YesNoDataType moreThanMatchRequiredIndicator);
516         
517         
518 
519 
520         java.math.BigDecimal getMatchingFundsProvidedTotlAmt();
521         
522         
523 
524 
525         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetMatchingFundsProvidedTotlAmt();
526         
527         
528 
529 
530         void setMatchingFundsProvidedTotlAmt(java.math.BigDecimal matchingFundsProvidedTotlAmt);
531         
532         
533 
534 
535         void xsetMatchingFundsProvidedTotlAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType matchingFundsProvidedTotlAmt);
536         
537         
538 
539 
540         java.math.BigDecimal getIndirectMatchAmt();
541         
542         
543 
544 
545         gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetIndirectMatchAmt();
546         
547         
548 
549 
550         void setIndirectMatchAmt(java.math.BigDecimal indirectMatchAmt);
551         
552         
553 
554 
555         void xsetIndirectMatchAmt(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType indirectMatchAmt);
556         
557         
558 
559 
560         java.math.BigDecimal getFactor4TotlMatchAmt();
561         
562         
563 
564 
565         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetFactor4TotlMatchAmt();
566         
567         
568 
569 
570         void setFactor4TotlMatchAmt(java.math.BigDecimal factor4TotlMatchAmt);
571         
572         
573 
574 
575         void xsetFactor4TotlMatchAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType factor4TotlMatchAmt);
576         
577         
578 
579 
580         java.math.BigDecimal getMatchOverageAmt();
581         
582         
583 
584 
585         gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt xgetMatchOverageAmt();
586         
587         
588 
589 
590         void setMatchOverageAmt(java.math.BigDecimal matchOverageAmt);
591         
592         
593 
594 
595         void xsetMatchOverageAmt(gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt matchOverageAmt);
596         
597         
598 
599 
600         java.math.BigDecimal getAdtnlPrvtSrcAmt();
601         
602         
603 
604 
605         gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt xgetAdtnlPrvtSrcAmt();
606         
607         
608 
609 
610         void setAdtnlPrvtSrcAmt(java.math.BigDecimal adtnlPrvtSrcAmt);
611         
612         
613 
614 
615         void xsetAdtnlPrvtSrcAmt(gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt adtnlPrvtSrcAmt);
616         
617         
618 
619 
620         java.lang.String getFormVersion();
621         
622         
623 
624 
625         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
626         
627         
628 
629 
630         void setFormVersion(java.lang.String formVersion);
631         
632         
633 
634 
635         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
636         
637         
638 
639 
640 
641 
642         public interface InterestedPartyOrganizationName extends org.apache.xmlbeans.XmlString
643         {
644             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
645                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InterestedPartyOrganizationName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("interestedpartyorganizationnameab62elemtype");
646             
647             
648 
649 
650 
651             
652             public static final class Factory
653             {
654                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName newValue(java.lang.Object obj) {
655                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName) type.newValue( obj ); }
656                 
657                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName newInstance() {
658                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
659                 
660                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName newInstance(org.apache.xmlbeans.XmlOptions options) {
661                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.InterestedPartyOrganizationName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
662                 
663                 private Factory() { } 
664             }
665         }
666         
667         
668 
669 
670 
671 
672         public interface MatchOverageAmt extends org.apache.xmlbeans.XmlDecimal
673         {
674             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
675                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MatchOverageAmt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("matchoverageamte2c9elemtype");
676             
677             
678 
679 
680 
681             
682             public static final class Factory
683             {
684                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt newValue(java.lang.Object obj) {
685                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt) type.newValue( obj ); }
686                 
687                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt newInstance() {
688                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
689                 
690                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt newInstance(org.apache.xmlbeans.XmlOptions options) {
691                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.MatchOverageAmt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
692                 
693                 private Factory() { } 
694             }
695         }
696         
697         
698 
699 
700 
701 
702         public interface AdtnlPrvtSrcAmt extends org.apache.xmlbeans.XmlDecimal
703         {
704             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
705                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdtnlPrvtSrcAmt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("adtnlprvtsrcamt2efaelemtype");
706             
707             
708 
709 
710 
711             
712             public static final class Factory
713             {
714                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt newValue(java.lang.Object obj) {
715                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt) type.newValue( obj ); }
716                 
717                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt newInstance() {
718                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
719                 
720                 public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt newInstance(org.apache.xmlbeans.XmlOptions options) {
721                   return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection.AdtnlPrvtSrcAmt) 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.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection newInstance() {
735               return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
736             
737             public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection newInstance(org.apache.xmlbeans.XmlOptions options) {
738               return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument.HUDNewDirection) 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.hudNewDirectionV11.HUDNewDirectionDocument newInstance() {
752           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
753         
754         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
755           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
756         
757         
758         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
759           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
760         
761         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
762           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
763         
764         
765         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
766           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
767         
768         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
769           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
770         
771         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
772           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
773         
774         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
775           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
776         
777         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
778           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
779         
780         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
781           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
782         
783         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
784           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
785         
786         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
787           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
788         
789         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
790           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
791         
792         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
793           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
794         
795         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
796           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
797         
798         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
799           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
800         
801         
802         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
803           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
804         
805         
806         public static gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
807           return (gov.grants.apply.forms.hudNewDirectionV11.HUDNewDirectionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
808         
809         
810         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 {
811           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
812         
813         
814         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 {
815           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
816         
817         private Factory() { } 
818     }
819 }