View Javadoc
1   /*
2    * An XML document type.
3    * Localname: DOI_Project_Details
4    * Namespace: http://apply.grants.gov/forms/DOI_Project_Details-V1.0
5    * Java type: gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.doiProjectDetailsV10;
10  
11  
12  /**
13   * A document containing one DOI_Project_Details(@http://apply.grants.gov/forms/DOI_Project_Details-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface DOIProjectDetailsDocument 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(DOIProjectDetailsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("doiprojectdetails72f3doctype");
21      
22      /**
23       * Gets the "DOI_Project_Details" element
24       */
25      gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails getDOIProjectDetails();
26      
27      /**
28       * Sets the "DOI_Project_Details" element
29       */
30      void setDOIProjectDetails(gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails doiProjectDetails);
31      
32      /**
33       * Appends and returns a new empty "DOI_Project_Details" element
34       */
35      gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails addNewDOIProjectDetails();
36      
37      /**
38       * An XML DOI_Project_Details(@http://apply.grants.gov/forms/DOI_Project_Details-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface DOIProjectDetails 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(DOIProjectDetails.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("doiprojectdetailsf42celemtype");
46          
47          /**
48           * Gets the "Address" element
49           */
50          gov.grants.apply.system.globalLibraryV20.AddressDataType getAddress();
51          
52          /**
53           * Sets the "Address" element
54           */
55          void setAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType address);
56          
57          /**
58           * Appends and returns a new empty "Address" element
59           */
60          gov.grants.apply.system.globalLibraryV20.AddressDataType addNewAddress();
61          
62          /**
63           * Gets the "PRD_OF_ACCMP_TXT1" element
64           */
65          java.lang.String getPRDOFACCMPTXT1();
66          
67          /**
68           * Gets (as xml) the "PRD_OF_ACCMP_TXT1" element
69           */
70          gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentRequired xgetPRDOFACCMPTXT1();
71          
72          /**
73           * Sets the "PRD_OF_ACCMP_TXT1" element
74           */
75          void setPRDOFACCMPTXT1(java.lang.String prdofaccmptxt1);
76          
77          /**
78           * Sets (as xml) the "PRD_OF_ACCMP_TXT1" element
79           */
80          void xsetPRDOFACCMPTXT1(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentRequired prdofaccmptxt1);
81          
82          /**
83           * Gets the "OBJECTIVE_TXT1" element
84           */
85          java.lang.String getOBJECTIVETXT1();
86          
87          /**
88           * Gets (as xml) the "OBJECTIVE_TXT1" element
89           */
90          gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesMandatory xgetOBJECTIVETXT1();
91          
92          /**
93           * Sets the "OBJECTIVE_TXT1" element
94           */
95          void setOBJECTIVETXT1(java.lang.String objectivetxt1);
96          
97          /**
98           * Sets (as xml) the "OBJECTIVE_TXT1" element
99           */
100         void xsetOBJECTIVETXT1(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesMandatory objectivetxt1);
101         
102         /**
103          * Gets the "PRD_OF_ACCMP_TXT2" element
104          */
105         java.lang.String getPRDOFACCMPTXT2();
106         
107         /**
108          * Gets (as xml) the "PRD_OF_ACCMP_TXT2" element
109          */
110         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT2();
111         
112         /**
113          * True if has "PRD_OF_ACCMP_TXT2" element
114          */
115         boolean isSetPRDOFACCMPTXT2();
116         
117         /**
118          * Sets the "PRD_OF_ACCMP_TXT2" element
119          */
120         void setPRDOFACCMPTXT2(java.lang.String prdofaccmptxt2);
121         
122         /**
123          * Sets (as xml) the "PRD_OF_ACCMP_TXT2" element
124          */
125         void xsetPRDOFACCMPTXT2(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt2);
126         
127         /**
128          * Unsets the "PRD_OF_ACCMP_TXT2" element
129          */
130         void unsetPRDOFACCMPTXT2();
131         
132         /**
133          * Gets the "OBJECTIVE_TXT2" element
134          */
135         java.lang.String getOBJECTIVETXT2();
136         
137         /**
138          * Gets (as xml) the "OBJECTIVE_TXT2" element
139          */
140         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT2();
141         
142         /**
143          * True if has "OBJECTIVE_TXT2" element
144          */
145         boolean isSetOBJECTIVETXT2();
146         
147         /**
148          * Sets the "OBJECTIVE_TXT2" element
149          */
150         void setOBJECTIVETXT2(java.lang.String objectivetxt2);
151         
152         /**
153          * Sets (as xml) the "OBJECTIVE_TXT2" element
154          */
155         void xsetOBJECTIVETXT2(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt2);
156         
157         /**
158          * Unsets the "OBJECTIVE_TXT2" element
159          */
160         void unsetOBJECTIVETXT2();
161         
162         /**
163          * Gets the "PRD_OF_ACCMP_TXT3" element
164          */
165         java.lang.String getPRDOFACCMPTXT3();
166         
167         /**
168          * Gets (as xml) the "PRD_OF_ACCMP_TXT3" element
169          */
170         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT3();
171         
172         /**
173          * True if has "PRD_OF_ACCMP_TXT3" element
174          */
175         boolean isSetPRDOFACCMPTXT3();
176         
177         /**
178          * Sets the "PRD_OF_ACCMP_TXT3" element
179          */
180         void setPRDOFACCMPTXT3(java.lang.String prdofaccmptxt3);
181         
182         /**
183          * Sets (as xml) the "PRD_OF_ACCMP_TXT3" element
184          */
185         void xsetPRDOFACCMPTXT3(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt3);
186         
187         /**
188          * Unsets the "PRD_OF_ACCMP_TXT3" element
189          */
190         void unsetPRDOFACCMPTXT3();
191         
192         /**
193          * Gets the "OBJECTIVE_TXT3" element
194          */
195         java.lang.String getOBJECTIVETXT3();
196         
197         /**
198          * Gets (as xml) the "OBJECTIVE_TXT3" element
199          */
200         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT3();
201         
202         /**
203          * True if has "OBJECTIVE_TXT3" element
204          */
205         boolean isSetOBJECTIVETXT3();
206         
207         /**
208          * Sets the "OBJECTIVE_TXT3" element
209          */
210         void setOBJECTIVETXT3(java.lang.String objectivetxt3);
211         
212         /**
213          * Sets (as xml) the "OBJECTIVE_TXT3" element
214          */
215         void xsetOBJECTIVETXT3(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt3);
216         
217         /**
218          * Unsets the "OBJECTIVE_TXT3" element
219          */
220         void unsetOBJECTIVETXT3();
221         
222         /**
223          * Gets the "PRD_OF_ACCMP_TXT4" element
224          */
225         java.lang.String getPRDOFACCMPTXT4();
226         
227         /**
228          * Gets (as xml) the "PRD_OF_ACCMP_TXT4" element
229          */
230         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT4();
231         
232         /**
233          * True if has "PRD_OF_ACCMP_TXT4" element
234          */
235         boolean isSetPRDOFACCMPTXT4();
236         
237         /**
238          * Sets the "PRD_OF_ACCMP_TXT4" element
239          */
240         void setPRDOFACCMPTXT4(java.lang.String prdofaccmptxt4);
241         
242         /**
243          * Sets (as xml) the "PRD_OF_ACCMP_TXT4" element
244          */
245         void xsetPRDOFACCMPTXT4(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt4);
246         
247         /**
248          * Unsets the "PRD_OF_ACCMP_TXT4" element
249          */
250         void unsetPRDOFACCMPTXT4();
251         
252         /**
253          * Gets the "OBJECTIVE_TXT4" element
254          */
255         java.lang.String getOBJECTIVETXT4();
256         
257         /**
258          * Gets (as xml) the "OBJECTIVE_TXT4" element
259          */
260         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT4();
261         
262         /**
263          * True if has "OBJECTIVE_TXT4" element
264          */
265         boolean isSetOBJECTIVETXT4();
266         
267         /**
268          * Sets the "OBJECTIVE_TXT4" element
269          */
270         void setOBJECTIVETXT4(java.lang.String objectivetxt4);
271         
272         /**
273          * Sets (as xml) the "OBJECTIVE_TXT4" element
274          */
275         void xsetOBJECTIVETXT4(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt4);
276         
277         /**
278          * Unsets the "OBJECTIVE_TXT4" element
279          */
280         void unsetOBJECTIVETXT4();
281         
282         /**
283          * Gets the "PRD_OF_ACCMP_TXT5" element
284          */
285         java.lang.String getPRDOFACCMPTXT5();
286         
287         /**
288          * Gets (as xml) the "PRD_OF_ACCMP_TXT5" element
289          */
290         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT5();
291         
292         /**
293          * True if has "PRD_OF_ACCMP_TXT5" element
294          */
295         boolean isSetPRDOFACCMPTXT5();
296         
297         /**
298          * Sets the "PRD_OF_ACCMP_TXT5" element
299          */
300         void setPRDOFACCMPTXT5(java.lang.String prdofaccmptxt5);
301         
302         /**
303          * Sets (as xml) the "PRD_OF_ACCMP_TXT5" element
304          */
305         void xsetPRDOFACCMPTXT5(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt5);
306         
307         /**
308          * Unsets the "PRD_OF_ACCMP_TXT5" element
309          */
310         void unsetPRDOFACCMPTXT5();
311         
312         /**
313          * Gets the "OBJECTIVE_TXT5" element
314          */
315         java.lang.String getOBJECTIVETXT5();
316         
317         /**
318          * Gets (as xml) the "OBJECTIVE_TXT5" element
319          */
320         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT5();
321         
322         /**
323          * True if has "OBJECTIVE_TXT5" element
324          */
325         boolean isSetOBJECTIVETXT5();
326         
327         /**
328          * Sets the "OBJECTIVE_TXT5" element
329          */
330         void setOBJECTIVETXT5(java.lang.String objectivetxt5);
331         
332         /**
333          * Sets (as xml) the "OBJECTIVE_TXT5" element
334          */
335         void xsetOBJECTIVETXT5(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt5);
336         
337         /**
338          * Unsets the "OBJECTIVE_TXT5" element
339          */
340         void unsetOBJECTIVETXT5();
341         
342         /**
343          * Gets the "PRD_OF_ACCMP_TXT6" element
344          */
345         java.lang.String getPRDOFACCMPTXT6();
346         
347         /**
348          * Gets (as xml) the "PRD_OF_ACCMP_TXT6" element
349          */
350         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT6();
351         
352         /**
353          * True if has "PRD_OF_ACCMP_TXT6" element
354          */
355         boolean isSetPRDOFACCMPTXT6();
356         
357         /**
358          * Sets the "PRD_OF_ACCMP_TXT6" element
359          */
360         void setPRDOFACCMPTXT6(java.lang.String prdofaccmptxt6);
361         
362         /**
363          * Sets (as xml) the "PRD_OF_ACCMP_TXT6" element
364          */
365         void xsetPRDOFACCMPTXT6(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt6);
366         
367         /**
368          * Unsets the "PRD_OF_ACCMP_TXT6" element
369          */
370         void unsetPRDOFACCMPTXT6();
371         
372         /**
373          * Gets the "OBJECTIVE_TXT6" element
374          */
375         java.lang.String getOBJECTIVETXT6();
376         
377         /**
378          * Gets (as xml) the "OBJECTIVE_TXT6" element
379          */
380         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT6();
381         
382         /**
383          * True if has "OBJECTIVE_TXT6" element
384          */
385         boolean isSetOBJECTIVETXT6();
386         
387         /**
388          * Sets the "OBJECTIVE_TXT6" element
389          */
390         void setOBJECTIVETXT6(java.lang.String objectivetxt6);
391         
392         /**
393          * Sets (as xml) the "OBJECTIVE_TXT6" element
394          */
395         void xsetOBJECTIVETXT6(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt6);
396         
397         /**
398          * Unsets the "OBJECTIVE_TXT6" element
399          */
400         void unsetOBJECTIVETXT6();
401         
402         /**
403          * Gets the "PRD_OF_ACCMP_TXT7" element
404          */
405         java.lang.String getPRDOFACCMPTXT7();
406         
407         /**
408          * Gets (as xml) the "PRD_OF_ACCMP_TXT7" element
409          */
410         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT7();
411         
412         /**
413          * True if has "PRD_OF_ACCMP_TXT7" element
414          */
415         boolean isSetPRDOFACCMPTXT7();
416         
417         /**
418          * Sets the "PRD_OF_ACCMP_TXT7" element
419          */
420         void setPRDOFACCMPTXT7(java.lang.String prdofaccmptxt7);
421         
422         /**
423          * Sets (as xml) the "PRD_OF_ACCMP_TXT7" element
424          */
425         void xsetPRDOFACCMPTXT7(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt7);
426         
427         /**
428          * Unsets the "PRD_OF_ACCMP_TXT7" element
429          */
430         void unsetPRDOFACCMPTXT7();
431         
432         /**
433          * Gets the "OBJECTIVE_TXT7" element
434          */
435         java.lang.String getOBJECTIVETXT7();
436         
437         /**
438          * Gets (as xml) the "OBJECTIVE_TXT7" element
439          */
440         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT7();
441         
442         /**
443          * True if has "OBJECTIVE_TXT7" element
444          */
445         boolean isSetOBJECTIVETXT7();
446         
447         /**
448          * Sets the "OBJECTIVE_TXT7" element
449          */
450         void setOBJECTIVETXT7(java.lang.String objectivetxt7);
451         
452         /**
453          * Sets (as xml) the "OBJECTIVE_TXT7" element
454          */
455         void xsetOBJECTIVETXT7(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt7);
456         
457         /**
458          * Unsets the "OBJECTIVE_TXT7" element
459          */
460         void unsetOBJECTIVETXT7();
461         
462         /**
463          * Gets the "PRD_OF_ACCMP_TXT8" element
464          */
465         java.lang.String getPRDOFACCMPTXT8();
466         
467         /**
468          * Gets (as xml) the "PRD_OF_ACCMP_TXT8" element
469          */
470         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT8();
471         
472         /**
473          * True if has "PRD_OF_ACCMP_TXT8" element
474          */
475         boolean isSetPRDOFACCMPTXT8();
476         
477         /**
478          * Sets the "PRD_OF_ACCMP_TXT8" element
479          */
480         void setPRDOFACCMPTXT8(java.lang.String prdofaccmptxt8);
481         
482         /**
483          * Sets (as xml) the "PRD_OF_ACCMP_TXT8" element
484          */
485         void xsetPRDOFACCMPTXT8(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt8);
486         
487         /**
488          * Unsets the "PRD_OF_ACCMP_TXT8" element
489          */
490         void unsetPRDOFACCMPTXT8();
491         
492         /**
493          * Gets the "OBJECTIVE_TXT8" element
494          */
495         java.lang.String getOBJECTIVETXT8();
496         
497         /**
498          * Gets (as xml) the "OBJECTIVE_TXT8" element
499          */
500         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT8();
501         
502         /**
503          * True if has "OBJECTIVE_TXT8" element
504          */
505         boolean isSetOBJECTIVETXT8();
506         
507         /**
508          * Sets the "OBJECTIVE_TXT8" element
509          */
510         void setOBJECTIVETXT8(java.lang.String objectivetxt8);
511         
512         /**
513          * Sets (as xml) the "OBJECTIVE_TXT8" element
514          */
515         void xsetOBJECTIVETXT8(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt8);
516         
517         /**
518          * Unsets the "OBJECTIVE_TXT8" element
519          */
520         void unsetOBJECTIVETXT8();
521         
522         /**
523          * Gets the "PRD_OF_ACCMP_TXT9" element
524          */
525         java.lang.String getPRDOFACCMPTXT9();
526         
527         /**
528          * Gets (as xml) the "PRD_OF_ACCMP_TXT9" element
529          */
530         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT9();
531         
532         /**
533          * True if has "PRD_OF_ACCMP_TXT9" element
534          */
535         boolean isSetPRDOFACCMPTXT9();
536         
537         /**
538          * Sets the "PRD_OF_ACCMP_TXT9" element
539          */
540         void setPRDOFACCMPTXT9(java.lang.String prdofaccmptxt9);
541         
542         /**
543          * Sets (as xml) the "PRD_OF_ACCMP_TXT9" element
544          */
545         void xsetPRDOFACCMPTXT9(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt9);
546         
547         /**
548          * Unsets the "PRD_OF_ACCMP_TXT9" element
549          */
550         void unsetPRDOFACCMPTXT9();
551         
552         /**
553          * Gets the "OBJECTIVE_TXT9" element
554          */
555         java.lang.String getOBJECTIVETXT9();
556         
557         /**
558          * Gets (as xml) the "OBJECTIVE_TXT9" element
559          */
560         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT9();
561         
562         /**
563          * True if has "OBJECTIVE_TXT9" element
564          */
565         boolean isSetOBJECTIVETXT9();
566         
567         /**
568          * Sets the "OBJECTIVE_TXT9" element
569          */
570         void setOBJECTIVETXT9(java.lang.String objectivetxt9);
571         
572         /**
573          * Sets (as xml) the "OBJECTIVE_TXT9" element
574          */
575         void xsetOBJECTIVETXT9(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt9);
576         
577         /**
578          * Unsets the "OBJECTIVE_TXT9" element
579          */
580         void unsetOBJECTIVETXT9();
581         
582         /**
583          * Gets the "PRD_OF_ACCMP_TXT10" element
584          */
585         java.lang.String getPRDOFACCMPTXT10();
586         
587         /**
588          * Gets (as xml) the "PRD_OF_ACCMP_TXT10" element
589          */
590         gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional xgetPRDOFACCMPTXT10();
591         
592         /**
593          * True if has "PRD_OF_ACCMP_TXT10" element
594          */
595         boolean isSetPRDOFACCMPTXT10();
596         
597         /**
598          * Sets the "PRD_OF_ACCMP_TXT10" element
599          */
600         void setPRDOFACCMPTXT10(java.lang.String prdofaccmptxt10);
601         
602         /**
603          * Sets (as xml) the "PRD_OF_ACCMP_TXT10" element
604          */
605         void xsetPRDOFACCMPTXT10(gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentOptional prdofaccmptxt10);
606         
607         /**
608          * Unsets the "PRD_OF_ACCMP_TXT10" element
609          */
610         void unsetPRDOFACCMPTXT10();
611         
612         /**
613          * Gets the "OBJECTIVE_TXT10" element
614          */
615         java.lang.String getOBJECTIVETXT10();
616         
617         /**
618          * Gets (as xml) the "OBJECTIVE_TXT10" element
619          */
620         gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional xgetOBJECTIVETXT10();
621         
622         /**
623          * True if has "OBJECTIVE_TXT10" element
624          */
625         boolean isSetOBJECTIVETXT10();
626         
627         /**
628          * Sets the "OBJECTIVE_TXT10" element
629          */
630         void setOBJECTIVETXT10(java.lang.String objectivetxt10);
631         
632         /**
633          * Sets (as xml) the "OBJECTIVE_TXT10" element
634          */
635         void xsetOBJECTIVETXT10(gov.grants.apply.forms.doiProjectDetailsV10.GoalsAndObjectivesOptional objectivetxt10);
636         
637         /**
638          * Unsets the "OBJECTIVE_TXT10" element
639          */
640         void unsetOBJECTIVETXT10();
641         
642         /**
643          * Gets the "FormVersion" attribute
644          */
645         java.lang.String getFormVersion();
646         
647         /**
648          * Gets (as xml) the "FormVersion" attribute
649          */
650         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
651         
652         /**
653          * Sets the "FormVersion" attribute
654          */
655         void setFormVersion(java.lang.String formVersion);
656         
657         /**
658          * Sets (as xml) the "FormVersion" attribute
659          */
660         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
661         
662         /**
663          * A factory class with static methods for creating instances
664          * of this type.
665          */
666         
667         public static final class Factory
668         {
669             public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails newInstance() {
670               return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
671             
672             public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails newInstance(org.apache.xmlbeans.XmlOptions options) {
673               return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument.DOIProjectDetails) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
674             
675             private Factory() { } // No instance of this class allowed
676         }
677     }
678     
679     /**
680      * A factory class with static methods for creating instances
681      * of this type.
682      */
683     
684     public static final class Factory
685     {
686         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument newInstance() {
687           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
688         
689         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
690           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
691         
692         /** @param xmlAsString the string value to parse */
693         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
694           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
695         
696         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
697           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
698         
699         /** @param file the file from which to load an xml document */
700         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
701           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
702         
703         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
704           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
705         
706         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
707           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
708         
709         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
710           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
711         
712         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
713           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
714         
715         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
716           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
717         
718         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
719           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
720         
721         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
722           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
723         
724         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
725           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
726         
727         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
728           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
729         
730         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
731           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
732         
733         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
734           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
735         
736         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
737         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
738           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
739         
740         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
741         public static gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
742           return (gov.grants.apply.forms.doiProjectDetailsV10.DOIProjectDetailsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
743         
744         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
745         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 {
746           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
747         
748         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
749         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 {
750           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
751         
752         private Factory() { } // No instance of this class allowed
753     }
754 }