View Javadoc
1   /*
2    * An XML document type.
3    * Localname: ED_SF424_Supplement_1_2
4    * Namespace: http://apply.grants.gov/forms/ED_SF424_Supplement_1_2-V1.2
5    * Java type: gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.edSF424Supplement12V12;
10  
11  
12  /**
13   * A document containing one ED_SF424_Supplement_1_2(@http://apply.grants.gov/forms/ED_SF424_Supplement_1_2-V1.2) element.
14   *
15   * This is a complex type.
16   */
17  public interface EDSF424Supplement12Document 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(EDSF424Supplement12Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edsf424supplement121b37doctype");
21      
22      /**
23       * Gets the "ED_SF424_Supplement_1_2" element
24       */
25      gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12 getEDSF424Supplement12();
26      
27      /**
28       * Sets the "ED_SF424_Supplement_1_2" element
29       */
30      void setEDSF424Supplement12(gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12 edsf424Supplement12);
31      
32      /**
33       * Appends and returns a new empty "ED_SF424_Supplement_1_2" element
34       */
35      gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12 addNewEDSF424Supplement12();
36      
37      /**
38       * An XML ED_SF424_Supplement_1_2(@http://apply.grants.gov/forms/ED_SF424_Supplement_1_2-V1.2).
39       *
40       * This is a complex type.
41       */
42      public interface EDSF424Supplement12 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(EDSF424Supplement12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edsf424supplement124231elemtype");
46          
47          /**
48           * Gets the "ProjectDirector" element
49           */
50          gov.grants.apply.system.globalLibraryV20.ContactPersonDataType getProjectDirector();
51          
52          /**
53           * Sets the "ProjectDirector" element
54           */
55          void setProjectDirector(gov.grants.apply.system.globalLibraryV20.ContactPersonDataType projectDirector);
56          
57          /**
58           * Appends and returns a new empty "ProjectDirector" element
59           */
60          gov.grants.apply.system.globalLibraryV20.ContactPersonDataType addNewProjectDirector();
61          
62          /**
63           * Gets the "IsNoviceApplicant" element
64           */
65          gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getIsNoviceApplicant();
66          
67          /**
68           * Gets (as xml) the "IsNoviceApplicant" element
69           */
70          gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetIsNoviceApplicant();
71          
72          /**
73           * True if has "IsNoviceApplicant" element
74           */
75          boolean isSetIsNoviceApplicant();
76          
77          /**
78           * Sets the "IsNoviceApplicant" element
79           */
80          void setIsNoviceApplicant(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum isNoviceApplicant);
81          
82          /**
83           * Sets (as xml) the "IsNoviceApplicant" element
84           */
85          void xsetIsNoviceApplicant(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType isNoviceApplicant);
86          
87          /**
88           * Unsets the "IsNoviceApplicant" element
89           */
90          void unsetIsNoviceApplicant();
91          
92          /**
93           * Gets the "IsHumanResearch" element
94           */
95          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanResearch();
96          
97          /**
98           * Gets (as xml) the "IsHumanResearch" element
99           */
100         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanResearch();
101         
102         /**
103          * True if has "IsHumanResearch" element
104          */
105         boolean isSetIsHumanResearch();
106         
107         /**
108          * Sets the "IsHumanResearch" element
109          */
110         void setIsHumanResearch(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanResearch);
111         
112         /**
113          * Sets (as xml) the "IsHumanResearch" element
114          */
115         void xsetIsHumanResearch(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanResearch);
116         
117         /**
118          * Unsets the "IsHumanResearch" element
119          */
120         void unsetIsHumanResearch();
121         
122         /**
123          * Gets the "IsHumanResearchExempt" element
124          */
125         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanResearchExempt();
126         
127         /**
128          * Gets (as xml) the "IsHumanResearchExempt" element
129          */
130         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanResearchExempt();
131         
132         /**
133          * True if has "IsHumanResearchExempt" element
134          */
135         boolean isSetIsHumanResearchExempt();
136         
137         /**
138          * Sets the "IsHumanResearchExempt" element
139          */
140         void setIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanResearchExempt);
141         
142         /**
143          * Sets (as xml) the "IsHumanResearchExempt" element
144          */
145         void xsetIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanResearchExempt);
146         
147         /**
148          * Unsets the "IsHumanResearchExempt" element
149          */
150         void unsetIsHumanResearchExempt();
151         
152         /**
153          * Gets the "ExemptionsNumber" element
154          */
155         gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber getExemptionsNumber();
156         
157         /**
158          * True if has "ExemptionsNumber" element
159          */
160         boolean isSetExemptionsNumber();
161         
162         /**
163          * Sets the "ExemptionsNumber" element
164          */
165         void setExemptionsNumber(gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber exemptionsNumber);
166         
167         /**
168          * Appends and returns a new empty "ExemptionsNumber" element
169          */
170         gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber addNewExemptionsNumber();
171         
172         /**
173          * Unsets the "ExemptionsNumber" element
174          */
175         void unsetExemptionsNumber();
176         
177         /**
178          * Gets the "AssuranceNumber" element
179          */
180         gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber getAssuranceNumber();
181         
182         /**
183          * True if has "AssuranceNumber" element
184          */
185         boolean isSetAssuranceNumber();
186         
187         /**
188          * Sets the "AssuranceNumber" element
189          */
190         void setAssuranceNumber(gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber assuranceNumber);
191         
192         /**
193          * Appends and returns a new empty "AssuranceNumber" element
194          */
195         gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber addNewAssuranceNumber();
196         
197         /**
198          * Unsets the "AssuranceNumber" element
199          */
200         void unsetAssuranceNumber();
201         
202         /**
203          * Gets the "Attachment" element
204          */
205         gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachment();
206         
207         /**
208          * True if has "Attachment" element
209          */
210         boolean isSetAttachment();
211         
212         /**
213          * Sets the "Attachment" element
214          */
215         void setAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachment);
216         
217         /**
218          * Appends and returns a new empty "Attachment" element
219          */
220         gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachment();
221         
222         /**
223          * Unsets the "Attachment" element
224          */
225         void unsetAttachment();
226         
227         /**
228          * Gets the "FormVersion" attribute
229          */
230         java.lang.String getFormVersion();
231         
232         /**
233          * Gets (as xml) the "FormVersion" attribute
234          */
235         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
236         
237         /**
238          * Sets the "FormVersion" attribute
239          */
240         void setFormVersion(java.lang.String formVersion);
241         
242         /**
243          * Sets (as xml) the "FormVersion" attribute
244          */
245         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
246         
247         /**
248          * An XML ExemptionsNumber(@http://apply.grants.gov/forms/ED_SF424_Supplement_1_2-V1.2).
249          *
250          * This is an atomic type that is a restriction of gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document$EDSF424Supplement12$ExemptionsNumber.
251          */
252         public interface ExemptionsNumber extends gov.grants.apply.system.globalV10.StringMin1Max255Type
253         {
254             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
255                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExemptionsNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("exemptionsnumberd7e2elemtype");
256             
257             /**
258              * Gets the "IsHumanResearchExempt" attribute
259              */
260             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanResearchExempt();
261             
262             /**
263              * Gets (as xml) the "IsHumanResearchExempt" attribute
264              */
265             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanResearchExempt();
266             
267             /**
268              * True if has "IsHumanResearchExempt" attribute
269              */
270             boolean isSetIsHumanResearchExempt();
271             
272             /**
273              * Sets the "IsHumanResearchExempt" attribute
274              */
275             void setIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanResearchExempt);
276             
277             /**
278              * Sets (as xml) the "IsHumanResearchExempt" attribute
279              */
280             void xsetIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanResearchExempt);
281             
282             /**
283              * Unsets the "IsHumanResearchExempt" attribute
284              */
285             void unsetIsHumanResearchExempt();
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.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber newInstance() {
295                   return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
296                 
297                 public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
298                   return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.ExemptionsNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
299                 
300                 private Factory() { } // No instance of this class allowed
301             }
302         }
303         
304         /**
305          * An XML AssuranceNumber(@http://apply.grants.gov/forms/ED_SF424_Supplement_1_2-V1.2).
306          *
307          * This is an atomic type that is a restriction of gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document$EDSF424Supplement12$AssuranceNumber.
308          */
309         public interface AssuranceNumber extends gov.grants.apply.system.globalV10.StringMin1Max255Type
310         {
311             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
312                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AssuranceNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("assurancenumberc4cfelemtype");
313             
314             /**
315              * Gets the "IsHumanResearchExempt" attribute
316              */
317             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsHumanResearchExempt();
318             
319             /**
320              * Gets (as xml) the "IsHumanResearchExempt" attribute
321              */
322             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsHumanResearchExempt();
323             
324             /**
325              * True if has "IsHumanResearchExempt" attribute
326              */
327             boolean isSetIsHumanResearchExempt();
328             
329             /**
330              * Sets the "IsHumanResearchExempt" attribute
331              */
332             void setIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isHumanResearchExempt);
333             
334             /**
335              * Sets (as xml) the "IsHumanResearchExempt" attribute
336              */
337             void xsetIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV20.YesNoDataType isHumanResearchExempt);
338             
339             /**
340              * Unsets the "IsHumanResearchExempt" attribute
341              */
342             void unsetIsHumanResearchExempt();
343             
344             /**
345              * A factory class with static methods for creating instances
346              * of this type.
347              */
348             
349             public static final class Factory
350             {
351                 public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber newInstance() {
352                   return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
353                 
354                 public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
355                   return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12.AssuranceNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
356                 
357                 private Factory() { } // No instance of this class allowed
358             }
359         }
360         
361         /**
362          * A factory class with static methods for creating instances
363          * of this type.
364          */
365         
366         public static final class Factory
367         {
368             public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12 newInstance() {
369               return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
370             
371             public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12 newInstance(org.apache.xmlbeans.XmlOptions options) {
372               return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document.EDSF424Supplement12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
373             
374             private Factory() { } // No instance of this class allowed
375         }
376     }
377     
378     /**
379      * A factory class with static methods for creating instances
380      * of this type.
381      */
382     
383     public static final class Factory
384     {
385         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document newInstance() {
386           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
387         
388         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document newInstance(org.apache.xmlbeans.XmlOptions options) {
389           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
390         
391         /** @param xmlAsString the string value to parse */
392         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
393           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
394         
395         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
396           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
397         
398         /** @param file the file from which to load an xml document */
399         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
400           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
401         
402         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
403           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
404         
405         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
406           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
407         
408         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
409           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
410         
411         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
412           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
413         
414         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
415           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
416         
417         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
418           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
419         
420         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
421           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
422         
423         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
424           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
425         
426         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
427           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
428         
429         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
430           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
431         
432         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
433           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
434         
435         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
436         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
437           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
438         
439         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
440         public static gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
441           return (gov.grants.apply.forms.edSF424Supplement12V12.EDSF424Supplement12Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
442         
443         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
444         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 {
445           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
446         
447         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
448         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 {
449           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
450         
451         private Factory() { } // No instance of this class allowed
452     }
453 }