View Javadoc
1   /*
2    * An XML document type.
3    * Localname: ExtraKeyPersonList
4    * Namespace: http://apply.grants.gov/coeus/ExtraKeyPerson
5    * Java type: gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.coeus.extraKeyPerson;
10  
11  
12  /**
13   * A document containing one ExtraKeyPersonList(@http://apply.grants.gov/coeus/ExtraKeyPerson) element.
14   *
15   * This is a complex type.
16   */
17  public interface ExtraKeyPersonListDocument 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(ExtraKeyPersonListDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("extrakeypersonlist1927doctype");
21      
22      /**
23       * Gets the "ExtraKeyPersonList" element
24       */
25      gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList getExtraKeyPersonList();
26      
27      /**
28       * Sets the "ExtraKeyPersonList" element
29       */
30      void setExtraKeyPersonList(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList extraKeyPersonList);
31      
32      /**
33       * Appends and returns a new empty "ExtraKeyPersonList" element
34       */
35      gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList addNewExtraKeyPersonList();
36      
37      /**
38       * An XML ExtraKeyPersonList(@http://apply.grants.gov/coeus/ExtraKeyPerson).
39       *
40       * This is a complex type.
41       */
42      public interface ExtraKeyPersonList 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(ExtraKeyPersonList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("extrakeypersonlist0b85elemtype");
46          
47          /**
48           * Gets the "ProposalNumber" element
49           */
50          java.lang.String getProposalNumber();
51          
52          /**
53           * Gets (as xml) the "ProposalNumber" element
54           */
55          org.apache.xmlbeans.XmlString xgetProposalNumber();
56          
57          /**
58           * Sets the "ProposalNumber" element
59           */
60          void setProposalNumber(java.lang.String proposalNumber);
61          
62          /**
63           * Sets (as xml) the "ProposalNumber" element
64           */
65          void xsetProposalNumber(org.apache.xmlbeans.XmlString proposalNumber);
66          
67          /**
68           * Gets the "BudgetPeriod" element
69           */
70          java.math.BigInteger getBudgetPeriod();
71          
72          /**
73           * Gets (as xml) the "BudgetPeriod" element
74           */
75          org.apache.xmlbeans.XmlInteger xgetBudgetPeriod();
76          
77          /**
78           * Sets the "BudgetPeriod" element
79           */
80          void setBudgetPeriod(java.math.BigInteger budgetPeriod);
81          
82          /**
83           * Sets (as xml) the "BudgetPeriod" element
84           */
85          void xsetBudgetPeriod(org.apache.xmlbeans.XmlInteger budgetPeriod);
86          
87          /**
88           * Gets array of all "KeyPersons" elements
89           */
90          gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons[] getKeyPersonsArray();
91          
92          /**
93           * Gets ith "KeyPersons" element
94           */
95          gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons getKeyPersonsArray(int i);
96          
97          /**
98           * Returns number of "KeyPersons" element
99           */
100         int sizeOfKeyPersonsArray();
101         
102         /**
103          * Sets array of all "KeyPersons" element
104          */
105         void setKeyPersonsArray(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons[] keyPersonsArray);
106         
107         /**
108          * Sets ith "KeyPersons" element
109          */
110         void setKeyPersonsArray(int i, gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons keyPersons);
111         
112         /**
113          * Inserts and returns a new empty value (as xml) as the ith "KeyPersons" element
114          */
115         gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons insertNewKeyPersons(int i);
116         
117         /**
118          * Appends and returns a new empty value (as xml) as the last "KeyPersons" element
119          */
120         gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons addNewKeyPersons();
121         
122         /**
123          * Removes the ith "KeyPersons" element
124          */
125         void removeKeyPersons(int i);
126         
127         /**
128          * An XML KeyPersons(@http://apply.grants.gov/coeus/ExtraKeyPerson).
129          *
130          * This is a complex type.
131          */
132         public interface KeyPersons extends org.apache.xmlbeans.XmlObject
133         {
134             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
135                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(KeyPersons.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("keypersonsde0aelemtype");
136             
137             /**
138              * Gets the "Prefix" element
139              */
140             java.lang.String getPrefix();
141             
142             /**
143              * Gets (as xml) the "Prefix" element
144              */
145             org.apache.xmlbeans.XmlString xgetPrefix();
146             
147             /**
148              * True if has "Prefix" element
149              */
150             boolean isSetPrefix();
151             
152             /**
153              * Sets the "Prefix" element
154              */
155             void setPrefix(java.lang.String prefix);
156             
157             /**
158              * Sets (as xml) the "Prefix" element
159              */
160             void xsetPrefix(org.apache.xmlbeans.XmlString prefix);
161             
162             /**
163              * Unsets the "Prefix" element
164              */
165             void unsetPrefix();
166             
167             /**
168              * Gets the "FirstName" element
169              */
170             java.lang.String getFirstName();
171             
172             /**
173              * Gets (as xml) the "FirstName" element
174              */
175             org.apache.xmlbeans.XmlString xgetFirstName();
176             
177             /**
178              * Sets the "FirstName" element
179              */
180             void setFirstName(java.lang.String firstName);
181             
182             /**
183              * Sets (as xml) the "FirstName" element
184              */
185             void xsetFirstName(org.apache.xmlbeans.XmlString firstName);
186             
187             /**
188              * Gets the "MiddleName" element
189              */
190             java.lang.String getMiddleName();
191             
192             /**
193              * Gets (as xml) the "MiddleName" element
194              */
195             org.apache.xmlbeans.XmlString xgetMiddleName();
196             
197             /**
198              * True if has "MiddleName" element
199              */
200             boolean isSetMiddleName();
201             
202             /**
203              * Sets the "MiddleName" element
204              */
205             void setMiddleName(java.lang.String middleName);
206             
207             /**
208              * Sets (as xml) the "MiddleName" element
209              */
210             void xsetMiddleName(org.apache.xmlbeans.XmlString middleName);
211             
212             /**
213              * Unsets the "MiddleName" element
214              */
215             void unsetMiddleName();
216             
217             /**
218              * Gets the "LastName" element
219              */
220             java.lang.String getLastName();
221             
222             /**
223              * Gets (as xml) the "LastName" element
224              */
225             org.apache.xmlbeans.XmlString xgetLastName();
226             
227             /**
228              * Sets the "LastName" element
229              */
230             void setLastName(java.lang.String lastName);
231             
232             /**
233              * Sets (as xml) the "LastName" element
234              */
235             void xsetLastName(org.apache.xmlbeans.XmlString lastName);
236             
237             /**
238              * Gets the "Suffix" element
239              */
240             java.lang.String getSuffix();
241             
242             /**
243              * Gets (as xml) the "Suffix" element
244              */
245             org.apache.xmlbeans.XmlString xgetSuffix();
246             
247             /**
248              * True if has "Suffix" element
249              */
250             boolean isSetSuffix();
251             
252             /**
253              * Sets the "Suffix" element
254              */
255             void setSuffix(java.lang.String suffix);
256             
257             /**
258              * Sets (as xml) the "Suffix" element
259              */
260             void xsetSuffix(org.apache.xmlbeans.XmlString suffix);
261             
262             /**
263              * Unsets the "Suffix" element
264              */
265             void unsetSuffix();
266             
267             /**
268              * Gets the "ProjectRole" element
269              */
270             java.lang.String getProjectRole();
271             
272             /**
273              * Gets (as xml) the "ProjectRole" element
274              */
275             org.apache.xmlbeans.XmlString xgetProjectRole();
276             
277             /**
278              * Sets the "ProjectRole" element
279              */
280             void setProjectRole(java.lang.String projectRole);
281             
282             /**
283              * Sets (as xml) the "ProjectRole" element
284              */
285             void xsetProjectRole(org.apache.xmlbeans.XmlString projectRole);
286             
287             /**
288              * Gets the "Compensation" element
289              */
290             gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation getCompensation();
291             
292             /**
293              * Sets the "Compensation" element
294              */
295             void setCompensation(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation compensation);
296             
297             /**
298              * Appends and returns a new empty "Compensation" element
299              */
300             gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation addNewCompensation();
301             
302             /**
303              * An XML Compensation(@http://apply.grants.gov/coeus/ExtraKeyPerson).
304              *
305              * This is a complex type.
306              */
307             public interface Compensation extends org.apache.xmlbeans.XmlObject
308             {
309                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
310                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Compensation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("compensationf820elemtype");
311                 
312                 /**
313                  * Gets the "CalendarMonths" element
314                  */
315                 java.math.BigDecimal getCalendarMonths();
316                 
317                 /**
318                  * Gets (as xml) the "CalendarMonths" element
319                  */
320                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths xgetCalendarMonths();
321                 
322                 /**
323                  * True if has "CalendarMonths" element
324                  */
325                 boolean isSetCalendarMonths();
326                 
327                 /**
328                  * Sets the "CalendarMonths" element
329                  */
330                 void setCalendarMonths(java.math.BigDecimal calendarMonths);
331                 
332                 /**
333                  * Sets (as xml) the "CalendarMonths" element
334                  */
335                 void xsetCalendarMonths(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths calendarMonths);
336                 
337                 /**
338                  * Unsets the "CalendarMonths" element
339                  */
340                 void unsetCalendarMonths();
341                 
342                 /**
343                  * Gets the "SummerMonths" element
344                  */
345                 java.math.BigDecimal getSummerMonths();
346                 
347                 /**
348                  * Gets (as xml) the "SummerMonths" element
349                  */
350                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths xgetSummerMonths();
351                 
352                 /**
353                  * True if has "SummerMonths" element
354                  */
355                 boolean isSetSummerMonths();
356                 
357                 /**
358                  * Sets the "SummerMonths" element
359                  */
360                 void setSummerMonths(java.math.BigDecimal summerMonths);
361                 
362                 /**
363                  * Sets (as xml) the "SummerMonths" element
364                  */
365                 void xsetSummerMonths(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths summerMonths);
366                 
367                 /**
368                  * Unsets the "SummerMonths" element
369                  */
370                 void unsetSummerMonths();
371                 
372                 /**
373                  * Gets the "AcademicMonths" element
374                  */
375                 java.math.BigDecimal getAcademicMonths();
376                 
377                 /**
378                  * Gets (as xml) the "AcademicMonths" element
379                  */
380                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths xgetAcademicMonths();
381                 
382                 /**
383                  * True if has "AcademicMonths" element
384                  */
385                 boolean isSetAcademicMonths();
386                 
387                 /**
388                  * Sets the "AcademicMonths" element
389                  */
390                 void setAcademicMonths(java.math.BigDecimal academicMonths);
391                 
392                 /**
393                  * Sets (as xml) the "AcademicMonths" element
394                  */
395                 void xsetAcademicMonths(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths academicMonths);
396                 
397                 /**
398                  * Unsets the "AcademicMonths" element
399                  */
400                 void unsetAcademicMonths();
401                 
402                 /**
403                  * Gets the "RequestedSalary" element
404                  */
405                 java.math.BigDecimal getRequestedSalary();
406                 
407                 /**
408                  * Gets (as xml) the "RequestedSalary" element
409                  */
410                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary xgetRequestedSalary();
411                 
412                 /**
413                  * Sets the "RequestedSalary" element
414                  */
415                 void setRequestedSalary(java.math.BigDecimal requestedSalary);
416                 
417                 /**
418                  * Sets (as xml) the "RequestedSalary" element
419                  */
420                 void xsetRequestedSalary(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary requestedSalary);
421                 
422                 /**
423                  * Gets the "FringeBenefits" element
424                  */
425                 java.math.BigDecimal getFringeBenefits();
426                 
427                 /**
428                  * Gets (as xml) the "FringeBenefits" element
429                  */
430                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits xgetFringeBenefits();
431                 
432                 /**
433                  * Sets the "FringeBenefits" element
434                  */
435                 void setFringeBenefits(java.math.BigDecimal fringeBenefits);
436                 
437                 /**
438                  * Sets (as xml) the "FringeBenefits" element
439                  */
440                 void xsetFringeBenefits(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits fringeBenefits);
441                 
442                 /**
443                  * Gets the "FundsRequested" element
444                  */
445                 java.math.BigDecimal getFundsRequested();
446                 
447                 /**
448                  * Gets (as xml) the "FundsRequested" element
449                  */
450                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested xgetFundsRequested();
451                 
452                 /**
453                  * Sets the "FundsRequested" element
454                  */
455                 void setFundsRequested(java.math.BigDecimal fundsRequested);
456                 
457                 /**
458                  * Sets (as xml) the "FundsRequested" element
459                  */
460                 void xsetFundsRequested(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested fundsRequested);
461                 
462                 /**
463                  * Gets the "NonFederal" element
464                  */
465                 java.math.BigDecimal getNonFederal();
466                 
467                 /**
468                  * Gets (as xml) the "NonFederal" element
469                  */
470                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal xgetNonFederal();
471                 
472                 /**
473                  * True if has "NonFederal" element
474                  */
475                 boolean isSetNonFederal();
476                 
477                 /**
478                  * Sets the "NonFederal" element
479                  */
480                 void setNonFederal(java.math.BigDecimal nonFederal);
481                 
482                 /**
483                  * Sets (as xml) the "NonFederal" element
484                  */
485                 void xsetNonFederal(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal nonFederal);
486                 
487                 /**
488                  * Unsets the "NonFederal" element
489                  */
490                 void unsetNonFederal();
491                 
492                 /**
493                  * Gets the "TotalFedNonFed" element
494                  */
495                 java.math.BigDecimal getTotalFedNonFed();
496                 
497                 /**
498                  * Gets (as xml) the "TotalFedNonFed" element
499                  */
500                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed xgetTotalFedNonFed();
501                 
502                 /**
503                  * True if has "TotalFedNonFed" element
504                  */
505                 boolean isSetTotalFedNonFed();
506                 
507                 /**
508                  * Sets the "TotalFedNonFed" element
509                  */
510                 void setTotalFedNonFed(java.math.BigDecimal totalFedNonFed);
511                 
512                 /**
513                  * Sets (as xml) the "TotalFedNonFed" element
514                  */
515                 void xsetTotalFedNonFed(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed totalFedNonFed);
516                 
517                 /**
518                  * Unsets the "TotalFedNonFed" element
519                  */
520                 void unsetTotalFedNonFed();
521                 
522                 /**
523                  * Gets the "BaseSalary" element
524                  */
525                 java.math.BigDecimal getBaseSalary();
526                 
527                 /**
528                  * Gets (as xml) the "BaseSalary" element
529                  */
530                 gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary xgetBaseSalary();
531                 
532                 /**
533                  * True if has "BaseSalary" element
534                  */
535                 boolean isSetBaseSalary();
536                 
537                 /**
538                  * Sets the "BaseSalary" element
539                  */
540                 void setBaseSalary(java.math.BigDecimal baseSalary);
541                 
542                 /**
543                  * Sets (as xml) the "BaseSalary" element
544                  */
545                 void xsetBaseSalary(gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary baseSalary);
546                 
547                 /**
548                  * Unsets the "BaseSalary" element
549                  */
550                 void unsetBaseSalary();
551                 
552                 /**
553                  * An XML CalendarMonths(@http://apply.grants.gov/coeus/ExtraKeyPerson).
554                  *
555                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$CalendarMonths.
556                  */
557                 public interface CalendarMonths extends org.apache.xmlbeans.XmlDecimal
558                 {
559                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
560                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CalendarMonths.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("calendarmonths2d73elemtype");
561                     
562                     /**
563                      * A factory class with static methods for creating instances
564                      * of this type.
565                      */
566                     
567                     public static final class Factory
568                     {
569                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths newValue(java.lang.Object obj) {
570                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths) type.newValue( obj ); }
571                       
572                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths newInstance() {
573                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
574                       
575                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths newInstance(org.apache.xmlbeans.XmlOptions options) {
576                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.CalendarMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
577                       
578                       private Factory() { } // No instance of this class allowed
579                     }
580                 }
581                 
582                 /**
583                  * An XML SummerMonths(@http://apply.grants.gov/coeus/ExtraKeyPerson).
584                  *
585                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$SummerMonths.
586                  */
587                 public interface SummerMonths extends org.apache.xmlbeans.XmlDecimal
588                 {
589                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
590                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SummerMonths.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summermonths9822elemtype");
591                     
592                     /**
593                      * A factory class with static methods for creating instances
594                      * of this type.
595                      */
596                     
597                     public static final class Factory
598                     {
599                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths newValue(java.lang.Object obj) {
600                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths) type.newValue( obj ); }
601                       
602                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths newInstance() {
603                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
604                       
605                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths newInstance(org.apache.xmlbeans.XmlOptions options) {
606                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.SummerMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
607                       
608                       private Factory() { } // No instance of this class allowed
609                     }
610                 }
611                 
612                 /**
613                  * An XML AcademicMonths(@http://apply.grants.gov/coeus/ExtraKeyPerson).
614                  *
615                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$AcademicMonths.
616                  */
617                 public interface AcademicMonths extends org.apache.xmlbeans.XmlDecimal
618                 {
619                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
620                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AcademicMonths.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("academicmonths7bcaelemtype");
621                     
622                     /**
623                      * A factory class with static methods for creating instances
624                      * of this type.
625                      */
626                     
627                     public static final class Factory
628                     {
629                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths newValue(java.lang.Object obj) {
630                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths) type.newValue( obj ); }
631                       
632                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths newInstance() {
633                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
634                       
635                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths newInstance(org.apache.xmlbeans.XmlOptions options) {
636                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.AcademicMonths) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
637                       
638                       private Factory() { } // No instance of this class allowed
639                     }
640                 }
641                 
642                 /**
643                  * An XML RequestedSalary(@http://apply.grants.gov/coeus/ExtraKeyPerson).
644                  *
645                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$RequestedSalary.
646                  */
647                 public interface RequestedSalary extends org.apache.xmlbeans.XmlDecimal
648                 {
649                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
650                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RequestedSalary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("requestedsalary7e7celemtype");
651                     
652                     /**
653                      * A factory class with static methods for creating instances
654                      * of this type.
655                      */
656                     
657                     public static final class Factory
658                     {
659                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary newValue(java.lang.Object obj) {
660                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary) type.newValue( obj ); }
661                       
662                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary newInstance() {
663                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
664                       
665                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary newInstance(org.apache.xmlbeans.XmlOptions options) {
666                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.RequestedSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
667                       
668                       private Factory() { } // No instance of this class allowed
669                     }
670                 }
671                 
672                 /**
673                  * An XML FringeBenefits(@http://apply.grants.gov/coeus/ExtraKeyPerson).
674                  *
675                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$FringeBenefits.
676                  */
677                 public interface FringeBenefits extends org.apache.xmlbeans.XmlDecimal
678                 {
679                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
680                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FringeBenefits.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fringebenefits9a99elemtype");
681                     
682                     /**
683                      * A factory class with static methods for creating instances
684                      * of this type.
685                      */
686                     
687                     public static final class Factory
688                     {
689                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits newValue(java.lang.Object obj) {
690                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits) type.newValue( obj ); }
691                       
692                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits newInstance() {
693                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
694                       
695                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits newInstance(org.apache.xmlbeans.XmlOptions options) {
696                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FringeBenefits) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
697                       
698                       private Factory() { } // No instance of this class allowed
699                     }
700                 }
701                 
702                 /**
703                  * An XML FundsRequested(@http://apply.grants.gov/coeus/ExtraKeyPerson).
704                  *
705                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$FundsRequested.
706                  */
707                 public interface FundsRequested extends org.apache.xmlbeans.XmlDecimal
708                 {
709                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
710                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FundsRequested.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fundsrequested1b24elemtype");
711                     
712                     /**
713                      * A factory class with static methods for creating instances
714                      * of this type.
715                      */
716                     
717                     public static final class Factory
718                     {
719                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested newValue(java.lang.Object obj) {
720                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested) type.newValue( obj ); }
721                       
722                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested newInstance() {
723                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
724                       
725                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested newInstance(org.apache.xmlbeans.XmlOptions options) {
726                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.FundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
727                       
728                       private Factory() { } // No instance of this class allowed
729                     }
730                 }
731                 
732                 /**
733                  * An XML NonFederal(@http://apply.grants.gov/coeus/ExtraKeyPerson).
734                  *
735                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$NonFederal.
736                  */
737                 public interface NonFederal extends org.apache.xmlbeans.XmlDecimal
738                 {
739                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
740                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonFederal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonfederalb6d4elemtype");
741                     
742                     /**
743                      * A factory class with static methods for creating instances
744                      * of this type.
745                      */
746                     
747                     public static final class Factory
748                     {
749                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal newValue(java.lang.Object obj) {
750                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal) type.newValue( obj ); }
751                       
752                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal newInstance() {
753                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
754                       
755                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal newInstance(org.apache.xmlbeans.XmlOptions options) {
756                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.NonFederal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
757                       
758                       private Factory() { } // No instance of this class allowed
759                     }
760                 }
761                 
762                 /**
763                  * An XML TotalFedNonFed(@http://apply.grants.gov/coeus/ExtraKeyPerson).
764                  *
765                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$TotalFedNonFed.
766                  */
767                 public interface TotalFedNonFed extends org.apache.xmlbeans.XmlDecimal
768                 {
769                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
770                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TotalFedNonFed.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totalfednonfed00cbelemtype");
771                     
772                     /**
773                      * A factory class with static methods for creating instances
774                      * of this type.
775                      */
776                     
777                     public static final class Factory
778                     {
779                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed newValue(java.lang.Object obj) {
780                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed) type.newValue( obj ); }
781                       
782                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed newInstance() {
783                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
784                       
785                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed newInstance(org.apache.xmlbeans.XmlOptions options) {
786                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.TotalFedNonFed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
787                       
788                       private Factory() { } // No instance of this class allowed
789                     }
790                 }
791                 
792                 /**
793                  * An XML BaseSalary(@http://apply.grants.gov/coeus/ExtraKeyPerson).
794                  *
795                  * This is an atomic type that is a restriction of gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument$ExtraKeyPersonList$KeyPersons$Compensation$BaseSalary.
796                  */
797                 public interface BaseSalary extends org.apache.xmlbeans.XmlDecimal
798                 {
799                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
800                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BaseSalary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("basesalarya809elemtype");
801                     
802                     /**
803                      * A factory class with static methods for creating instances
804                      * of this type.
805                      */
806                     
807                     public static final class Factory
808                     {
809                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary newValue(java.lang.Object obj) {
810                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary) type.newValue( obj ); }
811                       
812                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary newInstance() {
813                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
814                       
815                       public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary newInstance(org.apache.xmlbeans.XmlOptions options) {
816                         return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation.BaseSalary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
817                       
818                       private Factory() { } // No instance of this class allowed
819                     }
820                 }
821                 
822                 /**
823                  * A factory class with static methods for creating instances
824                  * of this type.
825                  */
826                 
827                 public static final class Factory
828                 {
829                     public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation newInstance() {
830                       return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
831                     
832                     public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation newInstance(org.apache.xmlbeans.XmlOptions options) {
833                       return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons.Compensation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
834                     
835                     private Factory() { } // No instance of this class allowed
836                 }
837             }
838             
839             /**
840              * A factory class with static methods for creating instances
841              * of this type.
842              */
843             
844             public static final class Factory
845             {
846                 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons newInstance() {
847                   return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
848                 
849                 public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons newInstance(org.apache.xmlbeans.XmlOptions options) {
850                   return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList.KeyPersons) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
851                 
852                 private Factory() { } // No instance of this class allowed
853             }
854         }
855         
856         /**
857          * A factory class with static methods for creating instances
858          * of this type.
859          */
860         
861         public static final class Factory
862         {
863             public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList newInstance() {
864               return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
865             
866             public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList newInstance(org.apache.xmlbeans.XmlOptions options) {
867               return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument.ExtraKeyPersonList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
868             
869             private Factory() { } // No instance of this class allowed
870         }
871     }
872     
873     /**
874      * A factory class with static methods for creating instances
875      * of this type.
876      */
877     
878     public static final class Factory
879     {
880         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument newInstance() {
881           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
882         
883         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
884           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
885         
886         /** @param xmlAsString the string value to parse */
887         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
888           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
889         
890         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
891           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
892         
893         /** @param file the file from which to load an xml document */
894         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
895           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
896         
897         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
898           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
899         
900         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
901           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
902         
903         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
904           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
905         
906         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
907           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
908         
909         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
910           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
911         
912         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
913           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
914         
915         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
916           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
917         
918         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
919           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
920         
921         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
922           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
923         
924         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
925           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
926         
927         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
928           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
929         
930         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
931         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
932           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
933         
934         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
935         public static gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
936           return (gov.grants.apply.coeus.extraKeyPerson.ExtraKeyPersonListDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
937         
938         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
939         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 {
940           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
941         
942         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
943         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 {
944           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
945         
946         private Factory() { } // No instance of this class allowed
947     }
948 }