View Javadoc
1   /*
2    * An XML document type.
3    * Localname: RR_KeyPersonExpanded_2_0
4    * Namespace: http://apply.grants.gov/forms/RR_KeyPersonExpanded_2_0-V2.0
5    * Java type: gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrKeyPersonExpanded20V20;
10  
11  
12  /**
13   * A document containing one RR_KeyPersonExpanded_2_0(@http://apply.grants.gov/forms/RR_KeyPersonExpanded_2_0-V2.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface RRKeyPersonExpanded20Document 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(RRKeyPersonExpanded20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeypersonexpanded20999edoctype");
21      
22      /**
23       * Gets the "RR_KeyPersonExpanded_2_0" element
24       */
25      gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20 getRRKeyPersonExpanded20();
26      
27      /**
28       * Sets the "RR_KeyPersonExpanded_2_0" element
29       */
30      void setRRKeyPersonExpanded20(gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20 rrKeyPersonExpanded20);
31      
32      /**
33       * Appends and returns a new empty "RR_KeyPersonExpanded_2_0" element
34       */
35      gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20 addNewRRKeyPersonExpanded20();
36      
37      /**
38       * An XML RR_KeyPersonExpanded_2_0(@http://apply.grants.gov/forms/RR_KeyPersonExpanded_2_0-V2.0).
39       *
40       * This is a complex type.
41       */
42      public interface RRKeyPersonExpanded20 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(RRKeyPersonExpanded20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeypersonexpanded20ae90elemtype");
46          
47          /**
48           * Gets the "PDPI" element
49           */
50          gov.grants.apply.forms.rrKeyPersonExpanded20V20.PersonProfileDataType getPDPI();
51          
52          /**
53           * Sets the "PDPI" element
54           */
55          void setPDPI(gov.grants.apply.forms.rrKeyPersonExpanded20V20.PersonProfileDataType pdpi);
56          
57          /**
58           * Appends and returns a new empty "PDPI" element
59           */
60          gov.grants.apply.forms.rrKeyPersonExpanded20V20.PersonProfileDataType addNewPDPI();
61          
62          /**
63           * Gets array of all "KeyPerson" elements
64           */
65          gov.grants.apply.forms.rrKeyPersonExpanded20V20.PersonProfileDataType[] getKeyPersonArray();
66          
67          /**
68           * Gets ith "KeyPerson" element
69           */
70          gov.grants.apply.forms.rrKeyPersonExpanded20V20.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.rrKeyPersonExpanded20V20.PersonProfileDataType[] keyPersonArray);
81          
82          /**
83           * Sets ith "KeyPerson" element
84           */
85          void setKeyPersonArray(int i, gov.grants.apply.forms.rrKeyPersonExpanded20V20.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.rrKeyPersonExpanded20V20.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.rrKeyPersonExpanded20V20.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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.AdditionalProfilesAttached additionalProfilesAttached);
116         
117         /**
118          * Appends and returns a new empty "AdditionalProfilesAttached" element
119          */
120         gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.BioSketchsAttached bioSketchsAttached);
141         
142         /**
143          * Appends and returns a new empty "BioSketchsAttached" element
144          */
145         gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.SupportsAttached supportsAttached);
166         
167         /**
168          * Appends and returns a new empty "SupportsAttached" element
169          */
170         gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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.globalLibraryV20.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.globalLibraryV20.FormVersionDataType formVersion);
196         
197         /**
198          * An XML AdditionalProfilesAttached(@http://apply.grants.gov/forms/RR_KeyPersonExpanded_2_0-V2.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("additionalprofilesattachede101elemtype");
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.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.AdditionalProfilesAttached newInstance() {
240                   return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.AdditionalProfilesAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
241                 
242                 public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.AdditionalProfilesAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
243                   return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.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_KeyPersonExpanded_2_0-V2.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("biosketchsattached1e6felemtype");
258             
259             /**
260              * Gets the "BioSketchAttached" element
261              */
262             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBioSketchAttached();
263             
264             /**
265              * True if has "BioSketchAttached" element
266              */
267             boolean isSetBioSketchAttached();
268             
269             /**
270              * Sets the "BioSketchAttached" element
271              */
272             void setBioSketchAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType bioSketchAttached);
273             
274             /**
275              * Appends and returns a new empty "BioSketchAttached" element
276              */
277             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBioSketchAttached();
278             
279             /**
280              * Unsets the "BioSketchAttached" element
281              */
282             void unsetBioSketchAttached();
283             
284             /**
285              * A factory class with static methods for creating instances
286              * of this type.
287              */
288             
289             public static final class Factory
290             {
291                 public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.BioSketchsAttached newInstance() {
292                   return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
293                 
294                 public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.BioSketchsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
295                   return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
296                 
297                 private Factory() { } // No instance of this class allowed
298             }
299         }
300         
301         /**
302          * An XML SupportsAttached(@http://apply.grants.gov/forms/RR_KeyPersonExpanded_2_0-V2.0).
303          *
304          * This is a complex type.
305          */
306         public interface SupportsAttached extends org.apache.xmlbeans.XmlObject
307         {
308             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
309                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SupportsAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("supportsattached7a94elemtype");
310             
311             /**
312              * Gets the "SupportAttached" element
313              */
314             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getSupportAttached();
315             
316             /**
317              * True if has "SupportAttached" element
318              */
319             boolean isSetSupportAttached();
320             
321             /**
322              * Sets the "SupportAttached" element
323              */
324             void setSupportAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType supportAttached);
325             
326             /**
327              * Appends and returns a new empty "SupportAttached" element
328              */
329             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewSupportAttached();
330             
331             /**
332              * Unsets the "SupportAttached" element
333              */
334             void unsetSupportAttached();
335             
336             /**
337              * A factory class with static methods for creating instances
338              * of this type.
339              */
340             
341             public static final class Factory
342             {
343                 public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.SupportsAttached newInstance() {
344                   return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.SupportsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
345                 
346                 public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.SupportsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
347                   return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20.SupportsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
348                 
349                 private Factory() { } // No instance of this class allowed
350             }
351         }
352         
353         /**
354          * A factory class with static methods for creating instances
355          * of this type.
356          */
357         
358         public static final class Factory
359         {
360             public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20 newInstance() {
361               return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
362             
363             public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20 newInstance(org.apache.xmlbeans.XmlOptions options) {
364               return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document.RRKeyPersonExpanded20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
365             
366             private Factory() { } // No instance of this class allowed
367         }
368     }
369     
370     /**
371      * A factory class with static methods for creating instances
372      * of this type.
373      */
374     
375     public static final class Factory
376     {
377         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document newInstance() {
378           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
379         
380         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
381           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
382         
383         /** @param xmlAsString the string value to parse */
384         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
385           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
386         
387         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
388           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
389         
390         /** @param file the file from which to load an xml document */
391         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
392           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
393         
394         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
395           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
396         
397         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
398           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
399         
400         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
401           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
402         
403         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
404           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
405         
406         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
407           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
408         
409         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
410           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
411         
412         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
413           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
414         
415         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
416           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
417         
418         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
419           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
420         
421         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
422           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
423         
424         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
425           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
426         
427         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
428         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
429           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
430         
431         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
432         public static gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
433           return (gov.grants.apply.forms.rrKeyPersonExpanded20V20.RRKeyPersonExpanded20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
434         
435         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
436         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 {
437           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
438         
439         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
440         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 {
441           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
442         
443         private Factory() { } // No instance of this class allowed
444     }
445 }