1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10;
10  
11  
12  
13  
14  
15  
16  
17  public interface PHS398CareerDevelopmentAwardSupDocument 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(PHS398CareerDevelopmentAwardSupDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398careerdevelopmentawardsup365ddoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup getPHS398CareerDevelopmentAwardSup();
26      
27      
28  
29  
30      void setPHS398CareerDevelopmentAwardSup(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup phs398CareerDevelopmentAwardSup);
31      
32      
33  
34  
35      gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup addNewPHS398CareerDevelopmentAwardSup();
36      
37      
38  
39  
40  
41  
42      public interface PHS398CareerDevelopmentAwardSup 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(PHS398CareerDevelopmentAwardSup.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398careerdevelopmentawardsupb1dbelemtype");
46          
47          
48  
49  
50          gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType getApplicationType();
51          
52          
53  
54  
55          void setApplicationType(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType applicationType);
56          
57          
58  
59  
60          gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType addNewApplicationType();
61          
62          
63  
64  
65          gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments getCareerDevelopmentAwardAttachments();
66          
67          
68  
69  
70          boolean isSetCareerDevelopmentAwardAttachments();
71          
72          
73  
74  
75          void setCareerDevelopmentAwardAttachments(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments careerDevelopmentAwardAttachments);
76          
77          
78  
79  
80          gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments addNewCareerDevelopmentAwardAttachments();
81          
82          
83  
84  
85          void unsetCareerDevelopmentAwardAttachments();
86          
87          
88  
89  
90          gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.CitizenshipDataType.Enum getCitizenship();
91          
92          
93  
94  
95          gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.CitizenshipDataType xgetCitizenship();
96          
97          
98  
99  
100         void setCitizenship(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.CitizenshipDataType.Enum citizenship);
101         
102         
103 
104 
105         void xsetCitizenship(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.CitizenshipDataType citizenship);
106         
107         
108 
109 
110         java.lang.String getFormVersion();
111         
112         
113 
114 
115         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
116         
117         
118 
119 
120         void setFormVersion(java.lang.String formVersion);
121         
122         
123 
124 
125         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
126         
127         
128 
129 
130 
131 
132         public interface ApplicationType 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(ApplicationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationtype6351elemtype");
136             
137             
138 
139 
140             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication.Enum getTypeOfApplication();
141             
142             
143 
144 
145             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication xgetTypeOfApplication();
146             
147             
148 
149 
150             void setTypeOfApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication.Enum typeOfApplication);
151             
152             
153 
154 
155             void xsetTypeOfApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication typeOfApplication);
156             
157             
158 
159 
160 
161 
162             public interface TypeOfApplication extends org.apache.xmlbeans.XmlString
163             {
164                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
165                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeOfApplication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typeofapplicationa0fcelemtype");
166                 
167                 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
168                 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
169                 
170                 static final Enum NEW = Enum.forString("New");
171                 static final Enum RESUBMISSION = Enum.forString("Resubmission");
172                 static final Enum RENEWAL = Enum.forString("Renewal");
173                 static final Enum CONTINUATION = Enum.forString("Continuation");
174                 static final Enum REVISION = Enum.forString("Revision");
175                 
176                 static final int INT_NEW = Enum.INT_NEW;
177                 static final int INT_RESUBMISSION = Enum.INT_RESUBMISSION;
178                 static final int INT_RENEWAL = Enum.INT_RENEWAL;
179                 static final int INT_CONTINUATION = Enum.INT_CONTINUATION;
180                 static final int INT_REVISION = Enum.INT_REVISION;
181                 
182                 
183 
184 
185 
186 
187 
188 
189 
190 
191 
192 
193 
194 
195 
196 
197                 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
198                 {
199                     
200 
201 
202                     public static Enum forString(java.lang.String s)
203                         { return (Enum)table.forString(s); }
204                     
205 
206 
207                     public static Enum forInt(int i)
208                         { return (Enum)table.forInt(i); }
209                     
210                     private Enum(java.lang.String s, int i)
211                         { super(s, i); }
212                     
213                     static final int INT_NEW = 1;
214                     static final int INT_RESUBMISSION = 2;
215                     static final int INT_RENEWAL = 3;
216                     static final int INT_CONTINUATION = 4;
217                     static final int INT_REVISION = 5;
218                     
219                     public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
220                         new org.apache.xmlbeans.StringEnumAbstractBase.Table
221                     (
222                       new Enum[]
223                       {
224                         new Enum("New", INT_NEW),
225                         new Enum("Resubmission", INT_RESUBMISSION),
226                         new Enum("Renewal", INT_RENEWAL),
227                         new Enum("Continuation", INT_CONTINUATION),
228                         new Enum("Revision", INT_REVISION),
229                       }
230                     );
231                     private static final long serialVersionUID = 1L;
232                     private java.lang.Object readResolve() { return forInt(intValue()); } 
233                 }
234                 
235                 
236 
237 
238 
239                 
240                 public static final class Factory
241                 {
242                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication newValue(java.lang.Object obj) {
243                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication) type.newValue( obj ); }
244                     
245                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication newInstance() {
246                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
247                     
248                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication newInstance(org.apache.xmlbeans.XmlOptions options) {
249                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType.TypeOfApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
250                     
251                     private Factory() { } 
252                 }
253             }
254             
255             
256 
257 
258 
259             
260             public static final class Factory
261             {
262                 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType newInstance() {
263                   return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
264                 
265                 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType newInstance(org.apache.xmlbeans.XmlOptions options) {
266                   return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.ApplicationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
267                 
268                 private Factory() { } 
269             }
270         }
271         
272         
273 
274 
275 
276 
277         public interface CareerDevelopmentAwardAttachments extends org.apache.xmlbeans.XmlObject
278         {
279             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
280                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerDevelopmentAwardAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careerdevelopmentawardattachments1337elemtype");
281             
282             
283 
284 
285             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication getIntroductionToApplication();
286             
287             
288 
289 
290             boolean isSetIntroductionToApplication();
291             
292             
293 
294 
295             void setIntroductionToApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication introductionToApplication);
296             
297             
298 
299 
300             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication addNewIntroductionToApplication();
301             
302             
303 
304 
305             void unsetIntroductionToApplication();
306             
307             
308 
309 
310             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground getCandidateBackground();
311             
312             
313 
314 
315             boolean isSetCandidateBackground();
316             
317             
318 
319 
320             void setCandidateBackground(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground candidateBackground);
321             
322             
323 
324 
325             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground addNewCandidateBackground();
326             
327             
328 
329 
330             void unsetCandidateBackground();
331             
332             
333 
334 
335             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives getCareerGoalsAndObjectives();
336             
337             
338 
339 
340             boolean isSetCareerGoalsAndObjectives();
341             
342             
343 
344 
345             void setCareerGoalsAndObjectives(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives careerGoalsAndObjectives);
346             
347             
348 
349 
350             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives addNewCareerGoalsAndObjectives();
351             
352             
353 
354 
355             void unsetCareerGoalsAndObjectives();
356             
357             
358 
359 
360             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities getCareerDevelopmentAndTrainingActivities();
361             
362             
363 
364 
365             boolean isSetCareerDevelopmentAndTrainingActivities();
366             
367             
368 
369 
370             void setCareerDevelopmentAndTrainingActivities(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities careerDevelopmentAndTrainingActivities);
371             
372             
373 
374 
375             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities addNewCareerDevelopmentAndTrainingActivities();
376             
377             
378 
379 
380             void unsetCareerDevelopmentAndTrainingActivities();
381             
382             
383 
384 
385             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch getResponsibleConductOfResearch();
386             
387             
388 
389 
390             boolean isSetResponsibleConductOfResearch();
391             
392             
393 
394 
395             void setResponsibleConductOfResearch(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch responsibleConductOfResearch);
396             
397             
398 
399 
400             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch addNewResponsibleConductOfResearch();
401             
402             
403 
404 
405             void unsetResponsibleConductOfResearch();
406             
407             
408 
409 
410             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan getMentoringPlan();
411             
412             
413 
414 
415             boolean isSetMentoringPlan();
416             
417             
418 
419 
420             void setMentoringPlan(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan mentoringPlan);
421             
422             
423 
424 
425             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan addNewMentoringPlan();
426             
427             
428 
429 
430             void unsetMentoringPlan();
431             
432             
433 
434 
435             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport getStatementsOfSupport();
436             
437             
438 
439 
440             boolean isSetStatementsOfSupport();
441             
442             
443 
444 
445             void setStatementsOfSupport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport statementsOfSupport);
446             
447             
448 
449 
450             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport addNewStatementsOfSupport();
451             
452             
453 
454 
455             void unsetStatementsOfSupport();
456             
457             
458 
459 
460             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment getInsitutionalEnvironment();
461             
462             
463 
464 
465             boolean isSetInsitutionalEnvironment();
466             
467             
468 
469 
470             void setInsitutionalEnvironment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment insitutionalEnvironment);
471             
472             
473 
474 
475             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment addNewInsitutionalEnvironment();
476             
477             
478 
479 
480             void unsetInsitutionalEnvironment();
481             
482             
483 
484 
485             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment getInstitutionalCommitment();
486             
487             
488 
489 
490             boolean isSetInstitutionalCommitment();
491             
492             
493 
494 
495             void setInstitutionalCommitment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment institutionalCommitment);
496             
497             
498 
499 
500             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment addNewInstitutionalCommitment();
501             
502             
503 
504 
505             void unsetInstitutionalCommitment();
506             
507             
508 
509 
510             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims getSpecificAims();
511             
512             
513 
514 
515             boolean isSetSpecificAims();
516             
517             
518 
519 
520             void setSpecificAims(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims specificAims);
521             
522             
523 
524 
525             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims addNewSpecificAims();
526             
527             
528 
529 
530             void unsetSpecificAims();
531             
532             
533 
534 
535             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance getBackgroundAndSignificance();
536             
537             
538 
539 
540             boolean isSetBackgroundAndSignificance();
541             
542             
543 
544 
545             void setBackgroundAndSignificance(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance backgroundAndSignificance);
546             
547             
548 
549 
550             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance addNewBackgroundAndSignificance();
551             
552             
553 
554 
555             void unsetBackgroundAndSignificance();
556             
557             
558 
559 
560             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport getPreliminaryStudiesProgressReport();
561             
562             
563 
564 
565             boolean isSetPreliminaryStudiesProgressReport();
566             
567             
568 
569 
570             void setPreliminaryStudiesProgressReport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport preliminaryStudiesProgressReport);
571             
572             
573 
574 
575             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport addNewPreliminaryStudiesProgressReport();
576             
577             
578 
579 
580             void unsetPreliminaryStudiesProgressReport();
581             
582             
583 
584 
585             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods getResearchDesignAndMethods();
586             
587             
588 
589 
590             boolean isSetResearchDesignAndMethods();
591             
592             
593 
594 
595             void setResearchDesignAndMethods(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods researchDesignAndMethods);
596             
597             
598 
599 
600             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods addNewResearchDesignAndMethods();
601             
602             
603 
604 
605             void unsetResearchDesignAndMethods();
606             
607             
608 
609 
610             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport getInclusionEnrollmentReport();
611             
612             
613 
614 
615             boolean isSetInclusionEnrollmentReport();
616             
617             
618 
619 
620             void setInclusionEnrollmentReport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport inclusionEnrollmentReport);
621             
622             
623 
624 
625             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport addNewInclusionEnrollmentReport();
626             
627             
628 
629 
630             void unsetInclusionEnrollmentReport();
631             
632             
633 
634 
635             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList getProgressReportPublicationList();
636             
637             
638 
639 
640             boolean isSetProgressReportPublicationList();
641             
642             
643 
644 
645             void setProgressReportPublicationList(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList progressReportPublicationList);
646             
647             
648 
649 
650             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList addNewProgressReportPublicationList();
651             
652             
653 
654 
655             void unsetProgressReportPublicationList();
656             
657             
658 
659 
660             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects getProtectionOfHumanSubjects();
661             
662             
663 
664 
665             boolean isSetProtectionOfHumanSubjects();
666             
667             
668 
669 
670             void setProtectionOfHumanSubjects(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects protectionOfHumanSubjects);
671             
672             
673 
674 
675             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects addNewProtectionOfHumanSubjects();
676             
677             
678 
679 
680             void unsetProtectionOfHumanSubjects();
681             
682             
683 
684 
685             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities getInclusionOfWomenAndMinorities();
686             
687             
688 
689 
690             boolean isSetInclusionOfWomenAndMinorities();
691             
692             
693 
694 
695             void setInclusionOfWomenAndMinorities(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities inclusionOfWomenAndMinorities);
696             
697             
698 
699 
700             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities addNewInclusionOfWomenAndMinorities();
701             
702             
703 
704 
705             void unsetInclusionOfWomenAndMinorities();
706             
707             
708 
709 
710             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment getTargetedPlannedEnrollment();
711             
712             
713 
714 
715             boolean isSetTargetedPlannedEnrollment();
716             
717             
718 
719 
720             void setTargetedPlannedEnrollment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment targetedPlannedEnrollment);
721             
722             
723 
724 
725             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment addNewTargetedPlannedEnrollment();
726             
727             
728 
729 
730             void unsetTargetedPlannedEnrollment();
731             
732             
733 
734 
735             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren getInclusionOfChildren();
736             
737             
738 
739 
740             boolean isSetInclusionOfChildren();
741             
742             
743 
744 
745             void setInclusionOfChildren(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren inclusionOfChildren);
746             
747             
748 
749 
750             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren addNewInclusionOfChildren();
751             
752             
753 
754 
755             void unsetInclusionOfChildren();
756             
757             
758 
759 
760             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals getVertebrateAnimals();
761             
762             
763 
764 
765             boolean isSetVertebrateAnimals();
766             
767             
768 
769 
770             void setVertebrateAnimals(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals vertebrateAnimals);
771             
772             
773 
774 
775             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals addNewVertebrateAnimals();
776             
777             
778 
779 
780             void unsetVertebrateAnimals();
781             
782             
783 
784 
785             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch getSelectAgentResearch();
786             
787             
788 
789 
790             boolean isSetSelectAgentResearch();
791             
792             
793 
794 
795             void setSelectAgentResearch(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch selectAgentResearch);
796             
797             
798 
799 
800             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch addNewSelectAgentResearch();
801             
802             
803 
804 
805             void unsetSelectAgentResearch();
806             
807             
808 
809 
810             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements getConsortiumContractualArrangements();
811             
812             
813 
814 
815             boolean isSetConsortiumContractualArrangements();
816             
817             
818 
819 
820             void setConsortiumContractualArrangements(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements consortiumContractualArrangements);
821             
822             
823 
824 
825             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements addNewConsortiumContractualArrangements();
826             
827             
828 
829 
830             void unsetConsortiumContractualArrangements();
831             
832             
833 
834 
835             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans getResourceSharingPlans();
836             
837             
838 
839 
840             boolean isSetResourceSharingPlans();
841             
842             
843 
844 
845             void setResourceSharingPlans(gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans resourceSharingPlans);
846             
847             
848 
849 
850             gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans addNewResourceSharingPlans();
851             
852             
853 
854 
855             void unsetResourceSharingPlans();
856             
857             
858 
859 
860             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAppendix();
861             
862             
863 
864 
865             boolean isSetAppendix();
866             
867             
868 
869 
870             void setAppendix(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType appendix);
871             
872             
873 
874 
875             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAppendix();
876             
877             
878 
879 
880             void unsetAppendix();
881             
882             
883 
884 
885 
886 
887             public interface IntroductionToApplication extends org.apache.xmlbeans.XmlObject
888             {
889                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
890                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntroductionToApplication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("introductiontoapplicationcf1eelemtype");
891                 
892                 
893 
894 
895                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
896                 
897                 
898 
899 
900                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
901                 
902                 
903 
904 
905                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
906                 
907                 
908 
909 
910 
911                 
912                 public static final class Factory
913                 {
914                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication newInstance() {
915                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
916                     
917                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication newInstance(org.apache.xmlbeans.XmlOptions options) {
918                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
919                     
920                     private Factory() { } 
921                 }
922             }
923             
924             
925 
926 
927 
928 
929             public interface CandidateBackground extends org.apache.xmlbeans.XmlObject
930             {
931                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
932                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CandidateBackground.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("candidatebackgroundefd4elemtype");
933                 
934                 
935 
936 
937                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
938                 
939                 
940 
941 
942                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
943                 
944                 
945 
946 
947                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
948                 
949                 
950 
951 
952 
953                 
954                 public static final class Factory
955                 {
956                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground newInstance() {
957                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
958                     
959                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground newInstance(org.apache.xmlbeans.XmlOptions options) {
960                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CandidateBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
961                     
962                     private Factory() { } 
963                 }
964             }
965             
966             
967 
968 
969 
970 
971             public interface CareerGoalsAndObjectives extends org.apache.xmlbeans.XmlObject
972             {
973                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
974                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerGoalsAndObjectives.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careergoalsandobjectivesb482elemtype");
975                 
976                 
977 
978 
979                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
980                 
981                 
982 
983 
984                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
985                 
986                 
987 
988 
989                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
990                 
991                 
992 
993 
994 
995                 
996                 public static final class Factory
997                 {
998                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives newInstance() {
999                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1000                     
1001                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives newInstance(org.apache.xmlbeans.XmlOptions options) {
1002                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1003                     
1004                     private Factory() { } 
1005                 }
1006             }
1007             
1008             
1009 
1010 
1011 
1012 
1013             public interface CareerDevelopmentAndTrainingActivities extends org.apache.xmlbeans.XmlObject
1014             {
1015                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1016                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerDevelopmentAndTrainingActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careerdevelopmentandtrainingactivities82f4elemtype");
1017                 
1018                 
1019 
1020 
1021                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1022                 
1023                 
1024 
1025 
1026                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1027                 
1028                 
1029 
1030 
1031                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1032                 
1033                 
1034 
1035 
1036 
1037                 
1038                 public static final class Factory
1039                 {
1040                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities newInstance() {
1041                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1042                     
1043                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
1044                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1045                     
1046                     private Factory() { } 
1047                 }
1048             }
1049             
1050             
1051 
1052 
1053 
1054 
1055             public interface ResponsibleConductOfResearch extends org.apache.xmlbeans.XmlObject
1056             {
1057                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1058                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResponsibleConductOfResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("responsibleconductofresearchcb93elemtype");
1059                 
1060                 
1061 
1062 
1063                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1064                 
1065                 
1066 
1067 
1068                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1069                 
1070                 
1071 
1072 
1073                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1074                 
1075                 
1076 
1077 
1078 
1079                 
1080                 public static final class Factory
1081                 {
1082                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch newInstance() {
1083                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1084                     
1085                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
1086                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1087                     
1088                     private Factory() { } 
1089                 }
1090             }
1091             
1092             
1093 
1094 
1095 
1096 
1097             public interface MentoringPlan extends org.apache.xmlbeans.XmlObject
1098             {
1099                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1100                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MentoringPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("mentoringplan424delemtype");
1101                 
1102                 
1103 
1104 
1105                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1106                 
1107                 
1108 
1109 
1110                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1111                 
1112                 
1113 
1114 
1115                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1116                 
1117                 
1118 
1119 
1120 
1121                 
1122                 public static final class Factory
1123                 {
1124                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan newInstance() {
1125                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1126                     
1127                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
1128                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.MentoringPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1129                     
1130                     private Factory() { } 
1131                 }
1132             }
1133             
1134             
1135 
1136 
1137 
1138 
1139             public interface StatementsOfSupport extends org.apache.xmlbeans.XmlObject
1140             {
1141                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1142                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StatementsOfSupport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("statementsofsupport80f7elemtype");
1143                 
1144                 
1145 
1146 
1147                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1148                 
1149                 
1150 
1151 
1152                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1153                 
1154                 
1155 
1156 
1157                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1158                 
1159                 
1160 
1161 
1162 
1163                 
1164                 public static final class Factory
1165                 {
1166                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport newInstance() {
1167                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1168                     
1169                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport newInstance(org.apache.xmlbeans.XmlOptions options) {
1170                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.StatementsOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1171                     
1172                     private Factory() { } 
1173                 }
1174             }
1175             
1176             
1177 
1178 
1179 
1180 
1181             public interface InsitutionalEnvironment extends org.apache.xmlbeans.XmlObject
1182             {
1183                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1184                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InsitutionalEnvironment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("insitutionalenvironment205belemtype");
1185                 
1186                 
1187 
1188 
1189                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1190                 
1191                 
1192 
1193 
1194                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1195                 
1196                 
1197 
1198 
1199                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1200                 
1201                 
1202 
1203 
1204 
1205                 
1206                 public static final class Factory
1207                 {
1208                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment newInstance() {
1209                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1210                     
1211                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment newInstance(org.apache.xmlbeans.XmlOptions options) {
1212                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InsitutionalEnvironment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1213                     
1214                     private Factory() { } 
1215                 }
1216             }
1217             
1218             
1219 
1220 
1221 
1222 
1223             public interface InstitutionalCommitment extends org.apache.xmlbeans.XmlObject
1224             {
1225                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1226                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InstitutionalCommitment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("institutionalcommitment43dbelemtype");
1227                 
1228                 
1229 
1230 
1231                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1232                 
1233                 
1234 
1235 
1236                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1237                 
1238                 
1239 
1240 
1241                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1242                 
1243                 
1244 
1245 
1246 
1247                 
1248                 public static final class Factory
1249                 {
1250                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment newInstance() {
1251                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1252                     
1253                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment newInstance(org.apache.xmlbeans.XmlOptions options) {
1254                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InstitutionalCommitment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1255                     
1256                     private Factory() { } 
1257                 }
1258             }
1259             
1260             
1261 
1262 
1263 
1264 
1265             public interface SpecificAims extends org.apache.xmlbeans.XmlObject
1266             {
1267                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1268                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SpecificAims.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("specificaims8f13elemtype");
1269                 
1270                 
1271 
1272 
1273                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1274                 
1275                 
1276 
1277 
1278                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1279                 
1280                 
1281 
1282 
1283                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1284                 
1285                 
1286 
1287 
1288 
1289                 
1290                 public static final class Factory
1291                 {
1292                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims newInstance() {
1293                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1294                     
1295                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims newInstance(org.apache.xmlbeans.XmlOptions options) {
1296                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1297                     
1298                     private Factory() { } 
1299                 }
1300             }
1301             
1302             
1303 
1304 
1305 
1306 
1307             public interface BackgroundAndSignificance extends org.apache.xmlbeans.XmlObject
1308             {
1309                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1310                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BackgroundAndSignificance.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("backgroundandsignificance8d6felemtype");
1311                 
1312                 
1313 
1314 
1315                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1316                 
1317                 
1318 
1319 
1320                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1321                 
1322                 
1323 
1324 
1325                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1326                 
1327                 
1328 
1329 
1330 
1331                 
1332                 public static final class Factory
1333                 {
1334                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance newInstance() {
1335                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1336                     
1337                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance newInstance(org.apache.xmlbeans.XmlOptions options) {
1338                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.BackgroundAndSignificance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1339                     
1340                     private Factory() { } 
1341                 }
1342             }
1343             
1344             
1345 
1346 
1347 
1348 
1349             public interface PreliminaryStudiesProgressReport extends org.apache.xmlbeans.XmlObject
1350             {
1351                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1352                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PreliminaryStudiesProgressReport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("preliminarystudiesprogressreporta0a5elemtype");
1353                 
1354                 
1355 
1356 
1357                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1358                 
1359                 
1360 
1361 
1362                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1363                 
1364                 
1365 
1366 
1367                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1368                 
1369                 
1370 
1371 
1372 
1373                 
1374                 public static final class Factory
1375                 {
1376                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport newInstance() {
1377                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1378                     
1379                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport newInstance(org.apache.xmlbeans.XmlOptions options) {
1380                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.PreliminaryStudiesProgressReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1381                     
1382                     private Factory() { } 
1383                 }
1384             }
1385             
1386             
1387 
1388 
1389 
1390 
1391             public interface ResearchDesignAndMethods extends org.apache.xmlbeans.XmlObject
1392             {
1393                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1394                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchDesignAndMethods.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchdesignandmethods35e7elemtype");
1395                 
1396                 
1397 
1398 
1399                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1400                 
1401                 
1402 
1403 
1404                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1405                 
1406                 
1407 
1408 
1409                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1410                 
1411                 
1412 
1413 
1414 
1415                 
1416                 public static final class Factory
1417                 {
1418                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods newInstance() {
1419                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1420                     
1421                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods newInstance(org.apache.xmlbeans.XmlOptions options) {
1422                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResearchDesignAndMethods) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1423                     
1424                     private Factory() { } 
1425                 }
1426             }
1427             
1428             
1429 
1430 
1431 
1432 
1433             public interface InclusionEnrollmentReport extends org.apache.xmlbeans.XmlObject
1434             {
1435                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1436                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionEnrollmentReport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionenrollmentreportd417elemtype");
1437                 
1438                 
1439 
1440 
1441                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1442                 
1443                 
1444 
1445 
1446                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1447                 
1448                 
1449 
1450 
1451                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1452                 
1453                 
1454 
1455 
1456 
1457                 
1458                 public static final class Factory
1459                 {
1460                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport newInstance() {
1461                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1462                     
1463                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport newInstance(org.apache.xmlbeans.XmlOptions options) {
1464                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionEnrollmentReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1465                     
1466                     private Factory() { } 
1467                 }
1468             }
1469             
1470             
1471 
1472 
1473 
1474 
1475             public interface ProgressReportPublicationList extends org.apache.xmlbeans.XmlObject
1476             {
1477                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1478                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgressReportPublicationList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("progressreportpublicationlistfdacelemtype");
1479                 
1480                 
1481 
1482 
1483                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1484                 
1485                 
1486 
1487 
1488                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1489                 
1490                 
1491 
1492 
1493                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1494                 
1495                 
1496 
1497 
1498 
1499                 
1500                 public static final class Factory
1501                 {
1502                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList newInstance() {
1503                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1504                     
1505                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList newInstance(org.apache.xmlbeans.XmlOptions options) {
1506                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1507                     
1508                     private Factory() { } 
1509                 }
1510             }
1511             
1512             
1513 
1514 
1515 
1516 
1517             public interface ProtectionOfHumanSubjects extends org.apache.xmlbeans.XmlObject
1518             {
1519                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1520                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProtectionOfHumanSubjects.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("protectionofhumansubjects31e7elemtype");
1521                 
1522                 
1523 
1524 
1525                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1526                 
1527                 
1528 
1529 
1530                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1531                 
1532                 
1533 
1534 
1535                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1536                 
1537                 
1538 
1539 
1540 
1541                 
1542                 public static final class Factory
1543                 {
1544                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects newInstance() {
1545                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1546                     
1547                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects newInstance(org.apache.xmlbeans.XmlOptions options) {
1548                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1549                     
1550                     private Factory() { } 
1551                 }
1552             }
1553             
1554             
1555 
1556 
1557 
1558 
1559             public interface InclusionOfWomenAndMinorities extends org.apache.xmlbeans.XmlObject
1560             {
1561                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1562                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfWomenAndMinorities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofwomenandminorities29c6elemtype");
1563                 
1564                 
1565 
1566 
1567                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1568                 
1569                 
1570 
1571 
1572                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1573                 
1574                 
1575 
1576 
1577                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1578                 
1579                 
1580 
1581 
1582 
1583                 
1584                 public static final class Factory
1585                 {
1586                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities newInstance() {
1587                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1588                     
1589                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities newInstance(org.apache.xmlbeans.XmlOptions options) {
1590                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1591                     
1592                     private Factory() { } 
1593                 }
1594             }
1595             
1596             
1597 
1598 
1599 
1600 
1601             public interface TargetedPlannedEnrollment extends org.apache.xmlbeans.XmlObject
1602             {
1603                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1604                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TargetedPlannedEnrollment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("targetedplannedenrollmenta25belemtype");
1605                 
1606                 
1607 
1608 
1609                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1610                 
1611                 
1612 
1613 
1614                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1615                 
1616                 
1617 
1618 
1619                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1620                 
1621                 
1622 
1623 
1624 
1625                 
1626                 public static final class Factory
1627                 {
1628                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment newInstance() {
1629                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1630                     
1631                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment newInstance(org.apache.xmlbeans.XmlOptions options) {
1632                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.TargetedPlannedEnrollment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1633                     
1634                     private Factory() { } 
1635                 }
1636             }
1637             
1638             
1639 
1640 
1641 
1642 
1643             public interface InclusionOfChildren extends org.apache.xmlbeans.XmlObject
1644             {
1645                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1646                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfChildren.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofchildrenba35elemtype");
1647                 
1648                 
1649 
1650 
1651                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1652                 
1653                 
1654 
1655 
1656                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1657                 
1658                 
1659 
1660 
1661                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1662                 
1663                 
1664 
1665 
1666 
1667                 
1668                 public static final class Factory
1669                 {
1670                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren newInstance() {
1671                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1672                     
1673                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren newInstance(org.apache.xmlbeans.XmlOptions options) {
1674                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1675                     
1676                     private Factory() { } 
1677                 }
1678             }
1679             
1680             
1681 
1682 
1683 
1684 
1685             public interface VertebrateAnimals extends org.apache.xmlbeans.XmlObject
1686             {
1687                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1688                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VertebrateAnimals.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("vertebrateanimals836celemtype");
1689                 
1690                 
1691 
1692 
1693                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1694                 
1695                 
1696 
1697 
1698                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1699                 
1700                 
1701 
1702 
1703                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1704                 
1705                 
1706 
1707 
1708 
1709                 
1710                 public static final class Factory
1711                 {
1712                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals newInstance() {
1713                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1714                     
1715                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals newInstance(org.apache.xmlbeans.XmlOptions options) {
1716                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1717                     
1718                     private Factory() { } 
1719                 }
1720             }
1721             
1722             
1723 
1724 
1725 
1726 
1727             public interface SelectAgentResearch extends org.apache.xmlbeans.XmlObject
1728             {
1729                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1730                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SelectAgentResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("selectagentresearch5fa7elemtype");
1731                 
1732                 
1733 
1734 
1735                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1736                 
1737                 
1738 
1739 
1740                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1741                 
1742                 
1743 
1744 
1745                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1746                 
1747                 
1748 
1749 
1750 
1751                 
1752                 public static final class Factory
1753                 {
1754                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch newInstance() {
1755                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1756                     
1757                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
1758                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1759                     
1760                     private Factory() { } 
1761                 }
1762             }
1763             
1764             
1765 
1766 
1767 
1768 
1769             public interface ConsortiumContractualArrangements extends org.apache.xmlbeans.XmlObject
1770             {
1771                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1772                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiumContractualArrangements.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiumcontractualarrangementsbcf9elemtype");
1773                 
1774                 
1775 
1776 
1777                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1778                 
1779                 
1780 
1781 
1782                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1783                 
1784                 
1785 
1786 
1787                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1788                 
1789                 
1790 
1791 
1792 
1793                 
1794                 public static final class Factory
1795                 {
1796                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements newInstance() {
1797                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1798                     
1799                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements newInstance(org.apache.xmlbeans.XmlOptions options) {
1800                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1801                     
1802                     private Factory() { } 
1803                 }
1804             }
1805             
1806             
1807 
1808 
1809 
1810 
1811             public interface ResourceSharingPlans extends org.apache.xmlbeans.XmlObject
1812             {
1813                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1814                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResourceSharingPlans.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("resourcesharingplansf00felemtype");
1815                 
1816                 
1817 
1818 
1819                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1820                 
1821                 
1822 
1823 
1824                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1825                 
1826                 
1827 
1828 
1829                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1830                 
1831                 
1832 
1833 
1834 
1835                 
1836                 public static final class Factory
1837                 {
1838                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans newInstance() {
1839                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1840                     
1841                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans newInstance(org.apache.xmlbeans.XmlOptions options) {
1842                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1843                     
1844                     private Factory() { } 
1845                 }
1846             }
1847             
1848             
1849 
1850 
1851 
1852             
1853             public static final class Factory
1854             {
1855                 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments newInstance() {
1856                   return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1857                 
1858                 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1859                   return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup.CareerDevelopmentAwardAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1860                 
1861                 private Factory() { } 
1862             }
1863         }
1864         
1865         
1866 
1867 
1868 
1869         
1870         public static final class Factory
1871         {
1872             public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup newInstance() {
1873               return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1874             
1875             public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup newInstance(org.apache.xmlbeans.XmlOptions options) {
1876               return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument.PHS398CareerDevelopmentAwardSup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1877             
1878             private Factory() { } 
1879         }
1880     }
1881     
1882     
1883 
1884 
1885 
1886     
1887     public static final class Factory
1888     {
1889         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument newInstance() {
1890           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1891         
1892         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1893           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1894         
1895         
1896         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1897           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1898         
1899         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1900           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1901         
1902         
1903         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1904           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1905         
1906         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1907           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1908         
1909         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1910           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1911         
1912         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1913           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1914         
1915         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1916           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1917         
1918         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1919           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1920         
1921         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1922           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1923         
1924         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1925           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1926         
1927         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1928           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1929         
1930         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1931           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1932         
1933         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1934           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1935         
1936         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1937           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1938         
1939         
1940         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1941           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1942         
1943         
1944         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1945           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSupV10.PHS398CareerDevelopmentAwardSupDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1946         
1947         
1948         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 {
1949           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1950         
1951         
1952         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 {
1953           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1954         
1955         private Factory() { } 
1956     }
1957 }