View Javadoc
1   /*
2    * An XML document type.
3    * Localname: NEHInstitutionalProfile
4    * Namespace: http://apply.grants.gov/forms/NEHInstitutionalProfile-V1.0
5    * Java type: gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.nehInstitutionalProfileV10;
10  
11  
12  /**
13   * A document containing one NEHInstitutionalProfile(@http://apply.grants.gov/forms/NEHInstitutionalProfile-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface NEHInstitutionalProfileDocument 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(NEHInstitutionalProfileDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nehinstitutionalprofile093bdoctype");
21      
22      /**
23       * Gets the "NEHInstitutionalProfile" element
24       */
25      gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile getNEHInstitutionalProfile();
26      
27      /**
28       * Sets the "NEHInstitutionalProfile" element
29       */
30      void setNEHInstitutionalProfile(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile nehInstitutionalProfile);
31      
32      /**
33       * Appends and returns a new empty "NEHInstitutionalProfile" element
34       */
35      gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile addNewNEHInstitutionalProfile();
36      
37      /**
38       * An XML NEHInstitutionalProfile(@http://apply.grants.gov/forms/NEHInstitutionalProfile-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface NEHInstitutionalProfile 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(NEHInstitutionalProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nehinstitutionalprofile3558elemtype");
46          
47          /**
48           * Gets the "OperatingBudget" element
49           */
50          gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget.Enum getOperatingBudget();
51          
52          /**
53           * Gets (as xml) the "OperatingBudget" element
54           */
55          gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget xgetOperatingBudget();
56          
57          /**
58           * Sets the "OperatingBudget" element
59           */
60          void setOperatingBudget(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget.Enum operatingBudget);
61          
62          /**
63           * Sets (as xml) the "OperatingBudget" element
64           */
65          void xsetOperatingBudget(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget operatingBudget);
66          
67          /**
68           * Gets the "FullTimeStaff" element
69           */
70          gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum getFullTimeStaff();
71          
72          /**
73           * Gets (as xml) the "FullTimeStaff" element
74           */
75          gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType xgetFullTimeStaff();
76          
77          /**
78           * Sets the "FullTimeStaff" element
79           */
80          void setFullTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum fullTimeStaff);
81          
82          /**
83           * Sets (as xml) the "FullTimeStaff" element
84           */
85          void xsetFullTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType fullTimeStaff);
86          
87          /**
88           * Gets the "PartTimeStaff" element
89           */
90          gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum getPartTimeStaff();
91          
92          /**
93           * Gets (as xml) the "PartTimeStaff" element
94           */
95          gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType xgetPartTimeStaff();
96          
97          /**
98           * Sets the "PartTimeStaff" element
99           */
100         void setPartTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum partTimeStaff);
101         
102         /**
103          * Sets (as xml) the "PartTimeStaff" element
104          */
105         void xsetPartTimeStaff(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType partTimeStaff);
106         
107         /**
108          * Gets the "Volunteers" element
109          */
110         gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum getVolunteers();
111         
112         /**
113          * Gets (as xml) the "Volunteers" element
114          */
115         gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType xgetVolunteers();
116         
117         /**
118          * Sets the "Volunteers" element
119          */
120         void setVolunteers(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType.Enum volunteers);
121         
122         /**
123          * Sets (as xml) the "Volunteers" element
124          */
125         void xsetVolunteers(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileStaffDataType volunteers);
126         
127         /**
128          * Gets the "DaysOpen" element
129          */
130         gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen.Enum getDaysOpen();
131         
132         /**
133          * Gets (as xml) the "DaysOpen" element
134          */
135         gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen xgetDaysOpen();
136         
137         /**
138          * Sets the "DaysOpen" element
139          */
140         void setDaysOpen(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen.Enum daysOpen);
141         
142         /**
143          * Sets (as xml) the "DaysOpen" element
144          */
145         void xsetDaysOpen(gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen daysOpen);
146         
147         /**
148          * Gets the "NewToAgency" element
149          */
150         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewToAgency();
151         
152         /**
153          * Gets (as xml) the "NewToAgency" element
154          */
155         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewToAgency();
156         
157         /**
158          * True if has "NewToAgency" element
159          */
160         boolean isSetNewToAgency();
161         
162         /**
163          * Sets the "NewToAgency" element
164          */
165         void setNewToAgency(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newToAgency);
166         
167         /**
168          * Sets (as xml) the "NewToAgency" element
169          */
170         void xsetNewToAgency(gov.grants.apply.system.globalLibraryV20.YesNoDataType newToAgency);
171         
172         /**
173          * Unsets the "NewToAgency" element
174          */
175         void unsetNewToAgency();
176         
177         /**
178          * Gets the "NewToProgram" element
179          */
180         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewToProgram();
181         
182         /**
183          * Gets (as xml) the "NewToProgram" element
184          */
185         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewToProgram();
186         
187         /**
188          * True if has "NewToProgram" element
189          */
190         boolean isSetNewToProgram();
191         
192         /**
193          * Sets the "NewToProgram" element
194          */
195         void setNewToProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newToProgram);
196         
197         /**
198          * Sets (as xml) the "NewToProgram" element
199          */
200         void xsetNewToProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType newToProgram);
201         
202         /**
203          * Unsets the "NewToProgram" element
204          */
205         void unsetNewToProgram();
206         
207         /**
208          * Gets the "FormVersion" attribute
209          */
210         java.lang.String getFormVersion();
211         
212         /**
213          * Gets (as xml) the "FormVersion" attribute
214          */
215         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
216         
217         /**
218          * Sets the "FormVersion" attribute
219          */
220         void setFormVersion(java.lang.String formVersion);
221         
222         /**
223          * Sets (as xml) the "FormVersion" attribute
224          */
225         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
226         
227         /**
228          * An XML OperatingBudget(@http://apply.grants.gov/forms/NEHInstitutionalProfile-V1.0).
229          *
230          * This is an atomic type that is a restriction of gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument$NEHInstitutionalProfile$OperatingBudget.
231          */
232         public interface OperatingBudget extends org.apache.xmlbeans.XmlString
233         {
234             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
235                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OperatingBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("operatingbudget3ae6elemtype");
236             
237             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
238             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
239             
240             static final Enum BELOW_$_250_000 = Enum.forString("below $250,000");
241             static final Enum $_250_000_$_749_999 = Enum.forString("$250,000 - $749,999");
242             static final Enum $_750_000_$_2_000_000 = Enum.forString("$750,000 - $2,000,000");
243             static final Enum ABOVE_$_2_000_000 = Enum.forString("above $2,000,000");
244             
245             static final int INT_BELOW_$_250_000 = Enum.INT_BELOW_$_250_000;
246             static final int INT_$_250_000_$_749_999 = Enum.INT_$_250_000_$_749_999;
247             static final int INT_$_750_000_$_2_000_000 = Enum.INT_$_750_000_$_2_000_000;
248             static final int INT_ABOVE_$_2_000_000 = Enum.INT_ABOVE_$_2_000_000;
249             
250             /**
251              * Enumeration value class for gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument$NEHInstitutionalProfile$OperatingBudget.
252              * These enum values can be used as follows:
253              * <pre>
254              * enum.toString(); // returns the string value of the enum
255              * enum.intValue(); // returns an int value, useful for switches
256              * // e.g., case Enum.INT_BELOW_$_250_000
257              * Enum.forString(s); // returns the enum value for a string
258              * Enum.forInt(i); // returns the enum value for an int
259              * </pre>
260              * Enumeration objects are immutable singleton objects that
261              * can be compared using == object equality. They have no
262              * public constructor. See the constants defined within this
263              * class for all the valid values.
264              */
265             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
266             {
267                 /**
268                  * Returns the enum value for a string, or null if none.
269                  */
270                 public static Enum forString(java.lang.String s)
271                     { return (Enum)table.forString(s); }
272                 /**
273                  * Returns the enum value corresponding to an int, or null if none.
274                  */
275                 public static Enum forInt(int i)
276                     { return (Enum)table.forInt(i); }
277                 
278                 private Enum(java.lang.String s, int i)
279                     { super(s, i); }
280                 
281                 static final int INT_BELOW_$_250_000 = 1;
282                 static final int INT_$_250_000_$_749_999 = 2;
283                 static final int INT_$_750_000_$_2_000_000 = 3;
284                 static final int INT_ABOVE_$_2_000_000 = 4;
285                 
286                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
287                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
288                 (
289                     new Enum[]
290                     {
291                       new Enum("below $250,000", INT_BELOW_$_250_000),
292                       new Enum("$250,000 - $749,999", INT_$_250_000_$_749_999),
293                       new Enum("$750,000 - $2,000,000", INT_$_750_000_$_2_000_000),
294                       new Enum("above $2,000,000", INT_ABOVE_$_2_000_000),
295                     }
296                 );
297                 private static final long serialVersionUID = 1L;
298                 private java.lang.Object readResolve() { return forInt(intValue()); } 
299             }
300             
301             /**
302              * A factory class with static methods for creating instances
303              * of this type.
304              */
305             
306             public static final class Factory
307             {
308                 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget newValue(java.lang.Object obj) {
309                   return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget) type.newValue( obj ); }
310                 
311                 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget newInstance() {
312                   return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
313                 
314                 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
315                   return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.OperatingBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
316                 
317                 private Factory() { } // No instance of this class allowed
318             }
319         }
320         
321         /**
322          * An XML DaysOpen(@http://apply.grants.gov/forms/NEHInstitutionalProfile-V1.0).
323          *
324          * This is an atomic type that is a restriction of gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument$NEHInstitutionalProfile$DaysOpen.
325          */
326         public interface DaysOpen extends org.apache.xmlbeans.XmlString
327         {
328             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
329                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DaysOpen.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("daysopen5bbbelemtype");
330             
331             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
332             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
333             
334             static final Enum LESS_THAN_119 = Enum.forString("Less than 119");
335             static final Enum X_120_OR_MORE = Enum.forString("120 or more");
336             
337             static final int INT_LESS_THAN_119 = Enum.INT_LESS_THAN_119;
338             static final int INT_X_120_OR_MORE = Enum.INT_X_120_OR_MORE;
339             
340             /**
341              * Enumeration value class for gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument$NEHInstitutionalProfile$DaysOpen.
342              * These enum values can be used as follows:
343              * <pre>
344              * enum.toString(); // returns the string value of the enum
345              * enum.intValue(); // returns an int value, useful for switches
346              * // e.g., case Enum.INT_LESS_THAN_119
347              * Enum.forString(s); // returns the enum value for a string
348              * Enum.forInt(i); // returns the enum value for an int
349              * </pre>
350              * Enumeration objects are immutable singleton objects that
351              * can be compared using == object equality. They have no
352              * public constructor. See the constants defined within this
353              * class for all the valid values.
354              */
355             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
356             {
357                 /**
358                  * Returns the enum value for a string, or null if none.
359                  */
360                 public static Enum forString(java.lang.String s)
361                     { return (Enum)table.forString(s); }
362                 /**
363                  * Returns the enum value corresponding to an int, or null if none.
364                  */
365                 public static Enum forInt(int i)
366                     { return (Enum)table.forInt(i); }
367                 
368                 private Enum(java.lang.String s, int i)
369                     { super(s, i); }
370                 
371                 static final int INT_LESS_THAN_119 = 1;
372                 static final int INT_X_120_OR_MORE = 2;
373                 
374                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
375                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
376                 (
377                     new Enum[]
378                     {
379                       new Enum("Less than 119", INT_LESS_THAN_119),
380                       new Enum("120 or more", INT_X_120_OR_MORE),
381                     }
382                 );
383                 private static final long serialVersionUID = 1L;
384                 private java.lang.Object readResolve() { return forInt(intValue()); } 
385             }
386             
387             /**
388              * A factory class with static methods for creating instances
389              * of this type.
390              */
391             
392             public static final class Factory
393             {
394                 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen newValue(java.lang.Object obj) {
395                   return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen) type.newValue( obj ); }
396                 
397                 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen newInstance() {
398                   return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
399                 
400                 public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen newInstance(org.apache.xmlbeans.XmlOptions options) {
401                   return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile.DaysOpen) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
402                 
403                 private Factory() { } // No instance of this class allowed
404             }
405         }
406         
407         /**
408          * A factory class with static methods for creating instances
409          * of this type.
410          */
411         
412         public static final class Factory
413         {
414             public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile newInstance() {
415               return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
416             
417             public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
418               return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument.NEHInstitutionalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
419             
420             private Factory() { } // No instance of this class allowed
421         }
422     }
423     
424     /**
425      * A factory class with static methods for creating instances
426      * of this type.
427      */
428     
429     public static final class Factory
430     {
431         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument newInstance() {
432           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
433         
434         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
435           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
436         
437         /** @param xmlAsString the string value to parse */
438         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
439           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
440         
441         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
442           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
443         
444         /** @param file the file from which to load an xml document */
445         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
446           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
447         
448         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
449           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
450         
451         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
452           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
453         
454         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
455           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
456         
457         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
458           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
459         
460         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
461           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
462         
463         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
464           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
465         
466         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
467           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
468         
469         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
470           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
471         
472         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
473           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
474         
475         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
476           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
477         
478         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
479           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
480         
481         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
482         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
483           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
484         
485         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
486         public static gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
487           return (gov.grants.apply.forms.nehInstitutionalProfileV10.NEHInstitutionalProfileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
488         
489         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
490         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 {
491           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
492         
493         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
494         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 {
495           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
496         
497         private Factory() { } // No instance of this class allowed
498     }
499 }