View Javadoc
1   /*
2    * An XML document type.
3    * Localname: HUD_RaceEthnic
4    * Namespace: http://apply.grants.gov/forms/HUD_RaceEthnic-V1.1
5    * Java type: gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hudRaceEthnicV11;
10  
11  
12  /**
13   * A document containing one HUD_RaceEthnic(@http://apply.grants.gov/forms/HUD_RaceEthnic-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface HUDRaceEthnicDocument 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(HUDRaceEthnicDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudraceethnicbf9edoctype");
21      
22      /**
23       * Gets the "HUD_RaceEthnic" element
24       */
25      gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic getHUDRaceEthnic();
26      
27      /**
28       * Sets the "HUD_RaceEthnic" element
29       */
30      void setHUDRaceEthnic(gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic hudRaceEthnic);
31      
32      /**
33       * Appends and returns a new empty "HUD_RaceEthnic" element
34       */
35      gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic addNewHUDRaceEthnic();
36      
37      /**
38       * An XML HUD_RaceEthnic(@http://apply.grants.gov/forms/HUD_RaceEthnic-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface HUDRaceEthnic 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(HUDRaceEthnic.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudraceethnic9dfaelemtype");
46          
47          /**
48           * Gets the "ProgramTitle" element
49           */
50          java.lang.String getProgramTitle();
51          
52          /**
53           * Gets (as xml) the "ProgramTitle" element
54           */
55          gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetProgramTitle();
56          
57          /**
58           * Sets the "ProgramTitle" element
59           */
60          void setProgramTitle(java.lang.String programTitle);
61          
62          /**
63           * Sets (as xml) the "ProgramTitle" element
64           */
65          void xsetProgramTitle(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType programTitle);
66          
67          /**
68           * Gets the "ComponentName" element
69           */
70          java.lang.String getComponentName();
71          
72          /**
73           * Gets (as xml) the "ComponentName" element
74           */
75          gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName xgetComponentName();
76          
77          /**
78           * True if has "ComponentName" element
79           */
80          boolean isSetComponentName();
81          
82          /**
83           * Sets the "ComponentName" element
84           */
85          void setComponentName(java.lang.String componentName);
86          
87          /**
88           * Sets (as xml) the "ComponentName" element
89           */
90          void xsetComponentName(gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName componentName);
91          
92          /**
93           * Unsets the "ComponentName" element
94           */
95          void unsetComponentName();
96          
97          /**
98           * Gets the "GranteeName" element
99           */
100         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getGranteeName();
101         
102         /**
103          * Sets the "GranteeName" element
104          */
105         void setGranteeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType granteeName);
106         
107         /**
108          * Appends and returns a new empty "GranteeName" element
109          */
110         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewGranteeName();
111         
112         /**
113          * Gets the "GranteeReportingOrganization" element
114          */
115         java.lang.String getGranteeReportingOrganization();
116         
117         /**
118          * Gets (as xml) the "GranteeReportingOrganization" element
119          */
120         gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization xgetGranteeReportingOrganization();
121         
122         /**
123          * Sets the "GranteeReportingOrganization" element
124          */
125         void setGranteeReportingOrganization(java.lang.String granteeReportingOrganization);
126         
127         /**
128          * Sets (as xml) the "GranteeReportingOrganization" element
129          */
130         void xsetGranteeReportingOrganization(gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization granteeReportingOrganization);
131         
132         /**
133          * Gets the "ReportingPeriodFromDate" element
134          */
135         java.util.Calendar getReportingPeriodFromDate();
136         
137         /**
138          * Gets (as xml) the "ReportingPeriodFromDate" element
139          */
140         org.apache.xmlbeans.XmlDate xgetReportingPeriodFromDate();
141         
142         /**
143          * Sets the "ReportingPeriodFromDate" element
144          */
145         void setReportingPeriodFromDate(java.util.Calendar reportingPeriodFromDate);
146         
147         /**
148          * Sets (as xml) the "ReportingPeriodFromDate" element
149          */
150         void xsetReportingPeriodFromDate(org.apache.xmlbeans.XmlDate reportingPeriodFromDate);
151         
152         /**
153          * Gets the "ReportingPeriodToDate" element
154          */
155         java.util.Calendar getReportingPeriodToDate();
156         
157         /**
158          * Gets (as xml) the "ReportingPeriodToDate" element
159          */
160         org.apache.xmlbeans.XmlDate xgetReportingPeriodToDate();
161         
162         /**
163          * Sets the "ReportingPeriodToDate" element
164          */
165         void setReportingPeriodToDate(java.util.Calendar reportingPeriodToDate);
166         
167         /**
168          * Sets (as xml) the "ReportingPeriodToDate" element
169          */
170         void xsetReportingPeriodToDate(org.apache.xmlbeans.XmlDate reportingPeriodToDate);
171         
172         /**
173          * Gets the "AmrcnIndnAkNtvRaceRspns" element
174          */
175         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getAmrcnIndnAkNtvRaceRspns();
176         
177         /**
178          * Sets the "AmrcnIndnAkNtvRaceRspns" element
179          */
180         void setAmrcnIndnAkNtvRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType amrcnIndnAkNtvRaceRspns);
181         
182         /**
183          * Appends and returns a new empty "AmrcnIndnAkNtvRaceRspns" element
184          */
185         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewAmrcnIndnAkNtvRaceRspns();
186         
187         /**
188          * Gets the "AsianRaceRspns" element
189          */
190         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getAsianRaceRspns();
191         
192         /**
193          * Sets the "AsianRaceRspns" element
194          */
195         void setAsianRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType asianRaceRspns);
196         
197         /**
198          * Appends and returns a new empty "AsianRaceRspns" element
199          */
200         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewAsianRaceRspns();
201         
202         /**
203          * Gets the "BlckAfrcnAmrcnRaceRspns" element
204          */
205         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getBlckAfrcnAmrcnRaceRspns();
206         
207         /**
208          * Sets the "BlckAfrcnAmrcnRaceRspns" element
209          */
210         void setBlckAfrcnAmrcnRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType blckAfrcnAmrcnRaceRspns);
211         
212         /**
213          * Appends and returns a new empty "BlckAfrcnAmrcnRaceRspns" element
214          */
215         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewBlckAfrcnAmrcnRaceRspns();
216         
217         /**
218          * Gets the "NtvHwnOthPcfcIslndrRaceRspns" element
219          */
220         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getNtvHwnOthPcfcIslndrRaceRspns();
221         
222         /**
223          * Sets the "NtvHwnOthPcfcIslndrRaceRspns" element
224          */
225         void setNtvHwnOthPcfcIslndrRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType ntvHwnOthPcfcIslndrRaceRspns);
226         
227         /**
228          * Appends and returns a new empty "NtvHwnOthPcfcIslndrRaceRspns" element
229          */
230         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewNtvHwnOthPcfcIslndrRaceRspns();
231         
232         /**
233          * Gets the "WhiteRaceRspns" element
234          */
235         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getWhiteRaceRspns();
236         
237         /**
238          * Sets the "WhiteRaceRspns" element
239          */
240         void setWhiteRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType whiteRaceRspns);
241         
242         /**
243          * Appends and returns a new empty "WhiteRaceRspns" element
244          */
245         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewWhiteRaceRspns();
246         
247         /**
248          * Gets the "AmInAkNtvWhiteRaceRspns" element
249          */
250         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getAmInAkNtvWhiteRaceRspns();
251         
252         /**
253          * Sets the "AmInAkNtvWhiteRaceRspns" element
254          */
255         void setAmInAkNtvWhiteRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType amInAkNtvWhiteRaceRspns);
256         
257         /**
258          * Appends and returns a new empty "AmInAkNtvWhiteRaceRspns" element
259          */
260         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewAmInAkNtvWhiteRaceRspns();
261         
262         /**
263          * Gets the "AsianWhiteRaceRspns" element
264          */
265         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getAsianWhiteRaceRspns();
266         
267         /**
268          * Sets the "AsianWhiteRaceRspns" element
269          */
270         void setAsianWhiteRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType asianWhiteRaceRspns);
271         
272         /**
273          * Appends and returns a new empty "AsianWhiteRaceRspns" element
274          */
275         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewAsianWhiteRaceRspns();
276         
277         /**
278          * Gets the "BlckAfrcnAmWhiteRaceRspns" element
279          */
280         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getBlckAfrcnAmWhiteRaceRspns();
281         
282         /**
283          * Sets the "BlckAfrcnAmWhiteRaceRspns" element
284          */
285         void setBlckAfrcnAmWhiteRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType blckAfrcnAmWhiteRaceRspns);
286         
287         /**
288          * Appends and returns a new empty "BlckAfrcnAmWhiteRaceRspns" element
289          */
290         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewBlckAfrcnAmWhiteRaceRspns();
291         
292         /**
293          * Gets the "AmrIndAkNtvBlkRaceRspns" element
294          */
295         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getAmrIndAkNtvBlkRaceRspns();
296         
297         /**
298          * Sets the "AmrIndAkNtvBlkRaceRspns" element
299          */
300         void setAmrIndAkNtvBlkRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType amrIndAkNtvBlkRaceRspns);
301         
302         /**
303          * Appends and returns a new empty "AmrIndAkNtvBlkRaceRspns" element
304          */
305         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewAmrIndAkNtvBlkRaceRspns();
306         
307         /**
308          * Gets the "BalanceMoreOneRaceRspns" element
309          */
310         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getBalanceMoreOneRaceRspns();
311         
312         /**
313          * True if has "BalanceMoreOneRaceRspns" element
314          */
315         boolean isSetBalanceMoreOneRaceRspns();
316         
317         /**
318          * Sets the "BalanceMoreOneRaceRspns" element
319          */
320         void setBalanceMoreOneRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType balanceMoreOneRaceRspns);
321         
322         /**
323          * Appends and returns a new empty "BalanceMoreOneRaceRspns" element
324          */
325         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewBalanceMoreOneRaceRspns();
326         
327         /**
328          * Unsets the "BalanceMoreOneRaceRspns" element
329          */
330         void unsetBalanceMoreOneRaceRspns();
331         
332         /**
333          * Gets the "TotalRaceRspns" element
334          */
335         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType getTotalRaceRspns();
336         
337         /**
338          * Sets the "TotalRaceRspns" element
339          */
340         void setTotalRaceRspns(gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType totalRaceRspns);
341         
342         /**
343          * Appends and returns a new empty "TotalRaceRspns" element
344          */
345         gov.grants.apply.forms.hudRaceEthnicV11.RacialReportDataType addNewTotalRaceRspns();
346         
347         /**
348          * Gets array of all "OtherRaceRspns" elements
349          */
350         gov.grants.apply.forms.hudRaceEthnicV11.OtherRacialReportDataType[] getOtherRaceRspnsArray();
351         
352         /**
353          * Gets ith "OtherRaceRspns" element
354          */
355         gov.grants.apply.forms.hudRaceEthnicV11.OtherRacialReportDataType getOtherRaceRspnsArray(int i);
356         
357         /**
358          * Returns number of "OtherRaceRspns" element
359          */
360         int sizeOfOtherRaceRspnsArray();
361         
362         /**
363          * Sets array of all "OtherRaceRspns" element
364          */
365         void setOtherRaceRspnsArray(gov.grants.apply.forms.hudRaceEthnicV11.OtherRacialReportDataType[] otherRaceRspnsArray);
366         
367         /**
368          * Sets ith "OtherRaceRspns" element
369          */
370         void setOtherRaceRspnsArray(int i, gov.grants.apply.forms.hudRaceEthnicV11.OtherRacialReportDataType otherRaceRspns);
371         
372         /**
373          * Inserts and returns a new empty value (as xml) as the ith "OtherRaceRspns" element
374          */
375         gov.grants.apply.forms.hudRaceEthnicV11.OtherRacialReportDataType insertNewOtherRaceRspns(int i);
376         
377         /**
378          * Appends and returns a new empty value (as xml) as the last "OtherRaceRspns" element
379          */
380         gov.grants.apply.forms.hudRaceEthnicV11.OtherRacialReportDataType addNewOtherRaceRspns();
381         
382         /**
383          * Removes the ith "OtherRaceRspns" element
384          */
385         void removeOtherRaceRspns(int i);
386         
387         /**
388          * Gets the "FormVersion" attribute
389          */
390         java.lang.String getFormVersion();
391         
392         /**
393          * Gets (as xml) the "FormVersion" attribute
394          */
395         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
396         
397         /**
398          * Sets the "FormVersion" attribute
399          */
400         void setFormVersion(java.lang.String formVersion);
401         
402         /**
403          * Sets (as xml) the "FormVersion" attribute
404          */
405         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
406         
407         /**
408          * An XML ComponentName(@http://apply.grants.gov/forms/HUD_RaceEthnic-V1.1).
409          *
410          * This is an atomic type that is a restriction of gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument$HUDRaceEthnic$ComponentName.
411          */
412         public interface ComponentName extends org.apache.xmlbeans.XmlString
413         {
414             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
415                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ComponentName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("componentnamedf6eelemtype");
416             
417             /**
418              * A factory class with static methods for creating instances
419              * of this type.
420              */
421             
422             public static final class Factory
423             {
424                 public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName newValue(java.lang.Object obj) {
425                   return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName) type.newValue( obj ); }
426                 
427                 public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName newInstance() {
428                   return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
429                 
430                 public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName newInstance(org.apache.xmlbeans.XmlOptions options) {
431                   return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.ComponentName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
432                 
433                 private Factory() { } // No instance of this class allowed
434             }
435         }
436         
437         /**
438          * An XML GranteeReportingOrganization(@http://apply.grants.gov/forms/HUD_RaceEthnic-V1.1).
439          *
440          * This is an atomic type that is a restriction of gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument$HUDRaceEthnic$GranteeReportingOrganization.
441          */
442         public interface GranteeReportingOrganization extends org.apache.xmlbeans.XmlString
443         {
444             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
445                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GranteeReportingOrganization.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("granteereportingorganization7d5belemtype");
446             
447             /**
448              * A factory class with static methods for creating instances
449              * of this type.
450              */
451             
452             public static final class Factory
453             {
454                 public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization newValue(java.lang.Object obj) {
455                   return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization) type.newValue( obj ); }
456                 
457                 public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization newInstance() {
458                   return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
459                 
460                 public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization newInstance(org.apache.xmlbeans.XmlOptions options) {
461                   return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic.GranteeReportingOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
462                 
463                 private Factory() { } // No instance of this class allowed
464             }
465         }
466         
467         /**
468          * A factory class with static methods for creating instances
469          * of this type.
470          */
471         
472         public static final class Factory
473         {
474             public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic newInstance() {
475               return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
476             
477             public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic newInstance(org.apache.xmlbeans.XmlOptions options) {
478               return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument.HUDRaceEthnic) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
479             
480             private Factory() { } // No instance of this class allowed
481         }
482     }
483     
484     /**
485      * A factory class with static methods for creating instances
486      * of this type.
487      */
488     
489     public static final class Factory
490     {
491         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument newInstance() {
492           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
493         
494         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
495           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
496         
497         /** @param xmlAsString the string value to parse */
498         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
499           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
500         
501         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
502           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
503         
504         /** @param file the file from which to load an xml document */
505         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
506           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
507         
508         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
509           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
510         
511         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
512           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
513         
514         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
515           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
516         
517         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
518           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
519         
520         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
521           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
522         
523         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
524           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
525         
526         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
527           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
528         
529         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
530           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
531         
532         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
533           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
534         
535         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
536           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
537         
538         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
539           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
540         
541         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
542         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
543           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
544         
545         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
546         public static gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
547           return (gov.grants.apply.forms.hudRaceEthnicV11.HUDRaceEthnicDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
548         
549         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
550         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 {
551           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
552         
553         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
554         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 {
555           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
556         
557         private Factory() { } // No instance of this class allowed
558     }
559 }