View Javadoc
1   /*
2    * An XML document type.
3    * Localname: HUD_ROSS
4    * Namespace: http://apply.grants.gov/forms/HUD_ROSS-V1.1
5    * Java type: gov.grants.apply.forms.hudROSSV11.HUDROSSDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hudROSSV11;
10  
11  
12  /**
13   * A document containing one HUD_ROSS(@http://apply.grants.gov/forms/HUD_ROSS-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface HUDROSSDocument 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(HUDROSSDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudross753edoctype");
21      
22      /**
23       * Gets the "HUD_ROSS" element
24       */
25      gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS getHUDROSS();
26      
27      /**
28       * Sets the "HUD_ROSS" element
29       */
30      void setHUDROSS(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS hudross);
31      
32      /**
33       * Appends and returns a new empty "HUD_ROSS" element
34       */
35      gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS addNewHUDROSS();
36      
37      /**
38       * An XML HUD_ROSS(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface HUDROSS 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(HUDROSS.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hudrosse3bdelemtype");
46          
47          /**
48           * Gets the "PHAApplicantName" element
49           */
50          java.lang.String getPHAApplicantName();
51          
52          /**
53           * Gets (as xml) the "PHAApplicantName" element
54           */
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPHAApplicantName();
56          
57          /**
58           * Sets the "PHAApplicantName" element
59           */
60          void setPHAApplicantName(java.lang.String phaApplicantName);
61          
62          /**
63           * Sets (as xml) the "PHAApplicantName" element
64           */
65          void xsetPHAApplicantName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType phaApplicantName);
66          
67          /**
68           * Gets the "PHAGrantIndicator" element
69           */
70          gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator.Enum getPHAGrantIndicator();
71          
72          /**
73           * Gets (as xml) the "PHAGrantIndicator" element
74           */
75          gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator xgetPHAGrantIndicator();
76          
77          /**
78           * Sets the "PHAGrantIndicator" element
79           */
80          void setPHAGrantIndicator(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator.Enum phaGrantIndicator);
81          
82          /**
83           * Sets (as xml) the "PHAGrantIndicator" element
84           */
85          void xsetPHAGrantIndicator(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator phaGrantIndicator);
86          
87          /**
88           * Gets the "Applicants" element
89           */
90          gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants getApplicants();
91          
92          /**
93           * True if has "Applicants" element
94           */
95          boolean isSetApplicants();
96          
97          /**
98           * Sets the "Applicants" element
99           */
100         void setApplicants(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants applicants);
101         
102         /**
103          * Appends and returns a new empty "Applicants" element
104          */
105         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants addNewApplicants();
106         
107         /**
108          * Unsets the "Applicants" element
109          */
110         void unsetApplicants();
111         
112         /**
113          * Gets the "ResearchStaffs" element
114          */
115         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs getResearchStaffs();
116         
117         /**
118          * True if has "ResearchStaffs" element
119          */
120         boolean isSetResearchStaffs();
121         
122         /**
123          * Sets the "ResearchStaffs" element
124          */
125         void setResearchStaffs(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs researchStaffs);
126         
127         /**
128          * Appends and returns a new empty "ResearchStaffs" element
129          */
130         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs addNewResearchStaffs();
131         
132         /**
133          * Unsets the "ResearchStaffs" element
134          */
135         void unsetResearchStaffs();
136         
137         /**
138          * Gets the "Contractors" element
139          */
140         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors getContractors();
141         
142         /**
143          * True if has "Contractors" element
144          */
145         boolean isSetContractors();
146         
147         /**
148          * Sets the "Contractors" element
149          */
150         void setContractors(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors contractors);
151         
152         /**
153          * Appends and returns a new empty "Contractors" element
154          */
155         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors addNewContractors();
156         
157         /**
158          * Unsets the "Contractors" element
159          */
160         void unsetContractors();
161         
162         /**
163          * Gets the "PHAContractAdministrator" element
164          */
165         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator getPHAContractAdministrator();
166         
167         /**
168          * True if has "PHAContractAdministrator" element
169          */
170         boolean isSetPHAContractAdministrator();
171         
172         /**
173          * Sets the "PHAContractAdministrator" element
174          */
175         void setPHAContractAdministrator(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator phaContractAdministrator);
176         
177         /**
178          * Appends and returns a new empty "PHAContractAdministrator" element
179          */
180         gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator addNewPHAContractAdministrator();
181         
182         /**
183          * Unsets the "PHAContractAdministrator" element
184          */
185         void unsetPHAContractAdministrator();
186         
187         /**
188          * Gets the "FormVersion" attribute
189          */
190         java.lang.String getFormVersion();
191         
192         /**
193          * Gets (as xml) the "FormVersion" attribute
194          */
195         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
196         
197         /**
198          * Sets the "FormVersion" attribute
199          */
200         void setFormVersion(java.lang.String formVersion);
201         
202         /**
203          * Sets (as xml) the "FormVersion" attribute
204          */
205         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
206         
207         /**
208          * An XML PHAGrantIndicator(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
209          *
210          * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$PHAGrantIndicator.
211          */
212         public interface PHAGrantIndicator extends org.apache.xmlbeans.XmlString
213         {
214             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
215                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAGrantIndicator.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phagrantindicator8e25elemtype");
216             
217             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
218             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
219             
220             static final Enum RSDM_FAMILY = Enum.forString("RSDM-Family");
221             static final Enum RSDM_ELDERLY = Enum.forString("RSDM-Elderly");
222             static final Enum HOMEOWNERSHIP_SUPPORTIVE_SERVICES = Enum.forString("HomeownershipSupportiveServices");
223             static final Enum NEIGHBORHOOD_NETWORKS = Enum.forString("NeighborhoodNetworks");
224             static final Enum PH_FAMILY_SELF_SUFFICIENCY = Enum.forString("PHFamilySelfSufficiency");
225             
226             static final int INT_RSDM_FAMILY = Enum.INT_RSDM_FAMILY;
227             static final int INT_RSDM_ELDERLY = Enum.INT_RSDM_ELDERLY;
228             static final int INT_HOMEOWNERSHIP_SUPPORTIVE_SERVICES = Enum.INT_HOMEOWNERSHIP_SUPPORTIVE_SERVICES;
229             static final int INT_NEIGHBORHOOD_NETWORKS = Enum.INT_NEIGHBORHOOD_NETWORKS;
230             static final int INT_PH_FAMILY_SELF_SUFFICIENCY = Enum.INT_PH_FAMILY_SELF_SUFFICIENCY;
231             
232             /**
233              * Enumeration value class for gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$PHAGrantIndicator.
234              * These enum values can be used as follows:
235              * <pre>
236              * enum.toString(); // returns the string value of the enum
237              * enum.intValue(); // returns an int value, useful for switches
238              * // e.g., case Enum.INT_RSDM_FAMILY
239              * Enum.forString(s); // returns the enum value for a string
240              * Enum.forInt(i); // returns the enum value for an int
241              * </pre>
242              * Enumeration objects are immutable singleton objects that
243              * can be compared using == object equality. They have no
244              * public constructor. See the constants defined within this
245              * class for all the valid values.
246              */
247             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
248             {
249                 /**
250                  * Returns the enum value for a string, or null if none.
251                  */
252                 public static Enum forString(java.lang.String s)
253                     { return (Enum)table.forString(s); }
254                 /**
255                  * Returns the enum value corresponding to an int, or null if none.
256                  */
257                 public static Enum forInt(int i)
258                     { return (Enum)table.forInt(i); }
259                 
260                 private Enum(java.lang.String s, int i)
261                     { super(s, i); }
262                 
263                 static final int INT_RSDM_FAMILY = 1;
264                 static final int INT_RSDM_ELDERLY = 2;
265                 static final int INT_HOMEOWNERSHIP_SUPPORTIVE_SERVICES = 3;
266                 static final int INT_NEIGHBORHOOD_NETWORKS = 4;
267                 static final int INT_PH_FAMILY_SELF_SUFFICIENCY = 5;
268                 
269                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
270                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
271                 (
272                     new Enum[]
273                     {
274                       new Enum("RSDM-Family", INT_RSDM_FAMILY),
275                       new Enum("RSDM-Elderly", INT_RSDM_ELDERLY),
276                       new Enum("HomeownershipSupportiveServices", INT_HOMEOWNERSHIP_SUPPORTIVE_SERVICES),
277                       new Enum("NeighborhoodNetworks", INT_NEIGHBORHOOD_NETWORKS),
278                       new Enum("PHFamilySelfSufficiency", INT_PH_FAMILY_SELF_SUFFICIENCY),
279                     }
280                 );
281                 private static final long serialVersionUID = 1L;
282                 private java.lang.Object readResolve() { return forInt(intValue()); } 
283             }
284             
285             /**
286              * A factory class with static methods for creating instances
287              * of this type.
288              */
289             
290             public static final class Factory
291             {
292                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator newValue(java.lang.Object obj) {
293                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator) type.newValue( obj ); }
294                 
295                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator newInstance() {
296                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
297                 
298                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator newInstance(org.apache.xmlbeans.XmlOptions options) {
299                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAGrantIndicator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
300                 
301                 private Factory() { } // No instance of this class allowed
302             }
303         }
304         
305         /**
306          * An XML Applicants(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
307          *
308          * This is a complex type.
309          */
310         public interface Applicants extends org.apache.xmlbeans.XmlObject
311         {
312             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
313                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Applicants.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicants5ceaelemtype");
314             
315             /**
316              * Gets array of all "Applicant" elements
317              */
318             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant[] getApplicantArray();
319             
320             /**
321              * Gets ith "Applicant" element
322              */
323             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant getApplicantArray(int i);
324             
325             /**
326              * Returns number of "Applicant" element
327              */
328             int sizeOfApplicantArray();
329             
330             /**
331              * Sets array of all "Applicant" element
332              */
333             void setApplicantArray(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant[] applicantArray);
334             
335             /**
336              * Sets ith "Applicant" element
337              */
338             void setApplicantArray(int i, gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant applicant);
339             
340             /**
341              * Inserts and returns a new empty value (as xml) as the ith "Applicant" element
342              */
343             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant insertNewApplicant(int i);
344             
345             /**
346              * Appends and returns a new empty value (as xml) as the last "Applicant" element
347              */
348             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant addNewApplicant();
349             
350             /**
351              * Removes the ith "Applicant" element
352              */
353             void removeApplicant(int i);
354             
355             /**
356              * An XML Applicant(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
357              *
358              * This is a complex type.
359              */
360             public interface Applicant extends org.apache.xmlbeans.XmlObject
361             {
362                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
363                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Applicant.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicante5dcelemtype");
364                 
365                 /**
366                  * Gets the "ApplicantName" element
367                  */
368                 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getApplicantName();
369                 
370                 /**
371                  * Sets the "ApplicantName" element
372                  */
373                 void setApplicantName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType applicantName);
374                 
375                 /**
376                  * Appends and returns a new empty "ApplicantName" element
377                  */
378                 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewApplicantName();
379                 
380                 /**
381                  * Gets the "PHAAplcntStaffPersonOrganization" element
382                  */
383                 java.lang.String getPHAAplcntStaffPersonOrganization();
384                 
385                 /**
386                  * Gets (as xml) the "PHAAplcntStaffPersonOrganization" element
387                  */
388                 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPHAAplcntStaffPersonOrganization();
389                 
390                 /**
391                  * Sets the "PHAAplcntStaffPersonOrganization" element
392                  */
393                 void setPHAAplcntStaffPersonOrganization(java.lang.String phaAplcntStaffPersonOrganization);
394                 
395                 /**
396                  * Sets (as xml) the "PHAAplcntStaffPersonOrganization" element
397                  */
398                 void xsetPHAAplcntStaffPersonOrganization(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType phaAplcntStaffPersonOrganization);
399                 
400                 /**
401                  * Gets the "PHAAplcntStaffPersonPosition" element
402                  */
403                 java.lang.String getPHAAplcntStaffPersonPosition();
404                 
405                 /**
406                  * Gets (as xml) the "PHAAplcntStaffPersonPosition" element
407                  */
408                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition xgetPHAAplcntStaffPersonPosition();
409                 
410                 /**
411                  * Sets the "PHAAplcntStaffPersonPosition" element
412                  */
413                 void setPHAAplcntStaffPersonPosition(java.lang.String phaAplcntStaffPersonPosition);
414                 
415                 /**
416                  * Sets (as xml) the "PHAAplcntStaffPersonPosition" element
417                  */
418                 void xsetPHAAplcntStaffPersonPosition(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition phaAplcntStaffPersonPosition);
419                 
420                 /**
421                  * Gets the "PHAAplcntStaffGrantActivity" element
422                  */
423                 java.lang.String getPHAAplcntStaffGrantActivity();
424                 
425                 /**
426                  * Gets (as xml) the "PHAAplcntStaffGrantActivity" element
427                  */
428                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity xgetPHAAplcntStaffGrantActivity();
429                 
430                 /**
431                  * Sets the "PHAAplcntStaffGrantActivity" element
432                  */
433                 void setPHAAplcntStaffGrantActivity(java.lang.String phaAplcntStaffGrantActivity);
434                 
435                 /**
436                  * Sets (as xml) the "PHAAplcntStaffGrantActivity" element
437                  */
438                 void xsetPHAAplcntStaffGrantActivity(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity phaAplcntStaffGrantActivity);
439                 
440                 /**
441                  * Gets the "PHAAplcntStaffPersonGrantPrcntg" element
442                  */
443                 float getPHAAplcntStaffPersonGrantPrcntg();
444                 
445                 /**
446                  * Gets (as xml) the "PHAAplcntStaffPersonGrantPrcntg" element
447                  */
448                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg xgetPHAAplcntStaffPersonGrantPrcntg();
449                 
450                 /**
451                  * Sets the "PHAAplcntStaffPersonGrantPrcntg" element
452                  */
453                 void setPHAAplcntStaffPersonGrantPrcntg(float phaAplcntStaffPersonGrantPrcntg);
454                 
455                 /**
456                  * Sets (as xml) the "PHAAplcntStaffPersonGrantPrcntg" element
457                  */
458                 void xsetPHAAplcntStaffPersonGrantPrcntg(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg phaAplcntStaffPersonGrantPrcntg);
459                 
460                 /**
461                  * Gets the "PHAAplcntStaffPersonCostToGrant" element
462                  */
463                 java.math.BigDecimal getPHAAplcntStaffPersonCostToGrant();
464                 
465                 /**
466                  * Gets (as xml) the "PHAAplcntStaffPersonCostToGrant" element
467                  */
468                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetPHAAplcntStaffPersonCostToGrant();
469                 
470                 /**
471                  * Sets the "PHAAplcntStaffPersonCostToGrant" element
472                  */
473                 void setPHAAplcntStaffPersonCostToGrant(java.math.BigDecimal phaAplcntStaffPersonCostToGrant);
474                 
475                 /**
476                  * Sets (as xml) the "PHAAplcntStaffPersonCostToGrant" element
477                  */
478                 void xsetPHAAplcntStaffPersonCostToGrant(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType phaAplcntStaffPersonCostToGrant);
479                 
480                 /**
481                  * An XML PHAAplcntStaffPersonPosition(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
482                  *
483                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$Applicants$Applicant$PHAAplcntStaffPersonPosition.
484                  */
485                 public interface PHAAplcntStaffPersonPosition extends org.apache.xmlbeans.XmlString
486                 {
487                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
488                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAAplcntStaffPersonPosition.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phaaplcntstaffpersonposition0697elemtype");
489                     
490                     /**
491                      * A factory class with static methods for creating instances
492                      * of this type.
493                      */
494                     
495                     public static final class Factory
496                     {
497                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition newValue(java.lang.Object obj) {
498                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition) type.newValue( obj ); }
499                       
500                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition newInstance() {
501                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
502                       
503                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition newInstance(org.apache.xmlbeans.XmlOptions options) {
504                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonPosition) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
505                       
506                       private Factory() { } // No instance of this class allowed
507                     }
508                 }
509                 
510                 /**
511                  * An XML PHAAplcntStaffGrantActivity(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
512                  *
513                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$Applicants$Applicant$PHAAplcntStaffGrantActivity.
514                  */
515                 public interface PHAAplcntStaffGrantActivity extends org.apache.xmlbeans.XmlString
516                 {
517                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
518                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAAplcntStaffGrantActivity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phaaplcntstaffgrantactivity86f0elemtype");
519                     
520                     /**
521                      * A factory class with static methods for creating instances
522                      * of this type.
523                      */
524                     
525                     public static final class Factory
526                     {
527                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity newValue(java.lang.Object obj) {
528                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity) type.newValue( obj ); }
529                       
530                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity newInstance() {
531                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
532                       
533                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity newInstance(org.apache.xmlbeans.XmlOptions options) {
534                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
535                       
536                       private Factory() { } // No instance of this class allowed
537                     }
538                 }
539                 
540                 /**
541                  * An XML PHAAplcntStaffPersonGrantPrcntg(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
542                  *
543                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$Applicants$Applicant$PHAAplcntStaffPersonGrantPrcntg.
544                  */
545                 public interface PHAAplcntStaffPersonGrantPrcntg extends org.apache.xmlbeans.XmlFloat
546                 {
547                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
548                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAAplcntStaffPersonGrantPrcntg.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phaaplcntstaffpersongrantprcntg7574elemtype");
549                     
550                     /**
551                      * A factory class with static methods for creating instances
552                      * of this type.
553                      */
554                     
555                     public static final class Factory
556                     {
557                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg newValue(java.lang.Object obj) {
558                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg) type.newValue( obj ); }
559                       
560                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg newInstance() {
561                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
562                       
563                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg newInstance(org.apache.xmlbeans.XmlOptions options) {
564                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant.PHAAplcntStaffPersonGrantPrcntg) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
565                       
566                       private Factory() { } // No instance of this class allowed
567                     }
568                 }
569                 
570                 /**
571                  * A factory class with static methods for creating instances
572                  * of this type.
573                  */
574                 
575                 public static final class Factory
576                 {
577                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant newInstance() {
578                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
579                     
580                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant newInstance(org.apache.xmlbeans.XmlOptions options) {
581                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants.Applicant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
582                     
583                     private Factory() { } // No instance of this class allowed
584                 }
585             }
586             
587             /**
588              * A factory class with static methods for creating instances
589              * of this type.
590              */
591             
592             public static final class Factory
593             {
594                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants newInstance() {
595                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
596                 
597                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants newInstance(org.apache.xmlbeans.XmlOptions options) {
598                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Applicants) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
599                 
600                 private Factory() { } // No instance of this class allowed
601             }
602         }
603         
604         /**
605          * An XML ResearchStaffs(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
606          *
607          * This is a complex type.
608          */
609         public interface ResearchStaffs extends org.apache.xmlbeans.XmlObject
610         {
611             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
612                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchStaffs.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchstaffs9b07elemtype");
613             
614             /**
615              * Gets array of all "ResearchStaff" elements
616              */
617             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff[] getResearchStaffArray();
618             
619             /**
620              * Gets ith "ResearchStaff" element
621              */
622             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff getResearchStaffArray(int i);
623             
624             /**
625              * Returns number of "ResearchStaff" element
626              */
627             int sizeOfResearchStaffArray();
628             
629             /**
630              * Sets array of all "ResearchStaff" element
631              */
632             void setResearchStaffArray(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff[] researchStaffArray);
633             
634             /**
635              * Sets ith "ResearchStaff" element
636              */
637             void setResearchStaffArray(int i, gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff researchStaff);
638             
639             /**
640              * Inserts and returns a new empty value (as xml) as the ith "ResearchStaff" element
641              */
642             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff insertNewResearchStaff(int i);
643             
644             /**
645              * Appends and returns a new empty value (as xml) as the last "ResearchStaff" element
646              */
647             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff addNewResearchStaff();
648             
649             /**
650              * Removes the ith "ResearchStaff" element
651              */
652             void removeResearchStaff(int i);
653             
654             /**
655              * An XML ResearchStaff(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
656              *
657              * This is a complex type.
658              */
659             public interface ResearchStaff extends org.apache.xmlbeans.XmlObject
660             {
661                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
662                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchStaff.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchstaffbf16elemtype");
663                 
664                 /**
665                  * Gets the "ResearchStaffName" element
666                  */
667                 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getResearchStaffName();
668                 
669                 /**
670                  * Sets the "ResearchStaffName" element
671                  */
672                 void setResearchStaffName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType researchStaffName);
673                 
674                 /**
675                  * Appends and returns a new empty "ResearchStaffName" element
676                  */
677                 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewResearchStaffName();
678                 
679                 /**
680                  * Gets the "PHARsdntStaffPersonOrganization" element
681                  */
682                 java.lang.String getPHARsdntStaffPersonOrganization();
683                 
684                 /**
685                  * Gets (as xml) the "PHARsdntStaffPersonOrganization" element
686                  */
687                 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPHARsdntStaffPersonOrganization();
688                 
689                 /**
690                  * Sets the "PHARsdntStaffPersonOrganization" element
691                  */
692                 void setPHARsdntStaffPersonOrganization(java.lang.String phaRsdntStaffPersonOrganization);
693                 
694                 /**
695                  * Sets (as xml) the "PHARsdntStaffPersonOrganization" element
696                  */
697                 void xsetPHARsdntStaffPersonOrganization(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType phaRsdntStaffPersonOrganization);
698                 
699                 /**
700                  * Gets the "PHARsdntStaffPersonPosition" element
701                  */
702                 java.lang.String getPHARsdntStaffPersonPosition();
703                 
704                 /**
705                  * Gets (as xml) the "PHARsdntStaffPersonPosition" element
706                  */
707                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition xgetPHARsdntStaffPersonPosition();
708                 
709                 /**
710                  * Sets the "PHARsdntStaffPersonPosition" element
711                  */
712                 void setPHARsdntStaffPersonPosition(java.lang.String phaRsdntStaffPersonPosition);
713                 
714                 /**
715                  * Sets (as xml) the "PHARsdntStaffPersonPosition" element
716                  */
717                 void xsetPHARsdntStaffPersonPosition(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition phaRsdntStaffPersonPosition);
718                 
719                 /**
720                  * Gets the "StaffPHAGrantActivity" element
721                  */
722                 java.lang.String getStaffPHAGrantActivity();
723                 
724                 /**
725                  * Gets (as xml) the "StaffPHAGrantActivity" element
726                  */
727                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity xgetStaffPHAGrantActivity();
728                 
729                 /**
730                  * Sets the "StaffPHAGrantActivity" element
731                  */
732                 void setStaffPHAGrantActivity(java.lang.String staffPHAGrantActivity);
733                 
734                 /**
735                  * Sets (as xml) the "StaffPHAGrantActivity" element
736                  */
737                 void xsetStaffPHAGrantActivity(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity staffPHAGrantActivity);
738                 
739                 /**
740                  * Gets the "PHARsdntStaffPersonGrantPrcntg" element
741                  */
742                 float getPHARsdntStaffPersonGrantPrcntg();
743                 
744                 /**
745                  * Gets (as xml) the "PHARsdntStaffPersonGrantPrcntg" element
746                  */
747                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg xgetPHARsdntStaffPersonGrantPrcntg();
748                 
749                 /**
750                  * Sets the "PHARsdntStaffPersonGrantPrcntg" element
751                  */
752                 void setPHARsdntStaffPersonGrantPrcntg(float phaRsdntStaffPersonGrantPrcntg);
753                 
754                 /**
755                  * Sets (as xml) the "PHARsdntStaffPersonGrantPrcntg" element
756                  */
757                 void xsetPHARsdntStaffPersonGrantPrcntg(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg phaRsdntStaffPersonGrantPrcntg);
758                 
759                 /**
760                  * Gets the "PHARsdntStaffPersonCostToGrant" element
761                  */
762                 java.math.BigDecimal getPHARsdntStaffPersonCostToGrant();
763                 
764                 /**
765                  * Gets (as xml) the "PHARsdntStaffPersonCostToGrant" element
766                  */
767                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetPHARsdntStaffPersonCostToGrant();
768                 
769                 /**
770                  * Sets the "PHARsdntStaffPersonCostToGrant" element
771                  */
772                 void setPHARsdntStaffPersonCostToGrant(java.math.BigDecimal phaRsdntStaffPersonCostToGrant);
773                 
774                 /**
775                  * Sets (as xml) the "PHARsdntStaffPersonCostToGrant" element
776                  */
777                 void xsetPHARsdntStaffPersonCostToGrant(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType phaRsdntStaffPersonCostToGrant);
778                 
779                 /**
780                  * An XML PHARsdntStaffPersonPosition(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
781                  *
782                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$ResearchStaffs$ResearchStaff$PHARsdntStaffPersonPosition.
783                  */
784                 public interface PHARsdntStaffPersonPosition extends org.apache.xmlbeans.XmlString
785                 {
786                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
787                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHARsdntStaffPersonPosition.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("pharsdntstaffpersonposition1f6celemtype");
788                     
789                     /**
790                      * A factory class with static methods for creating instances
791                      * of this type.
792                      */
793                     
794                     public static final class Factory
795                     {
796                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition newValue(java.lang.Object obj) {
797                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition) type.newValue( obj ); }
798                       
799                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition newInstance() {
800                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
801                       
802                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition newInstance(org.apache.xmlbeans.XmlOptions options) {
803                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonPosition) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
804                       
805                       private Factory() { } // No instance of this class allowed
806                     }
807                 }
808                 
809                 /**
810                  * An XML StaffPHAGrantActivity(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
811                  *
812                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$ResearchStaffs$ResearchStaff$StaffPHAGrantActivity.
813                  */
814                 public interface StaffPHAGrantActivity extends org.apache.xmlbeans.XmlString
815                 {
816                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
817                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StaffPHAGrantActivity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("staffphagrantactivityd1a8elemtype");
818                     
819                     /**
820                      * A factory class with static methods for creating instances
821                      * of this type.
822                      */
823                     
824                     public static final class Factory
825                     {
826                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity newValue(java.lang.Object obj) {
827                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity) type.newValue( obj ); }
828                       
829                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity newInstance() {
830                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
831                       
832                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity newInstance(org.apache.xmlbeans.XmlOptions options) {
833                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.StaffPHAGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
834                       
835                       private Factory() { } // No instance of this class allowed
836                     }
837                 }
838                 
839                 /**
840                  * An XML PHARsdntStaffPersonGrantPrcntg(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
841                  *
842                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$ResearchStaffs$ResearchStaff$PHARsdntStaffPersonGrantPrcntg.
843                  */
844                 public interface PHARsdntStaffPersonGrantPrcntg extends org.apache.xmlbeans.XmlFloat
845                 {
846                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
847                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHARsdntStaffPersonGrantPrcntg.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("pharsdntstaffpersongrantprcntg4233elemtype");
848                     
849                     /**
850                      * A factory class with static methods for creating instances
851                      * of this type.
852                      */
853                     
854                     public static final class Factory
855                     {
856                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg newValue(java.lang.Object obj) {
857                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg) type.newValue( obj ); }
858                       
859                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg newInstance() {
860                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
861                       
862                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg newInstance(org.apache.xmlbeans.XmlOptions options) {
863                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff.PHARsdntStaffPersonGrantPrcntg) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
864                       
865                       private Factory() { } // No instance of this class allowed
866                     }
867                 }
868                 
869                 /**
870                  * A factory class with static methods for creating instances
871                  * of this type.
872                  */
873                 
874                 public static final class Factory
875                 {
876                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff newInstance() {
877                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
878                     
879                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff newInstance(org.apache.xmlbeans.XmlOptions options) {
880                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs.ResearchStaff) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
881                     
882                     private Factory() { } // No instance of this class allowed
883                 }
884             }
885             
886             /**
887              * A factory class with static methods for creating instances
888              * of this type.
889              */
890             
891             public static final class Factory
892             {
893                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs newInstance() {
894                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
895                 
896                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs newInstance(org.apache.xmlbeans.XmlOptions options) {
897                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.ResearchStaffs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
898                 
899                 private Factory() { } // No instance of this class allowed
900             }
901         }
902         
903         /**
904          * An XML Contractors(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
905          *
906          * This is a complex type.
907          */
908         public interface Contractors extends org.apache.xmlbeans.XmlObject
909         {
910             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
911                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Contractors.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contractorsfe27elemtype");
912             
913             /**
914              * Gets array of all "Contractor" elements
915              */
916             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor[] getContractorArray();
917             
918             /**
919              * Gets ith "Contractor" element
920              */
921             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor getContractorArray(int i);
922             
923             /**
924              * Returns number of "Contractor" element
925              */
926             int sizeOfContractorArray();
927             
928             /**
929              * Sets array of all "Contractor" element
930              */
931             void setContractorArray(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor[] contractorArray);
932             
933             /**
934              * Sets ith "Contractor" element
935              */
936             void setContractorArray(int i, gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor contractor);
937             
938             /**
939              * Inserts and returns a new empty value (as xml) as the ith "Contractor" element
940              */
941             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor insertNewContractor(int i);
942             
943             /**
944              * Appends and returns a new empty value (as xml) as the last "Contractor" element
945              */
946             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor addNewContractor();
947             
948             /**
949              * Removes the ith "Contractor" element
950              */
951             void removeContractor(int i);
952             
953             /**
954              * An XML Contractor(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
955              *
956              * This is a complex type.
957              */
958             public interface Contractor extends org.apache.xmlbeans.XmlObject
959             {
960                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
961                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Contractor.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contractor9d58elemtype");
962                 
963                 /**
964                  * Gets the "PHAContractorName" element
965                  */
966                 java.lang.String getPHAContractorName();
967                 
968                 /**
969                  * Gets (as xml) the "PHAContractorName" element
970                  */
971                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName xgetPHAContractorName();
972                 
973                 /**
974                  * True if has "PHAContractorName" element
975                  */
976                 boolean isSetPHAContractorName();
977                 
978                 /**
979                  * Sets the "PHAContractorName" element
980                  */
981                 void setPHAContractorName(java.lang.String phaContractorName);
982                 
983                 /**
984                  * Sets (as xml) the "PHAContractorName" element
985                  */
986                 void xsetPHAContractorName(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName phaContractorName);
987                 
988                 /**
989                  * Unsets the "PHAContractorName" element
990                  */
991                 void unsetPHAContractorName();
992                 
993                 /**
994                  * Gets the "ContractorPHAGrantActivity" element
995                  */
996                 java.lang.String getContractorPHAGrantActivity();
997                 
998                 /**
999                  * Gets (as xml) the "ContractorPHAGrantActivity" element
1000                  */
1001                 gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity xgetContractorPHAGrantActivity();
1002                 
1003                 /**
1004                  * True if has "ContractorPHAGrantActivity" element
1005                  */
1006                 boolean isSetContractorPHAGrantActivity();
1007                 
1008                 /**
1009                  * Sets the "ContractorPHAGrantActivity" element
1010                  */
1011                 void setContractorPHAGrantActivity(java.lang.String contractorPHAGrantActivity);
1012                 
1013                 /**
1014                  * Sets (as xml) the "ContractorPHAGrantActivity" element
1015                  */
1016                 void xsetContractorPHAGrantActivity(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity contractorPHAGrantActivity);
1017                 
1018                 /**
1019                  * Unsets the "ContractorPHAGrantActivity" element
1020                  */
1021                 void unsetContractorPHAGrantActivity();
1022                 
1023                 /**
1024                  * Gets the "PHAContractorCostToGrant" element
1025                  */
1026                 java.math.BigDecimal getPHAContractorCostToGrant();
1027                 
1028                 /**
1029                  * Gets (as xml) the "PHAContractorCostToGrant" element
1030                  */
1031                 gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetPHAContractorCostToGrant();
1032                 
1033                 /**
1034                  * True if has "PHAContractorCostToGrant" element
1035                  */
1036                 boolean isSetPHAContractorCostToGrant();
1037                 
1038                 /**
1039                  * Sets the "PHAContractorCostToGrant" element
1040                  */
1041                 void setPHAContractorCostToGrant(java.math.BigDecimal phaContractorCostToGrant);
1042                 
1043                 /**
1044                  * Sets (as xml) the "PHAContractorCostToGrant" element
1045                  */
1046                 void xsetPHAContractorCostToGrant(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType phaContractorCostToGrant);
1047                 
1048                 /**
1049                  * Unsets the "PHAContractorCostToGrant" element
1050                  */
1051                 void unsetPHAContractorCostToGrant();
1052                 
1053                 /**
1054                  * An XML PHAContractorName(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
1055                  *
1056                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$Contractors$Contractor$PHAContractorName.
1057                  */
1058                 public interface PHAContractorName extends org.apache.xmlbeans.XmlString
1059                 {
1060                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1061                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAContractorName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phacontractorname46c3elemtype");
1062                     
1063                     /**
1064                      * A factory class with static methods for creating instances
1065                      * of this type.
1066                      */
1067                     
1068                     public static final class Factory
1069                     {
1070                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName newValue(java.lang.Object obj) {
1071                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName) type.newValue( obj ); }
1072                       
1073                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName newInstance() {
1074                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1075                       
1076                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName newInstance(org.apache.xmlbeans.XmlOptions options) {
1077                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.PHAContractorName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1078                       
1079                       private Factory() { } // No instance of this class allowed
1080                     }
1081                 }
1082                 
1083                 /**
1084                  * An XML ContractorPHAGrantActivity(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
1085                  *
1086                  * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$Contractors$Contractor$ContractorPHAGrantActivity.
1087                  */
1088                 public interface ContractorPHAGrantActivity extends org.apache.xmlbeans.XmlString
1089                 {
1090                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1091                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContractorPHAGrantActivity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contractorphagrantactivity3185elemtype");
1092                     
1093                     /**
1094                      * A factory class with static methods for creating instances
1095                      * of this type.
1096                      */
1097                     
1098                     public static final class Factory
1099                     {
1100                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity newValue(java.lang.Object obj) {
1101                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity) type.newValue( obj ); }
1102                       
1103                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity newInstance() {
1104                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1105                       
1106                       public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity newInstance(org.apache.xmlbeans.XmlOptions options) {
1107                         return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor.ContractorPHAGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1108                       
1109                       private Factory() { } // No instance of this class allowed
1110                     }
1111                 }
1112                 
1113                 /**
1114                  * A factory class with static methods for creating instances
1115                  * of this type.
1116                  */
1117                 
1118                 public static final class Factory
1119                 {
1120                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor newInstance() {
1121                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1122                     
1123                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor newInstance(org.apache.xmlbeans.XmlOptions options) {
1124                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors.Contractor) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1125                     
1126                     private Factory() { } // No instance of this class allowed
1127                 }
1128             }
1129             
1130             /**
1131              * A factory class with static methods for creating instances
1132              * of this type.
1133              */
1134             
1135             public static final class Factory
1136             {
1137                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors newInstance() {
1138                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1139                 
1140                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors newInstance(org.apache.xmlbeans.XmlOptions options) {
1141                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.Contractors) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1142                 
1143                 private Factory() { } // No instance of this class allowed
1144             }
1145         }
1146         
1147         /**
1148          * An XML PHAContractAdministrator(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
1149          *
1150          * This is a complex type.
1151          */
1152         public interface PHAContractAdministrator extends org.apache.xmlbeans.XmlObject
1153         {
1154             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1155                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAContractAdministrator.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phacontractadministratora1ebelemtype");
1156             
1157             /**
1158              * Gets the "PHAContractAdministratorName" element
1159              */
1160             java.lang.String getPHAContractAdministratorName();
1161             
1162             /**
1163              * Gets (as xml) the "PHAContractAdministratorName" element
1164              */
1165             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPHAContractAdministratorName();
1166             
1167             /**
1168              * True if has "PHAContractAdministratorName" element
1169              */
1170             boolean isSetPHAContractAdministratorName();
1171             
1172             /**
1173              * Sets the "PHAContractAdministratorName" element
1174              */
1175             void setPHAContractAdministratorName(java.lang.String phaContractAdministratorName);
1176             
1177             /**
1178              * Sets (as xml) the "PHAContractAdministratorName" element
1179              */
1180             void xsetPHAContractAdministratorName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType phaContractAdministratorName);
1181             
1182             /**
1183              * Unsets the "PHAContractAdministratorName" element
1184              */
1185             void unsetPHAContractAdministratorName();
1186             
1187             /**
1188              * Gets the "PHAContractAdministratorGrantActivity" element
1189              */
1190             java.lang.String getPHAContractAdministratorGrantActivity();
1191             
1192             /**
1193              * Gets (as xml) the "PHAContractAdministratorGrantActivity" element
1194              */
1195             gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity xgetPHAContractAdministratorGrantActivity();
1196             
1197             /**
1198              * True if has "PHAContractAdministratorGrantActivity" element
1199              */
1200             boolean isSetPHAContractAdministratorGrantActivity();
1201             
1202             /**
1203              * Sets the "PHAContractAdministratorGrantActivity" element
1204              */
1205             void setPHAContractAdministratorGrantActivity(java.lang.String phaContractAdministratorGrantActivity);
1206             
1207             /**
1208              * Sets (as xml) the "PHAContractAdministratorGrantActivity" element
1209              */
1210             void xsetPHAContractAdministratorGrantActivity(gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity phaContractAdministratorGrantActivity);
1211             
1212             /**
1213              * Unsets the "PHAContractAdministratorGrantActivity" element
1214              */
1215             void unsetPHAContractAdministratorGrantActivity();
1216             
1217             /**
1218              * Gets the "PHAContractAdministratorCostToGrant" element
1219              */
1220             java.math.BigDecimal getPHAContractAdministratorCostToGrant();
1221             
1222             /**
1223              * Gets (as xml) the "PHAContractAdministratorCostToGrant" element
1224              */
1225             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetPHAContractAdministratorCostToGrant();
1226             
1227             /**
1228              * True if has "PHAContractAdministratorCostToGrant" element
1229              */
1230             boolean isSetPHAContractAdministratorCostToGrant();
1231             
1232             /**
1233              * Sets the "PHAContractAdministratorCostToGrant" element
1234              */
1235             void setPHAContractAdministratorCostToGrant(java.math.BigDecimal phaContractAdministratorCostToGrant);
1236             
1237             /**
1238              * Sets (as xml) the "PHAContractAdministratorCostToGrant" element
1239              */
1240             void xsetPHAContractAdministratorCostToGrant(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType phaContractAdministratorCostToGrant);
1241             
1242             /**
1243              * Unsets the "PHAContractAdministratorCostToGrant" element
1244              */
1245             void unsetPHAContractAdministratorCostToGrant();
1246             
1247             /**
1248              * An XML PHAContractAdministratorGrantActivity(@http://apply.grants.gov/forms/HUD_ROSS-V1.1).
1249              *
1250              * This is an atomic type that is a restriction of gov.grants.apply.forms.hudROSSV11.HUDROSSDocument$HUDROSS$PHAContractAdministrator$PHAContractAdministratorGrantActivity.
1251              */
1252             public interface PHAContractAdministratorGrantActivity extends org.apache.xmlbeans.XmlString
1253             {
1254                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1255                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PHAContractAdministratorGrantActivity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phacontractadministratorgrantactivity0d46elemtype");
1256                 
1257                 /**
1258                  * A factory class with static methods for creating instances
1259                  * of this type.
1260                  */
1261                 
1262                 public static final class Factory
1263                 {
1264                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity newValue(java.lang.Object obj) {
1265                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity) type.newValue( obj ); }
1266                     
1267                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity newInstance() {
1268                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1269                     
1270                     public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity newInstance(org.apache.xmlbeans.XmlOptions options) {
1271                       return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator.PHAContractAdministratorGrantActivity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1272                     
1273                     private Factory() { } // No instance of this class allowed
1274                 }
1275             }
1276             
1277             /**
1278              * A factory class with static methods for creating instances
1279              * of this type.
1280              */
1281             
1282             public static final class Factory
1283             {
1284                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator newInstance() {
1285                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1286                 
1287                 public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator newInstance(org.apache.xmlbeans.XmlOptions options) {
1288                   return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS.PHAContractAdministrator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1289                 
1290                 private Factory() { } // No instance of this class allowed
1291             }
1292         }
1293         
1294         /**
1295          * A factory class with static methods for creating instances
1296          * of this type.
1297          */
1298         
1299         public static final class Factory
1300         {
1301             public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS newInstance() {
1302               return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1303             
1304             public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS newInstance(org.apache.xmlbeans.XmlOptions options) {
1305               return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument.HUDROSS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1306             
1307             private Factory() { } // No instance of this class allowed
1308         }
1309     }
1310     
1311     /**
1312      * A factory class with static methods for creating instances
1313      * of this type.
1314      */
1315     
1316     public static final class Factory
1317     {
1318         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument newInstance() {
1319           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1320         
1321         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1322           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1323         
1324         /** @param xmlAsString the string value to parse */
1325         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1326           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1327         
1328         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1329           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1330         
1331         /** @param file the file from which to load an xml document */
1332         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1333           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1334         
1335         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1336           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1337         
1338         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1339           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1340         
1341         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1342           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1343         
1344         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1345           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1346         
1347         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1348           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1349         
1350         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1351           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1352         
1353         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1354           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1355         
1356         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1357           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1358         
1359         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1360           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1361         
1362         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1363           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1364         
1365         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1366           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1367         
1368         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1369         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1370           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1371         
1372         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1373         public static gov.grants.apply.forms.hudROSSV11.HUDROSSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1374           return (gov.grants.apply.forms.hudROSSV11.HUDROSSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1375         
1376         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1377         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 {
1378           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1379         
1380         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1381         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 {
1382           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1383         
1384         private Factory() { } // No instance of this class allowed
1385     }
1386 }