View Javadoc
1   /*
2    * An XML document type.
3    * Localname: NASA_SeniorKeyPersonSupplementalDataSheet
4    * Namespace: http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0
5    * Java type: gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10;
10  
11  
12  /**
13   * A document containing one NASA_SeniorKeyPersonSupplementalDataSheet(@http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface NASASeniorKeyPersonSupplementalDataSheetDocument 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(NASASeniorKeyPersonSupplementalDataSheetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nasaseniorkeypersonsupplementaldatasheet1693doctype");
21      
22      /**
23       * Gets the "NASA_SeniorKeyPersonSupplementalDataSheet" element
24       */
25      gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet getNASASeniorKeyPersonSupplementalDataSheet();
26      
27      /**
28       * Sets the "NASA_SeniorKeyPersonSupplementalDataSheet" element
29       */
30      void setNASASeniorKeyPersonSupplementalDataSheet(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet nasaSeniorKeyPersonSupplementalDataSheet);
31      
32      /**
33       * Appends and returns a new empty "NASA_SeniorKeyPersonSupplementalDataSheet" element
34       */
35      gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet addNewNASASeniorKeyPersonSupplementalDataSheet();
36      
37      /**
38       * An XML NASA_SeniorKeyPersonSupplementalDataSheet(@http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface NASASeniorKeyPersonSupplementalDataSheet 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(NASASeniorKeyPersonSupplementalDataSheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nasaseniorkeypersonsupplementaldatasheet9bfcelemtype");
46          
47          /**
48           * Gets array of all "Senior_Key_Person" elements
49           */
50          gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson[] getSeniorKeyPersonArray();
51          
52          /**
53           * Gets ith "Senior_Key_Person" element
54           */
55          gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson getSeniorKeyPersonArray(int i);
56          
57          /**
58           * Returns number of "Senior_Key_Person" element
59           */
60          int sizeOfSeniorKeyPersonArray();
61          
62          /**
63           * Sets array of all "Senior_Key_Person" element
64           */
65          void setSeniorKeyPersonArray(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson[] seniorKeyPersonArray);
66          
67          /**
68           * Sets ith "Senior_Key_Person" element
69           */
70          void setSeniorKeyPersonArray(int i, gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson seniorKeyPerson);
71          
72          /**
73           * Inserts and returns a new empty value (as xml) as the ith "Senior_Key_Person" element
74           */
75          gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson insertNewSeniorKeyPerson(int i);
76          
77          /**
78           * Appends and returns a new empty value (as xml) as the last "Senior_Key_Person" element
79           */
80          gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson addNewSeniorKeyPerson();
81          
82          /**
83           * Removes the ith "Senior_Key_Person" element
84           */
85          void removeSeniorKeyPerson(int i);
86          
87          /**
88           * Gets the "Attachment1" element
89           */
90          java.lang.String getAttachment1();
91          
92          /**
93           * Gets (as xml) the "Attachment1" element
94           */
95          org.apache.xmlbeans.XmlString xgetAttachment1();
96          
97          /**
98           * True if has "Attachment1" element
99           */
100         boolean isSetAttachment1();
101         
102         /**
103          * Sets the "Attachment1" element
104          */
105         void setAttachment1(java.lang.String attachment1);
106         
107         /**
108          * Sets (as xml) the "Attachment1" element
109          */
110         void xsetAttachment1(org.apache.xmlbeans.XmlString attachment1);
111         
112         /**
113          * Unsets the "Attachment1" element
114          */
115         void unsetAttachment1();
116         
117         /**
118          * Gets the "Attachment2" element
119          */
120         java.lang.String getAttachment2();
121         
122         /**
123          * Gets (as xml) the "Attachment2" element
124          */
125         org.apache.xmlbeans.XmlString xgetAttachment2();
126         
127         /**
128          * True if has "Attachment2" element
129          */
130         boolean isSetAttachment2();
131         
132         /**
133          * Sets the "Attachment2" element
134          */
135         void setAttachment2(java.lang.String attachment2);
136         
137         /**
138          * Sets (as xml) the "Attachment2" element
139          */
140         void xsetAttachment2(org.apache.xmlbeans.XmlString attachment2);
141         
142         /**
143          * Unsets the "Attachment2" element
144          */
145         void unsetAttachment2();
146         
147         /**
148          * Gets the "Attachment3" element
149          */
150         java.lang.String getAttachment3();
151         
152         /**
153          * Gets (as xml) the "Attachment3" element
154          */
155         org.apache.xmlbeans.XmlString xgetAttachment3();
156         
157         /**
158          * True if has "Attachment3" element
159          */
160         boolean isSetAttachment3();
161         
162         /**
163          * Sets the "Attachment3" element
164          */
165         void setAttachment3(java.lang.String attachment3);
166         
167         /**
168          * Sets (as xml) the "Attachment3" element
169          */
170         void xsetAttachment3(org.apache.xmlbeans.XmlString attachment3);
171         
172         /**
173          * Unsets the "Attachment3" element
174          */
175         void unsetAttachment3();
176         
177         /**
178          * Gets the "Attachment4" element
179          */
180         java.lang.String getAttachment4();
181         
182         /**
183          * Gets (as xml) the "Attachment4" element
184          */
185         org.apache.xmlbeans.XmlString xgetAttachment4();
186         
187         /**
188          * True if has "Attachment4" element
189          */
190         boolean isSetAttachment4();
191         
192         /**
193          * Sets the "Attachment4" element
194          */
195         void setAttachment4(java.lang.String attachment4);
196         
197         /**
198          * Sets (as xml) the "Attachment4" element
199          */
200         void xsetAttachment4(org.apache.xmlbeans.XmlString attachment4);
201         
202         /**
203          * Unsets the "Attachment4" element
204          */
205         void unsetAttachment4();
206         
207         /**
208          * Gets the "SeniorKeyPersonAttachment" element
209          */
210         gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment getSeniorKeyPersonAttachment();
211         
212         /**
213          * True if has "SeniorKeyPersonAttachment" element
214          */
215         boolean isSetSeniorKeyPersonAttachment();
216         
217         /**
218          * Sets the "SeniorKeyPersonAttachment" element
219          */
220         void setSeniorKeyPersonAttachment(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment seniorKeyPersonAttachment);
221         
222         /**
223          * Appends and returns a new empty "SeniorKeyPersonAttachment" element
224          */
225         gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment addNewSeniorKeyPersonAttachment();
226         
227         /**
228          * Unsets the "SeniorKeyPersonAttachment" element
229          */
230         void unsetSeniorKeyPersonAttachment();
231         
232         /**
233          * Gets the "FormVersion" attribute
234          */
235         java.lang.String getFormVersion();
236         
237         /**
238          * Gets (as xml) the "FormVersion" attribute
239          */
240         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
241         
242         /**
243          * Sets the "FormVersion" attribute
244          */
245         void setFormVersion(java.lang.String formVersion);
246         
247         /**
248          * Sets (as xml) the "FormVersion" attribute
249          */
250         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
251         
252         /**
253          * An XML Senior_Key_Person(@http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0).
254          *
255          * This is a complex type.
256          */
257         public interface SeniorKeyPerson extends org.apache.xmlbeans.XmlObject
258         {
259             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
260                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SeniorKeyPerson.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("seniorkeyperson8cccelemtype");
261             
262             /**
263              * Gets the "SeniorKeyPersonName" element
264              */
265             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getSeniorKeyPersonName();
266             
267             /**
268              * Sets the "SeniorKeyPersonName" element
269              */
270             void setSeniorKeyPersonName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType seniorKeyPersonName);
271             
272             /**
273              * Appends and returns a new empty "SeniorKeyPersonName" element
274              */
275             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewSeniorKeyPersonName();
276             
277             /**
278              * Gets the "NASACo-Itype" element
279              */
280             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType.Enum getNASACoItype();
281             
282             /**
283              * Gets (as xml) the "NASACo-Itype" element
284              */
285             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType xgetNASACoItype();
286             
287             /**
288              * True if has "NASACo-Itype" element
289              */
290             boolean isSetNASACoItype();
291             
292             /**
293              * Sets the "NASACo-Itype" element
294              */
295             void setNASACoItype(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType.Enum nasaCoItype);
296             
297             /**
298              * Sets (as xml) the "NASACo-Itype" element
299              */
300             void xsetNASACoItype(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType nasaCoItype);
301             
302             /**
303              * Unsets the "NASACo-Itype" element
304              */
305             void unsetNASACoItype();
306             
307             /**
308              * Gets the "USGovernmentParticipation" element
309              */
310             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUSGovernmentParticipation();
311             
312             /**
313              * Gets (as xml) the "USGovernmentParticipation" element
314              */
315             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUSGovernmentParticipation();
316             
317             /**
318              * Sets the "USGovernmentParticipation" element
319              */
320             void setUSGovernmentParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum usGovernmentParticipation);
321             
322             /**
323              * Sets (as xml) the "USGovernmentParticipation" element
324              */
325             void xsetUSGovernmentParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType usGovernmentParticipation);
326             
327             /**
328              * Gets the "FederalAgency" element
329              */
330             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType.Enum getFederalAgency();
331             
332             /**
333              * Gets (as xml) the "FederalAgency" element
334              */
335             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType xgetFederalAgency();
336             
337             /**
338              * True if has "FederalAgency" element
339              */
340             boolean isSetFederalAgency();
341             
342             /**
343              * Sets the "FederalAgency" element
344              */
345             void setFederalAgency(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType.Enum federalAgency);
346             
347             /**
348              * Sets (as xml) the "FederalAgency" element
349              */
350             void xsetFederalAgency(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType federalAgency);
351             
352             /**
353              * Unsets the "FederalAgency" element
354              */
355             void unsetFederalAgency();
356             
357             /**
358              * Gets the "FederalAgencyDollar" element
359              */
360             java.math.BigDecimal getFederalAgencyDollar();
361             
362             /**
363              * Gets (as xml) the "FederalAgencyDollar" element
364              */
365             gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalAgencyDollar();
366             
367             /**
368              * True if has "FederalAgencyDollar" element
369              */
370             boolean isSetFederalAgencyDollar();
371             
372             /**
373              * Sets the "FederalAgencyDollar" element
374              */
375             void setFederalAgencyDollar(java.math.BigDecimal federalAgencyDollar);
376             
377             /**
378              * Sets (as xml) the "FederalAgencyDollar" element
379              */
380             void xsetFederalAgencyDollar(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalAgencyDollar);
381             
382             /**
383              * Unsets the "FederalAgencyDollar" element
384              */
385             void unsetFederalAgencyDollar();
386             
387             /**
388              * Gets the "InternationalParticipation" element
389              */
390             gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInternationalParticipation();
391             
392             /**
393              * Gets (as xml) the "InternationalParticipation" element
394              */
395             gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInternationalParticipation();
396             
397             /**
398              * Sets the "InternationalParticipation" element
399              */
400             void setInternationalParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum internationalParticipation);
401             
402             /**
403              * Sets (as xml) the "InternationalParticipation" element
404              */
405             void xsetInternationalParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType internationalParticipation);
406             
407             /**
408              * Gets the "StatementofCommitment" element
409              */
410             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getStatementofCommitment();
411             
412             /**
413              * True if has "StatementofCommitment" element
414              */
415             boolean isSetStatementofCommitment();
416             
417             /**
418              * Sets the "StatementofCommitment" element
419              */
420             void setStatementofCommitment(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType statementofCommitment);
421             
422             /**
423              * Appends and returns a new empty "StatementofCommitment" element
424              */
425             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewStatementofCommitment();
426             
427             /**
428              * Unsets the "StatementofCommitment" element
429              */
430             void unsetStatementofCommitment();
431             
432             /**
433              * Gets the "BudgetDetails" element
434              */
435             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getBudgetDetails();
436             
437             /**
438              * True if has "BudgetDetails" element
439              */
440             boolean isSetBudgetDetails();
441             
442             /**
443              * Sets the "BudgetDetails" element
444              */
445             void setBudgetDetails(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType budgetDetails);
446             
447             /**
448              * Appends and returns a new empty "BudgetDetails" element
449              */
450             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewBudgetDetails();
451             
452             /**
453              * Unsets the "BudgetDetails" element
454              */
455             void unsetBudgetDetails();
456             
457             /**
458              * A factory class with static methods for creating instances
459              * of this type.
460              */
461             
462             public static final class Factory
463             {
464                 public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson newInstance() {
465                   return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
466                 
467                 public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson newInstance(org.apache.xmlbeans.XmlOptions options) {
468                   return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
469                 
470                 private Factory() { } // No instance of this class allowed
471             }
472         }
473         
474         /**
475          * An XML SeniorKeyPersonAttachment(@http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0).
476          *
477          * This is a complex type.
478          */
479         public interface SeniorKeyPersonAttachment extends org.apache.xmlbeans.XmlObject
480         {
481             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
482                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SeniorKeyPersonAttachment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("seniorkeypersonattachmentf709elemtype");
483             
484             /**
485              * Gets array of all "NASA_SeniorKeyPersonSupplementalDataSheetAtt" elements
486              */
487             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt[] getNASASeniorKeyPersonSupplementalDataSheetAttArray();
488             
489             /**
490              * Gets ith "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
491              */
492             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt getNASASeniorKeyPersonSupplementalDataSheetAttArray(int i);
493             
494             /**
495              * Returns number of "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
496              */
497             int sizeOfNASASeniorKeyPersonSupplementalDataSheetAttArray();
498             
499             /**
500              * Sets array of all "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
501              */
502             void setNASASeniorKeyPersonSupplementalDataSheetAttArray(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt[] nasaSeniorKeyPersonSupplementalDataSheetAttArray);
503             
504             /**
505              * Sets ith "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
506              */
507             void setNASASeniorKeyPersonSupplementalDataSheetAttArray(int i, gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt nasaSeniorKeyPersonSupplementalDataSheetAtt);
508             
509             /**
510              * Inserts and returns a new empty value (as xml) as the ith "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
511              */
512             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt insertNewNASASeniorKeyPersonSupplementalDataSheetAtt(int i);
513             
514             /**
515              * Appends and returns a new empty value (as xml) as the last "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
516              */
517             gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt addNewNASASeniorKeyPersonSupplementalDataSheetAtt();
518             
519             /**
520              * Removes the ith "NASA_SeniorKeyPersonSupplementalDataSheetAtt" element
521              */
522             void removeNASASeniorKeyPersonSupplementalDataSheetAtt(int i);
523             
524             /**
525              * An XML NASA_SeniorKeyPersonSupplementalDataSheetAtt(@http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0).
526              *
527              * This is a complex type.
528              */
529             public interface NASASeniorKeyPersonSupplementalDataSheetAtt extends org.apache.xmlbeans.XmlObject
530             {
531                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
532                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NASASeniorKeyPersonSupplementalDataSheetAtt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nasaseniorkeypersonsupplementaldatasheetatt3617elemtype");
533                 
534                 /**
535                  * Gets array of all "Senior_Key_Person" elements
536                  */
537                 gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson[] getSeniorKeyPersonArray();
538                 
539                 /**
540                  * Gets ith "Senior_Key_Person" element
541                  */
542                 gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson getSeniorKeyPersonArray(int i);
543                 
544                 /**
545                  * Returns number of "Senior_Key_Person" element
546                  */
547                 int sizeOfSeniorKeyPersonArray();
548                 
549                 /**
550                  * Sets array of all "Senior_Key_Person" element
551                  */
552                 void setSeniorKeyPersonArray(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson[] seniorKeyPersonArray);
553                 
554                 /**
555                  * Sets ith "Senior_Key_Person" element
556                  */
557                 void setSeniorKeyPersonArray(int i, gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson seniorKeyPerson);
558                 
559                 /**
560                  * Inserts and returns a new empty value (as xml) as the ith "Senior_Key_Person" element
561                  */
562                 gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson insertNewSeniorKeyPerson(int i);
563                 
564                 /**
565                  * Appends and returns a new empty value (as xml) as the last "Senior_Key_Person" element
566                  */
567                 gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson addNewSeniorKeyPerson();
568                 
569                 /**
570                  * Removes the ith "Senior_Key_Person" element
571                  */
572                 void removeSeniorKeyPerson(int i);
573                 
574                 /**
575                  * An XML Senior_Key_Person(@http://apply.grants.gov/forms/NASA_SeniorKeyPersonSupplementalDataSheet-V1.0).
576                  *
577                  * This is a complex type.
578                  */
579                 public interface SeniorKeyPerson extends org.apache.xmlbeans.XmlObject
580                 {
581                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
582                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SeniorKeyPerson.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("seniorkeyperson2347elemtype");
583                     
584                     /**
585                      * Gets the "SeniorKeyPersonName" element
586                      */
587                     gov.grants.apply.system.globalLibraryV20.HumanNameDataType getSeniorKeyPersonName();
588                     
589                     /**
590                      * Sets the "SeniorKeyPersonName" element
591                      */
592                     void setSeniorKeyPersonName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType seniorKeyPersonName);
593                     
594                     /**
595                      * Appends and returns a new empty "SeniorKeyPersonName" element
596                      */
597                     gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewSeniorKeyPersonName();
598                     
599                     /**
600                      * Gets the "NASACo-Itype" element
601                      */
602                     gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType.Enum getNASACoItype();
603                     
604                     /**
605                      * Gets (as xml) the "NASACo-Itype" element
606                      */
607                     gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType xgetNASACoItype();
608                     
609                     /**
610                      * True if has "NASACo-Itype" element
611                      */
612                     boolean isSetNASACoItype();
613                     
614                     /**
615                      * Sets the "NASACo-Itype" element
616                      */
617                     void setNASACoItype(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType.Enum nasaCoItype);
618                     
619                     /**
620                      * Sets (as xml) the "NASACo-Itype" element
621                      */
622                     void xsetNASACoItype(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.CoItypeDataType nasaCoItype);
623                     
624                     /**
625                      * Unsets the "NASACo-Itype" element
626                      */
627                     void unsetNASACoItype();
628                     
629                     /**
630                      * Gets the "USGovernmentParticipation" element
631                      */
632                     gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUSGovernmentParticipation();
633                     
634                     /**
635                      * Gets (as xml) the "USGovernmentParticipation" element
636                      */
637                     gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUSGovernmentParticipation();
638                     
639                     /**
640                      * Sets the "USGovernmentParticipation" element
641                      */
642                     void setUSGovernmentParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum usGovernmentParticipation);
643                     
644                     /**
645                      * Sets (as xml) the "USGovernmentParticipation" element
646                      */
647                     void xsetUSGovernmentParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType usGovernmentParticipation);
648                     
649                     /**
650                      * Gets the "FederalAgency" element
651                      */
652                     gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType.Enum getFederalAgency();
653                     
654                     /**
655                      * Gets (as xml) the "FederalAgency" element
656                      */
657                     gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType xgetFederalAgency();
658                     
659                     /**
660                      * True if has "FederalAgency" element
661                      */
662                     boolean isSetFederalAgency();
663                     
664                     /**
665                      * Sets the "FederalAgency" element
666                      */
667                     void setFederalAgency(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType.Enum federalAgency);
668                     
669                     /**
670                      * Sets (as xml) the "FederalAgency" element
671                      */
672                     void xsetFederalAgency(gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.FederalAgencyDataType federalAgency);
673                     
674                     /**
675                      * Unsets the "FederalAgency" element
676                      */
677                     void unsetFederalAgency();
678                     
679                     /**
680                      * Gets the "FederalAgencyDollar" element
681                      */
682                     java.math.BigDecimal getFederalAgencyDollar();
683                     
684                     /**
685                      * Gets (as xml) the "FederalAgencyDollar" element
686                      */
687                     gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalAgencyDollar();
688                     
689                     /**
690                      * True if has "FederalAgencyDollar" element
691                      */
692                     boolean isSetFederalAgencyDollar();
693                     
694                     /**
695                      * Sets the "FederalAgencyDollar" element
696                      */
697                     void setFederalAgencyDollar(java.math.BigDecimal federalAgencyDollar);
698                     
699                     /**
700                      * Sets (as xml) the "FederalAgencyDollar" element
701                      */
702                     void xsetFederalAgencyDollar(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalAgencyDollar);
703                     
704                     /**
705                      * Unsets the "FederalAgencyDollar" element
706                      */
707                     void unsetFederalAgencyDollar();
708                     
709                     /**
710                      * Gets the "InternationalParticipation" element
711                      */
712                     gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInternationalParticipation();
713                     
714                     /**
715                      * Gets (as xml) the "InternationalParticipation" element
716                      */
717                     gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInternationalParticipation();
718                     
719                     /**
720                      * Sets the "InternationalParticipation" element
721                      */
722                     void setInternationalParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum internationalParticipation);
723                     
724                     /**
725                      * Sets (as xml) the "InternationalParticipation" element
726                      */
727                     void xsetInternationalParticipation(gov.grants.apply.system.globalLibraryV20.YesNoDataType internationalParticipation);
728                     
729                     /**
730                      * Gets the "StatementofCommitment" element
731                      */
732                     gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getStatementofCommitment();
733                     
734                     /**
735                      * True if has "StatementofCommitment" element
736                      */
737                     boolean isSetStatementofCommitment();
738                     
739                     /**
740                      * Sets the "StatementofCommitment" element
741                      */
742                     void setStatementofCommitment(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType statementofCommitment);
743                     
744                     /**
745                      * Appends and returns a new empty "StatementofCommitment" element
746                      */
747                     gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewStatementofCommitment();
748                     
749                     /**
750                      * Unsets the "StatementofCommitment" element
751                      */
752                     void unsetStatementofCommitment();
753                     
754                     /**
755                      * Gets the "BudgetDetails" element
756                      */
757                     gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getBudgetDetails();
758                     
759                     /**
760                      * True if has "BudgetDetails" element
761                      */
762                     boolean isSetBudgetDetails();
763                     
764                     /**
765                      * Sets the "BudgetDetails" element
766                      */
767                     void setBudgetDetails(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType budgetDetails);
768                     
769                     /**
770                      * Appends and returns a new empty "BudgetDetails" element
771                      */
772                     gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewBudgetDetails();
773                     
774                     /**
775                      * Unsets the "BudgetDetails" element
776                      */
777                     void unsetBudgetDetails();
778                     
779                     /**
780                      * A factory class with static methods for creating instances
781                      * of this type.
782                      */
783                     
784                     public static final class Factory
785                     {
786                       public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson newInstance() {
787                         return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
788                       
789                       public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson newInstance(org.apache.xmlbeans.XmlOptions options) {
790                         return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt.SeniorKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
791                       
792                       private Factory() { } // No instance of this class allowed
793                     }
794                 }
795                 
796                 /**
797                  * A factory class with static methods for creating instances
798                  * of this type.
799                  */
800                 
801                 public static final class Factory
802                 {
803                     public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt newInstance() {
804                       return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
805                     
806                     public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt newInstance(org.apache.xmlbeans.XmlOptions options) {
807                       return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment.NASASeniorKeyPersonSupplementalDataSheetAtt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
808                     
809                     private Factory() { } // No instance of this class allowed
810                 }
811             }
812             
813             /**
814              * A factory class with static methods for creating instances
815              * of this type.
816              */
817             
818             public static final class Factory
819             {
820                 public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment newInstance() {
821                   return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
822                 
823                 public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment newInstance(org.apache.xmlbeans.XmlOptions options) {
824                   return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet.SeniorKeyPersonAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
825                 
826                 private Factory() { } // No instance of this class allowed
827             }
828         }
829         
830         /**
831          * A factory class with static methods for creating instances
832          * of this type.
833          */
834         
835         public static final class Factory
836         {
837             public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet newInstance() {
838               return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
839             
840             public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet newInstance(org.apache.xmlbeans.XmlOptions options) {
841               return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument.NASASeniorKeyPersonSupplementalDataSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
842             
843             private Factory() { } // No instance of this class allowed
844         }
845     }
846     
847     /**
848      * A factory class with static methods for creating instances
849      * of this type.
850      */
851     
852     public static final class Factory
853     {
854         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument newInstance() {
855           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
856         
857         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
858           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
859         
860         /** @param xmlAsString the string value to parse */
861         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
862           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
863         
864         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
865           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
866         
867         /** @param file the file from which to load an xml document */
868         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
869           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
870         
871         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
872           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
873         
874         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
875           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
876         
877         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
878           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
879         
880         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
881           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
882         
883         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
884           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
885         
886         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
887           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
888         
889         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
890           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
891         
892         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
893           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
894         
895         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
896           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
897         
898         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
899           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
900         
901         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
902           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
903         
904         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
905         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
906           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
907         
908         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
909         public static gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
910           return (gov.grants.apply.forms.nasaSeniorKeyPersonSupplementalDataSheetV10.NASASeniorKeyPersonSupplementalDataSheetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
911         
912         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
913         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 {
914           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
915         
916         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
917         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 {
918           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
919         
920         private Factory() { } // No instance of this class allowed
921     }
922 }