View Javadoc
1   /*
2    * An XML document type.
3    * Localname: PHS398_CareerDevelopmentAwardSup_2_0
4    * Namespace: http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0
5    * Java type: gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20;
10  
11  
12  /**
13   * A document containing one PHS398_CareerDevelopmentAwardSup_2_0(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface PHS398CareerDevelopmentAwardSup20Document 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(PHS398CareerDevelopmentAwardSup20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398careerdevelopmentawardsup20539edoctype");
21      
22      /**
23       * Gets the "PHS398_CareerDevelopmentAwardSup_2_0" element
24       */
25      gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20 getPHS398CareerDevelopmentAwardSup20();
26      
27      /**
28       * Sets the "PHS398_CareerDevelopmentAwardSup_2_0" element
29       */
30      void setPHS398CareerDevelopmentAwardSup20(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20 phs398CareerDevelopmentAwardSup20);
31      
32      /**
33       * Appends and returns a new empty "PHS398_CareerDevelopmentAwardSup_2_0" element
34       */
35      gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20 addNewPHS398CareerDevelopmentAwardSup20();
36      
37      /**
38       * An XML PHS398_CareerDevelopmentAwardSup_2_0(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
39       *
40       * This is a complex type.
41       */
42      public interface PHS398CareerDevelopmentAwardSup20 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(PHS398CareerDevelopmentAwardSup20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("phs398careerdevelopmentawardsup20bcf8elemtype");
46          
47          /**
48           * Gets the "CareerDevelopmentAwardAttachments" element
49           */
50          gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments getCareerDevelopmentAwardAttachments();
51          
52          /**
53           * True if has "CareerDevelopmentAwardAttachments" element
54           */
55          boolean isSetCareerDevelopmentAwardAttachments();
56          
57          /**
58           * Sets the "CareerDevelopmentAwardAttachments" element
59           */
60          void setCareerDevelopmentAwardAttachments(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments careerDevelopmentAwardAttachments);
61          
62          /**
63           * Appends and returns a new empty "CareerDevelopmentAwardAttachments" element
64           */
65          gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments addNewCareerDevelopmentAwardAttachments();
66          
67          /**
68           * Unsets the "CareerDevelopmentAwardAttachments" element
69           */
70          void unsetCareerDevelopmentAwardAttachments();
71          
72          /**
73           * Gets the "Citizenship" element
74           */
75          gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.CitizenshipDataType.Enum getCitizenship();
76          
77          /**
78           * Gets (as xml) the "Citizenship" element
79           */
80          gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.CitizenshipDataType xgetCitizenship();
81          
82          /**
83           * Sets the "Citizenship" element
84           */
85          void setCitizenship(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.CitizenshipDataType.Enum citizenship);
86          
87          /**
88           * Sets (as xml) the "Citizenship" element
89           */
90          void xsetCitizenship(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.CitizenshipDataType citizenship);
91          
92          /**
93           * Gets the "FormVersion" attribute
94           */
95          java.lang.String getFormVersion();
96          
97          /**
98           * Gets (as xml) the "FormVersion" attribute
99           */
100         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
101         
102         /**
103          * Sets the "FormVersion" attribute
104          */
105         void setFormVersion(java.lang.String formVersion);
106         
107         /**
108          * Sets (as xml) the "FormVersion" attribute
109          */
110         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
111         
112         /**
113          * An XML CareerDevelopmentAwardAttachments(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
114          *
115          * This is a complex type.
116          */
117         public interface CareerDevelopmentAwardAttachments extends org.apache.xmlbeans.XmlObject
118         {
119             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
120                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerDevelopmentAwardAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careerdevelopmentawardattachmentsf454elemtype");
121             
122             /**
123              * Gets the "IntroductionToApplication" element
124              */
125             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication getIntroductionToApplication();
126             
127             /**
128              * True if has "IntroductionToApplication" element
129              */
130             boolean isSetIntroductionToApplication();
131             
132             /**
133              * Sets the "IntroductionToApplication" element
134              */
135             void setIntroductionToApplication(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication introductionToApplication);
136             
137             /**
138              * Appends and returns a new empty "IntroductionToApplication" element
139              */
140             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication addNewIntroductionToApplication();
141             
142             /**
143              * Unsets the "IntroductionToApplication" element
144              */
145             void unsetIntroductionToApplication();
146             
147             /**
148              * Gets the "CandidateBackground" element
149              */
150             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground getCandidateBackground();
151             
152             /**
153              * True if has "CandidateBackground" element
154              */
155             boolean isSetCandidateBackground();
156             
157             /**
158              * Sets the "CandidateBackground" element
159              */
160             void setCandidateBackground(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground candidateBackground);
161             
162             /**
163              * Appends and returns a new empty "CandidateBackground" element
164              */
165             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground addNewCandidateBackground();
166             
167             /**
168              * Unsets the "CandidateBackground" element
169              */
170             void unsetCandidateBackground();
171             
172             /**
173              * Gets the "CareerGoalsAndObjectives" element
174              */
175             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives getCareerGoalsAndObjectives();
176             
177             /**
178              * True if has "CareerGoalsAndObjectives" element
179              */
180             boolean isSetCareerGoalsAndObjectives();
181             
182             /**
183              * Sets the "CareerGoalsAndObjectives" element
184              */
185             void setCareerGoalsAndObjectives(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives careerGoalsAndObjectives);
186             
187             /**
188              * Appends and returns a new empty "CareerGoalsAndObjectives" element
189              */
190             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives addNewCareerGoalsAndObjectives();
191             
192             /**
193              * Unsets the "CareerGoalsAndObjectives" element
194              */
195             void unsetCareerGoalsAndObjectives();
196             
197             /**
198              * Gets the "CareerDevelopmentAndTrainingActivities" element
199              */
200             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities getCareerDevelopmentAndTrainingActivities();
201             
202             /**
203              * True if has "CareerDevelopmentAndTrainingActivities" element
204              */
205             boolean isSetCareerDevelopmentAndTrainingActivities();
206             
207             /**
208              * Sets the "CareerDevelopmentAndTrainingActivities" element
209              */
210             void setCareerDevelopmentAndTrainingActivities(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities careerDevelopmentAndTrainingActivities);
211             
212             /**
213              * Appends and returns a new empty "CareerDevelopmentAndTrainingActivities" element
214              */
215             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities addNewCareerDevelopmentAndTrainingActivities();
216             
217             /**
218              * Unsets the "CareerDevelopmentAndTrainingActivities" element
219              */
220             void unsetCareerDevelopmentAndTrainingActivities();
221             
222             /**
223              * Gets the "ResponsibleConductOfResearch" element
224              */
225             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch getResponsibleConductOfResearch();
226             
227             /**
228              * True if has "ResponsibleConductOfResearch" element
229              */
230             boolean isSetResponsibleConductOfResearch();
231             
232             /**
233              * Sets the "ResponsibleConductOfResearch" element
234              */
235             void setResponsibleConductOfResearch(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch responsibleConductOfResearch);
236             
237             /**
238              * Appends and returns a new empty "ResponsibleConductOfResearch" element
239              */
240             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch addNewResponsibleConductOfResearch();
241             
242             /**
243              * Unsets the "ResponsibleConductOfResearch" element
244              */
245             void unsetResponsibleConductOfResearch();
246             
247             /**
248              * Gets the "MentoringPlan" element
249              */
250             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan getMentoringPlan();
251             
252             /**
253              * True if has "MentoringPlan" element
254              */
255             boolean isSetMentoringPlan();
256             
257             /**
258              * Sets the "MentoringPlan" element
259              */
260             void setMentoringPlan(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan mentoringPlan);
261             
262             /**
263              * Appends and returns a new empty "MentoringPlan" element
264              */
265             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan addNewMentoringPlan();
266             
267             /**
268              * Unsets the "MentoringPlan" element
269              */
270             void unsetMentoringPlan();
271             
272             /**
273              * Gets the "StatementsOfSupport" element
274              */
275             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport getStatementsOfSupport();
276             
277             /**
278              * True if has "StatementsOfSupport" element
279              */
280             boolean isSetStatementsOfSupport();
281             
282             /**
283              * Sets the "StatementsOfSupport" element
284              */
285             void setStatementsOfSupport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport statementsOfSupport);
286             
287             /**
288              * Appends and returns a new empty "StatementsOfSupport" element
289              */
290             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport addNewStatementsOfSupport();
291             
292             /**
293              * Unsets the "StatementsOfSupport" element
294              */
295             void unsetStatementsOfSupport();
296             
297             /**
298              * Gets the "LettersOfSupport" element
299              */
300             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport getLettersOfSupport();
301             
302             /**
303              * True if has "LettersOfSupport" element
304              */
305             boolean isSetLettersOfSupport();
306             
307             /**
308              * Sets the "LettersOfSupport" element
309              */
310             void setLettersOfSupport(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport lettersOfSupport);
311             
312             /**
313              * Appends and returns a new empty "LettersOfSupport" element
314              */
315             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport addNewLettersOfSupport();
316             
317             /**
318              * Unsets the "LettersOfSupport" element
319              */
320             void unsetLettersOfSupport();
321             
322             /**
323              * Gets the "InsitutionalEnvironment" element
324              */
325             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment getInsitutionalEnvironment();
326             
327             /**
328              * True if has "InsitutionalEnvironment" element
329              */
330             boolean isSetInsitutionalEnvironment();
331             
332             /**
333              * Sets the "InsitutionalEnvironment" element
334              */
335             void setInsitutionalEnvironment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment insitutionalEnvironment);
336             
337             /**
338              * Appends and returns a new empty "InsitutionalEnvironment" element
339              */
340             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment addNewInsitutionalEnvironment();
341             
342             /**
343              * Unsets the "InsitutionalEnvironment" element
344              */
345             void unsetInsitutionalEnvironment();
346             
347             /**
348              * Gets the "InstitutionalCommitment" element
349              */
350             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment getInstitutionalCommitment();
351             
352             /**
353              * True if has "InstitutionalCommitment" element
354              */
355             boolean isSetInstitutionalCommitment();
356             
357             /**
358              * Sets the "InstitutionalCommitment" element
359              */
360             void setInstitutionalCommitment(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment institutionalCommitment);
361             
362             /**
363              * Appends and returns a new empty "InstitutionalCommitment" element
364              */
365             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment addNewInstitutionalCommitment();
366             
367             /**
368              * Unsets the "InstitutionalCommitment" element
369              */
370             void unsetInstitutionalCommitment();
371             
372             /**
373              * Gets the "SpecificAims" element
374              */
375             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims getSpecificAims();
376             
377             /**
378              * True if has "SpecificAims" element
379              */
380             boolean isSetSpecificAims();
381             
382             /**
383              * Sets the "SpecificAims" element
384              */
385             void setSpecificAims(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims specificAims);
386             
387             /**
388              * Appends and returns a new empty "SpecificAims" element
389              */
390             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims addNewSpecificAims();
391             
392             /**
393              * Unsets the "SpecificAims" element
394              */
395             void unsetSpecificAims();
396             
397             /**
398              * Gets the "ResearchStrategy" element
399              */
400             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy getResearchStrategy();
401             
402             /**
403              * Sets the "ResearchStrategy" element
404              */
405             void setResearchStrategy(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy researchStrategy);
406             
407             /**
408              * Appends and returns a new empty "ResearchStrategy" element
409              */
410             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy addNewResearchStrategy();
411             
412             /**
413              * Gets the "ProgressReportPublicationList" element
414              */
415             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList getProgressReportPublicationList();
416             
417             /**
418              * True if has "ProgressReportPublicationList" element
419              */
420             boolean isSetProgressReportPublicationList();
421             
422             /**
423              * Sets the "ProgressReportPublicationList" element
424              */
425             void setProgressReportPublicationList(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList progressReportPublicationList);
426             
427             /**
428              * Appends and returns a new empty "ProgressReportPublicationList" element
429              */
430             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList addNewProgressReportPublicationList();
431             
432             /**
433              * Unsets the "ProgressReportPublicationList" element
434              */
435             void unsetProgressReportPublicationList();
436             
437             /**
438              * Gets the "ProtectionOfHumanSubjects" element
439              */
440             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects getProtectionOfHumanSubjects();
441             
442             /**
443              * True if has "ProtectionOfHumanSubjects" element
444              */
445             boolean isSetProtectionOfHumanSubjects();
446             
447             /**
448              * Sets the "ProtectionOfHumanSubjects" element
449              */
450             void setProtectionOfHumanSubjects(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects protectionOfHumanSubjects);
451             
452             /**
453              * Appends and returns a new empty "ProtectionOfHumanSubjects" element
454              */
455             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects addNewProtectionOfHumanSubjects();
456             
457             /**
458              * Unsets the "ProtectionOfHumanSubjects" element
459              */
460             void unsetProtectionOfHumanSubjects();
461             
462             /**
463              * Gets the "InclusionOfWomenAndMinorities" element
464              */
465             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities getInclusionOfWomenAndMinorities();
466             
467             /**
468              * True if has "InclusionOfWomenAndMinorities" element
469              */
470             boolean isSetInclusionOfWomenAndMinorities();
471             
472             /**
473              * Sets the "InclusionOfWomenAndMinorities" element
474              */
475             void setInclusionOfWomenAndMinorities(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities inclusionOfWomenAndMinorities);
476             
477             /**
478              * Appends and returns a new empty "InclusionOfWomenAndMinorities" element
479              */
480             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities addNewInclusionOfWomenAndMinorities();
481             
482             /**
483              * Unsets the "InclusionOfWomenAndMinorities" element
484              */
485             void unsetInclusionOfWomenAndMinorities();
486             
487             /**
488              * Gets the "InclusionOfChildren" element
489              */
490             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren getInclusionOfChildren();
491             
492             /**
493              * True if has "InclusionOfChildren" element
494              */
495             boolean isSetInclusionOfChildren();
496             
497             /**
498              * Sets the "InclusionOfChildren" element
499              */
500             void setInclusionOfChildren(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren inclusionOfChildren);
501             
502             /**
503              * Appends and returns a new empty "InclusionOfChildren" element
504              */
505             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren addNewInclusionOfChildren();
506             
507             /**
508              * Unsets the "InclusionOfChildren" element
509              */
510             void unsetInclusionOfChildren();
511             
512             /**
513              * Gets the "VertebrateAnimals" element
514              */
515             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals getVertebrateAnimals();
516             
517             /**
518              * True if has "VertebrateAnimals" element
519              */
520             boolean isSetVertebrateAnimals();
521             
522             /**
523              * Sets the "VertebrateAnimals" element
524              */
525             void setVertebrateAnimals(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals vertebrateAnimals);
526             
527             /**
528              * Appends and returns a new empty "VertebrateAnimals" element
529              */
530             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals addNewVertebrateAnimals();
531             
532             /**
533              * Unsets the "VertebrateAnimals" element
534              */
535             void unsetVertebrateAnimals();
536             
537             /**
538              * Gets the "SelectAgentResearch" element
539              */
540             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch getSelectAgentResearch();
541             
542             /**
543              * True if has "SelectAgentResearch" element
544              */
545             boolean isSetSelectAgentResearch();
546             
547             /**
548              * Sets the "SelectAgentResearch" element
549              */
550             void setSelectAgentResearch(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch selectAgentResearch);
551             
552             /**
553              * Appends and returns a new empty "SelectAgentResearch" element
554              */
555             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch addNewSelectAgentResearch();
556             
557             /**
558              * Unsets the "SelectAgentResearch" element
559              */
560             void unsetSelectAgentResearch();
561             
562             /**
563              * Gets the "ConsortiumContractualArrangements" element
564              */
565             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements getConsortiumContractualArrangements();
566             
567             /**
568              * True if has "ConsortiumContractualArrangements" element
569              */
570             boolean isSetConsortiumContractualArrangements();
571             
572             /**
573              * Sets the "ConsortiumContractualArrangements" element
574              */
575             void setConsortiumContractualArrangements(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements consortiumContractualArrangements);
576             
577             /**
578              * Appends and returns a new empty "ConsortiumContractualArrangements" element
579              */
580             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements addNewConsortiumContractualArrangements();
581             
582             /**
583              * Unsets the "ConsortiumContractualArrangements" element
584              */
585             void unsetConsortiumContractualArrangements();
586             
587             /**
588              * Gets the "ResourceSharingPlans" element
589              */
590             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans getResourceSharingPlans();
591             
592             /**
593              * True if has "ResourceSharingPlans" element
594              */
595             boolean isSetResourceSharingPlans();
596             
597             /**
598              * Sets the "ResourceSharingPlans" element
599              */
600             void setResourceSharingPlans(gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans resourceSharingPlans);
601             
602             /**
603              * Appends and returns a new empty "ResourceSharingPlans" element
604              */
605             gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans addNewResourceSharingPlans();
606             
607             /**
608              * Unsets the "ResourceSharingPlans" element
609              */
610             void unsetResourceSharingPlans();
611             
612             /**
613              * Gets the "Appendix" element
614              */
615             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType getAppendix();
616             
617             /**
618              * True if has "Appendix" element
619              */
620             boolean isSetAppendix();
621             
622             /**
623              * Sets the "Appendix" element
624              */
625             void setAppendix(gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType appendix);
626             
627             /**
628              * Appends and returns a new empty "Appendix" element
629              */
630             gov.grants.apply.system.attachmentsV10.AttachmentGroupMin0Max100DataType addNewAppendix();
631             
632             /**
633              * Unsets the "Appendix" element
634              */
635             void unsetAppendix();
636             
637             /**
638              * An XML IntroductionToApplication(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
639              *
640              * This is a complex type.
641              */
642             public interface IntroductionToApplication extends org.apache.xmlbeans.XmlObject
643             {
644                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
645                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntroductionToApplication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("introductiontoapplication0dbbelemtype");
646                 
647                 /**
648                  * Gets the "attFile" element
649                  */
650                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
651                 
652                 /**
653                  * Sets the "attFile" element
654                  */
655                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
656                 
657                 /**
658                  * Appends and returns a new empty "attFile" element
659                  */
660                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
661                 
662                 /**
663                  * A factory class with static methods for creating instances
664                  * of this type.
665                  */
666                 
667                 public static final class Factory
668                 {
669                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication newInstance() {
670                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
671                     
672                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication newInstance(org.apache.xmlbeans.XmlOptions options) {
673                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.IntroductionToApplication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
674                     
675                     private Factory() { } // No instance of this class allowed
676                 }
677             }
678             
679             /**
680              * An XML CandidateBackground(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
681              *
682              * This is a complex type.
683              */
684             public interface CandidateBackground extends org.apache.xmlbeans.XmlObject
685             {
686                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
687                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CandidateBackground.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("candidatebackgroundcd71elemtype");
688                 
689                 /**
690                  * Gets the "attFile" element
691                  */
692                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
693                 
694                 /**
695                  * Sets the "attFile" element
696                  */
697                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
698                 
699                 /**
700                  * Appends and returns a new empty "attFile" element
701                  */
702                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
703                 
704                 /**
705                  * A factory class with static methods for creating instances
706                  * of this type.
707                  */
708                 
709                 public static final class Factory
710                 {
711                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground newInstance() {
712                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
713                     
714                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground newInstance(org.apache.xmlbeans.XmlOptions options) {
715                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CandidateBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
716                     
717                     private Factory() { } // No instance of this class allowed
718                 }
719             }
720             
721             /**
722              * An XML CareerGoalsAndObjectives(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
723              *
724              * This is a complex type.
725              */
726             public interface CareerGoalsAndObjectives extends org.apache.xmlbeans.XmlObject
727             {
728                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
729                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerGoalsAndObjectives.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careergoalsandobjectivesfd1felemtype");
730                 
731                 /**
732                  * Gets the "attFile" element
733                  */
734                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
735                 
736                 /**
737                  * Sets the "attFile" element
738                  */
739                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
740                 
741                 /**
742                  * Appends and returns a new empty "attFile" element
743                  */
744                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
745                 
746                 /**
747                  * A factory class with static methods for creating instances
748                  * of this type.
749                  */
750                 
751                 public static final class Factory
752                 {
753                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives newInstance() {
754                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
755                     
756                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives newInstance(org.apache.xmlbeans.XmlOptions options) {
757                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerGoalsAndObjectives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
758                     
759                     private Factory() { } // No instance of this class allowed
760                 }
761             }
762             
763             /**
764              * An XML CareerDevelopmentAndTrainingActivities(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
765              *
766              * This is a complex type.
767              */
768             public interface CareerDevelopmentAndTrainingActivities extends org.apache.xmlbeans.XmlObject
769             {
770                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
771                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CareerDevelopmentAndTrainingActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("careerdevelopmentandtrainingactivitiesb091elemtype");
772                 
773                 /**
774                  * Gets the "attFile" element
775                  */
776                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
777                 
778                 /**
779                  * Sets the "attFile" element
780                  */
781                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
782                 
783                 /**
784                  * Appends and returns a new empty "attFile" element
785                  */
786                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
787                 
788                 /**
789                  * A factory class with static methods for creating instances
790                  * of this type.
791                  */
792                 
793                 public static final class Factory
794                 {
795                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities newInstance() {
796                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
797                     
798                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
799                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.CareerDevelopmentAndTrainingActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
800                     
801                     private Factory() { } // No instance of this class allowed
802                 }
803             }
804             
805             /**
806              * An XML ResponsibleConductOfResearch(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
807              *
808              * This is a complex type.
809              */
810             public interface ResponsibleConductOfResearch extends org.apache.xmlbeans.XmlObject
811             {
812                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
813                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResponsibleConductOfResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("responsibleconductofresearch02b0elemtype");
814                 
815                 /**
816                  * Gets the "attFile" element
817                  */
818                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
819                 
820                 /**
821                  * Sets the "attFile" element
822                  */
823                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
824                 
825                 /**
826                  * Appends and returns a new empty "attFile" element
827                  */
828                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
829                 
830                 /**
831                  * A factory class with static methods for creating instances
832                  * of this type.
833                  */
834                 
835                 public static final class Factory
836                 {
837                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch newInstance() {
838                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
839                     
840                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
841                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResponsibleConductOfResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
842                     
843                     private Factory() { } // No instance of this class allowed
844                 }
845             }
846             
847             /**
848              * An XML MentoringPlan(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
849              *
850              * This is a complex type.
851              */
852             public interface MentoringPlan extends org.apache.xmlbeans.XmlObject
853             {
854                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
855                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MentoringPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("mentoringplan326aelemtype");
856                 
857                 /**
858                  * Gets the "attFile" element
859                  */
860                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
861                 
862                 /**
863                  * Sets the "attFile" element
864                  */
865                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
866                 
867                 /**
868                  * Appends and returns a new empty "attFile" element
869                  */
870                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
871                 
872                 /**
873                  * A factory class with static methods for creating instances
874                  * of this type.
875                  */
876                 
877                 public static final class Factory
878                 {
879                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan newInstance() {
880                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
881                     
882                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
883                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.MentoringPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
884                     
885                     private Factory() { } // No instance of this class allowed
886                 }
887             }
888             
889             /**
890              * An XML StatementsOfSupport(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
891              *
892              * This is a complex type.
893              */
894             public interface StatementsOfSupport extends org.apache.xmlbeans.XmlObject
895             {
896                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
897                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StatementsOfSupport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("statementsofsupportc214elemtype");
898                 
899                 /**
900                  * Gets the "attFile" element
901                  */
902                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
903                 
904                 /**
905                  * Sets the "attFile" element
906                  */
907                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
908                 
909                 /**
910                  * Appends and returns a new empty "attFile" element
911                  */
912                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
913                 
914                 /**
915                  * A factory class with static methods for creating instances
916                  * of this type.
917                  */
918                 
919                 public static final class Factory
920                 {
921                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport newInstance() {
922                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
923                     
924                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport newInstance(org.apache.xmlbeans.XmlOptions options) {
925                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.StatementsOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
926                     
927                     private Factory() { } // No instance of this class allowed
928                 }
929             }
930             
931             /**
932              * An XML LettersOfSupport(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
933              *
934              * This is a complex type.
935              */
936             public interface LettersOfSupport extends org.apache.xmlbeans.XmlObject
937             {
938                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
939                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LettersOfSupport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lettersofsupport89bbelemtype");
940                 
941                 /**
942                  * Gets the "attFile" element
943                  */
944                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
945                 
946                 /**
947                  * Sets the "attFile" element
948                  */
949                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
950                 
951                 /**
952                  * Appends and returns a new empty "attFile" element
953                  */
954                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
955                 
956                 /**
957                  * A factory class with static methods for creating instances
958                  * of this type.
959                  */
960                 
961                 public static final class Factory
962                 {
963                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport newInstance() {
964                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
965                     
966                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport newInstance(org.apache.xmlbeans.XmlOptions options) {
967                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.LettersOfSupport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
968                     
969                     private Factory() { } // No instance of this class allowed
970                 }
971             }
972             
973             /**
974              * An XML InsitutionalEnvironment(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
975              *
976              * This is a complex type.
977              */
978             public interface InsitutionalEnvironment extends org.apache.xmlbeans.XmlObject
979             {
980                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
981                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InsitutionalEnvironment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("insitutionalenvironment6b78elemtype");
982                 
983                 /**
984                  * Gets the "attFile" element
985                  */
986                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
987                 
988                 /**
989                  * Sets the "attFile" element
990                  */
991                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
992                 
993                 /**
994                  * Appends and returns a new empty "attFile" element
995                  */
996                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
997                 
998                 /**
999                  * A factory class with static methods for creating instances
1000                  * of this type.
1001                  */
1002                 
1003                 public static final class Factory
1004                 {
1005                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment newInstance() {
1006                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1007                     
1008                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment newInstance(org.apache.xmlbeans.XmlOptions options) {
1009                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InsitutionalEnvironment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1010                     
1011                     private Factory() { } // No instance of this class allowed
1012                 }
1013             }
1014             
1015             /**
1016              * An XML InstitutionalCommitment(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1017              *
1018              * This is a complex type.
1019              */
1020             public interface InstitutionalCommitment extends org.apache.xmlbeans.XmlObject
1021             {
1022                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1023                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InstitutionalCommitment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("institutionalcommitment4ef8elemtype");
1024                 
1025                 /**
1026                  * Gets the "attFile" element
1027                  */
1028                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1029                 
1030                 /**
1031                  * Sets the "attFile" element
1032                  */
1033                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1034                 
1035                 /**
1036                  * Appends and returns a new empty "attFile" element
1037                  */
1038                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1039                 
1040                 /**
1041                  * A factory class with static methods for creating instances
1042                  * of this type.
1043                  */
1044                 
1045                 public static final class Factory
1046                 {
1047                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment newInstance() {
1048                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1049                     
1050                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment newInstance(org.apache.xmlbeans.XmlOptions options) {
1051                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InstitutionalCommitment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1052                     
1053                     private Factory() { } // No instance of this class allowed
1054                 }
1055             }
1056             
1057             /**
1058              * An XML SpecificAims(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1059              *
1060              * This is a complex type.
1061              */
1062             public interface SpecificAims extends org.apache.xmlbeans.XmlObject
1063             {
1064                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1065                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SpecificAims.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("specificaims8630elemtype");
1066                 
1067                 /**
1068                  * Gets the "attFile" element
1069                  */
1070                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1071                 
1072                 /**
1073                  * Sets the "attFile" element
1074                  */
1075                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1076                 
1077                 /**
1078                  * Appends and returns a new empty "attFile" element
1079                  */
1080                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1081                 
1082                 /**
1083                  * A factory class with static methods for creating instances
1084                  * of this type.
1085                  */
1086                 
1087                 public static final class Factory
1088                 {
1089                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims newInstance() {
1090                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1091                     
1092                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims newInstance(org.apache.xmlbeans.XmlOptions options) {
1093                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SpecificAims) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1094                     
1095                     private Factory() { } // No instance of this class allowed
1096                 }
1097             }
1098             
1099             /**
1100              * An XML ResearchStrategy(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1101              *
1102              * This is a complex type.
1103              */
1104             public interface ResearchStrategy extends org.apache.xmlbeans.XmlObject
1105             {
1106                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1107                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResearchStrategy.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("researchstrategy16beelemtype");
1108                 
1109                 /**
1110                  * Gets the "attFile" element
1111                  */
1112                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1113                 
1114                 /**
1115                  * Sets the "attFile" element
1116                  */
1117                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1118                 
1119                 /**
1120                  * Appends and returns a new empty "attFile" element
1121                  */
1122                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1123                 
1124                 /**
1125                  * A factory class with static methods for creating instances
1126                  * of this type.
1127                  */
1128                 
1129                 public static final class Factory
1130                 {
1131                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy newInstance() {
1132                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1133                     
1134                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy newInstance(org.apache.xmlbeans.XmlOptions options) {
1135                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResearchStrategy) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1136                     
1137                     private Factory() { } // No instance of this class allowed
1138                 }
1139             }
1140             
1141             /**
1142              * An XML ProgressReportPublicationList(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1143              *
1144              * This is a complex type.
1145              */
1146             public interface ProgressReportPublicationList extends org.apache.xmlbeans.XmlObject
1147             {
1148                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1149                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgressReportPublicationList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("progressreportpublicationlistd749elemtype");
1150                 
1151                 /**
1152                  * Gets the "attFile" element
1153                  */
1154                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1155                 
1156                 /**
1157                  * Sets the "attFile" element
1158                  */
1159                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1160                 
1161                 /**
1162                  * Appends and returns a new empty "attFile" element
1163                  */
1164                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1165                 
1166                 /**
1167                  * A factory class with static methods for creating instances
1168                  * of this type.
1169                  */
1170                 
1171                 public static final class Factory
1172                 {
1173                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList newInstance() {
1174                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1175                     
1176                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList newInstance(org.apache.xmlbeans.XmlOptions options) {
1177                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProgressReportPublicationList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1178                     
1179                     private Factory() { } // No instance of this class allowed
1180                 }
1181             }
1182             
1183             /**
1184              * An XML ProtectionOfHumanSubjects(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1185              *
1186              * This is a complex type.
1187              */
1188             public interface ProtectionOfHumanSubjects extends org.apache.xmlbeans.XmlObject
1189             {
1190                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1191                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProtectionOfHumanSubjects.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("protectionofhumansubjects8b04elemtype");
1192                 
1193                 /**
1194                  * Gets the "attFile" element
1195                  */
1196                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1197                 
1198                 /**
1199                  * Sets the "attFile" element
1200                  */
1201                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1202                 
1203                 /**
1204                  * Appends and returns a new empty "attFile" element
1205                  */
1206                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1207                 
1208                 /**
1209                  * A factory class with static methods for creating instances
1210                  * of this type.
1211                  */
1212                 
1213                 public static final class Factory
1214                 {
1215                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects newInstance() {
1216                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1217                     
1218                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects newInstance(org.apache.xmlbeans.XmlOptions options) {
1219                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ProtectionOfHumanSubjects) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1220                     
1221                     private Factory() { } // No instance of this class allowed
1222                 }
1223             }
1224             
1225             /**
1226              * An XML InclusionOfWomenAndMinorities(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1227              *
1228              * This is a complex type.
1229              */
1230             public interface InclusionOfWomenAndMinorities extends org.apache.xmlbeans.XmlObject
1231             {
1232                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1233                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfWomenAndMinorities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofwomenandminoritiesac63elemtype");
1234                 
1235                 /**
1236                  * Gets the "attFile" element
1237                  */
1238                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1239                 
1240                 /**
1241                  * Sets the "attFile" element
1242                  */
1243                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1244                 
1245                 /**
1246                  * Appends and returns a new empty "attFile" element
1247                  */
1248                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1249                 
1250                 /**
1251                  * A factory class with static methods for creating instances
1252                  * of this type.
1253                  */
1254                 
1255                 public static final class Factory
1256                 {
1257                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities newInstance() {
1258                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1259                     
1260                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities newInstance(org.apache.xmlbeans.XmlOptions options) {
1261                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfWomenAndMinorities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1262                     
1263                     private Factory() { } // No instance of this class allowed
1264                 }
1265             }
1266             
1267             /**
1268              * An XML InclusionOfChildren(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1269              *
1270              * This is a complex type.
1271              */
1272             public interface InclusionOfChildren extends org.apache.xmlbeans.XmlObject
1273             {
1274                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1275                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InclusionOfChildren.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("inclusionofchildren0e52elemtype");
1276                 
1277                 /**
1278                  * Gets the "attFile" element
1279                  */
1280                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1281                 
1282                 /**
1283                  * Sets the "attFile" element
1284                  */
1285                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1286                 
1287                 /**
1288                  * Appends and returns a new empty "attFile" element
1289                  */
1290                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1291                 
1292                 /**
1293                  * A factory class with static methods for creating instances
1294                  * of this type.
1295                  */
1296                 
1297                 public static final class Factory
1298                 {
1299                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren newInstance() {
1300                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1301                     
1302                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren newInstance(org.apache.xmlbeans.XmlOptions options) {
1303                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.InclusionOfChildren) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1304                     
1305                     private Factory() { } // No instance of this class allowed
1306                 }
1307             }
1308             
1309             /**
1310              * An XML VertebrateAnimals(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1311              *
1312              * This is a complex type.
1313              */
1314             public interface VertebrateAnimals extends org.apache.xmlbeans.XmlObject
1315             {
1316                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1317                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VertebrateAnimals.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("vertebrateanimalsbd09elemtype");
1318                 
1319                 /**
1320                  * Gets the "attFile" element
1321                  */
1322                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1323                 
1324                 /**
1325                  * Sets the "attFile" element
1326                  */
1327                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1328                 
1329                 /**
1330                  * Appends and returns a new empty "attFile" element
1331                  */
1332                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1333                 
1334                 /**
1335                  * A factory class with static methods for creating instances
1336                  * of this type.
1337                  */
1338                 
1339                 public static final class Factory
1340                 {
1341                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals newInstance() {
1342                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1343                     
1344                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals newInstance(org.apache.xmlbeans.XmlOptions options) {
1345                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.VertebrateAnimals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1346                     
1347                     private Factory() { } // No instance of this class allowed
1348                 }
1349             }
1350             
1351             /**
1352              * An XML SelectAgentResearch(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1353              *
1354              * This is a complex type.
1355              */
1356             public interface SelectAgentResearch extends org.apache.xmlbeans.XmlObject
1357             {
1358                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1359                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SelectAgentResearch.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("selectagentresearch18c4elemtype");
1360                 
1361                 /**
1362                  * Gets the "attFile" element
1363                  */
1364                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1365                 
1366                 /**
1367                  * Sets the "attFile" element
1368                  */
1369                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1370                 
1371                 /**
1372                  * Appends and returns a new empty "attFile" element
1373                  */
1374                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1375                 
1376                 /**
1377                  * A factory class with static methods for creating instances
1378                  * of this type.
1379                  */
1380                 
1381                 public static final class Factory
1382                 {
1383                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch newInstance() {
1384                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1385                     
1386                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch newInstance(org.apache.xmlbeans.XmlOptions options) {
1387                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.SelectAgentResearch) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1388                     
1389                     private Factory() { } // No instance of this class allowed
1390                 }
1391             }
1392             
1393             /**
1394              * An XML ConsortiumContractualArrangements(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1395              *
1396              * This is a complex type.
1397              */
1398             public interface ConsortiumContractualArrangements extends org.apache.xmlbeans.XmlObject
1399             {
1400                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1401                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiumContractualArrangements.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiumcontractualarrangements0b16elemtype");
1402                 
1403                 /**
1404                  * Gets the "attFile" element
1405                  */
1406                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1407                 
1408                 /**
1409                  * Sets the "attFile" element
1410                  */
1411                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1412                 
1413                 /**
1414                  * Appends and returns a new empty "attFile" element
1415                  */
1416                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1417                 
1418                 /**
1419                  * A factory class with static methods for creating instances
1420                  * of this type.
1421                  */
1422                 
1423                 public static final class Factory
1424                 {
1425                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements newInstance() {
1426                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1427                     
1428                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements newInstance(org.apache.xmlbeans.XmlOptions options) {
1429                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ConsortiumContractualArrangements) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1430                     
1431                     private Factory() { } // No instance of this class allowed
1432                 }
1433             }
1434             
1435             /**
1436              * An XML ResourceSharingPlans(@http://apply.grants.gov/forms/PHS398_CareerDevelopmentAwardSup_2_0-V2.0).
1437              *
1438              * This is a complex type.
1439              */
1440             public interface ResourceSharingPlans extends org.apache.xmlbeans.XmlObject
1441             {
1442                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1443                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResourceSharingPlans.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("resourcesharingplans4d2celemtype");
1444                 
1445                 /**
1446                  * Gets the "attFile" element
1447                  */
1448                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttFile();
1449                 
1450                 /**
1451                  * Sets the "attFile" element
1452                  */
1453                 void setAttFile(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attFile);
1454                 
1455                 /**
1456                  * Appends and returns a new empty "attFile" element
1457                  */
1458                 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttFile();
1459                 
1460                 /**
1461                  * A factory class with static methods for creating instances
1462                  * of this type.
1463                  */
1464                 
1465                 public static final class Factory
1466                 {
1467                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans newInstance() {
1468                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1469                     
1470                     public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans newInstance(org.apache.xmlbeans.XmlOptions options) {
1471                       return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments.ResourceSharingPlans) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1472                     
1473                     private Factory() { } // No instance of this class allowed
1474                 }
1475             }
1476             
1477             /**
1478              * A factory class with static methods for creating instances
1479              * of this type.
1480              */
1481             
1482             public static final class Factory
1483             {
1484                 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments newInstance() {
1485                   return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1486                 
1487                 public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1488                   return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20.CareerDevelopmentAwardAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1489                 
1490                 private Factory() { } // No instance of this class allowed
1491             }
1492         }
1493         
1494         /**
1495          * A factory class with static methods for creating instances
1496          * of this type.
1497          */
1498         
1499         public static final class Factory
1500         {
1501             public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20 newInstance() {
1502               return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1503             
1504             public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20 newInstance(org.apache.xmlbeans.XmlOptions options) {
1505               return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document.PHS398CareerDevelopmentAwardSup20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1506             
1507             private Factory() { } // No instance of this class allowed
1508         }
1509     }
1510     
1511     /**
1512      * A factory class with static methods for creating instances
1513      * of this type.
1514      */
1515     
1516     public static final class Factory
1517     {
1518         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document newInstance() {
1519           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1520         
1521         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1522           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1523         
1524         /** @param xmlAsString the string value to parse */
1525         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1526           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1527         
1528         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1529           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1530         
1531         /** @param file the file from which to load an xml document */
1532         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1533           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1534         
1535         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1536           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1537         
1538         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1539           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1540         
1541         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1542           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1543         
1544         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1545           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1546         
1547         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1548           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1549         
1550         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1551           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1552         
1553         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1554           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1555         
1556         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1557           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1558         
1559         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1560           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1561         
1562         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1563           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1564         
1565         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1566           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1567         
1568         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1569         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1570           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1571         
1572         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1573         public static gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1574           return (gov.grants.apply.forms.phs398CareerDevelopmentAwardSup20V20.PHS398CareerDevelopmentAwardSup20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1575         
1576         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1577         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 {
1578           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1579         
1580         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1581         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 {
1582           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1583         
1584         private Factory() { } // No instance of this class allowed
1585     }
1586 }