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