View Javadoc
1   /*
2    * An XML document type.
3    * Localname: RR_KeyPerson
4    * Namespace: http://apply.grants.gov/forms/RR_KeyPerson-V1.0
5    * Java type: gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrKeyPersonV10;
10  
11  
12  /**
13   * A document containing one RR_KeyPerson(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface RRKeyPersonDocument 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(RRKeyPersonDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeyperson8abddoctype");
21      
22      /**
23       * Gets the "RR_KeyPerson" element
24       */
25      gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson getRRKeyPerson();
26      
27      /**
28       * Sets the "RR_KeyPerson" element
29       */
30      void setRRKeyPerson(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson rrKeyPerson);
31      
32      /**
33       * Appends and returns a new empty "RR_KeyPerson" element
34       */
35      gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson addNewRRKeyPerson();
36      
37      /**
38       * An XML RR_KeyPerson(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface RRKeyPerson 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(RRKeyPerson.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeyperson78ccelemtype");
46          
47          /**
48           * Gets the "PDPI" element
49           */
50          gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType getPDPI();
51          
52          /**
53           * Sets the "PDPI" element
54           */
55          void setPDPI(gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType pdpi);
56          
57          /**
58           * Appends and returns a new empty "PDPI" element
59           */
60          gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType addNewPDPI();
61          
62          /**
63           * Gets array of all "KeyPerson" elements
64           */
65          gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType[] getKeyPersonArray();
66          
67          /**
68           * Gets ith "KeyPerson" element
69           */
70          gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType getKeyPersonArray(int i);
71          
72          /**
73           * Returns number of "KeyPerson" element
74           */
75          int sizeOfKeyPersonArray();
76          
77          /**
78           * Sets array of all "KeyPerson" element
79           */
80          void setKeyPersonArray(gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType[] keyPersonArray);
81          
82          /**
83           * Sets ith "KeyPerson" element
84           */
85          void setKeyPersonArray(int i, gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType keyPerson);
86          
87          /**
88           * Inserts and returns a new empty value (as xml) as the ith "KeyPerson" element
89           */
90          gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType insertNewKeyPerson(int i);
91          
92          /**
93           * Appends and returns a new empty value (as xml) as the last "KeyPerson" element
94           */
95          gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType addNewKeyPerson();
96          
97          /**
98           * Removes the ith "KeyPerson" element
99           */
100         void removeKeyPerson(int i);
101         
102         /**
103          * Gets the "AdditionalProfilesAttached" element
104          */
105         gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached getAdditionalProfilesAttached();
106         
107         /**
108          * True if has "AdditionalProfilesAttached" element
109          */
110         boolean isSetAdditionalProfilesAttached();
111         
112         /**
113          * Sets the "AdditionalProfilesAttached" element
114          */
115         void setAdditionalProfilesAttached(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached additionalProfilesAttached);
116         
117         /**
118          * Appends and returns a new empty "AdditionalProfilesAttached" element
119          */
120         gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached addNewAdditionalProfilesAttached();
121         
122         /**
123          * Unsets the "AdditionalProfilesAttached" element
124          */
125         void unsetAdditionalProfilesAttached();
126         
127         /**
128          * Gets the "BioSketchsAttached" element
129          */
130         gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached getBioSketchsAttached();
131         
132         /**
133          * True if has "BioSketchsAttached" element
134          */
135         boolean isSetBioSketchsAttached();
136         
137         /**
138          * Sets the "BioSketchsAttached" element
139          */
140         void setBioSketchsAttached(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached bioSketchsAttached);
141         
142         /**
143          * Appends and returns a new empty "BioSketchsAttached" element
144          */
145         gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached addNewBioSketchsAttached();
146         
147         /**
148          * Unsets the "BioSketchsAttached" element
149          */
150         void unsetBioSketchsAttached();
151         
152         /**
153          * Gets the "SupportsAttached" element
154          */
155         gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached getSupportsAttached();
156         
157         /**
158          * True if has "SupportsAttached" element
159          */
160         boolean isSetSupportsAttached();
161         
162         /**
163          * Sets the "SupportsAttached" element
164          */
165         void setSupportsAttached(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached supportsAttached);
166         
167         /**
168          * Appends and returns a new empty "SupportsAttached" element
169          */
170         gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached addNewSupportsAttached();
171         
172         /**
173          * Unsets the "SupportsAttached" element
174          */
175         void unsetSupportsAttached();
176         
177         /**
178          * Gets the "FormVersion" attribute
179          */
180         java.lang.String getFormVersion();
181         
182         /**
183          * Gets (as xml) the "FormVersion" attribute
184          */
185         gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
186         
187         /**
188          * Sets the "FormVersion" attribute
189          */
190         void setFormVersion(java.lang.String formVersion);
191         
192         /**
193          * Sets (as xml) the "FormVersion" attribute
194          */
195         void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
196         
197         /**
198          * An XML AdditionalProfilesAttached(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0).
199          *
200          * This is a complex type.
201          */
202         public interface AdditionalProfilesAttached extends org.apache.xmlbeans.XmlObject
203         {
204             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
205                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdditionalProfilesAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalprofilesattached8fbdelemtype");
206             
207             /**
208              * Gets the "AdditionalProfileAttached" element
209              */
210             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAdditionalProfileAttached();
211             
212             /**
213              * True if has "AdditionalProfileAttached" element
214              */
215             boolean isSetAdditionalProfileAttached();
216             
217             /**
218              * Sets the "AdditionalProfileAttached" element
219              */
220             void setAdditionalProfileAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType additionalProfileAttached);
221             
222             /**
223              * Appends and returns a new empty "AdditionalProfileAttached" element
224              */
225             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAdditionalProfileAttached();
226             
227             /**
228              * Unsets the "AdditionalProfileAttached" element
229              */
230             void unsetAdditionalProfileAttached();
231             
232             /**
233              * A factory class with static methods for creating instances
234              * of this type.
235              */
236             
237             public static final class Factory
238             {
239                 public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached newInstance() {
240                   return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
241                 
242                 public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
243                   return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
244                 
245                 private Factory() { } // No instance of this class allowed
246             }
247         }
248         
249         /**
250          * An XML BioSketchsAttached(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0).
251          *
252          * This is a complex type.
253          */
254         public interface BioSketchsAttached extends org.apache.xmlbeans.XmlObject
255         {
256             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
257                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BioSketchsAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("biosketchsattachedec2belemtype");
258             
259             /**
260              * Gets the "BioSketchAttached" element
261              */
262             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBioSketchAttached();
263             
264             /**
265              * Sets the "BioSketchAttached" element
266              */
267             void setBioSketchAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType bioSketchAttached);
268             
269             /**
270              * Appends and returns a new empty "BioSketchAttached" element
271              */
272             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBioSketchAttached();
273             
274             /**
275              * A factory class with static methods for creating instances
276              * of this type.
277              */
278             
279             public static final class Factory
280             {
281                 public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached newInstance() {
282                   return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
283                 
284                 public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
285                   return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
286                 
287                 private Factory() { } // No instance of this class allowed
288             }
289         }
290         
291         /**
292          * An XML SupportsAttached(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0).
293          *
294          * This is a complex type.
295          */
296         public interface SupportsAttached extends org.apache.xmlbeans.XmlObject
297         {
298             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
299                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SupportsAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("supportsattachedf6d0elemtype");
300             
301             /**
302              * Gets the "SupportAttached" element
303              */
304             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getSupportAttached();
305             
306             /**
307              * True if has "SupportAttached" element
308              */
309             boolean isSetSupportAttached();
310             
311             /**
312              * Sets the "SupportAttached" element
313              */
314             void setSupportAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType supportAttached);
315             
316             /**
317              * Appends and returns a new empty "SupportAttached" element
318              */
319             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewSupportAttached();
320             
321             /**
322              * Unsets the "SupportAttached" element
323              */
324             void unsetSupportAttached();
325             
326             /**
327              * A factory class with static methods for creating instances
328              * of this type.
329              */
330             
331             public static final class Factory
332             {
333                 public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached newInstance() {
334                   return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
335                 
336                 public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
337                   return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
338                 
339                 private Factory() { } // No instance of this class allowed
340             }
341         }
342         
343         /**
344          * A factory class with static methods for creating instances
345          * of this type.
346          */
347         
348         public static final class Factory
349         {
350             public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson newInstance() {
351               return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
352             
353             public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson newInstance(org.apache.xmlbeans.XmlOptions options) {
354               return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
355             
356             private Factory() { } // No instance of this class allowed
357         }
358     }
359     
360     /**
361      * A factory class with static methods for creating instances
362      * of this type.
363      */
364     
365     public static final class Factory
366     {
367         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument newInstance() {
368           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
369         
370         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
371           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
372         
373         /** @param xmlAsString the string value to parse */
374         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
375           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
376         
377         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
378           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
379         
380         /** @param file the file from which to load an xml document */
381         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
382           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
383         
384         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
385           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
386         
387         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
388           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
389         
390         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
391           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
392         
393         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
394           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
395         
396         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
397           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
398         
399         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
400           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
401         
402         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
403           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
404         
405         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
406           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
407         
408         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
409           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
410         
411         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
412           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
413         
414         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
415           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
416         
417         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
418         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
419           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
420         
421         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
422         public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
423           return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
424         
425         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
426         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 {
427           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
428         
429         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
430         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 {
431           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
432         
433         private Factory() { } // No instance of this class allowed
434     }
435 }