View Javadoc
1   /*
2    * An XML document type.
3    * Localname: RR_OtherProjectInfo
4    * Namespace: http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0
5    * Java type: gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.rrOtherProjectInfoV10;
10  
11  
12  /**
13   * A document containing one RR_OtherProjectInfo(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface RROtherProjectInfoDocument 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(RROtherProjectInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrotherprojectinfo2ffddoctype");
21      
22      /**
23       * Gets the "RR_OtherProjectInfo" element
24       */
25      gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo getRROtherProjectInfo();
26      
27      /**
28       * Sets the "RR_OtherProjectInfo" element
29       */
30      void setRROtherProjectInfo(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo rrOtherProjectInfo);
31      
32      /**
33       * Appends and returns a new empty "RR_OtherProjectInfo" element
34       */
35      gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo addNewRROtherProjectInfo();
36      
37      /**
38       * An XML RR_OtherProjectInfo(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface RROtherProjectInfo 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(RROtherProjectInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrotherprojectinfocc5belemtype");
46          
47          /**
48           * Gets the "HumanSubjectsIndicator" element
49           */
50          gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getHumanSubjectsIndicator();
51          
52          /**
53           * Gets (as xml) the "HumanSubjectsIndicator" element
54           */
55          gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetHumanSubjectsIndicator();
56          
57          /**
58           * Sets the "HumanSubjectsIndicator" element
59           */
60          void setHumanSubjectsIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum humanSubjectsIndicator);
61          
62          /**
63           * Sets (as xml) the "HumanSubjectsIndicator" element
64           */
65          void xsetHumanSubjectsIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType humanSubjectsIndicator);
66          
67          /**
68           * Gets the "HumanSubjectsSupplement" element
69           */
70          gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement getHumanSubjectsSupplement();
71          
72          /**
73           * True if has "HumanSubjectsSupplement" element
74           */
75          boolean isSetHumanSubjectsSupplement();
76          
77          /**
78           * Sets the "HumanSubjectsSupplement" element
79           */
80          void setHumanSubjectsSupplement(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement humanSubjectsSupplement);
81          
82          /**
83           * Appends and returns a new empty "HumanSubjectsSupplement" element
84           */
85          gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement addNewHumanSubjectsSupplement();
86          
87          /**
88           * Unsets the "HumanSubjectsSupplement" element
89           */
90          void unsetHumanSubjectsSupplement();
91          
92          /**
93           * Gets the "VertebrateAnimalsIndicator" element
94           */
95          gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getVertebrateAnimalsIndicator();
96          
97          /**
98           * Gets (as xml) the "VertebrateAnimalsIndicator" element
99           */
100         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetVertebrateAnimalsIndicator();
101         
102         /**
103          * Sets the "VertebrateAnimalsIndicator" element
104          */
105         void setVertebrateAnimalsIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum vertebrateAnimalsIndicator);
106         
107         /**
108          * Sets (as xml) the "VertebrateAnimalsIndicator" element
109          */
110         void xsetVertebrateAnimalsIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType vertebrateAnimalsIndicator);
111         
112         /**
113          * Gets the "VertebrateAnimalsSupplement" element
114          */
115         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement getVertebrateAnimalsSupplement();
116         
117         /**
118          * True if has "VertebrateAnimalsSupplement" element
119          */
120         boolean isSetVertebrateAnimalsSupplement();
121         
122         /**
123          * Sets the "VertebrateAnimalsSupplement" element
124          */
125         void setVertebrateAnimalsSupplement(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement vertebrateAnimalsSupplement);
126         
127         /**
128          * Appends and returns a new empty "VertebrateAnimalsSupplement" element
129          */
130         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement addNewVertebrateAnimalsSupplement();
131         
132         /**
133          * Unsets the "VertebrateAnimalsSupplement" element
134          */
135         void unsetVertebrateAnimalsSupplement();
136         
137         /**
138          * Gets the "ProprietaryInformationIndicator" element
139          */
140         gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getProprietaryInformationIndicator();
141         
142         /**
143          * Gets (as xml) the "ProprietaryInformationIndicator" element
144          */
145         gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetProprietaryInformationIndicator();
146         
147         /**
148          * Sets the "ProprietaryInformationIndicator" element
149          */
150         void setProprietaryInformationIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum proprietaryInformationIndicator);
151         
152         /**
153          * Sets (as xml) the "ProprietaryInformationIndicator" element
154          */
155         void xsetProprietaryInformationIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType proprietaryInformationIndicator);
156         
157         /**
158          * Gets the "EnvironmentalImpact" element
159          */
160         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact getEnvironmentalImpact();
161         
162         /**
163          * Sets the "EnvironmentalImpact" element
164          */
165         void setEnvironmentalImpact(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact environmentalImpact);
166         
167         /**
168          * Appends and returns a new empty "EnvironmentalImpact" element
169          */
170         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact addNewEnvironmentalImpact();
171         
172         /**
173          * Gets the "InternationalActivities" element
174          */
175         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities getInternationalActivities();
176         
177         /**
178          * Sets the "InternationalActivities" element
179          */
180         void setInternationalActivities(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities internationalActivities);
181         
182         /**
183          * Appends and returns a new empty "InternationalActivities" element
184          */
185         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities addNewInternationalActivities();
186         
187         /**
188          * Gets the "AbstractAttachments" element
189          */
190         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments getAbstractAttachments();
191         
192         /**
193          * True if has "AbstractAttachments" element
194          */
195         boolean isSetAbstractAttachments();
196         
197         /**
198          * Sets the "AbstractAttachments" element
199          */
200         void setAbstractAttachments(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments abstractAttachments);
201         
202         /**
203          * Appends and returns a new empty "AbstractAttachments" element
204          */
205         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments addNewAbstractAttachments();
206         
207         /**
208          * Unsets the "AbstractAttachments" element
209          */
210         void unsetAbstractAttachments();
211         
212         /**
213          * Gets the "FacilitiesAttachments" element
214          */
215         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments getFacilitiesAttachments();
216         
217         /**
218          * True if has "FacilitiesAttachments" element
219          */
220         boolean isSetFacilitiesAttachments();
221         
222         /**
223          * Sets the "FacilitiesAttachments" element
224          */
225         void setFacilitiesAttachments(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments facilitiesAttachments);
226         
227         /**
228          * Appends and returns a new empty "FacilitiesAttachments" element
229          */
230         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments addNewFacilitiesAttachments();
231         
232         /**
233          * Unsets the "FacilitiesAttachments" element
234          */
235         void unsetFacilitiesAttachments();
236         
237         /**
238          * Gets the "EquipmentAttachments" element
239          */
240         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments getEquipmentAttachments();
241         
242         /**
243          * True if has "EquipmentAttachments" element
244          */
245         boolean isSetEquipmentAttachments();
246         
247         /**
248          * Sets the "EquipmentAttachments" element
249          */
250         void setEquipmentAttachments(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments equipmentAttachments);
251         
252         /**
253          * Appends and returns a new empty "EquipmentAttachments" element
254          */
255         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments addNewEquipmentAttachments();
256         
257         /**
258          * Unsets the "EquipmentAttachments" element
259          */
260         void unsetEquipmentAttachments();
261         
262         /**
263          * Gets the "BibliographyAttachments" element
264          */
265         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments getBibliographyAttachments();
266         
267         /**
268          * True if has "BibliographyAttachments" element
269          */
270         boolean isSetBibliographyAttachments();
271         
272         /**
273          * Sets the "BibliographyAttachments" element
274          */
275         void setBibliographyAttachments(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments bibliographyAttachments);
276         
277         /**
278          * Appends and returns a new empty "BibliographyAttachments" element
279          */
280         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments addNewBibliographyAttachments();
281         
282         /**
283          * Unsets the "BibliographyAttachments" element
284          */
285         void unsetBibliographyAttachments();
286         
287         /**
288          * Gets the "ProjectNarrativeAttachments" element
289          */
290         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments getProjectNarrativeAttachments();
291         
292         /**
293          * True if has "ProjectNarrativeAttachments" element
294          */
295         boolean isSetProjectNarrativeAttachments();
296         
297         /**
298          * Sets the "ProjectNarrativeAttachments" element
299          */
300         void setProjectNarrativeAttachments(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments projectNarrativeAttachments);
301         
302         /**
303          * Appends and returns a new empty "ProjectNarrativeAttachments" element
304          */
305         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments addNewProjectNarrativeAttachments();
306         
307         /**
308          * Unsets the "ProjectNarrativeAttachments" element
309          */
310         void unsetProjectNarrativeAttachments();
311         
312         /**
313          * Gets the "OtherAttachments" element
314          */
315         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments getOtherAttachments();
316         
317         /**
318          * True if has "OtherAttachments" element
319          */
320         boolean isSetOtherAttachments();
321         
322         /**
323          * Sets the "OtherAttachments" element
324          */
325         void setOtherAttachments(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments otherAttachments);
326         
327         /**
328          * Appends and returns a new empty "OtherAttachments" element
329          */
330         gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments addNewOtherAttachments();
331         
332         /**
333          * Unsets the "OtherAttachments" element
334          */
335         void unsetOtherAttachments();
336         
337         /**
338          * Gets the "FormVersion" attribute
339          */
340         java.lang.String getFormVersion();
341         
342         /**
343          * Gets (as xml) the "FormVersion" attribute
344          */
345         gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
346         
347         /**
348          * Sets the "FormVersion" attribute
349          */
350         void setFormVersion(java.lang.String formVersion);
351         
352         /**
353          * Sets (as xml) the "FormVersion" attribute
354          */
355         void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
356         
357         /**
358          * An XML HumanSubjectsSupplement(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
359          *
360          * This is a complex type.
361          */
362         public interface HumanSubjectsSupplement extends org.apache.xmlbeans.XmlObject
363         {
364             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
365                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HumanSubjectsSupplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("humansubjectssupplement5882elemtype");
366             
367             /**
368              * Gets the "HumanSubjectIRBReviewIndicator" element
369              */
370             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getHumanSubjectIRBReviewIndicator();
371             
372             /**
373              * Gets (as xml) the "HumanSubjectIRBReviewIndicator" element
374              */
375             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetHumanSubjectIRBReviewIndicator();
376             
377             /**
378              * True if has "HumanSubjectIRBReviewIndicator" element
379              */
380             boolean isSetHumanSubjectIRBReviewIndicator();
381             
382             /**
383              * Sets the "HumanSubjectIRBReviewIndicator" element
384              */
385             void setHumanSubjectIRBReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum humanSubjectIRBReviewIndicator);
386             
387             /**
388              * Sets (as xml) the "HumanSubjectIRBReviewIndicator" element
389              */
390             void xsetHumanSubjectIRBReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType humanSubjectIRBReviewIndicator);
391             
392             /**
393              * Unsets the "HumanSubjectIRBReviewIndicator" element
394              */
395             void unsetHumanSubjectIRBReviewIndicator();
396             
397             /**
398              * Gets the "HumanSubjectIRBReviewDate" element
399              */
400             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate getHumanSubjectIRBReviewDate();
401             
402             /**
403              * True if has "HumanSubjectIRBReviewDate" element
404              */
405             boolean isSetHumanSubjectIRBReviewDate();
406             
407             /**
408              * Sets the "HumanSubjectIRBReviewDate" element
409              */
410             void setHumanSubjectIRBReviewDate(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate humanSubjectIRBReviewDate);
411             
412             /**
413              * Appends and returns a new empty "HumanSubjectIRBReviewDate" element
414              */
415             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate addNewHumanSubjectIRBReviewDate();
416             
417             /**
418              * Unsets the "HumanSubjectIRBReviewDate" element
419              */
420             void unsetHumanSubjectIRBReviewDate();
421             
422             /**
423              * Gets the "ExemptionNumbers" element
424              */
425             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers getExemptionNumbers();
426             
427             /**
428              * True if has "ExemptionNumbers" element
429              */
430             boolean isSetExemptionNumbers();
431             
432             /**
433              * Sets the "ExemptionNumbers" element
434              */
435             void setExemptionNumbers(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers exemptionNumbers);
436             
437             /**
438              * Appends and returns a new empty "ExemptionNumbers" element
439              */
440             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers addNewExemptionNumbers();
441             
442             /**
443              * Unsets the "ExemptionNumbers" element
444              */
445             void unsetExemptionNumbers();
446             
447             /**
448              * Gets the "HumanSubjectAssuranceNumber" element
449              */
450             java.lang.String getHumanSubjectAssuranceNumber();
451             
452             /**
453              * Gets (as xml) the "HumanSubjectAssuranceNumber" element
454              */
455             gov.grants.apply.system.globalV10.StringMin1Max10Type xgetHumanSubjectAssuranceNumber();
456             
457             /**
458              * True if has "HumanSubjectAssuranceNumber" element
459              */
460             boolean isSetHumanSubjectAssuranceNumber();
461             
462             /**
463              * Sets the "HumanSubjectAssuranceNumber" element
464              */
465             void setHumanSubjectAssuranceNumber(java.lang.String humanSubjectAssuranceNumber);
466             
467             /**
468              * Sets (as xml) the "HumanSubjectAssuranceNumber" element
469              */
470             void xsetHumanSubjectAssuranceNumber(gov.grants.apply.system.globalV10.StringMin1Max10Type humanSubjectAssuranceNumber);
471             
472             /**
473              * Unsets the "HumanSubjectAssuranceNumber" element
474              */
475             void unsetHumanSubjectAssuranceNumber();
476             
477             /**
478              * An XML HumanSubjectIRBReviewDate(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
479              *
480              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$HumanSubjectsSupplement$HumanSubjectIRBReviewDate.
481              */
482             public interface HumanSubjectIRBReviewDate extends org.apache.xmlbeans.XmlDate
483             {
484                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
485                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HumanSubjectIRBReviewDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("humansubjectirbreviewdatec256elemtype");
486                 
487                 /**
488                  * Gets the "HumanSubjectIRBReviewIndicator" attribute
489                  */
490                 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getHumanSubjectIRBReviewIndicator();
491                 
492                 /**
493                  * Gets (as xml) the "HumanSubjectIRBReviewIndicator" attribute
494                  */
495                 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetHumanSubjectIRBReviewIndicator();
496                 
497                 /**
498                  * Sets the "HumanSubjectIRBReviewIndicator" attribute
499                  */
500                 void setHumanSubjectIRBReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum humanSubjectIRBReviewIndicator);
501                 
502                 /**
503                  * Sets (as xml) the "HumanSubjectIRBReviewIndicator" attribute
504                  */
505                 void xsetHumanSubjectIRBReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType humanSubjectIRBReviewIndicator);
506                 
507                 /**
508                  * A factory class with static methods for creating instances
509                  * of this type.
510                  */
511                 
512                 public static final class Factory
513                 {
514                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate newInstance() {
515                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
516                     
517                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate newInstance(org.apache.xmlbeans.XmlOptions options) {
518                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.HumanSubjectIRBReviewDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
519                     
520                     private Factory() { } // No instance of this class allowed
521                 }
522             }
523             
524             /**
525              * An XML ExemptionNumbers(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
526              *
527              * This is a complex type.
528              */
529             public interface ExemptionNumbers extends org.apache.xmlbeans.XmlObject
530             {
531                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
532                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExemptionNumbers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("exemptionnumbers3ea5elemtype");
533                 
534                 /**
535                  * Gets array of all "ExemptionNumber" elements
536                  */
537                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber.Enum[] getExemptionNumberArray();
538                 
539                 /**
540                  * Gets ith "ExemptionNumber" element
541                  */
542                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber.Enum getExemptionNumberArray(int i);
543                 
544                 /**
545                  * Gets (as xml) array of all "ExemptionNumber" elements
546                  */
547                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber[] xgetExemptionNumberArray();
548                 
549                 /**
550                  * Gets (as xml) ith "ExemptionNumber" element
551                  */
552                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber xgetExemptionNumberArray(int i);
553                 
554                 /**
555                  * Returns number of "ExemptionNumber" element
556                  */
557                 int sizeOfExemptionNumberArray();
558                 
559                 /**
560                  * Sets array of all "ExemptionNumber" element
561                  */
562                 void setExemptionNumberArray(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber.Enum[] exemptionNumberArray);
563                 
564                 /**
565                  * Sets ith "ExemptionNumber" element
566                  */
567                 void setExemptionNumberArray(int i, gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber.Enum exemptionNumber);
568                 
569                 /**
570                  * Sets (as xml) array of all "ExemptionNumber" element
571                  */
572                 void xsetExemptionNumberArray(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber[] exemptionNumberArray);
573                 
574                 /**
575                  * Sets (as xml) ith "ExemptionNumber" element
576                  */
577                 void xsetExemptionNumberArray(int i, gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber exemptionNumber);
578                 
579                 /**
580                  * Inserts the value as the ith "ExemptionNumber" element
581                  */
582                 void insertExemptionNumber(int i, gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber.Enum exemptionNumber);
583                 
584                 /**
585                  * Appends the value as the last "ExemptionNumber" element
586                  */
587                 void addExemptionNumber(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber.Enum exemptionNumber);
588                 
589                 /**
590                  * Inserts and returns a new empty value (as xml) as the ith "ExemptionNumber" element
591                  */
592                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber insertNewExemptionNumber(int i);
593                 
594                 /**
595                  * Appends and returns a new empty value (as xml) as the last "ExemptionNumber" element
596                  */
597                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber addNewExemptionNumber();
598                 
599                 /**
600                  * Removes the ith "ExemptionNumber" element
601                  */
602                 void removeExemptionNumber(int i);
603                 
604                 /**
605                  * An XML ExemptionNumber(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
606                  *
607                  * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$HumanSubjectsSupplement$ExemptionNumbers$ExemptionNumber.
608                  */
609                 public interface ExemptionNumber extends org.apache.xmlbeans.XmlString
610                 {
611                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
612                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExemptionNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("exemptionnumbera763elemtype");
613                     
614                     org.apache.xmlbeans.StringEnumAbstractBase enumValue();
615                     void set(org.apache.xmlbeans.StringEnumAbstractBase e);
616                     
617                     static final Enum E_1 = Enum.forString("E1");
618                     static final Enum E_2 = Enum.forString("E2");
619                     static final Enum E_3 = Enum.forString("E3");
620                     static final Enum E_4 = Enum.forString("E4");
621                     static final Enum E_5 = Enum.forString("E5");
622                     static final Enum E_6 = Enum.forString("E6");
623                     
624                     static final int INT_E_1 = Enum.INT_E_1;
625                     static final int INT_E_2 = Enum.INT_E_2;
626                     static final int INT_E_3 = Enum.INT_E_3;
627                     static final int INT_E_4 = Enum.INT_E_4;
628                     static final int INT_E_5 = Enum.INT_E_5;
629                     static final int INT_E_6 = Enum.INT_E_6;
630                     
631                     /**
632                      * Enumeration value class for gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$HumanSubjectsSupplement$ExemptionNumbers$ExemptionNumber.
633                      * These enum values can be used as follows:
634                      * <pre>
635                      * enum.toString(); // returns the string value of the enum
636                      * enum.intValue(); // returns an int value, useful for switches
637                      * // e.g., case Enum.INT_E_1
638                      * Enum.forString(s); // returns the enum value for a string
639                      * Enum.forInt(i); // returns the enum value for an int
640                      * </pre>
641                      * Enumeration objects are immutable singleton objects that
642                      * can be compared using == object equality. They have no
643                      * public constructor. See the constants defined within this
644                      * class for all the valid values.
645                      */
646                     static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
647                     {
648                       /**
649                        * Returns the enum value for a string, or null if none.
650                        */
651                       public static Enum forString(java.lang.String s)
652                           { return (Enum)table.forString(s); }
653                       /**
654                        * Returns the enum value corresponding to an int, or null if none.
655                        */
656                       public static Enum forInt(int i)
657                           { return (Enum)table.forInt(i); }
658                       
659                       private Enum(java.lang.String s, int i)
660                           { super(s, i); }
661                       
662                       static final int INT_E_1 = 1;
663                       static final int INT_E_2 = 2;
664                       static final int INT_E_3 = 3;
665                       static final int INT_E_4 = 4;
666                       static final int INT_E_5 = 5;
667                       static final int INT_E_6 = 6;
668                       
669                       public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
670                           new org.apache.xmlbeans.StringEnumAbstractBase.Table
671                       (
672                         new Enum[]
673                         {
674                           new Enum("E1", INT_E_1),
675                           new Enum("E2", INT_E_2),
676                           new Enum("E3", INT_E_3),
677                           new Enum("E4", INT_E_4),
678                           new Enum("E5", INT_E_5),
679                           new Enum("E6", INT_E_6),
680                         }
681                       );
682                       private static final long serialVersionUID = 1L;
683                       private java.lang.Object readResolve() { return forInt(intValue()); } 
684                     }
685                     
686                     /**
687                      * A factory class with static methods for creating instances
688                      * of this type.
689                      */
690                     
691                     public static final class Factory
692                     {
693                       public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber newValue(java.lang.Object obj) {
694                         return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber) type.newValue( obj ); }
695                       
696                       public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber newInstance() {
697                         return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
698                       
699                       public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
700                         return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers.ExemptionNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
701                       
702                       private Factory() { } // No instance of this class allowed
703                     }
704                 }
705                 
706                 /**
707                  * A factory class with static methods for creating instances
708                  * of this type.
709                  */
710                 
711                 public static final class Factory
712                 {
713                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers newInstance() {
714                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
715                     
716                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers newInstance(org.apache.xmlbeans.XmlOptions options) {
717                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement.ExemptionNumbers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
718                     
719                     private Factory() { } // No instance of this class allowed
720                 }
721             }
722             
723             /**
724              * A factory class with static methods for creating instances
725              * of this type.
726              */
727             
728             public static final class Factory
729             {
730                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement newInstance() {
731                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
732                 
733                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement newInstance(org.apache.xmlbeans.XmlOptions options) {
734                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.HumanSubjectsSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
735                 
736                 private Factory() { } // No instance of this class allowed
737             }
738         }
739         
740         /**
741          * An XML VertebrateAnimalsSupplement(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
742          *
743          * This is a complex type.
744          */
745         public interface VertebrateAnimalsSupplement extends org.apache.xmlbeans.XmlObject
746         {
747             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
748                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VertebrateAnimalsSupplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("vertebrateanimalssupplement610delemtype");
749             
750             /**
751              * Gets the "VertebrateAnimalsIACUCReviewIndicator" element
752              */
753             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getVertebrateAnimalsIACUCReviewIndicator();
754             
755             /**
756              * Gets (as xml) the "VertebrateAnimalsIACUCReviewIndicator" element
757              */
758             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetVertebrateAnimalsIACUCReviewIndicator();
759             
760             /**
761              * True if has "VertebrateAnimalsIACUCReviewIndicator" element
762              */
763             boolean isSetVertebrateAnimalsIACUCReviewIndicator();
764             
765             /**
766              * Sets the "VertebrateAnimalsIACUCReviewIndicator" element
767              */
768             void setVertebrateAnimalsIACUCReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum vertebrateAnimalsIACUCReviewIndicator);
769             
770             /**
771              * Sets (as xml) the "VertebrateAnimalsIACUCReviewIndicator" element
772              */
773             void xsetVertebrateAnimalsIACUCReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType vertebrateAnimalsIACUCReviewIndicator);
774             
775             /**
776              * Unsets the "VertebrateAnimalsIACUCReviewIndicator" element
777              */
778             void unsetVertebrateAnimalsIACUCReviewIndicator();
779             
780             /**
781              * Gets the "VertebrateAnimalsIACUCApprovalDateReviewDate" element
782              */
783             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate getVertebrateAnimalsIACUCApprovalDateReviewDate();
784             
785             /**
786              * True if has "VertebrateAnimalsIACUCApprovalDateReviewDate" element
787              */
788             boolean isSetVertebrateAnimalsIACUCApprovalDateReviewDate();
789             
790             /**
791              * Sets the "VertebrateAnimalsIACUCApprovalDateReviewDate" element
792              */
793             void setVertebrateAnimalsIACUCApprovalDateReviewDate(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate vertebrateAnimalsIACUCApprovalDateReviewDate);
794             
795             /**
796              * Appends and returns a new empty "VertebrateAnimalsIACUCApprovalDateReviewDate" element
797              */
798             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate addNewVertebrateAnimalsIACUCApprovalDateReviewDate();
799             
800             /**
801              * Unsets the "VertebrateAnimalsIACUCApprovalDateReviewDate" element
802              */
803             void unsetVertebrateAnimalsIACUCApprovalDateReviewDate();
804             
805             /**
806              * Gets the "AssuranceNumber" element
807              */
808             java.lang.String getAssuranceNumber();
809             
810             /**
811              * Gets (as xml) the "AssuranceNumber" element
812              */
813             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber xgetAssuranceNumber();
814             
815             /**
816              * True if has "AssuranceNumber" element
817              */
818             boolean isSetAssuranceNumber();
819             
820             /**
821              * Sets the "AssuranceNumber" element
822              */
823             void setAssuranceNumber(java.lang.String assuranceNumber);
824             
825             /**
826              * Sets (as xml) the "AssuranceNumber" element
827              */
828             void xsetAssuranceNumber(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber assuranceNumber);
829             
830             /**
831              * Unsets the "AssuranceNumber" element
832              */
833             void unsetAssuranceNumber();
834             
835             /**
836              * An XML VertebrateAnimalsIACUCApprovalDateReviewDate(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
837              *
838              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$VertebrateAnimalsSupplement$VertebrateAnimalsIACUCApprovalDateReviewDate.
839              */
840             public interface VertebrateAnimalsIACUCApprovalDateReviewDate extends org.apache.xmlbeans.XmlDate
841             {
842                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
843                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VertebrateAnimalsIACUCApprovalDateReviewDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("vertebrateanimalsiacucapprovaldatereviewdate150aelemtype");
844                 
845                 /**
846                  * Gets the "VertebrateAnimalsIACUCReviewIndicator" attribute
847                  */
848                 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getVertebrateAnimalsIACUCReviewIndicator();
849                 
850                 /**
851                  * Gets (as xml) the "VertebrateAnimalsIACUCReviewIndicator" attribute
852                  */
853                 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetVertebrateAnimalsIACUCReviewIndicator();
854                 
855                 /**
856                  * Sets the "VertebrateAnimalsIACUCReviewIndicator" attribute
857                  */
858                 void setVertebrateAnimalsIACUCReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum vertebrateAnimalsIACUCReviewIndicator);
859                 
860                 /**
861                  * Sets (as xml) the "VertebrateAnimalsIACUCReviewIndicator" attribute
862                  */
863                 void xsetVertebrateAnimalsIACUCReviewIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType vertebrateAnimalsIACUCReviewIndicator);
864                 
865                 /**
866                  * A factory class with static methods for creating instances
867                  * of this type.
868                  */
869                 
870                 public static final class Factory
871                 {
872                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate newInstance() {
873                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
874                     
875                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate newInstance(org.apache.xmlbeans.XmlOptions options) {
876                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.VertebrateAnimalsIACUCApprovalDateReviewDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
877                     
878                     private Factory() { } // No instance of this class allowed
879                 }
880             }
881             
882             /**
883              * An XML AssuranceNumber(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
884              *
885              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$VertebrateAnimalsSupplement$AssuranceNumber.
886              */
887             public interface AssuranceNumber extends org.apache.xmlbeans.XmlString
888             {
889                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
890                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AssuranceNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("assurancenumberb82belemtype");
891                 
892                 /**
893                  * A factory class with static methods for creating instances
894                  * of this type.
895                  */
896                 
897                 public static final class Factory
898                 {
899                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber newValue(java.lang.Object obj) {
900                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber) type.newValue( obj ); }
901                     
902                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber newInstance() {
903                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
904                     
905                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
906                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement.AssuranceNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
907                     
908                     private Factory() { } // No instance of this class allowed
909                 }
910             }
911             
912             /**
913              * A factory class with static methods for creating instances
914              * of this type.
915              */
916             
917             public static final class Factory
918             {
919                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement newInstance() {
920                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
921                 
922                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement newInstance(org.apache.xmlbeans.XmlOptions options) {
923                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.VertebrateAnimalsSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
924                 
925                 private Factory() { } // No instance of this class allowed
926             }
927         }
928         
929         /**
930          * An XML EnvironmentalImpact(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
931          *
932          * This is a complex type.
933          */
934         public interface EnvironmentalImpact extends org.apache.xmlbeans.XmlObject
935         {
936             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
937                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EnvironmentalImpact.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("environmentalimpact6dabelemtype");
938             
939             /**
940              * Gets the "EnvironmentalImpactIndicator" element
941              */
942             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getEnvironmentalImpactIndicator();
943             
944             /**
945              * Gets (as xml) the "EnvironmentalImpactIndicator" element
946              */
947             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetEnvironmentalImpactIndicator();
948             
949             /**
950              * Sets the "EnvironmentalImpactIndicator" element
951              */
952             void setEnvironmentalImpactIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum environmentalImpactIndicator);
953             
954             /**
955              * Sets (as xml) the "EnvironmentalImpactIndicator" element
956              */
957             void xsetEnvironmentalImpactIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType environmentalImpactIndicator);
958             
959             /**
960              * Gets the "EnvironmentalImpactExplanation" element
961              */
962             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation getEnvironmentalImpactExplanation();
963             
964             /**
965              * True if has "EnvironmentalImpactExplanation" element
966              */
967             boolean isSetEnvironmentalImpactExplanation();
968             
969             /**
970              * Sets the "EnvironmentalImpactExplanation" element
971              */
972             void setEnvironmentalImpactExplanation(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation environmentalImpactExplanation);
973             
974             /**
975              * Appends and returns a new empty "EnvironmentalImpactExplanation" element
976              */
977             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation addNewEnvironmentalImpactExplanation();
978             
979             /**
980              * Unsets the "EnvironmentalImpactExplanation" element
981              */
982             void unsetEnvironmentalImpactExplanation();
983             
984             /**
985              * Gets the "EnvironmentalExemption" element
986              */
987             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption getEnvironmentalExemption();
988             
989             /**
990              * True if has "EnvironmentalExemption" element
991              */
992             boolean isSetEnvironmentalExemption();
993             
994             /**
995              * Sets the "EnvironmentalExemption" element
996              */
997             void setEnvironmentalExemption(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption environmentalExemption);
998             
999             /**
1000              * Appends and returns a new empty "EnvironmentalExemption" element
1001              */
1002             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption addNewEnvironmentalExemption();
1003             
1004             /**
1005              * Unsets the "EnvironmentalExemption" element
1006              */
1007             void unsetEnvironmentalExemption();
1008             
1009             /**
1010              * An XML EnvironmentalImpactExplanation(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1011              *
1012              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$EnvironmentalImpact$EnvironmentalImpactExplanation.
1013              */
1014             public interface EnvironmentalImpactExplanation extends gov.grants.apply.system.globalV10.StringMin1Max55Type
1015             {
1016                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1017                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EnvironmentalImpactExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("environmentalimpactexplanation84faelemtype");
1018                 
1019                 /**
1020                  * Gets the "EnvironmentalImpactIndicator" attribute
1021                  */
1022                 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getEnvironmentalImpactIndicator();
1023                 
1024                 /**
1025                  * Gets (as xml) the "EnvironmentalImpactIndicator" attribute
1026                  */
1027                 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetEnvironmentalImpactIndicator();
1028                 
1029                 /**
1030                  * Sets the "EnvironmentalImpactIndicator" attribute
1031                  */
1032                 void setEnvironmentalImpactIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum environmentalImpactIndicator);
1033                 
1034                 /**
1035                  * Sets (as xml) the "EnvironmentalImpactIndicator" attribute
1036                  */
1037                 void xsetEnvironmentalImpactIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType environmentalImpactIndicator);
1038                 
1039                 /**
1040                  * A factory class with static methods for creating instances
1041                  * of this type.
1042                  */
1043                 
1044                 public static final class Factory
1045                 {
1046                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation newInstance() {
1047                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1048                     
1049                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
1050                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalImpactExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1051                     
1052                     private Factory() { } // No instance of this class allowed
1053                 }
1054             }
1055             
1056             /**
1057              * An XML EnvironmentalExemption(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1058              *
1059              * This is a complex type.
1060              */
1061             public interface EnvironmentalExemption extends org.apache.xmlbeans.XmlObject
1062             {
1063                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1064                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EnvironmentalExemption.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("environmentalexemptiond4e4elemtype");
1065                 
1066                 /**
1067                  * Gets the "EnvironmentalExemptionIndicator" element
1068                  */
1069                 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getEnvironmentalExemptionIndicator();
1070                 
1071                 /**
1072                  * Gets (as xml) the "EnvironmentalExemptionIndicator" element
1073                  */
1074                 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetEnvironmentalExemptionIndicator();
1075                 
1076                 /**
1077                  * Sets the "EnvironmentalExemptionIndicator" element
1078                  */
1079                 void setEnvironmentalExemptionIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum environmentalExemptionIndicator);
1080                 
1081                 /**
1082                  * Sets (as xml) the "EnvironmentalExemptionIndicator" element
1083                  */
1084                 void xsetEnvironmentalExemptionIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType environmentalExemptionIndicator);
1085                 
1086                 /**
1087                  * Gets the "EnvironmentalExemptionExplanation" element
1088                  */
1089                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation getEnvironmentalExemptionExplanation();
1090                 
1091                 /**
1092                  * True if has "EnvironmentalExemptionExplanation" element
1093                  */
1094                 boolean isSetEnvironmentalExemptionExplanation();
1095                 
1096                 /**
1097                  * Sets the "EnvironmentalExemptionExplanation" element
1098                  */
1099                 void setEnvironmentalExemptionExplanation(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation environmentalExemptionExplanation);
1100                 
1101                 /**
1102                  * Appends and returns a new empty "EnvironmentalExemptionExplanation" element
1103                  */
1104                 gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation addNewEnvironmentalExemptionExplanation();
1105                 
1106                 /**
1107                  * Unsets the "EnvironmentalExemptionExplanation" element
1108                  */
1109                 void unsetEnvironmentalExemptionExplanation();
1110                 
1111                 /**
1112                  * An XML EnvironmentalExemptionExplanation(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1113                  *
1114                  * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$EnvironmentalImpact$EnvironmentalExemption$EnvironmentalExemptionExplanation.
1115                  */
1116                 public interface EnvironmentalExemptionExplanation extends gov.grants.apply.system.globalV10.StringMin1Max55Type
1117                 {
1118                     public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1119                       org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EnvironmentalExemptionExplanation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("environmentalexemptionexplanatione5deelemtype");
1120                     
1121                     /**
1122                      * Gets the "EnvironmentalExemptionIndicator" attribute
1123                      */
1124                     gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getEnvironmentalExemptionIndicator();
1125                     
1126                     /**
1127                      * Gets (as xml) the "EnvironmentalExemptionIndicator" attribute
1128                      */
1129                     gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetEnvironmentalExemptionIndicator();
1130                     
1131                     /**
1132                      * Sets the "EnvironmentalExemptionIndicator" attribute
1133                      */
1134                     void setEnvironmentalExemptionIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum environmentalExemptionIndicator);
1135                     
1136                     /**
1137                      * Sets (as xml) the "EnvironmentalExemptionIndicator" attribute
1138                      */
1139                     void xsetEnvironmentalExemptionIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType environmentalExemptionIndicator);
1140                     
1141                     /**
1142                      * A factory class with static methods for creating instances
1143                      * of this type.
1144                      */
1145                     
1146                     public static final class Factory
1147                     {
1148                       public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation newInstance() {
1149                         return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1150                       
1151                       public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation newInstance(org.apache.xmlbeans.XmlOptions options) {
1152                         return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption.EnvironmentalExemptionExplanation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1153                       
1154                       private Factory() { } // No instance of this class allowed
1155                     }
1156                 }
1157                 
1158                 /**
1159                  * A factory class with static methods for creating instances
1160                  * of this type.
1161                  */
1162                 
1163                 public static final class Factory
1164                 {
1165                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption newInstance() {
1166                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1167                     
1168                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption newInstance(org.apache.xmlbeans.XmlOptions options) {
1169                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact.EnvironmentalExemption) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1170                     
1171                     private Factory() { } // No instance of this class allowed
1172                 }
1173             }
1174             
1175             /**
1176              * A factory class with static methods for creating instances
1177              * of this type.
1178              */
1179             
1180             public static final class Factory
1181             {
1182                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact newInstance() {
1183                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1184                 
1185                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact newInstance(org.apache.xmlbeans.XmlOptions options) {
1186                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EnvironmentalImpact) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1187                 
1188                 private Factory() { } // No instance of this class allowed
1189             }
1190         }
1191         
1192         /**
1193          * An XML InternationalActivities(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1194          *
1195          * This is a complex type.
1196          */
1197         public interface InternationalActivities extends org.apache.xmlbeans.XmlObject
1198         {
1199             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1200                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InternationalActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("internationalactivitiesc194elemtype");
1201             
1202             /**
1203              * Gets the "InternationalActivitiesIndicator" element
1204              */
1205             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getInternationalActivitiesIndicator();
1206             
1207             /**
1208              * Gets (as xml) the "InternationalActivitiesIndicator" element
1209              */
1210             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetInternationalActivitiesIndicator();
1211             
1212             /**
1213              * Sets the "InternationalActivitiesIndicator" element
1214              */
1215             void setInternationalActivitiesIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum internationalActivitiesIndicator);
1216             
1217             /**
1218              * Sets (as xml) the "InternationalActivitiesIndicator" element
1219              */
1220             void xsetInternationalActivitiesIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType internationalActivitiesIndicator);
1221             
1222             /**
1223              * Gets the "ActivitiesPartnershipsCountries" element
1224              */
1225             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries getActivitiesPartnershipsCountries();
1226             
1227             /**
1228              * True if has "ActivitiesPartnershipsCountries" element
1229              */
1230             boolean isSetActivitiesPartnershipsCountries();
1231             
1232             /**
1233              * Sets the "ActivitiesPartnershipsCountries" element
1234              */
1235             void setActivitiesPartnershipsCountries(gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries activitiesPartnershipsCountries);
1236             
1237             /**
1238              * Appends and returns a new empty "ActivitiesPartnershipsCountries" element
1239              */
1240             gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries addNewActivitiesPartnershipsCountries();
1241             
1242             /**
1243              * Unsets the "ActivitiesPartnershipsCountries" element
1244              */
1245             void unsetActivitiesPartnershipsCountries();
1246             
1247             /**
1248              * Gets the "InternationalActivitiesExplanation" element
1249              */
1250             java.lang.String getInternationalActivitiesExplanation();
1251             
1252             /**
1253              * Gets (as xml) the "InternationalActivitiesExplanation" element
1254              */
1255             gov.grants.apply.system.globalV10.StringMin1Max55Type xgetInternationalActivitiesExplanation();
1256             
1257             /**
1258              * True if has "InternationalActivitiesExplanation" element
1259              */
1260             boolean isSetInternationalActivitiesExplanation();
1261             
1262             /**
1263              * Sets the "InternationalActivitiesExplanation" element
1264              */
1265             void setInternationalActivitiesExplanation(java.lang.String internationalActivitiesExplanation);
1266             
1267             /**
1268              * Sets (as xml) the "InternationalActivitiesExplanation" element
1269              */
1270             void xsetInternationalActivitiesExplanation(gov.grants.apply.system.globalV10.StringMin1Max55Type internationalActivitiesExplanation);
1271             
1272             /**
1273              * Unsets the "InternationalActivitiesExplanation" element
1274              */
1275             void unsetInternationalActivitiesExplanation();
1276             
1277             /**
1278              * An XML ActivitiesPartnershipsCountries(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1279              *
1280              * This is an atomic type that is a restriction of gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument$RROtherProjectInfo$InternationalActivities$ActivitiesPartnershipsCountries.
1281              */
1282             public interface ActivitiesPartnershipsCountries extends gov.grants.apply.system.globalV10.StringMin1Max55Type
1283             {
1284                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1285                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ActivitiesPartnershipsCountries.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("activitiespartnershipscountries6c30elemtype");
1286                 
1287                 /**
1288                  * Gets the "InternationalActivitiesIndicator" attribute
1289                  */
1290                 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getInternationalActivitiesIndicator();
1291                 
1292                 /**
1293                  * Gets (as xml) the "InternationalActivitiesIndicator" attribute
1294                  */
1295                 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetInternationalActivitiesIndicator();
1296                 
1297                 /**
1298                  * Sets the "InternationalActivitiesIndicator" attribute
1299                  */
1300                 void setInternationalActivitiesIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum internationalActivitiesIndicator);
1301                 
1302                 /**
1303                  * Sets (as xml) the "InternationalActivitiesIndicator" attribute
1304                  */
1305                 void xsetInternationalActivitiesIndicator(gov.grants.apply.system.globalLibraryV10.YesNoDataType internationalActivitiesIndicator);
1306                 
1307                 /**
1308                  * A factory class with static methods for creating instances
1309                  * of this type.
1310                  */
1311                 
1312                 public static final class Factory
1313                 {
1314                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries newInstance() {
1315                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1316                     
1317                     public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries newInstance(org.apache.xmlbeans.XmlOptions options) {
1318                       return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities.ActivitiesPartnershipsCountries) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1319                     
1320                     private Factory() { } // No instance of this class allowed
1321                 }
1322             }
1323             
1324             /**
1325              * A factory class with static methods for creating instances
1326              * of this type.
1327              */
1328             
1329             public static final class Factory
1330             {
1331                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities newInstance() {
1332                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1333                 
1334                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
1335                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.InternationalActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1336                 
1337                 private Factory() { } // No instance of this class allowed
1338             }
1339         }
1340         
1341         /**
1342          * An XML AbstractAttachments(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1343          *
1344          * This is a complex type.
1345          */
1346         public interface AbstractAttachments extends org.apache.xmlbeans.XmlObject
1347         {
1348             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1349                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AbstractAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("abstractattachmentsb7a1elemtype");
1350             
1351             /**
1352              * Gets the "AbstractAttachment" element
1353              */
1354             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAbstractAttachment();
1355             
1356             /**
1357              * Sets the "AbstractAttachment" element
1358              */
1359             void setAbstractAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType abstractAttachment);
1360             
1361             /**
1362              * Appends and returns a new empty "AbstractAttachment" element
1363              */
1364             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAbstractAttachment();
1365             
1366             /**
1367              * A factory class with static methods for creating instances
1368              * of this type.
1369              */
1370             
1371             public static final class Factory
1372             {
1373                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments newInstance() {
1374                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1375                 
1376                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1377                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.AbstractAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1378                 
1379                 private Factory() { } // No instance of this class allowed
1380             }
1381         }
1382         
1383         /**
1384          * An XML FacilitiesAttachments(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1385          *
1386          * This is a complex type.
1387          */
1388         public interface FacilitiesAttachments extends org.apache.xmlbeans.XmlObject
1389         {
1390             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1391                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FacilitiesAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("facilitiesattachments55c0elemtype");
1392             
1393             /**
1394              * Gets the "FacilitiesAttachment" element
1395              */
1396             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getFacilitiesAttachment();
1397             
1398             /**
1399              * Sets the "FacilitiesAttachment" element
1400              */
1401             void setFacilitiesAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType facilitiesAttachment);
1402             
1403             /**
1404              * Appends and returns a new empty "FacilitiesAttachment" element
1405              */
1406             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewFacilitiesAttachment();
1407             
1408             /**
1409              * A factory class with static methods for creating instances
1410              * of this type.
1411              */
1412             
1413             public static final class Factory
1414             {
1415                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments newInstance() {
1416                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1417                 
1418                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1419                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.FacilitiesAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1420                 
1421                 private Factory() { } // No instance of this class allowed
1422             }
1423         }
1424         
1425         /**
1426          * An XML EquipmentAttachments(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1427          *
1428          * This is a complex type.
1429          */
1430         public interface EquipmentAttachments extends org.apache.xmlbeans.XmlObject
1431         {
1432             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1433                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EquipmentAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("equipmentattachmentse19delemtype");
1434             
1435             /**
1436              * Gets the "EquipmentAttachment" element
1437              */
1438             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getEquipmentAttachment();
1439             
1440             /**
1441              * Sets the "EquipmentAttachment" element
1442              */
1443             void setEquipmentAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType equipmentAttachment);
1444             
1445             /**
1446              * Appends and returns a new empty "EquipmentAttachment" element
1447              */
1448             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewEquipmentAttachment();
1449             
1450             /**
1451              * A factory class with static methods for creating instances
1452              * of this type.
1453              */
1454             
1455             public static final class Factory
1456             {
1457                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments newInstance() {
1458                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1459                 
1460                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1461                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.EquipmentAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1462                 
1463                 private Factory() { } // No instance of this class allowed
1464             }
1465         }
1466         
1467         /**
1468          * An XML BibliographyAttachments(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1469          *
1470          * This is a complex type.
1471          */
1472         public interface BibliographyAttachments extends org.apache.xmlbeans.XmlObject
1473         {
1474             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1475                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BibliographyAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("bibliographyattachments3ee1elemtype");
1476             
1477             /**
1478              * Gets the "BibliographyAttachment" element
1479              */
1480             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBibliographyAttachment();
1481             
1482             /**
1483              * Sets the "BibliographyAttachment" element
1484              */
1485             void setBibliographyAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType bibliographyAttachment);
1486             
1487             /**
1488              * Appends and returns a new empty "BibliographyAttachment" element
1489              */
1490             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBibliographyAttachment();
1491             
1492             /**
1493              * A factory class with static methods for creating instances
1494              * of this type.
1495              */
1496             
1497             public static final class Factory
1498             {
1499                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments newInstance() {
1500                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1501                 
1502                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1503                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.BibliographyAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1504                 
1505                 private Factory() { } // No instance of this class allowed
1506             }
1507         }
1508         
1509         /**
1510          * An XML ProjectNarrativeAttachments(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1511          *
1512          * This is a complex type.
1513          */
1514         public interface ProjectNarrativeAttachments extends org.apache.xmlbeans.XmlObject
1515         {
1516             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1517                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectNarrativeAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectnarrativeattachmentsd898elemtype");
1518             
1519             /**
1520              * Gets the "ProjectNarrativeAttachment" element
1521              */
1522             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getProjectNarrativeAttachment();
1523             
1524             /**
1525              * Sets the "ProjectNarrativeAttachment" element
1526              */
1527             void setProjectNarrativeAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType projectNarrativeAttachment);
1528             
1529             /**
1530              * Appends and returns a new empty "ProjectNarrativeAttachment" element
1531              */
1532             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewProjectNarrativeAttachment();
1533             
1534             /**
1535              * A factory class with static methods for creating instances
1536              * of this type.
1537              */
1538             
1539             public static final class Factory
1540             {
1541                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments newInstance() {
1542                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1543                 
1544                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1545                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.ProjectNarrativeAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1546                 
1547                 private Factory() { } // No instance of this class allowed
1548             }
1549         }
1550         
1551         /**
1552          * An XML OtherAttachments(@http://apply.grants.gov/forms/RR_OtherProjectInfo-V1.0).
1553          *
1554          * This is a complex type.
1555          */
1556         public interface OtherAttachments extends org.apache.xmlbeans.XmlObject
1557         {
1558             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1559                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherAttachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherattachments7b9felemtype");
1560             
1561             /**
1562              * Gets array of all "OtherAttachment" elements
1563              */
1564             gov.grants.apply.system.attachmentsV10.AttachedFileDataType[] getOtherAttachmentArray();
1565             
1566             /**
1567              * Gets ith "OtherAttachment" element
1568              */
1569             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getOtherAttachmentArray(int i);
1570             
1571             /**
1572              * Returns number of "OtherAttachment" element
1573              */
1574             int sizeOfOtherAttachmentArray();
1575             
1576             /**
1577              * Sets array of all "OtherAttachment" element
1578              */
1579             void setOtherAttachmentArray(gov.grants.apply.system.attachmentsV10.AttachedFileDataType[] otherAttachmentArray);
1580             
1581             /**
1582              * Sets ith "OtherAttachment" element
1583              */
1584             void setOtherAttachmentArray(int i, gov.grants.apply.system.attachmentsV10.AttachedFileDataType otherAttachment);
1585             
1586             /**
1587              * Inserts and returns a new empty value (as xml) as the ith "OtherAttachment" element
1588              */
1589             gov.grants.apply.system.attachmentsV10.AttachedFileDataType insertNewOtherAttachment(int i);
1590             
1591             /**
1592              * Appends and returns a new empty value (as xml) as the last "OtherAttachment" element
1593              */
1594             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewOtherAttachment();
1595             
1596             /**
1597              * Removes the ith "OtherAttachment" element
1598              */
1599             void removeOtherAttachment(int i);
1600             
1601             /**
1602              * A factory class with static methods for creating instances
1603              * of this type.
1604              */
1605             
1606             public static final class Factory
1607             {
1608                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments newInstance() {
1609                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1610                 
1611                 public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1612                   return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo.OtherAttachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1613                 
1614                 private Factory() { } // No instance of this class allowed
1615             }
1616         }
1617         
1618         /**
1619          * A factory class with static methods for creating instances
1620          * of this type.
1621          */
1622         
1623         public static final class Factory
1624         {
1625             public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo newInstance() {
1626               return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1627             
1628             public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
1629               return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument.RROtherProjectInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1630             
1631             private Factory() { } // No instance of this class allowed
1632         }
1633     }
1634     
1635     /**
1636      * A factory class with static methods for creating instances
1637      * of this type.
1638      */
1639     
1640     public static final class Factory
1641     {
1642         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument newInstance() {
1643           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1644         
1645         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1646           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1647         
1648         /** @param xmlAsString the string value to parse */
1649         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1650           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1651         
1652         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1653           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1654         
1655         /** @param file the file from which to load an xml document */
1656         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1657           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1658         
1659         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1660           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1661         
1662         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1663           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1664         
1665         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1666           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1667         
1668         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1669           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1670         
1671         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1672           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1673         
1674         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1675           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1676         
1677         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1678           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1679         
1680         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1681           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1682         
1683         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1684           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1685         
1686         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1687           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1688         
1689         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1690           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1691         
1692         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1693         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1694           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1695         
1696         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1697         public static gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1698           return (gov.grants.apply.forms.rrOtherProjectInfoV10.RROtherProjectInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1699         
1700         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1701         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 {
1702           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1703         
1704         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1705         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 {
1706           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1707         
1708         private Factory() { } // No instance of this class allowed
1709     }
1710 }