View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Form_13424I
4    * Namespace: http://apply.grants.gov/forms/Form_13424I-V1.0
5    * Java type: gov.grants.apply.forms.form13424IV10.Form13424IDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.form13424IV10;
10  
11  
12  /**
13   * A document containing one Form_13424I(@http://apply.grants.gov/forms/Form_13424I-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface Form13424IDocument 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(Form13424IDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form13424ifb09doctype");
21      
22      /**
23       * Gets the "Form_13424I" element
24       */
25      gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I getForm13424I();
26      
27      /**
28       * Sets the "Form_13424I" element
29       */
30      void setForm13424I(gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I form13424I);
31      
32      /**
33       * Appends and returns a new empty "Form_13424I" element
34       */
35      gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I addNewForm13424I();
36      
37      /**
38       * An XML Form_13424I(@http://apply.grants.gov/forms/Form_13424I-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface Form13424I 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(Form13424I.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form13424i81adelemtype");
46          
47          /**
48           * Gets the "AcademicInstitution" element
49           */
50          java.lang.String getAcademicInstitution();
51          
52          /**
53           * Gets (as xml) the "AcademicInstitution" element
54           */
55          gov.grants.apply.forms.form13424IV10.Form13424IString160DataType xgetAcademicInstitution();
56          
57          /**
58           * Sets the "AcademicInstitution" element
59           */
60          void setAcademicInstitution(java.lang.String academicInstitution);
61          
62          /**
63           * Sets (as xml) the "AcademicInstitution" element
64           */
65          void xsetAcademicInstitution(gov.grants.apply.forms.form13424IV10.Form13424IString160DataType academicInstitution);
66          
67          /**
68           * Gets the "LITCName" element
69           */
70          java.lang.String getLITCName();
71          
72          /**
73           * Gets (as xml) the "LITCName" element
74           */
75          gov.grants.apply.forms.form13424IV10.Form13424IString160DataType xgetLITCName();
76          
77          /**
78           * Sets the "LITCName" element
79           */
80          void setLITCName(java.lang.String litcName);
81          
82          /**
83           * Sets (as xml) the "LITCName" element
84           */
85          void xsetLITCName(gov.grants.apply.forms.form13424IV10.Form13424IString160DataType litcName);
86          
87          /**
88           * Gets the "TaxpayerInfo" element
89           */
90          gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo getTaxpayerInfo();
91          
92          /**
93           * Sets the "TaxpayerInfo" element
94           */
95          void setTaxpayerInfo(gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo taxpayerInfo);
96          
97          /**
98           * Appends and returns a new empty "TaxpayerInfo" element
99           */
100         gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo addNewTaxpayerInfo();
101         
102         /**
103          * Gets the "AuthorizedPersonInfo" element
104          */
105         gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo getAuthorizedPersonInfo();
106         
107         /**
108          * Sets the "AuthorizedPersonInfo" element
109          */
110         void setAuthorizedPersonInfo(gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo authorizedPersonInfo);
111         
112         /**
113          * Appends and returns a new empty "AuthorizedPersonInfo" element
114          */
115         gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo addNewAuthorizedPersonInfo();
116         
117         /**
118          * Gets the "FormVersion" attribute
119          */
120         java.lang.String getFormVersion();
121         
122         /**
123          * Gets (as xml) the "FormVersion" attribute
124          */
125         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
126         
127         /**
128          * Sets the "FormVersion" attribute
129          */
130         void setFormVersion(java.lang.String formVersion);
131         
132         /**
133          * Sets (as xml) the "FormVersion" attribute
134          */
135         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
136         
137         /**
138          * An XML TaxpayerInfo(@http://apply.grants.gov/forms/Form_13424I-V1.0).
139          *
140          * This is a complex type.
141          */
142         public interface TaxpayerInfo extends org.apache.xmlbeans.XmlObject
143         {
144             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
145                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TaxpayerInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("taxpayerinfoea19elemtype");
146             
147             /**
148              * Gets the "TaxpayerName" element
149              */
150             java.lang.String getTaxpayerName();
151             
152             /**
153              * Gets (as xml) the "TaxpayerName" element
154              */
155             gov.grants.apply.forms.form13424IV10.Form13424IString160DataType xgetTaxpayerName();
156             
157             /**
158              * Sets the "TaxpayerName" element
159              */
160             void setTaxpayerName(java.lang.String taxpayerName);
161             
162             /**
163              * Sets (as xml) the "TaxpayerName" element
164              */
165             void xsetTaxpayerName(gov.grants.apply.forms.form13424IV10.Form13424IString160DataType taxpayerName);
166             
167             /**
168              * Gets the "Street" element
169              */
170             java.lang.String getStreet();
171             
172             /**
173              * Gets (as xml) the "Street" element
174              */
175             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet();
176             
177             /**
178              * Sets the "Street" element
179              */
180             void setStreet(java.lang.String street);
181             
182             /**
183              * Sets (as xml) the "Street" element
184              */
185             void xsetStreet(gov.grants.apply.system.globalLibraryV20.StreetDataType street);
186             
187             /**
188              * Gets the "City" element
189              */
190             java.lang.String getCity();
191             
192             /**
193              * Gets (as xml) the "City" element
194              */
195             gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
196             
197             /**
198              * Sets the "City" element
199              */
200             void setCity(java.lang.String city);
201             
202             /**
203              * Sets (as xml) the "City" element
204              */
205             void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
206             
207             /**
208              * Gets the "State" element
209              */
210             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
211             
212             /**
213              * Gets (as xml) the "State" element
214              */
215             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
216             
217             /**
218              * Sets the "State" element
219              */
220             void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
221             
222             /**
223              * Sets (as xml) the "State" element
224              */
225             void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
226             
227             /**
228              * Gets the "ZipCode" element
229              */
230             java.lang.String getZipCode();
231             
232             /**
233              * Gets (as xml) the "ZipCode" element
234              */
235             gov.grants.apply.forms.form13424IV10.Form13424IUSZipcodeDataType xgetZipCode();
236             
237             /**
238              * Sets the "ZipCode" element
239              */
240             void setZipCode(java.lang.String zipCode);
241             
242             /**
243              * Sets (as xml) the "ZipCode" element
244              */
245             void xsetZipCode(gov.grants.apply.forms.form13424IV10.Form13424IUSZipcodeDataType zipCode);
246             
247             /**
248              * Gets the "EIN" element
249              */
250             java.lang.String getEIN();
251             
252             /**
253              * Gets (as xml) the "EIN" element
254              */
255             gov.grants.apply.forms.form13424IV10.Form13424IEINDataType xgetEIN();
256             
257             /**
258              * Sets the "EIN" element
259              */
260             void setEIN(java.lang.String ein);
261             
262             /**
263              * Sets (as xml) the "EIN" element
264              */
265             void xsetEIN(gov.grants.apply.forms.form13424IV10.Form13424IEINDataType ein);
266             
267             /**
268              * A factory class with static methods for creating instances
269              * of this type.
270              */
271             
272             public static final class Factory
273             {
274                 public static gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo newInstance() {
275                   return (gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
276                 
277                 public static gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
278                   return (gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.TaxpayerInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
279                 
280                 private Factory() { } // No instance of this class allowed
281             }
282         }
283         
284         /**
285          * An XML AuthorizedPersonInfo(@http://apply.grants.gov/forms/Form_13424I-V1.0).
286          *
287          * This is a complex type.
288          */
289         public interface AuthorizedPersonInfo extends org.apache.xmlbeans.XmlObject
290         {
291             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
292                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AuthorizedPersonInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedpersoninfo2713elemtype");
293             
294             /**
295              * Gets the "NameAuthorized" element
296              */
297             java.lang.String getNameAuthorized();
298             
299             /**
300              * Gets (as xml) the "NameAuthorized" element
301              */
302             gov.grants.apply.forms.form13424IV10.Form13424IString160DataType xgetNameAuthorized();
303             
304             /**
305              * Sets the "NameAuthorized" element
306              */
307             void setNameAuthorized(java.lang.String nameAuthorized);
308             
309             /**
310              * Sets (as xml) the "NameAuthorized" element
311              */
312             void xsetNameAuthorized(gov.grants.apply.forms.form13424IV10.Form13424IString160DataType nameAuthorized);
313             
314             /**
315              * Gets the "TitleAuthorized" element
316              */
317             java.lang.String getTitleAuthorized();
318             
319             /**
320              * Gets (as xml) the "TitleAuthorized" element
321              */
322             gov.grants.apply.forms.form13424IV10.Form13424IString145DataType xgetTitleAuthorized();
323             
324             /**
325              * Sets the "TitleAuthorized" element
326              */
327             void setTitleAuthorized(java.lang.String titleAuthorized);
328             
329             /**
330              * Sets (as xml) the "TitleAuthorized" element
331              */
332             void xsetTitleAuthorized(gov.grants.apply.forms.form13424IV10.Form13424IString145DataType titleAuthorized);
333             
334             /**
335              * Gets the "PhoneNumber" element
336              */
337             java.lang.String getPhoneNumber();
338             
339             /**
340              * Gets (as xml) the "PhoneNumber" element
341              */
342             gov.grants.apply.forms.form13424IV10.Form13424IUSPhoneDataType xgetPhoneNumber();
343             
344             /**
345              * Sets the "PhoneNumber" element
346              */
347             void setPhoneNumber(java.lang.String phoneNumber);
348             
349             /**
350              * Sets (as xml) the "PhoneNumber" element
351              */
352             void xsetPhoneNumber(gov.grants.apply.forms.form13424IV10.Form13424IUSPhoneDataType phoneNumber);
353             
354             /**
355              * Gets the "EmailAddress" element
356              */
357             java.lang.String getEmailAddress();
358             
359             /**
360              * Gets (as xml) the "EmailAddress" element
361              */
362             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmailAddress();
363             
364             /**
365              * Sets the "EmailAddress" element
366              */
367             void setEmailAddress(java.lang.String emailAddress);
368             
369             /**
370              * Sets (as xml) the "EmailAddress" element
371              */
372             void xsetEmailAddress(gov.grants.apply.system.globalLibraryV20.EmailDataType emailAddress);
373             
374             /**
375              * Gets the "AuthorizedSig" element
376              */
377             java.lang.String getAuthorizedSig();
378             
379             /**
380              * Gets (as xml) the "AuthorizedSig" element
381              */
382             gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedSig();
383             
384             /**
385              * Sets the "AuthorizedSig" element
386              */
387             void setAuthorizedSig(java.lang.String authorizedSig);
388             
389             /**
390              * Sets (as xml) the "AuthorizedSig" element
391              */
392             void xsetAuthorizedSig(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedSig);
393             
394             /**
395              * Gets the "DateSigned" element
396              */
397             java.util.Calendar getDateSigned();
398             
399             /**
400              * Gets (as xml) the "DateSigned" element
401              */
402             org.apache.xmlbeans.XmlDate xgetDateSigned();
403             
404             /**
405              * Sets the "DateSigned" element
406              */
407             void setDateSigned(java.util.Calendar dateSigned);
408             
409             /**
410              * Sets (as xml) the "DateSigned" element
411              */
412             void xsetDateSigned(org.apache.xmlbeans.XmlDate dateSigned);
413             
414             /**
415              * A factory class with static methods for creating instances
416              * of this type.
417              */
418             
419             public static final class Factory
420             {
421                 public static gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo newInstance() {
422                   return (gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
423                 
424                 public static gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
425                   return (gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I.AuthorizedPersonInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
426                 
427                 private Factory() { } // No instance of this class allowed
428             }
429         }
430         
431         /**
432          * A factory class with static methods for creating instances
433          * of this type.
434          */
435         
436         public static final class Factory
437         {
438             public static gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I newInstance() {
439               return (gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
440             
441             public static gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I newInstance(org.apache.xmlbeans.XmlOptions options) {
442               return (gov.grants.apply.forms.form13424IV10.Form13424IDocument.Form13424I) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
443             
444             private Factory() { } // No instance of this class allowed
445         }
446     }
447     
448     /**
449      * A factory class with static methods for creating instances
450      * of this type.
451      */
452     
453     public static final class Factory
454     {
455         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument newInstance() {
456           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
457         
458         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
459           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
460         
461         /** @param xmlAsString the string value to parse */
462         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
463           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
464         
465         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
466           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
467         
468         /** @param file the file from which to load an xml document */
469         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
470           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
471         
472         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
473           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
474         
475         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
476           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
477         
478         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
479           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
480         
481         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
482           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
483         
484         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
485           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
486         
487         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
488           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
489         
490         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
491           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
492         
493         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
494           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
495         
496         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
497           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
498         
499         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
500           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
501         
502         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
503           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
504         
505         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
506         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
507           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
508         
509         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
510         public static gov.grants.apply.forms.form13424IV10.Form13424IDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
511           return (gov.grants.apply.forms.form13424IV10.Form13424IDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
512         
513         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
514         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 {
515           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
516         
517         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
518         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 {
519           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
520         
521         private Factory() { } // No instance of this class allowed
522     }
523 }