View Javadoc
1   /*
2    * An XML document type.
3    * Localname: ED_FIPSEProjectTitle
4    * Namespace: http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0
5    * Java type: gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.edFIPSEProjectTitleV10;
10  
11  
12  /**
13   * A document containing one ED_FIPSEProjectTitle(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface EDFIPSEProjectTitleDocument 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(EDFIPSEProjectTitleDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edfipseprojecttitle385ddoctype");
21      
22      /**
23       * Gets the "ED_FIPSEProjectTitle" element
24       */
25      gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle getEDFIPSEProjectTitle();
26      
27      /**
28       * Sets the "ED_FIPSEProjectTitle" element
29       */
30      void setEDFIPSEProjectTitle(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle edfipseProjectTitle);
31      
32      /**
33       * Appends and returns a new empty "ED_FIPSEProjectTitle" element
34       */
35      gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle addNewEDFIPSEProjectTitle();
36      
37      /**
38       * An XML ED_FIPSEProjectTitle(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface EDFIPSEProjectTitle 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(EDFIPSEProjectTitle.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edfipseprojecttitle84c3elemtype");
46          
47          /**
48           * Gets the "FIPSEProgramName" element
49           */
50          gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName.Enum getFIPSEProgramName();
51          
52          /**
53           * Gets (as xml) the "FIPSEProgramName" element
54           */
55          gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName xgetFIPSEProgramName();
56          
57          /**
58           * Sets the "FIPSEProgramName" element
59           */
60          void setFIPSEProgramName(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName.Enum fipseProgramName);
61          
62          /**
63           * Sets (as xml) the "FIPSEProgramName" element
64           */
65          void xsetFIPSEProgramName(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName fipseProgramName);
66          
67          /**
68           * Gets the "US_Partner" element
69           */
70          gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner getUSPartner();
71          
72          /**
73           * Sets the "US_Partner" element
74           */
75          void setUSPartner(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner usPartner);
76          
77          /**
78           * Appends and returns a new empty "US_Partner" element
79           */
80          gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner addNewUSPartner();
81          
82          /**
83           * Gets the "Foreign_Partner_I" element
84           */
85          gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI getForeignPartnerI();
86          
87          /**
88           * Sets the "Foreign_Partner_I" element
89           */
90          void setForeignPartnerI(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI foreignPartnerI);
91          
92          /**
93           * Appends and returns a new empty "Foreign_Partner_I" element
94           */
95          gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI addNewForeignPartnerI();
96          
97          /**
98           * Gets the "Foreign_Partner_II" element
99           */
100         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII getForeignPartnerII();
101         
102         /**
103          * True if has "Foreign_Partner_II" element
104          */
105         boolean isSetForeignPartnerII();
106         
107         /**
108          * Sets the "Foreign_Partner_II" element
109          */
110         void setForeignPartnerII(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII foreignPartnerII);
111         
112         /**
113          * Appends and returns a new empty "Foreign_Partner_II" element
114          */
115         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII addNewForeignPartnerII();
116         
117         /**
118          * Unsets the "Foreign_Partner_II" element
119          */
120         void unsetForeignPartnerII();
121         
122         /**
123          * Gets the "ProjectTitle" element
124          */
125         java.lang.String getProjectTitle();
126         
127         /**
128          * Gets (as xml) the "ProjectTitle" element
129          */
130         gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
131         
132         /**
133          * Sets the "ProjectTitle" element
134          */
135         void setProjectTitle(java.lang.String projectTitle);
136         
137         /**
138          * Sets (as xml) the "ProjectTitle" element
139          */
140         void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
141         
142         /**
143          * Gets the "ProposalAbstractText" element
144          */
145         java.lang.String getProposalAbstractText();
146         
147         /**
148          * Gets (as xml) the "ProposalAbstractText" element
149          */
150         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText xgetProposalAbstractText();
151         
152         /**
153          * Sets the "ProposalAbstractText" element
154          */
155         void setProposalAbstractText(java.lang.String proposalAbstractText);
156         
157         /**
158          * Sets (as xml) the "ProposalAbstractText" element
159          */
160         void xsetProposalAbstractText(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText proposalAbstractText);
161         
162         /**
163          * Gets the "ConsortiaProjectFormat" element
164          */
165         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat.Enum getConsortiaProjectFormat();
166         
167         /**
168          * Gets (as xml) the "ConsortiaProjectFormat" element
169          */
170         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat xgetConsortiaProjectFormat();
171         
172         /**
173          * Sets the "ConsortiaProjectFormat" element
174          */
175         void setConsortiaProjectFormat(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat.Enum consortiaProjectFormat);
176         
177         /**
178          * Sets (as xml) the "ConsortiaProjectFormat" element
179          */
180         void xsetConsortiaProjectFormat(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat consortiaProjectFormat);
181         
182         /**
183          * Gets the "Federal_Funds_Requested" element
184          */
185         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested getFederalFundsRequested();
186         
187         /**
188          * Sets the "Federal_Funds_Requested" element
189          */
190         void setFederalFundsRequested(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested federalFundsRequested);
191         
192         /**
193          * Appends and returns a new empty "Federal_Funds_Requested" element
194          */
195         gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested addNewFederalFundsRequested();
196         
197         /**
198          * Gets the "FormVersion" attribute
199          */
200         java.lang.String getFormVersion();
201         
202         /**
203          * Gets (as xml) the "FormVersion" attribute
204          */
205         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
206         
207         /**
208          * Sets the "FormVersion" attribute
209          */
210         void setFormVersion(java.lang.String formVersion);
211         
212         /**
213          * Sets (as xml) the "FormVersion" attribute
214          */
215         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
216         
217         /**
218          * An XML FIPSEProgramName(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
219          *
220          * This is an atomic type that is a restriction of gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$FIPSEProgramName.
221          */
222         public interface FIPSEProgramName extends org.apache.xmlbeans.XmlString
223         {
224             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
225                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FIPSEProgramName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fipseprogramname9f0felemtype");
226             
227             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
228             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
229             
230             static final Enum EU_U_S_PROGRAM = Enum.forString("EU-U.S. Program");
231             static final Enum U_S_BRAZIL_PROGRAM = Enum.forString("U.S.-Brazil Program");
232             static final Enum NORTH_AMERICAN_PROGRAM = Enum.forString("North American Program");
233             
234             static final int INT_EU_U_S_PROGRAM = Enum.INT_EU_U_S_PROGRAM;
235             static final int INT_U_S_BRAZIL_PROGRAM = Enum.INT_U_S_BRAZIL_PROGRAM;
236             static final int INT_NORTH_AMERICAN_PROGRAM = Enum.INT_NORTH_AMERICAN_PROGRAM;
237             
238             /**
239              * Enumeration value class for gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$FIPSEProgramName.
240              * These enum values can be used as follows:
241              * <pre>
242              * enum.toString(); // returns the string value of the enum
243              * enum.intValue(); // returns an int value, useful for switches
244              * // e.g., case Enum.INT_EU_U_S_PROGRAM
245              * Enum.forString(s); // returns the enum value for a string
246              * Enum.forInt(i); // returns the enum value for an int
247              * </pre>
248              * Enumeration objects are immutable singleton objects that
249              * can be compared using == object equality. They have no
250              * public constructor. See the constants defined within this
251              * class for all the valid values.
252              */
253             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
254             {
255                 /**
256                  * Returns the enum value for a string, or null if none.
257                  */
258                 public static Enum forString(java.lang.String s)
259                     { return (Enum)table.forString(s); }
260                 /**
261                  * Returns the enum value corresponding to an int, or null if none.
262                  */
263                 public static Enum forInt(int i)
264                     { return (Enum)table.forInt(i); }
265                 
266                 private Enum(java.lang.String s, int i)
267                     { super(s, i); }
268                 
269                 static final int INT_EU_U_S_PROGRAM = 1;
270                 static final int INT_U_S_BRAZIL_PROGRAM = 2;
271                 static final int INT_NORTH_AMERICAN_PROGRAM = 3;
272                 
273                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
274                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
275                 (
276                     new Enum[]
277                     {
278                       new Enum("EU-U.S. Program", INT_EU_U_S_PROGRAM),
279                       new Enum("U.S.-Brazil Program", INT_U_S_BRAZIL_PROGRAM),
280                       new Enum("North American Program", INT_NORTH_AMERICAN_PROGRAM),
281                     }
282                 );
283                 private static final long serialVersionUID = 1L;
284                 private java.lang.Object readResolve() { return forInt(intValue()); } 
285             }
286             
287             /**
288              * A factory class with static methods for creating instances
289              * of this type.
290              */
291             
292             public static final class Factory
293             {
294                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName newValue(java.lang.Object obj) {
295                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName) type.newValue( obj ); }
296                 
297                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName newInstance() {
298                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
299                 
300                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName newInstance(org.apache.xmlbeans.XmlOptions options) {
301                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
302                 
303                 private Factory() { } // No instance of this class allowed
304             }
305         }
306         
307         /**
308          * An XML US_Partner(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
309          *
310          * This is a complex type.
311          */
312         public interface USPartner extends org.apache.xmlbeans.XmlObject
313         {
314             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
315                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(USPartner.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("uspartnerad26elemtype");
316             
317             /**
318              * Gets the "USLeadInstitutionName" element
319              */
320             java.lang.String getUSLeadInstitutionName();
321             
322             /**
323              * Gets (as xml) the "USLeadInstitutionName" element
324              */
325             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetUSLeadInstitutionName();
326             
327             /**
328              * Sets the "USLeadInstitutionName" element
329              */
330             void setUSLeadInstitutionName(java.lang.String usLeadInstitutionName);
331             
332             /**
333              * Sets (as xml) the "USLeadInstitutionName" element
334              */
335             void xsetUSLeadInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType usLeadInstitutionName);
336             
337             /**
338              * Gets the "USSecondPartnerInstitutionName" element
339              */
340             java.lang.String getUSSecondPartnerInstitutionName();
341             
342             /**
343              * Gets (as xml) the "USSecondPartnerInstitutionName" element
344              */
345             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetUSSecondPartnerInstitutionName();
346             
347             /**
348              * Sets the "USSecondPartnerInstitutionName" element
349              */
350             void setUSSecondPartnerInstitutionName(java.lang.String usSecondPartnerInstitutionName);
351             
352             /**
353              * Sets (as xml) the "USSecondPartnerInstitutionName" element
354              */
355             void xsetUSSecondPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType usSecondPartnerInstitutionName);
356             
357             /**
358              * Gets the "USThirdPartnerInstitutionName" element
359              */
360             java.lang.String getUSThirdPartnerInstitutionName();
361             
362             /**
363              * Gets (as xml) the "USThirdPartnerInstitutionName" element
364              */
365             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetUSThirdPartnerInstitutionName();
366             
367             /**
368              * True if has "USThirdPartnerInstitutionName" element
369              */
370             boolean isSetUSThirdPartnerInstitutionName();
371             
372             /**
373              * Sets the "USThirdPartnerInstitutionName" element
374              */
375             void setUSThirdPartnerInstitutionName(java.lang.String usThirdPartnerInstitutionName);
376             
377             /**
378              * Sets (as xml) the "USThirdPartnerInstitutionName" element
379              */
380             void xsetUSThirdPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType usThirdPartnerInstitutionName);
381             
382             /**
383              * Unsets the "USThirdPartnerInstitutionName" element
384              */
385             void unsetUSThirdPartnerInstitutionName();
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.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner newInstance() {
395                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
396                 
397                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner newInstance(org.apache.xmlbeans.XmlOptions options) {
398                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
399                 
400                 private Factory() { } // No instance of this class allowed
401             }
402         }
403         
404         /**
405          * An XML Foreign_Partner_I(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
406          *
407          * This is a complex type.
408          */
409         public interface ForeignPartnerI extends org.apache.xmlbeans.XmlObject
410         {
411             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
412                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ForeignPartnerI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("foreignpartneri7996elemtype");
413             
414             /**
415              * Gets the "ForeignLeadInstitutionName" element
416              */
417             java.lang.String getForeignLeadInstitutionName();
418             
419             /**
420              * Gets (as xml) the "ForeignLeadInstitutionName" element
421              */
422             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignLeadInstitutionName();
423             
424             /**
425              * Sets the "ForeignLeadInstitutionName" element
426              */
427             void setForeignLeadInstitutionName(java.lang.String foreignLeadInstitutionName);
428             
429             /**
430              * Sets (as xml) the "ForeignLeadInstitutionName" element
431              */
432             void xsetForeignLeadInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignLeadInstitutionName);
433             
434             /**
435              * Gets the "ForeignSecondPartnerInstitutionName" element
436              */
437             java.lang.String getForeignSecondPartnerInstitutionName();
438             
439             /**
440              * Gets (as xml) the "ForeignSecondPartnerInstitutionName" element
441              */
442             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignSecondPartnerInstitutionName();
443             
444             /**
445              * Sets the "ForeignSecondPartnerInstitutionName" element
446              */
447             void setForeignSecondPartnerInstitutionName(java.lang.String foreignSecondPartnerInstitutionName);
448             
449             /**
450              * Sets (as xml) the "ForeignSecondPartnerInstitutionName" element
451              */
452             void xsetForeignSecondPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignSecondPartnerInstitutionName);
453             
454             /**
455              * Gets the "ForeignThirdPartnerInstitutionName" element
456              */
457             java.lang.String getForeignThirdPartnerInstitutionName();
458             
459             /**
460              * Gets (as xml) the "ForeignThirdPartnerInstitutionName" element
461              */
462             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignThirdPartnerInstitutionName();
463             
464             /**
465              * True if has "ForeignThirdPartnerInstitutionName" element
466              */
467             boolean isSetForeignThirdPartnerInstitutionName();
468             
469             /**
470              * Sets the "ForeignThirdPartnerInstitutionName" element
471              */
472             void setForeignThirdPartnerInstitutionName(java.lang.String foreignThirdPartnerInstitutionName);
473             
474             /**
475              * Sets (as xml) the "ForeignThirdPartnerInstitutionName" element
476              */
477             void xsetForeignThirdPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignThirdPartnerInstitutionName);
478             
479             /**
480              * Unsets the "ForeignThirdPartnerInstitutionName" element
481              */
482             void unsetForeignThirdPartnerInstitutionName();
483             
484             /**
485              * A factory class with static methods for creating instances
486              * of this type.
487              */
488             
489             public static final class Factory
490             {
491                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI newInstance() {
492                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
493                 
494                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI newInstance(org.apache.xmlbeans.XmlOptions options) {
495                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
496                 
497                 private Factory() { } // No instance of this class allowed
498             }
499         }
500         
501         /**
502          * An XML Foreign_Partner_II(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
503          *
504          * This is a complex type.
505          */
506         public interface ForeignPartnerII extends org.apache.xmlbeans.XmlObject
507         {
508             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
509                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ForeignPartnerII.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("foreignpartneriibd61elemtype");
510             
511             /**
512              * Gets the "ForeignSecondLeadInstitutionName" element
513              */
514             java.lang.String getForeignSecondLeadInstitutionName();
515             
516             /**
517              * Gets (as xml) the "ForeignSecondLeadInstitutionName" element
518              */
519             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignSecondLeadInstitutionName();
520             
521             /**
522              * True if has "ForeignSecondLeadInstitutionName" element
523              */
524             boolean isSetForeignSecondLeadInstitutionName();
525             
526             /**
527              * Sets the "ForeignSecondLeadInstitutionName" element
528              */
529             void setForeignSecondLeadInstitutionName(java.lang.String foreignSecondLeadInstitutionName);
530             
531             /**
532              * Sets (as xml) the "ForeignSecondLeadInstitutionName" element
533              */
534             void xsetForeignSecondLeadInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignSecondLeadInstitutionName);
535             
536             /**
537              * Unsets the "ForeignSecondLeadInstitutionName" element
538              */
539             void unsetForeignSecondLeadInstitutionName();
540             
541             /**
542              * Gets the "ForeignFourthPartnerInstitutionName" element
543              */
544             java.lang.String getForeignFourthPartnerInstitutionName();
545             
546             /**
547              * Gets (as xml) the "ForeignFourthPartnerInstitutionName" element
548              */
549             gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignFourthPartnerInstitutionName();
550             
551             /**
552              * True if has "ForeignFourthPartnerInstitutionName" element
553              */
554             boolean isSetForeignFourthPartnerInstitutionName();
555             
556             /**
557              * Sets the "ForeignFourthPartnerInstitutionName" element
558              */
559             void setForeignFourthPartnerInstitutionName(java.lang.String foreignFourthPartnerInstitutionName);
560             
561             /**
562              * Sets (as xml) the "ForeignFourthPartnerInstitutionName" element
563              */
564             void xsetForeignFourthPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignFourthPartnerInstitutionName);
565             
566             /**
567              * Unsets the "ForeignFourthPartnerInstitutionName" element
568              */
569             void unsetForeignFourthPartnerInstitutionName();
570             
571             /**
572              * A factory class with static methods for creating instances
573              * of this type.
574              */
575             
576             public static final class Factory
577             {
578                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII newInstance() {
579                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
580                 
581                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII newInstance(org.apache.xmlbeans.XmlOptions options) {
582                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
583                 
584                 private Factory() { } // No instance of this class allowed
585             }
586         }
587         
588         /**
589          * An XML ProposalAbstractText(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
590          *
591          * This is an atomic type that is a restriction of gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$ProposalAbstractText.
592          */
593         public interface ProposalAbstractText extends org.apache.xmlbeans.XmlString
594         {
595             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
596                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProposalAbstractText.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("proposalabstracttextf440elemtype");
597             
598             /**
599              * A factory class with static methods for creating instances
600              * of this type.
601              */
602             
603             public static final class Factory
604             {
605                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText newValue(java.lang.Object obj) {
606                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText) type.newValue( obj ); }
607                 
608                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText newInstance() {
609                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
610                 
611                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText newInstance(org.apache.xmlbeans.XmlOptions options) {
612                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
613                 
614                 private Factory() { } // No instance of this class allowed
615             }
616         }
617         
618         /**
619          * An XML ConsortiaProjectFormat(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
620          *
621          * This is an atomic type that is a restriction of gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$ConsortiaProjectFormat.
622          */
623         public interface ConsortiaProjectFormat extends org.apache.xmlbeans.XmlString
624         {
625             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
626                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiaProjectFormat.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiaprojectformatd097elemtype");
627             
628             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
629             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
630             
631             static final Enum FOUR_YEAR = Enum.forString("Four-year");
632             static final Enum TWO_YEAR = Enum.forString("Two-year");
633             
634             static final int INT_FOUR_YEAR = Enum.INT_FOUR_YEAR;
635             static final int INT_TWO_YEAR = Enum.INT_TWO_YEAR;
636             
637             /**
638              * Enumeration value class for gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$ConsortiaProjectFormat.
639              * These enum values can be used as follows:
640              * <pre>
641              * enum.toString(); // returns the string value of the enum
642              * enum.intValue(); // returns an int value, useful for switches
643              * // e.g., case Enum.INT_FOUR_YEAR
644              * Enum.forString(s); // returns the enum value for a string
645              * Enum.forInt(i); // returns the enum value for an int
646              * </pre>
647              * Enumeration objects are immutable singleton objects that
648              * can be compared using == object equality. They have no
649              * public constructor. See the constants defined within this
650              * class for all the valid values.
651              */
652             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
653             {
654                 /**
655                  * Returns the enum value for a string, or null if none.
656                  */
657                 public static Enum forString(java.lang.String s)
658                     { return (Enum)table.forString(s); }
659                 /**
660                  * Returns the enum value corresponding to an int, or null if none.
661                  */
662                 public static Enum forInt(int i)
663                     { return (Enum)table.forInt(i); }
664                 
665                 private Enum(java.lang.String s, int i)
666                     { super(s, i); }
667                 
668                 static final int INT_FOUR_YEAR = 1;
669                 static final int INT_TWO_YEAR = 2;
670                 
671                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
672                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
673                 (
674                     new Enum[]
675                     {
676                       new Enum("Four-year", INT_FOUR_YEAR),
677                       new Enum("Two-year", INT_TWO_YEAR),
678                     }
679                 );
680                 private static final long serialVersionUID = 1L;
681                 private java.lang.Object readResolve() { return forInt(intValue()); } 
682             }
683             
684             /**
685              * A factory class with static methods for creating instances
686              * of this type.
687              */
688             
689             public static final class Factory
690             {
691                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat newValue(java.lang.Object obj) {
692                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat) type.newValue( obj ); }
693                 
694                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat newInstance() {
695                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
696                 
697                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat newInstance(org.apache.xmlbeans.XmlOptions options) {
698                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
699                 
700                 private Factory() { } // No instance of this class allowed
701             }
702         }
703         
704         /**
705          * An XML Federal_Funds_Requested(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
706          *
707          * This is a complex type.
708          */
709         public interface FederalFundsRequested extends org.apache.xmlbeans.XmlObject
710         {
711             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
712                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalFundsRequested.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalfundsrequested50aaelemtype");
713             
714             /**
715              * Gets the "FederalFundsYear1RequestedAmount" element
716              */
717             java.math.BigDecimal getFederalFundsYear1RequestedAmount();
718             
719             /**
720              * Gets (as xml) the "FederalFundsYear1RequestedAmount" element
721              */
722             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear1RequestedAmount();
723             
724             /**
725              * Sets the "FederalFundsYear1RequestedAmount" element
726              */
727             void setFederalFundsYear1RequestedAmount(java.math.BigDecimal federalFundsYear1RequestedAmount);
728             
729             /**
730              * Sets (as xml) the "FederalFundsYear1RequestedAmount" element
731              */
732             void xsetFederalFundsYear1RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear1RequestedAmount);
733             
734             /**
735              * Gets the "FederalFundsYear2RequestedAmount" element
736              */
737             java.math.BigDecimal getFederalFundsYear2RequestedAmount();
738             
739             /**
740              * Gets (as xml) the "FederalFundsYear2RequestedAmount" element
741              */
742             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear2RequestedAmount();
743             
744             /**
745              * Sets the "FederalFundsYear2RequestedAmount" element
746              */
747             void setFederalFundsYear2RequestedAmount(java.math.BigDecimal federalFundsYear2RequestedAmount);
748             
749             /**
750              * Sets (as xml) the "FederalFundsYear2RequestedAmount" element
751              */
752             void xsetFederalFundsYear2RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear2RequestedAmount);
753             
754             /**
755              * Gets the "FederalFundsYear3RequestedAmount" element
756              */
757             java.math.BigDecimal getFederalFundsYear3RequestedAmount();
758             
759             /**
760              * Gets (as xml) the "FederalFundsYear3RequestedAmount" element
761              */
762             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear3RequestedAmount();
763             
764             /**
765              * True if has "FederalFundsYear3RequestedAmount" element
766              */
767             boolean isSetFederalFundsYear3RequestedAmount();
768             
769             /**
770              * Sets the "FederalFundsYear3RequestedAmount" element
771              */
772             void setFederalFundsYear3RequestedAmount(java.math.BigDecimal federalFundsYear3RequestedAmount);
773             
774             /**
775              * Sets (as xml) the "FederalFundsYear3RequestedAmount" element
776              */
777             void xsetFederalFundsYear3RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear3RequestedAmount);
778             
779             /**
780              * Unsets the "FederalFundsYear3RequestedAmount" element
781              */
782             void unsetFederalFundsYear3RequestedAmount();
783             
784             /**
785              * Gets the "FederalFundsYear4RequestedAmount" element
786              */
787             java.math.BigDecimal getFederalFundsYear4RequestedAmount();
788             
789             /**
790              * Gets (as xml) the "FederalFundsYear4RequestedAmount" element
791              */
792             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear4RequestedAmount();
793             
794             /**
795              * True if has "FederalFundsYear4RequestedAmount" element
796              */
797             boolean isSetFederalFundsYear4RequestedAmount();
798             
799             /**
800              * Sets the "FederalFundsYear4RequestedAmount" element
801              */
802             void setFederalFundsYear4RequestedAmount(java.math.BigDecimal federalFundsYear4RequestedAmount);
803             
804             /**
805              * Sets (as xml) the "FederalFundsYear4RequestedAmount" element
806              */
807             void xsetFederalFundsYear4RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear4RequestedAmount);
808             
809             /**
810              * Unsets the "FederalFundsYear4RequestedAmount" element
811              */
812             void unsetFederalFundsYear4RequestedAmount();
813             
814             /**
815              * Gets the "FederalFundsTotalRequestedAmount" element
816              */
817             java.math.BigDecimal getFederalFundsTotalRequestedAmount();
818             
819             /**
820              * Gets (as xml) the "FederalFundsTotalRequestedAmount" element
821              */
822             gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetFederalFundsTotalRequestedAmount();
823             
824             /**
825              * Sets the "FederalFundsTotalRequestedAmount" element
826              */
827             void setFederalFundsTotalRequestedAmount(java.math.BigDecimal federalFundsTotalRequestedAmount);
828             
829             /**
830              * Sets (as xml) the "FederalFundsTotalRequestedAmount" element
831              */
832             void xsetFederalFundsTotalRequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType federalFundsTotalRequestedAmount);
833             
834             /**
835              * A factory class with static methods for creating instances
836              * of this type.
837              */
838             
839             public static final class Factory
840             {
841                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested newInstance() {
842                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
843                 
844                 public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested newInstance(org.apache.xmlbeans.XmlOptions options) {
845                   return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
846                 
847                 private Factory() { } // No instance of this class allowed
848             }
849         }
850         
851         /**
852          * A factory class with static methods for creating instances
853          * of this type.
854          */
855         
856         public static final class Factory
857         {
858             public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle newInstance() {
859               return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
860             
861             public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle newInstance(org.apache.xmlbeans.XmlOptions options) {
862               return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
863             
864             private Factory() { } // No instance of this class allowed
865         }
866     }
867     
868     /**
869      * A factory class with static methods for creating instances
870      * of this type.
871      */
872     
873     public static final class Factory
874     {
875         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument newInstance() {
876           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
877         
878         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
879           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
880         
881         /** @param xmlAsString the string value to parse */
882         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
883           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
884         
885         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
886           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
887         
888         /** @param file the file from which to load an xml document */
889         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
890           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
891         
892         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
893           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
894         
895         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
896           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
897         
898         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
899           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
900         
901         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
902           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
903         
904         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
905           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
906         
907         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
908           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
909         
910         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
911           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
912         
913         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
914           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
915         
916         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
917           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
918         
919         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
920           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
921         
922         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
923           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
924         
925         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
926         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
927           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
928         
929         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
930         public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
931           return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
932         
933         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
934         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 {
935           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
936         
937         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
938         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 {
939           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
940         
941         private Factory() { } // No instance of this class allowed
942     }
943 }