View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Attachments
4    * Namespace: http://apply.grants.gov/forms/Attachments-V1.1
5    * Java type: gov.grants.apply.forms.attachmentsV11.AttachmentsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.attachmentsV11;
10  
11  
12  /**
13   * A document containing one Attachments(@http://apply.grants.gov/forms/Attachments-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface AttachmentsDocument 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(AttachmentsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("attachmentse0cadoctype");
21      
22      /**
23       * Gets the "Attachments" element
24       */
25      gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments getAttachments();
26      
27      /**
28       * Sets the "Attachments" element
29       */
30      void setAttachments(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments attachments);
31      
32      /**
33       * Appends and returns a new empty "Attachments" element
34       */
35      gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments addNewAttachments();
36      
37      /**
38       * An XML Attachments(@http://apply.grants.gov/forms/Attachments-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface Attachments 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(Attachments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("attachments064eelemtype");
46          
47          /**
48           * Gets the "ATT1" element
49           */
50          gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1 getATT1();
51          
52          /**
53           * True if has "ATT1" element
54           */
55          boolean isSetATT1();
56          
57          /**
58           * Sets the "ATT1" element
59           */
60          void setATT1(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1 att1);
61          
62          /**
63           * Appends and returns a new empty "ATT1" element
64           */
65          gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1 addNewATT1();
66          
67          /**
68           * Unsets the "ATT1" element
69           */
70          void unsetATT1();
71          
72          /**
73           * Gets the "ATT2" element
74           */
75          gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2 getATT2();
76          
77          /**
78           * True if has "ATT2" element
79           */
80          boolean isSetATT2();
81          
82          /**
83           * Sets the "ATT2" element
84           */
85          void setATT2(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2 att2);
86          
87          /**
88           * Appends and returns a new empty "ATT2" element
89           */
90          gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2 addNewATT2();
91          
92          /**
93           * Unsets the "ATT2" element
94           */
95          void unsetATT2();
96          
97          /**
98           * Gets the "ATT3" element
99           */
100         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3 getATT3();
101         
102         /**
103          * True if has "ATT3" element
104          */
105         boolean isSetATT3();
106         
107         /**
108          * Sets the "ATT3" element
109          */
110         void setATT3(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3 att3);
111         
112         /**
113          * Appends and returns a new empty "ATT3" element
114          */
115         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3 addNewATT3();
116         
117         /**
118          * Unsets the "ATT3" element
119          */
120         void unsetATT3();
121         
122         /**
123          * Gets the "ATT4" element
124          */
125         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4 getATT4();
126         
127         /**
128          * True if has "ATT4" element
129          */
130         boolean isSetATT4();
131         
132         /**
133          * Sets the "ATT4" element
134          */
135         void setATT4(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4 att4);
136         
137         /**
138          * Appends and returns a new empty "ATT4" element
139          */
140         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4 addNewATT4();
141         
142         /**
143          * Unsets the "ATT4" element
144          */
145         void unsetATT4();
146         
147         /**
148          * Gets the "ATT5" element
149          */
150         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5 getATT5();
151         
152         /**
153          * True if has "ATT5" element
154          */
155         boolean isSetATT5();
156         
157         /**
158          * Sets the "ATT5" element
159          */
160         void setATT5(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5 att5);
161         
162         /**
163          * Appends and returns a new empty "ATT5" element
164          */
165         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5 addNewATT5();
166         
167         /**
168          * Unsets the "ATT5" element
169          */
170         void unsetATT5();
171         
172         /**
173          * Gets the "ATT6" element
174          */
175         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6 getATT6();
176         
177         /**
178          * True if has "ATT6" element
179          */
180         boolean isSetATT6();
181         
182         /**
183          * Sets the "ATT6" element
184          */
185         void setATT6(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6 att6);
186         
187         /**
188          * Appends and returns a new empty "ATT6" element
189          */
190         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6 addNewATT6();
191         
192         /**
193          * Unsets the "ATT6" element
194          */
195         void unsetATT6();
196         
197         /**
198          * Gets the "ATT7" element
199          */
200         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7 getATT7();
201         
202         /**
203          * True if has "ATT7" element
204          */
205         boolean isSetATT7();
206         
207         /**
208          * Sets the "ATT7" element
209          */
210         void setATT7(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7 att7);
211         
212         /**
213          * Appends and returns a new empty "ATT7" element
214          */
215         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7 addNewATT7();
216         
217         /**
218          * Unsets the "ATT7" element
219          */
220         void unsetATT7();
221         
222         /**
223          * Gets the "ATT8" element
224          */
225         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8 getATT8();
226         
227         /**
228          * True if has "ATT8" element
229          */
230         boolean isSetATT8();
231         
232         /**
233          * Sets the "ATT8" element
234          */
235         void setATT8(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8 att8);
236         
237         /**
238          * Appends and returns a new empty "ATT8" element
239          */
240         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8 addNewATT8();
241         
242         /**
243          * Unsets the "ATT8" element
244          */
245         void unsetATT8();
246         
247         /**
248          * Gets the "ATT9" element
249          */
250         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9 getATT9();
251         
252         /**
253          * True if has "ATT9" element
254          */
255         boolean isSetATT9();
256         
257         /**
258          * Sets the "ATT9" element
259          */
260         void setATT9(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9 att9);
261         
262         /**
263          * Appends and returns a new empty "ATT9" element
264          */
265         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9 addNewATT9();
266         
267         /**
268          * Unsets the "ATT9" element
269          */
270         void unsetATT9();
271         
272         /**
273          * Gets the "ATT10" element
274          */
275         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10 getATT10();
276         
277         /**
278          * True if has "ATT10" element
279          */
280         boolean isSetATT10();
281         
282         /**
283          * Sets the "ATT10" element
284          */
285         void setATT10(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10 att10);
286         
287         /**
288          * Appends and returns a new empty "ATT10" element
289          */
290         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10 addNewATT10();
291         
292         /**
293          * Unsets the "ATT10" element
294          */
295         void unsetATT10();
296         
297         /**
298          * Gets the "ATT11" element
299          */
300         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11 getATT11();
301         
302         /**
303          * True if has "ATT11" element
304          */
305         boolean isSetATT11();
306         
307         /**
308          * Sets the "ATT11" element
309          */
310         void setATT11(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11 att11);
311         
312         /**
313          * Appends and returns a new empty "ATT11" element
314          */
315         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11 addNewATT11();
316         
317         /**
318          * Unsets the "ATT11" element
319          */
320         void unsetATT11();
321         
322         /**
323          * Gets the "ATT12" element
324          */
325         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12 getATT12();
326         
327         /**
328          * True if has "ATT12" element
329          */
330         boolean isSetATT12();
331         
332         /**
333          * Sets the "ATT12" element
334          */
335         void setATT12(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12 att12);
336         
337         /**
338          * Appends and returns a new empty "ATT12" element
339          */
340         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12 addNewATT12();
341         
342         /**
343          * Unsets the "ATT12" element
344          */
345         void unsetATT12();
346         
347         /**
348          * Gets the "ATT13" element
349          */
350         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13 getATT13();
351         
352         /**
353          * True if has "ATT13" element
354          */
355         boolean isSetATT13();
356         
357         /**
358          * Sets the "ATT13" element
359          */
360         void setATT13(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13 att13);
361         
362         /**
363          * Appends and returns a new empty "ATT13" element
364          */
365         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13 addNewATT13();
366         
367         /**
368          * Unsets the "ATT13" element
369          */
370         void unsetATT13();
371         
372         /**
373          * Gets the "ATT14" element
374          */
375         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14 getATT14();
376         
377         /**
378          * True if has "ATT14" element
379          */
380         boolean isSetATT14();
381         
382         /**
383          * Sets the "ATT14" element
384          */
385         void setATT14(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14 att14);
386         
387         /**
388          * Appends and returns a new empty "ATT14" element
389          */
390         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14 addNewATT14();
391         
392         /**
393          * Unsets the "ATT14" element
394          */
395         void unsetATT14();
396         
397         /**
398          * Gets the "ATT15" element
399          */
400         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15 getATT15();
401         
402         /**
403          * True if has "ATT15" element
404          */
405         boolean isSetATT15();
406         
407         /**
408          * Sets the "ATT15" element
409          */
410         void setATT15(gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15 att15);
411         
412         /**
413          * Appends and returns a new empty "ATT15" element
414          */
415         gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15 addNewATT15();
416         
417         /**
418          * Unsets the "ATT15" element
419          */
420         void unsetATT15();
421         
422         /**
423          * Gets the "FormVersion" attribute
424          */
425         java.lang.String getFormVersion();
426         
427         /**
428          * Gets (as xml) the "FormVersion" attribute
429          */
430         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
431         
432         /**
433          * Sets the "FormVersion" attribute
434          */
435         void setFormVersion(java.lang.String formVersion);
436         
437         /**
438          * Sets (as xml) the "FormVersion" attribute
439          */
440         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
441         
442         /**
443          * An XML ATT1(@http://apply.grants.gov/forms/Attachments-V1.1).
444          *
445          * This is a complex type.
446          */
447         public interface ATT1 extends org.apache.xmlbeans.XmlObject
448         {
449             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
450                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att19c62elemtype");
451             
452             /**
453              * Gets the "ATT1File" element
454              */
455             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT1File();
456             
457             /**
458              * Sets the "ATT1File" element
459              */
460             void setATT1File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att1File);
461             
462             /**
463              * Appends and returns a new empty "ATT1File" element
464              */
465             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT1File();
466             
467             /**
468              * A factory class with static methods for creating instances
469              * of this type.
470              */
471             
472             public static final class Factory
473             {
474                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1 newInstance() {
475                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
476                 
477                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1 newInstance(org.apache.xmlbeans.XmlOptions options) {
478                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
479                 
480                 private Factory() { } // No instance of this class allowed
481             }
482         }
483         
484         /**
485          * An XML ATT2(@http://apply.grants.gov/forms/Attachments-V1.1).
486          *
487          * This is a complex type.
488          */
489         public interface ATT2 extends org.apache.xmlbeans.XmlObject
490         {
491             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
492                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att2c9c1elemtype");
493             
494             /**
495              * Gets the "ATT2File" element
496              */
497             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT2File();
498             
499             /**
500              * Sets the "ATT2File" element
501              */
502             void setATT2File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att2File);
503             
504             /**
505              * Appends and returns a new empty "ATT2File" element
506              */
507             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT2File();
508             
509             /**
510              * A factory class with static methods for creating instances
511              * of this type.
512              */
513             
514             public static final class Factory
515             {
516                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2 newInstance() {
517                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
518                 
519                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2 newInstance(org.apache.xmlbeans.XmlOptions options) {
520                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
521                 
522                 private Factory() { } // No instance of this class allowed
523             }
524         }
525         
526         /**
527          * An XML ATT3(@http://apply.grants.gov/forms/Attachments-V1.1).
528          *
529          * This is a complex type.
530          */
531         public interface ATT3 extends org.apache.xmlbeans.XmlObject
532         {
533             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
534                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT3.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att3f720elemtype");
535             
536             /**
537              * Gets the "ATT3File" element
538              */
539             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT3File();
540             
541             /**
542              * Sets the "ATT3File" element
543              */
544             void setATT3File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att3File);
545             
546             /**
547              * Appends and returns a new empty "ATT3File" element
548              */
549             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT3File();
550             
551             /**
552              * A factory class with static methods for creating instances
553              * of this type.
554              */
555             
556             public static final class Factory
557             {
558                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3 newInstance() {
559                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
560                 
561                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3 newInstance(org.apache.xmlbeans.XmlOptions options) {
562                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT3) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
563                 
564                 private Factory() { } // No instance of this class allowed
565             }
566         }
567         
568         /**
569          * An XML ATT4(@http://apply.grants.gov/forms/Attachments-V1.1).
570          *
571          * This is a complex type.
572          */
573         public interface ATT4 extends org.apache.xmlbeans.XmlObject
574         {
575             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
576                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT4.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att4247felemtype");
577             
578             /**
579              * Gets the "ATT4File" element
580              */
581             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT4File();
582             
583             /**
584              * Sets the "ATT4File" element
585              */
586             void setATT4File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att4File);
587             
588             /**
589              * Appends and returns a new empty "ATT4File" element
590              */
591             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT4File();
592             
593             /**
594              * A factory class with static methods for creating instances
595              * of this type.
596              */
597             
598             public static final class Factory
599             {
600                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4 newInstance() {
601                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
602                 
603                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4 newInstance(org.apache.xmlbeans.XmlOptions options) {
604                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT4) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
605                 
606                 private Factory() { } // No instance of this class allowed
607             }
608         }
609         
610         /**
611          * An XML ATT5(@http://apply.grants.gov/forms/Attachments-V1.1).
612          *
613          * This is a complex type.
614          */
615         public interface ATT5 extends org.apache.xmlbeans.XmlObject
616         {
617             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
618                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT5.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att551deelemtype");
619             
620             /**
621              * Gets the "ATT5File" element
622              */
623             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT5File();
624             
625             /**
626              * Sets the "ATT5File" element
627              */
628             void setATT5File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att5File);
629             
630             /**
631              * Appends and returns a new empty "ATT5File" element
632              */
633             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT5File();
634             
635             /**
636              * A factory class with static methods for creating instances
637              * of this type.
638              */
639             
640             public static final class Factory
641             {
642                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5 newInstance() {
643                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
644                 
645                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5 newInstance(org.apache.xmlbeans.XmlOptions options) {
646                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT5) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
647                 
648                 private Factory() { } // No instance of this class allowed
649             }
650         }
651         
652         /**
653          * An XML ATT6(@http://apply.grants.gov/forms/Attachments-V1.1).
654          *
655          * This is a complex type.
656          */
657         public interface ATT6 extends org.apache.xmlbeans.XmlObject
658         {
659             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
660                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT6.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att67f3delemtype");
661             
662             /**
663              * Gets the "ATT6File" element
664              */
665             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT6File();
666             
667             /**
668              * Sets the "ATT6File" element
669              */
670             void setATT6File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att6File);
671             
672             /**
673              * Appends and returns a new empty "ATT6File" element
674              */
675             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT6File();
676             
677             /**
678              * A factory class with static methods for creating instances
679              * of this type.
680              */
681             
682             public static final class Factory
683             {
684                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6 newInstance() {
685                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
686                 
687                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6 newInstance(org.apache.xmlbeans.XmlOptions options) {
688                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT6) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
689                 
690                 private Factory() { } // No instance of this class allowed
691             }
692         }
693         
694         /**
695          * An XML ATT7(@http://apply.grants.gov/forms/Attachments-V1.1).
696          *
697          * This is a complex type.
698          */
699         public interface ATT7 extends org.apache.xmlbeans.XmlObject
700         {
701             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
702                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT7.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att7ac9celemtype");
703             
704             /**
705              * Gets the "ATT7File" element
706              */
707             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT7File();
708             
709             /**
710              * Sets the "ATT7File" element
711              */
712             void setATT7File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att7File);
713             
714             /**
715              * Appends and returns a new empty "ATT7File" element
716              */
717             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT7File();
718             
719             /**
720              * A factory class with static methods for creating instances
721              * of this type.
722              */
723             
724             public static final class Factory
725             {
726                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7 newInstance() {
727                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
728                 
729                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7 newInstance(org.apache.xmlbeans.XmlOptions options) {
730                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT7) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
731                 
732                 private Factory() { } // No instance of this class allowed
733             }
734         }
735         
736         /**
737          * An XML ATT8(@http://apply.grants.gov/forms/Attachments-V1.1).
738          *
739          * This is a complex type.
740          */
741         public interface ATT8 extends org.apache.xmlbeans.XmlObject
742         {
743             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
744                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT8.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att8d9fbelemtype");
745             
746             /**
747              * Gets the "ATT8File" element
748              */
749             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT8File();
750             
751             /**
752              * Sets the "ATT8File" element
753              */
754             void setATT8File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att8File);
755             
756             /**
757              * Appends and returns a new empty "ATT8File" element
758              */
759             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT8File();
760             
761             /**
762              * A factory class with static methods for creating instances
763              * of this type.
764              */
765             
766             public static final class Factory
767             {
768                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8 newInstance() {
769                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
770                 
771                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8 newInstance(org.apache.xmlbeans.XmlOptions options) {
772                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT8) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
773                 
774                 private Factory() { } // No instance of this class allowed
775             }
776         }
777         
778         /**
779          * An XML ATT9(@http://apply.grants.gov/forms/Attachments-V1.1).
780          *
781          * This is a complex type.
782          */
783         public interface ATT9 extends org.apache.xmlbeans.XmlObject
784         {
785             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
786                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT9.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att9075aelemtype");
787             
788             /**
789              * Gets the "ATT9File" element
790              */
791             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT9File();
792             
793             /**
794              * Sets the "ATT9File" element
795              */
796             void setATT9File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att9File);
797             
798             /**
799              * Appends and returns a new empty "ATT9File" element
800              */
801             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT9File();
802             
803             /**
804              * A factory class with static methods for creating instances
805              * of this type.
806              */
807             
808             public static final class Factory
809             {
810                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9 newInstance() {
811                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
812                 
813                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9 newInstance(org.apache.xmlbeans.XmlOptions options) {
814                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT9) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
815                 
816                 private Factory() { } // No instance of this class allowed
817             }
818         }
819         
820         /**
821          * An XML ATT10(@http://apply.grants.gov/forms/Attachments-V1.1).
822          *
823          * This is a complex type.
824          */
825         public interface ATT10 extends org.apache.xmlbeans.XmlObject
826         {
827             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
828                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT10.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att107002elemtype");
829             
830             /**
831              * Gets the "ATT10File" element
832              */
833             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT10File();
834             
835             /**
836              * Sets the "ATT10File" element
837              */
838             void setATT10File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att10File);
839             
840             /**
841              * Appends and returns a new empty "ATT10File" element
842              */
843             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT10File();
844             
845             /**
846              * A factory class with static methods for creating instances
847              * of this type.
848              */
849             
850             public static final class Factory
851             {
852                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10 newInstance() {
853                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
854                 
855                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10 newInstance(org.apache.xmlbeans.XmlOptions options) {
856                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
857                 
858                 private Factory() { } // No instance of this class allowed
859             }
860         }
861         
862         /**
863          * An XML ATT11(@http://apply.grants.gov/forms/Attachments-V1.1).
864          *
865          * This is a complex type.
866          */
867         public interface ATT11 extends org.apache.xmlbeans.XmlObject
868         {
869             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
870                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT11.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att119d61elemtype");
871             
872             /**
873              * Gets the "ATT11File" element
874              */
875             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT11File();
876             
877             /**
878              * Sets the "ATT11File" element
879              */
880             void setATT11File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att11File);
881             
882             /**
883              * Appends and returns a new empty "ATT11File" element
884              */
885             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT11File();
886             
887             /**
888              * A factory class with static methods for creating instances
889              * of this type.
890              */
891             
892             public static final class Factory
893             {
894                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11 newInstance() {
895                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
896                 
897                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11 newInstance(org.apache.xmlbeans.XmlOptions options) {
898                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT11) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
899                 
900                 private Factory() { } // No instance of this class allowed
901             }
902         }
903         
904         /**
905          * An XML ATT12(@http://apply.grants.gov/forms/Attachments-V1.1).
906          *
907          * This is a complex type.
908          */
909         public interface ATT12 extends org.apache.xmlbeans.XmlObject
910         {
911             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
912                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT12.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att12cac0elemtype");
913             
914             /**
915              * Gets the "ATT12File" element
916              */
917             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT12File();
918             
919             /**
920              * Sets the "ATT12File" element
921              */
922             void setATT12File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att12File);
923             
924             /**
925              * Appends and returns a new empty "ATT12File" element
926              */
927             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT12File();
928             
929             /**
930              * A factory class with static methods for creating instances
931              * of this type.
932              */
933             
934             public static final class Factory
935             {
936                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12 newInstance() {
937                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
938                 
939                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12 newInstance(org.apache.xmlbeans.XmlOptions options) {
940                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT12) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
941                 
942                 private Factory() { } // No instance of this class allowed
943             }
944         }
945         
946         /**
947          * An XML ATT13(@http://apply.grants.gov/forms/Attachments-V1.1).
948          *
949          * This is a complex type.
950          */
951         public interface ATT13 extends org.apache.xmlbeans.XmlObject
952         {
953             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
954                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT13.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att13f81felemtype");
955             
956             /**
957              * Gets the "ATT13File" element
958              */
959             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT13File();
960             
961             /**
962              * Sets the "ATT13File" element
963              */
964             void setATT13File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att13File);
965             
966             /**
967              * Appends and returns a new empty "ATT13File" element
968              */
969             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT13File();
970             
971             /**
972              * A factory class with static methods for creating instances
973              * of this type.
974              */
975             
976             public static final class Factory
977             {
978                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13 newInstance() {
979                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
980                 
981                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13 newInstance(org.apache.xmlbeans.XmlOptions options) {
982                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT13) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
983                 
984                 private Factory() { } // No instance of this class allowed
985             }
986         }
987         
988         /**
989          * An XML ATT14(@http://apply.grants.gov/forms/Attachments-V1.1).
990          *
991          * This is a complex type.
992          */
993         public interface ATT14 extends org.apache.xmlbeans.XmlObject
994         {
995             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
996                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT14.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att14257eelemtype");
997             
998             /**
999              * Gets the "ATT14File" element
1000              */
1001             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT14File();
1002             
1003             /**
1004              * Sets the "ATT14File" element
1005              */
1006             void setATT14File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att14File);
1007             
1008             /**
1009              * Appends and returns a new empty "ATT14File" element
1010              */
1011             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT14File();
1012             
1013             /**
1014              * A factory class with static methods for creating instances
1015              * of this type.
1016              */
1017             
1018             public static final class Factory
1019             {
1020                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14 newInstance() {
1021                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1022                 
1023                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14 newInstance(org.apache.xmlbeans.XmlOptions options) {
1024                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT14) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1025                 
1026                 private Factory() { } // No instance of this class allowed
1027             }
1028         }
1029         
1030         /**
1031          * An XML ATT15(@http://apply.grants.gov/forms/Attachments-V1.1).
1032          *
1033          * This is a complex type.
1034          */
1035         public interface ATT15 extends org.apache.xmlbeans.XmlObject
1036         {
1037             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1038                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ATT15.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("att1552ddelemtype");
1039             
1040             /**
1041              * Gets the "ATT15File" element
1042              */
1043             gov.grants.apply.system.attachmentsV10.AttachedFileDataType getATT15File();
1044             
1045             /**
1046              * Sets the "ATT15File" element
1047              */
1048             void setATT15File(gov.grants.apply.system.attachmentsV10.AttachedFileDataType att15File);
1049             
1050             /**
1051              * Appends and returns a new empty "ATT15File" element
1052              */
1053             gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewATT15File();
1054             
1055             /**
1056              * A factory class with static methods for creating instances
1057              * of this type.
1058              */
1059             
1060             public static final class Factory
1061             {
1062                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15 newInstance() {
1063                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1064                 
1065                 public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15 newInstance(org.apache.xmlbeans.XmlOptions options) {
1066                   return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments.ATT15) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1067                 
1068                 private Factory() { } // No instance of this class allowed
1069             }
1070         }
1071         
1072         /**
1073          * A factory class with static methods for creating instances
1074          * of this type.
1075          */
1076         
1077         public static final class Factory
1078         {
1079             public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments newInstance() {
1080               return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1081             
1082             public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments newInstance(org.apache.xmlbeans.XmlOptions options) {
1083               return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument.Attachments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1084             
1085             private Factory() { } // No instance of this class allowed
1086         }
1087     }
1088     
1089     /**
1090      * A factory class with static methods for creating instances
1091      * of this type.
1092      */
1093     
1094     public static final class Factory
1095     {
1096         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument newInstance() {
1097           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1098         
1099         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1100           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1101         
1102         /** @param xmlAsString the string value to parse */
1103         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1104           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1105         
1106         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1107           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1108         
1109         /** @param file the file from which to load an xml document */
1110         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1111           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1112         
1113         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1114           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1115         
1116         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1117           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1118         
1119         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1120           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1121         
1122         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1123           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1124         
1125         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1126           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1127         
1128         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1129           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1130         
1131         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1132           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1133         
1134         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1135           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1136         
1137         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1138           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1139         
1140         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1141           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1142         
1143         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1144           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1145         
1146         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1147         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1148           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1149         
1150         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1151         public static gov.grants.apply.forms.attachmentsV11.AttachmentsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1152           return (gov.grants.apply.forms.attachmentsV11.AttachmentsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1153         
1154         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1155         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 {
1156           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1157         
1158         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1159         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 {
1160           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1161         
1162         private Factory() { } // No instance of this class allowed
1163     }
1164 }