View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Form_13424
4    * Namespace: http://apply.grants.gov/forms/Form_13424-V1.0
5    * Java type: gov.grants.apply.forms.form13424V10.Form13424Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.form13424V10;
10  
11  
12  /**
13   * A document containing one Form_13424(@http://apply.grants.gov/forms/Form_13424-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface Form13424Document 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(Form13424Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form13424ca7ddoctype");
21      
22      /**
23       * Gets the "Form_13424" element
24       */
25      gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 getForm13424();
26      
27      /**
28       * Sets the "Form_13424" element
29       */
30      void setForm13424(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 form13424);
31      
32      /**
33       * Appends and returns a new empty "Form_13424" element
34       */
35      gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 addNewForm13424();
36      
37      /**
38       * An XML Form_13424(@http://apply.grants.gov/forms/Form_13424-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface Form13424 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(Form13424.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("form13424fdc8elemtype");
46          
47          /**
48           * Gets the "GrantPeriod" element
49           */
50          gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod.Enum getGrantPeriod();
51          
52          /**
53           * Gets (as xml) the "GrantPeriod" element
54           */
55          gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod xgetGrantPeriod();
56          
57          /**
58           * Sets the "GrantPeriod" element
59           */
60          void setGrantPeriod(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod.Enum grantPeriod);
61          
62          /**
63           * Sets (as xml) the "GrantPeriod" element
64           */
65          void xsetGrantPeriod(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod grantPeriod);
66          
67          /**
68           * Gets the "Year" element
69           */
70          gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year.Enum getYear();
71          
72          /**
73           * Gets (as xml) the "Year" element
74           */
75          gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year xgetYear();
76          
77          /**
78           * True if has "Year" element
79           */
80          boolean isSetYear();
81          
82          /**
83           * Sets the "Year" element
84           */
85          void setYear(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year.Enum year);
86          
87          /**
88           * Sets (as xml) the "Year" element
89           */
90          void xsetYear(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year year);
91          
92          /**
93           * Unsets the "Year" element
94           */
95          void unsetYear();
96          
97          /**
98           * Gets the "GrantAmountRequested" element
99           */
100         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested getGrantAmountRequested();
101         
102         /**
103          * Sets the "GrantAmountRequested" element
104          */
105         void setGrantAmountRequested(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested grantAmountRequested);
106         
107         /**
108          * Appends and returns a new empty "GrantAmountRequested" element
109          */
110         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested addNewGrantAmountRequested();
111         
112         /**
113          * Gets the "ApplicantInformation" element
114          */
115         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation getApplicantInformation();
116         
117         /**
118          * Sets the "ApplicantInformation" element
119          */
120         void setApplicantInformation(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation applicantInformation);
121         
122         /**
123          * Appends and returns a new empty "ApplicantInformation" element
124          */
125         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation addNewApplicantInformation();
126         
127         /**
128          * Gets the "ClinicInformation" element
129          */
130         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation getClinicInformation();
131         
132         /**
133          * Sets the "ClinicInformation" element
134          */
135         void setClinicInformation(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation clinicInformation);
136         
137         /**
138          * Appends and returns a new empty "ClinicInformation" element
139          */
140         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation addNewClinicInformation();
141         
142         /**
143          * Gets the "DirectorInformation" element
144          */
145         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation getDirectorInformation();
146         
147         /**
148          * Sets the "DirectorInformation" element
149          */
150         void setDirectorInformation(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation directorInformation);
151         
152         /**
153          * Appends and returns a new empty "DirectorInformation" element
154          */
155         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation addNewDirectorInformation();
156         
157         /**
158          * Gets the "QTE" element
159          */
160         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE getQTE();
161         
162         /**
163          * Sets the "QTE" element
164          */
165         void setQTE(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE qte);
166         
167         /**
168          * Appends and returns a new empty "QTE" element
169          */
170         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE addNewQTE();
171         
172         /**
173          * Gets the "QBA" element
174          */
175         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA getQBA();
176         
177         /**
178          * Sets the "QBA" element
179          */
180         void setQBA(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA qba);
181         
182         /**
183          * Appends and returns a new empty "QBA" element
184          */
185         gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA addNewQBA();
186         
187         /**
188          * Gets the "FormVersion" attribute
189          */
190         java.lang.String getFormVersion();
191         
192         /**
193          * Gets (as xml) the "FormVersion" attribute
194          */
195         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
196         
197         /**
198          * Sets the "FormVersion" attribute
199          */
200         void setFormVersion(java.lang.String formVersion);
201         
202         /**
203          * Sets (as xml) the "FormVersion" attribute
204          */
205         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
206         
207         /**
208          * An XML GrantPeriod(@http://apply.grants.gov/forms/Form_13424-V1.0).
209          *
210          * This is an atomic type that is a restriction of gov.grants.apply.forms.form13424V10.Form13424Document$Form13424$GrantPeriod.
211          */
212         public interface GrantPeriod extends org.apache.xmlbeans.XmlString
213         {
214             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
215                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GrantPeriod.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantperiod8b11elemtype");
216             
217             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
218             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
219             
220             static final Enum SINGLE_YEAR_REQUEST = Enum.forString("Single year request");
221             static final Enum MULTI_YEAR_REQUEST = Enum.forString("Multi-year request");
222             
223             static final int INT_SINGLE_YEAR_REQUEST = Enum.INT_SINGLE_YEAR_REQUEST;
224             static final int INT_MULTI_YEAR_REQUEST = Enum.INT_MULTI_YEAR_REQUEST;
225             
226             /**
227              * Enumeration value class for gov.grants.apply.forms.form13424V10.Form13424Document$Form13424$GrantPeriod.
228              * These enum values can be used as follows:
229              * <pre>
230              * enum.toString(); // returns the string value of the enum
231              * enum.intValue(); // returns an int value, useful for switches
232              * // e.g., case Enum.INT_SINGLE_YEAR_REQUEST
233              * Enum.forString(s); // returns the enum value for a string
234              * Enum.forInt(i); // returns the enum value for an int
235              * </pre>
236              * Enumeration objects are immutable singleton objects that
237              * can be compared using == object equality. They have no
238              * public constructor. See the constants defined within this
239              * class for all the valid values.
240              */
241             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
242             {
243                 /**
244                  * Returns the enum value for a string, or null if none.
245                  */
246                 public static Enum forString(java.lang.String s)
247                     { return (Enum)table.forString(s); }
248                 /**
249                  * Returns the enum value corresponding to an int, or null if none.
250                  */
251                 public static Enum forInt(int i)
252                     { return (Enum)table.forInt(i); }
253                 
254                 private Enum(java.lang.String s, int i)
255                     { super(s, i); }
256                 
257                 static final int INT_SINGLE_YEAR_REQUEST = 1;
258                 static final int INT_MULTI_YEAR_REQUEST = 2;
259                 
260                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
261                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
262                 (
263                     new Enum[]
264                     {
265                       new Enum("Single year request", INT_SINGLE_YEAR_REQUEST),
266                       new Enum("Multi-year request", INT_MULTI_YEAR_REQUEST),
267                     }
268                 );
269                 private static final long serialVersionUID = 1L;
270                 private java.lang.Object readResolve() { return forInt(intValue()); } 
271             }
272             
273             /**
274              * A factory class with static methods for creating instances
275              * of this type.
276              */
277             
278             public static final class Factory
279             {
280                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod newValue(java.lang.Object obj) {
281                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod) type.newValue( obj ); }
282                 
283                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod newInstance() {
284                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
285                 
286                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod newInstance(org.apache.xmlbeans.XmlOptions options) {
287                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
288                 
289                 private Factory() { } // No instance of this class allowed
290             }
291         }
292         
293         /**
294          * An XML Year(@http://apply.grants.gov/forms/Form_13424-V1.0).
295          *
296          * This is an atomic type that is a restriction of gov.grants.apply.forms.form13424V10.Form13424Document$Form13424$Year.
297          */
298         public interface Year extends org.apache.xmlbeans.XmlString
299         {
300             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
301                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Year.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("yeara5c1elemtype");
302             
303             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
304             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
305             
306             static final Enum X_1_ST_OF_3_YEARS = Enum.forString("1st of 3 years");
307             static final Enum X_2_ND_OF_3_YEARS = Enum.forString("2nd of 3 years");
308             static final Enum X_3_RD_OF_3_YEARS = Enum.forString("3rd of 3 years");
309             
310             static final int INT_X_1_ST_OF_3_YEARS = Enum.INT_X_1_ST_OF_3_YEARS;
311             static final int INT_X_2_ND_OF_3_YEARS = Enum.INT_X_2_ND_OF_3_YEARS;
312             static final int INT_X_3_RD_OF_3_YEARS = Enum.INT_X_3_RD_OF_3_YEARS;
313             
314             /**
315              * Enumeration value class for gov.grants.apply.forms.form13424V10.Form13424Document$Form13424$Year.
316              * These enum values can be used as follows:
317              * <pre>
318              * enum.toString(); // returns the string value of the enum
319              * enum.intValue(); // returns an int value, useful for switches
320              * // e.g., case Enum.INT_X_1_ST_OF_3_YEARS
321              * Enum.forString(s); // returns the enum value for a string
322              * Enum.forInt(i); // returns the enum value for an int
323              * </pre>
324              * Enumeration objects are immutable singleton objects that
325              * can be compared using == object equality. They have no
326              * public constructor. See the constants defined within this
327              * class for all the valid values.
328              */
329             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
330             {
331                 /**
332                  * Returns the enum value for a string, or null if none.
333                  */
334                 public static Enum forString(java.lang.String s)
335                     { return (Enum)table.forString(s); }
336                 /**
337                  * Returns the enum value corresponding to an int, or null if none.
338                  */
339                 public static Enum forInt(int i)
340                     { return (Enum)table.forInt(i); }
341                 
342                 private Enum(java.lang.String s, int i)
343                     { super(s, i); }
344                 
345                 static final int INT_X_1_ST_OF_3_YEARS = 1;
346                 static final int INT_X_2_ND_OF_3_YEARS = 2;
347                 static final int INT_X_3_RD_OF_3_YEARS = 3;
348                 
349                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
350                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
351                 (
352                     new Enum[]
353                     {
354                       new Enum("1st of 3 years", INT_X_1_ST_OF_3_YEARS),
355                       new Enum("2nd of 3 years", INT_X_2_ND_OF_3_YEARS),
356                       new Enum("3rd of 3 years", INT_X_3_RD_OF_3_YEARS),
357                     }
358                 );
359                 private static final long serialVersionUID = 1L;
360                 private java.lang.Object readResolve() { return forInt(intValue()); } 
361             }
362             
363             /**
364              * A factory class with static methods for creating instances
365              * of this type.
366              */
367             
368             public static final class Factory
369             {
370                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year newValue(java.lang.Object obj) {
371                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year) type.newValue( obj ); }
372                 
373                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year newInstance() {
374                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
375                 
376                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year newInstance(org.apache.xmlbeans.XmlOptions options) {
377                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
378                 
379                 private Factory() { } // No instance of this class allowed
380             }
381         }
382         
383         /**
384          * An XML GrantAmountRequested(@http://apply.grants.gov/forms/Form_13424-V1.0).
385          *
386          * This is a complex type.
387          */
388         public interface GrantAmountRequested extends org.apache.xmlbeans.XmlObject
389         {
390             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
391                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GrantAmountRequested.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantamountrequested5dbeelemtype");
392             
393             /**
394              * Gets the "Controversy" element
395              */
396             java.math.BigDecimal getControversy();
397             
398             /**
399              * Gets (as xml) the "Controversy" element
400              */
401             gov.grants.apply.forms.form13424V10.Form134240To100000DataType xgetControversy();
402             
403             /**
404              * Sets the "Controversy" element
405              */
406             void setControversy(java.math.BigDecimal controversy);
407             
408             /**
409              * Sets (as xml) the "Controversy" element
410              */
411             void xsetControversy(gov.grants.apply.forms.form13424V10.Form134240To100000DataType controversy);
412             
413             /**
414              * Gets the "ESL" element
415              */
416             java.math.BigDecimal getESL();
417             
418             /**
419              * Gets (as xml) the "ESL" element
420              */
421             gov.grants.apply.forms.form13424V10.Form134240To100000DataType xgetESL();
422             
423             /**
424              * Sets the "ESL" element
425              */
426             void setESL(java.math.BigDecimal esl);
427             
428             /**
429              * Sets (as xml) the "ESL" element
430              */
431             void xsetESL(gov.grants.apply.forms.form13424V10.Form134240To100000DataType esl);
432             
433             /**
434              * Gets the "Total" element
435              */
436             java.math.BigDecimal getTotal();
437             
438             /**
439              * Gets (as xml) the "Total" element
440              */
441             gov.grants.apply.forms.form13424V10.Form134240To100000DataType xgetTotal();
442             
443             /**
444              * Sets the "Total" element
445              */
446             void setTotal(java.math.BigDecimal total);
447             
448             /**
449              * Sets (as xml) the "Total" element
450              */
451             void xsetTotal(gov.grants.apply.forms.form13424V10.Form134240To100000DataType total);
452             
453             /**
454              * A factory class with static methods for creating instances
455              * of this type.
456              */
457             
458             public static final class Factory
459             {
460                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested newInstance() {
461                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
462                 
463                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested newInstance(org.apache.xmlbeans.XmlOptions options) {
464                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
465                 
466                 private Factory() { } // No instance of this class allowed
467             }
468         }
469         
470         /**
471          * An XML ApplicantInformation(@http://apply.grants.gov/forms/Form_13424-V1.0).
472          *
473          * This is a complex type.
474          */
475         public interface ApplicantInformation extends org.apache.xmlbeans.XmlObject
476         {
477             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
478                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantinformationd14eelemtype");
479             
480             /**
481              * Gets the "SponsoringOrganization" element
482              */
483             java.lang.String getSponsoringOrganization();
484             
485             /**
486              * Gets (as xml) the "SponsoringOrganization" element
487              */
488             gov.grants.apply.forms.form13424V10.Form13424String160DataType xgetSponsoringOrganization();
489             
490             /**
491              * Sets the "SponsoringOrganization" element
492              */
493             void setSponsoringOrganization(java.lang.String sponsoringOrganization);
494             
495             /**
496              * Sets (as xml) the "SponsoringOrganization" element
497              */
498             void xsetSponsoringOrganization(gov.grants.apply.forms.form13424V10.Form13424String160DataType sponsoringOrganization);
499             
500             /**
501              * Gets the "Name" element
502              */
503             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
504             
505             /**
506              * Sets the "Name" element
507              */
508             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
509             
510             /**
511              * Appends and returns a new empty "Name" element
512              */
513             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
514             
515             /**
516              * Gets the "Title" element
517              */
518             java.lang.String getTitle();
519             
520             /**
521              * Gets (as xml) the "Title" element
522              */
523             gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
524             
525             /**
526              * Sets the "Title" element
527              */
528             void setTitle(java.lang.String title);
529             
530             /**
531              * Sets (as xml) the "Title" element
532              */
533             void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
534             
535             /**
536              * Gets the "Phone" element
537              */
538             java.lang.String getPhone();
539             
540             /**
541              * Gets (as xml) the "Phone" element
542              */
543             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhone();
544             
545             /**
546              * Sets the "Phone" element
547              */
548             void setPhone(java.lang.String phone);
549             
550             /**
551              * Sets (as xml) the "Phone" element
552              */
553             void xsetPhone(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phone);
554             
555             /**
556              * Gets the "Fax" element
557              */
558             java.lang.String getFax();
559             
560             /**
561              * Gets (as xml) the "Fax" element
562              */
563             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetFax();
564             
565             /**
566              * True if has "Fax" element
567              */
568             boolean isSetFax();
569             
570             /**
571              * Sets the "Fax" element
572              */
573             void setFax(java.lang.String fax);
574             
575             /**
576              * Sets (as xml) the "Fax" element
577              */
578             void xsetFax(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType fax);
579             
580             /**
581              * Unsets the "Fax" element
582              */
583             void unsetFax();
584             
585             /**
586              * Gets the "Email" element
587              */
588             java.lang.String getEmail();
589             
590             /**
591              * Gets (as xml) the "Email" element
592              */
593             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
594             
595             /**
596              * Sets the "Email" element
597              */
598             void setEmail(java.lang.String email);
599             
600             /**
601              * Sets (as xml) the "Email" element
602              */
603             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
604             
605             /**
606              * Gets the "ApplicantMailingAddress" element
607              */
608             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress getApplicantMailingAddress();
609             
610             /**
611              * Sets the "ApplicantMailingAddress" element
612              */
613             void setApplicantMailingAddress(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress applicantMailingAddress);
614             
615             /**
616              * Appends and returns a new empty "ApplicantMailingAddress" element
617              */
618             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress addNewApplicantMailingAddress();
619             
620             /**
621              * An XML ApplicantMailingAddress(@http://apply.grants.gov/forms/Form_13424-V1.0).
622              *
623              * This is a complex type.
624              */
625             public interface ApplicantMailingAddress extends org.apache.xmlbeans.XmlObject
626             {
627                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
628                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantMailingAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantmailingaddress6bd7elemtype");
629                 
630                 /**
631                  * Gets the "Street1" element
632                  */
633                 java.lang.String getStreet1();
634                 
635                 /**
636                  * Gets (as xml) the "Street1" element
637                  */
638                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
639                 
640                 /**
641                  * Sets the "Street1" element
642                  */
643                 void setStreet1(java.lang.String street1);
644                 
645                 /**
646                  * Sets (as xml) the "Street1" element
647                  */
648                 void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
649                 
650                 /**
651                  * Gets the "Street2" element
652                  */
653                 java.lang.String getStreet2();
654                 
655                 /**
656                  * Gets (as xml) the "Street2" element
657                  */
658                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
659                 
660                 /**
661                  * True if has "Street2" element
662                  */
663                 boolean isSetStreet2();
664                 
665                 /**
666                  * Sets the "Street2" element
667                  */
668                 void setStreet2(java.lang.String street2);
669                 
670                 /**
671                  * Sets (as xml) the "Street2" element
672                  */
673                 void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
674                 
675                 /**
676                  * Unsets the "Street2" element
677                  */
678                 void unsetStreet2();
679                 
680                 /**
681                  * Gets the "City" element
682                  */
683                 java.lang.String getCity();
684                 
685                 /**
686                  * Gets (as xml) the "City" element
687                  */
688                 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
689                 
690                 /**
691                  * Sets the "City" element
692                  */
693                 void setCity(java.lang.String city);
694                 
695                 /**
696                  * Sets (as xml) the "City" element
697                  */
698                 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
699                 
700                 /**
701                  * Gets the "State" element
702                  */
703                 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
704                 
705                 /**
706                  * Gets (as xml) the "State" element
707                  */
708                 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
709                 
710                 /**
711                  * Sets the "State" element
712                  */
713                 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
714                 
715                 /**
716                  * Sets (as xml) the "State" element
717                  */
718                 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
719                 
720                 /**
721                  * Gets the "ZipCode" element
722                  */
723                 java.lang.String getZipCode();
724                 
725                 /**
726                  * Gets (as xml) the "ZipCode" element
727                  */
728                 gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType xgetZipCode();
729                 
730                 /**
731                  * Sets the "ZipCode" element
732                  */
733                 void setZipCode(java.lang.String zipCode);
734                 
735                 /**
736                  * Sets (as xml) the "ZipCode" element
737                  */
738                 void xsetZipCode(gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType zipCode);
739                 
740                 /**
741                  * A factory class with static methods for creating instances
742                  * of this type.
743                  */
744                 
745                 public static final class Factory
746                 {
747                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress newInstance() {
748                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
749                     
750                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress newInstance(org.apache.xmlbeans.XmlOptions options) {
751                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
752                     
753                     private Factory() { } // No instance of this class allowed
754                 }
755             }
756             
757             /**
758              * A factory class with static methods for creating instances
759              * of this type.
760              */
761             
762             public static final class Factory
763             {
764                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation newInstance() {
765                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
766                 
767                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
768                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
769                 
770                 private Factory() { } // No instance of this class allowed
771             }
772         }
773         
774         /**
775          * An XML ClinicInformation(@http://apply.grants.gov/forms/Form_13424-V1.0).
776          *
777          * This is a complex type.
778          */
779         public interface ClinicInformation extends org.apache.xmlbeans.XmlObject
780         {
781             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
782                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ClinicInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("clinicinformationef38elemtype");
783             
784             /**
785              * Gets the "ClinicName" element
786              */
787             java.lang.String getClinicName();
788             
789             /**
790              * Gets (as xml) the "ClinicName" element
791              */
792             gov.grants.apply.forms.form13424V10.Form13424String160DataType xgetClinicName();
793             
794             /**
795              * Sets the "ClinicName" element
796              */
797             void setClinicName(java.lang.String clinicName);
798             
799             /**
800              * Sets (as xml) the "ClinicName" element
801              */
802             void xsetClinicName(gov.grants.apply.forms.form13424V10.Form13424String160DataType clinicName);
803             
804             /**
805              * Gets the "PhoneNumber" element
806              */
807             java.lang.String getPhoneNumber();
808             
809             /**
810              * Gets (as xml) the "PhoneNumber" element
811              */
812             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
813             
814             /**
815              * Sets the "PhoneNumber" element
816              */
817             void setPhoneNumber(java.lang.String phoneNumber);
818             
819             /**
820              * Sets (as xml) the "PhoneNumber" element
821              */
822             void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
823             
824             /**
825              * Gets the "TollFreePhone" element
826              */
827             java.lang.String getTollFreePhone();
828             
829             /**
830              * Gets (as xml) the "TollFreePhone" element
831              */
832             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetTollFreePhone();
833             
834             /**
835              * True if has "TollFreePhone" element
836              */
837             boolean isSetTollFreePhone();
838             
839             /**
840              * Sets the "TollFreePhone" element
841              */
842             void setTollFreePhone(java.lang.String tollFreePhone);
843             
844             /**
845              * Sets (as xml) the "TollFreePhone" element
846              */
847             void xsetTollFreePhone(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType tollFreePhone);
848             
849             /**
850              * Unsets the "TollFreePhone" element
851              */
852             void unsetTollFreePhone();
853             
854             /**
855              * Gets the "WebsiteAddress" element
856              */
857             java.lang.String getWebsiteAddress();
858             
859             /**
860              * Gets (as xml) the "WebsiteAddress" element
861              */
862             gov.grants.apply.forms.form13424V10.Form13424String160DataType xgetWebsiteAddress();
863             
864             /**
865              * True if has "WebsiteAddress" element
866              */
867             boolean isSetWebsiteAddress();
868             
869             /**
870              * Sets the "WebsiteAddress" element
871              */
872             void setWebsiteAddress(java.lang.String websiteAddress);
873             
874             /**
875              * Sets (as xml) the "WebsiteAddress" element
876              */
877             void xsetWebsiteAddress(gov.grants.apply.forms.form13424V10.Form13424String160DataType websiteAddress);
878             
879             /**
880              * Unsets the "WebsiteAddress" element
881              */
882             void unsetWebsiteAddress();
883             
884             /**
885              * Gets the "FaxNumber" element
886              */
887             java.lang.String getFaxNumber();
888             
889             /**
890              * Gets (as xml) the "FaxNumber" element
891              */
892             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetFaxNumber();
893             
894             /**
895              * Sets the "FaxNumber" element
896              */
897             void setFaxNumber(java.lang.String faxNumber);
898             
899             /**
900              * Sets (as xml) the "FaxNumber" element
901              */
902             void xsetFaxNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType faxNumber);
903             
904             /**
905              * Gets the "Languages" element
906              */
907             java.lang.String getLanguages();
908             
909             /**
910              * Gets (as xml) the "Languages" element
911              */
912             gov.grants.apply.forms.form13424V10.Form13424String1200DataType xgetLanguages();
913             
914             /**
915              * True if has "Languages" element
916              */
917             boolean isSetLanguages();
918             
919             /**
920              * Sets the "Languages" element
921              */
922             void setLanguages(java.lang.String languages);
923             
924             /**
925              * Sets (as xml) the "Languages" element
926              */
927             void xsetLanguages(gov.grants.apply.forms.form13424V10.Form13424String1200DataType languages);
928             
929             /**
930              * Unsets the "Languages" element
931              */
932             void unsetLanguages();
933             
934             /**
935              * Gets the "StreetAddress" element
936              */
937             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress getStreetAddress();
938             
939             /**
940              * Sets the "StreetAddress" element
941              */
942             void setStreetAddress(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress streetAddress);
943             
944             /**
945              * Appends and returns a new empty "StreetAddress" element
946              */
947             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress addNewStreetAddress();
948             
949             /**
950              * Gets the "MailingAddress" element
951              */
952             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress getMailingAddress();
953             
954             /**
955              * Sets the "MailingAddress" element
956              */
957             void setMailingAddress(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress mailingAddress);
958             
959             /**
960              * Appends and returns a new empty "MailingAddress" element
961              */
962             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress addNewMailingAddress();
963             
964             /**
965              * An XML StreetAddress(@http://apply.grants.gov/forms/Form_13424-V1.0).
966              *
967              * This is a complex type.
968              */
969             public interface StreetAddress extends org.apache.xmlbeans.XmlObject
970             {
971                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
972                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StreetAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("streetaddress8275elemtype");
973                 
974                 /**
975                  * Gets the "Street" element
976                  */
977                 java.lang.String getStreet();
978                 
979                 /**
980                  * Gets (as xml) the "Street" element
981                  */
982                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet();
983                 
984                 /**
985                  * Sets the "Street" element
986                  */
987                 void setStreet(java.lang.String street);
988                 
989                 /**
990                  * Sets (as xml) the "Street" element
991                  */
992                 void xsetStreet(gov.grants.apply.system.globalLibraryV20.StreetDataType street);
993                 
994                 /**
995                  * Gets the "City" element
996                  */
997                 java.lang.String getCity();
998                 
999                 /**
1000                  * Gets (as xml) the "City" element
1001                  */
1002                 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1003                 
1004                 /**
1005                  * Sets the "City" element
1006                  */
1007                 void setCity(java.lang.String city);
1008                 
1009                 /**
1010                  * Sets (as xml) the "City" element
1011                  */
1012                 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1013                 
1014                 /**
1015                  * Gets the "State" element
1016                  */
1017                 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1018                 
1019                 /**
1020                  * Gets (as xml) the "State" element
1021                  */
1022                 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1023                 
1024                 /**
1025                  * Sets the "State" element
1026                  */
1027                 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1028                 
1029                 /**
1030                  * Sets (as xml) the "State" element
1031                  */
1032                 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1033                 
1034                 /**
1035                  * Gets the "ZipCode" element
1036                  */
1037                 java.lang.String getZipCode();
1038                 
1039                 /**
1040                  * Gets (as xml) the "ZipCode" element
1041                  */
1042                 gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType xgetZipCode();
1043                 
1044                 /**
1045                  * Sets the "ZipCode" element
1046                  */
1047                 void setZipCode(java.lang.String zipCode);
1048                 
1049                 /**
1050                  * Sets (as xml) the "ZipCode" element
1051                  */
1052                 void xsetZipCode(gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType zipCode);
1053                 
1054                 /**
1055                  * A factory class with static methods for creating instances
1056                  * of this type.
1057                  */
1058                 
1059                 public static final class Factory
1060                 {
1061                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress newInstance() {
1062                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1063                     
1064                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress newInstance(org.apache.xmlbeans.XmlOptions options) {
1065                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1066                     
1067                     private Factory() { } // No instance of this class allowed
1068                 }
1069             }
1070             
1071             /**
1072              * An XML MailingAddress(@http://apply.grants.gov/forms/Form_13424-V1.0).
1073              *
1074              * This is a complex type.
1075              */
1076             public interface MailingAddress extends org.apache.xmlbeans.XmlObject
1077             {
1078                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1079                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MailingAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("mailingaddressbf1delemtype");
1080                 
1081                 /**
1082                  * Gets the "Street" element
1083                  */
1084                 java.lang.String getStreet();
1085                 
1086                 /**
1087                  * Gets (as xml) the "Street" element
1088                  */
1089                 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet();
1090                 
1091                 /**
1092                  * Sets the "Street" element
1093                  */
1094                 void setStreet(java.lang.String street);
1095                 
1096                 /**
1097                  * Sets (as xml) the "Street" element
1098                  */
1099                 void xsetStreet(gov.grants.apply.system.globalLibraryV20.StreetDataType street);
1100                 
1101                 /**
1102                  * Gets the "City" element
1103                  */
1104                 java.lang.String getCity();
1105                 
1106                 /**
1107                  * Gets (as xml) the "City" element
1108                  */
1109                 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1110                 
1111                 /**
1112                  * Sets the "City" element
1113                  */
1114                 void setCity(java.lang.String city);
1115                 
1116                 /**
1117                  * Sets (as xml) the "City" element
1118                  */
1119                 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1120                 
1121                 /**
1122                  * Gets the "State" element
1123                  */
1124                 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1125                 
1126                 /**
1127                  * Gets (as xml) the "State" element
1128                  */
1129                 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1130                 
1131                 /**
1132                  * Sets the "State" element
1133                  */
1134                 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1135                 
1136                 /**
1137                  * Sets (as xml) the "State" element
1138                  */
1139                 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1140                 
1141                 /**
1142                  * Gets the "ZipCode" element
1143                  */
1144                 java.lang.String getZipCode();
1145                 
1146                 /**
1147                  * Gets (as xml) the "ZipCode" element
1148                  */
1149                 gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType xgetZipCode();
1150                 
1151                 /**
1152                  * Sets the "ZipCode" element
1153                  */
1154                 void setZipCode(java.lang.String zipCode);
1155                 
1156                 /**
1157                  * Sets (as xml) the "ZipCode" element
1158                  */
1159                 void xsetZipCode(gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType zipCode);
1160                 
1161                 /**
1162                  * A factory class with static methods for creating instances
1163                  * of this type.
1164                  */
1165                 
1166                 public static final class Factory
1167                 {
1168                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress newInstance() {
1169                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1170                     
1171                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress newInstance(org.apache.xmlbeans.XmlOptions options) {
1172                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1173                     
1174                     private Factory() { } // No instance of this class allowed
1175                 }
1176             }
1177             
1178             /**
1179              * A factory class with static methods for creating instances
1180              * of this type.
1181              */
1182             
1183             public static final class Factory
1184             {
1185                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation newInstance() {
1186                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1187                 
1188                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
1189                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1190                 
1191                 private Factory() { } // No instance of this class allowed
1192             }
1193         }
1194         
1195         /**
1196          * An XML DirectorInformation(@http://apply.grants.gov/forms/Form_13424-V1.0).
1197          *
1198          * This is a complex type.
1199          */
1200         public interface DirectorInformation extends org.apache.xmlbeans.XmlObject
1201         {
1202             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1203                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DirectorInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("directorinformationf414elemtype");
1204             
1205             /**
1206              * Gets the "Name" element
1207              */
1208             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1209             
1210             /**
1211              * Sets the "Name" element
1212              */
1213             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1214             
1215             /**
1216              * Appends and returns a new empty "Name" element
1217              */
1218             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1219             
1220             /**
1221              * Gets the "PhoneNumber" element
1222              */
1223             java.lang.String getPhoneNumber();
1224             
1225             /**
1226              * Gets (as xml) the "PhoneNumber" element
1227              */
1228             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
1229             
1230             /**
1231              * Sets the "PhoneNumber" element
1232              */
1233             void setPhoneNumber(java.lang.String phoneNumber);
1234             
1235             /**
1236              * Sets (as xml) the "PhoneNumber" element
1237              */
1238             void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
1239             
1240             /**
1241              * Gets the "Email" element
1242              */
1243             java.lang.String getEmail();
1244             
1245             /**
1246              * Gets (as xml) the "Email" element
1247              */
1248             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1249             
1250             /**
1251              * Sets the "Email" element
1252              */
1253             void setEmail(java.lang.String email);
1254             
1255             /**
1256              * Sets (as xml) the "Email" element
1257              */
1258             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1259             
1260             /**
1261              * Gets the "LicensesCertifications" element
1262              */
1263             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications getLicensesCertifications();
1264             
1265             /**
1266              * Sets the "LicensesCertifications" element
1267              */
1268             void setLicensesCertifications(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications licensesCertifications);
1269             
1270             /**
1271              * Appends and returns a new empty "LicensesCertifications" element
1272              */
1273             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications addNewLicensesCertifications();
1274             
1275             /**
1276              * An XML LicensesCertifications(@http://apply.grants.gov/forms/Form_13424-V1.0).
1277              *
1278              * This is a complex type.
1279              */
1280             public interface LicensesCertifications extends org.apache.xmlbeans.XmlObject
1281             {
1282                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1283                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LicensesCertifications.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("licensescertifications2c7belemtype");
1284                 
1285                 /**
1286                  * Gets the "Attorney" element
1287                  */
1288                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAttorney();
1289                 
1290                 /**
1291                  * Gets (as xml) the "Attorney" element
1292                  */
1293                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAttorney();
1294                 
1295                 /**
1296                  * True if has "Attorney" element
1297                  */
1298                 boolean isSetAttorney();
1299                 
1300                 /**
1301                  * Sets the "Attorney" element
1302                  */
1303                 void setAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum attorney);
1304                 
1305                 /**
1306                  * Sets (as xml) the "Attorney" element
1307                  */
1308                 void xsetAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType attorney);
1309                 
1310                 /**
1311                  * Unsets the "Attorney" element
1312                  */
1313                 void unsetAttorney();
1314                 
1315                 /**
1316                  * Gets the "CPA" element
1317                  */
1318                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCPA();
1319                 
1320                 /**
1321                  * Gets (as xml) the "CPA" element
1322                  */
1323                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCPA();
1324                 
1325                 /**
1326                  * True if has "CPA" element
1327                  */
1328                 boolean isSetCPA();
1329                 
1330                 /**
1331                  * Sets the "CPA" element
1332                  */
1333                 void setCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cpa);
1334                 
1335                 /**
1336                  * Sets (as xml) the "CPA" element
1337                  */
1338                 void xsetCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cpa);
1339                 
1340                 /**
1341                  * Unsets the "CPA" element
1342                  */
1343                 void unsetCPA();
1344                 
1345                 /**
1346                  * Gets the "EnrolledAgent" element
1347                  */
1348                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnrolledAgent();
1349                 
1350                 /**
1351                  * Gets (as xml) the "EnrolledAgent" element
1352                  */
1353                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnrolledAgent();
1354                 
1355                 /**
1356                  * True if has "EnrolledAgent" element
1357                  */
1358                 boolean isSetEnrolledAgent();
1359                 
1360                 /**
1361                  * Sets the "EnrolledAgent" element
1362                  */
1363                 void setEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum enrolledAgent);
1364                 
1365                 /**
1366                  * Sets (as xml) the "EnrolledAgent" element
1367                  */
1368                 void xsetEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType enrolledAgent);
1369                 
1370                 /**
1371                  * Unsets the "EnrolledAgent" element
1372                  */
1373                 void unsetEnrolledAgent();
1374                 
1375                 /**
1376                  * Gets the "Other" element
1377                  */
1378                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOther();
1379                 
1380                 /**
1381                  * Gets (as xml) the "Other" element
1382                  */
1383                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOther();
1384                 
1385                 /**
1386                  * True if has "Other" element
1387                  */
1388                 boolean isSetOther();
1389                 
1390                 /**
1391                  * Sets the "Other" element
1392                  */
1393                 void setOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum other);
1394                 
1395                 /**
1396                  * Sets (as xml) the "Other" element
1397                  */
1398                 void xsetOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType other);
1399                 
1400                 /**
1401                  * Unsets the "Other" element
1402                  */
1403                 void unsetOther();
1404                 
1405                 /**
1406                  * Gets the "OtherLicenses" element
1407                  */
1408                 java.lang.String getOtherLicenses();
1409                 
1410                 /**
1411                  * Gets (as xml) the "OtherLicenses" element
1412                  */
1413                 gov.grants.apply.forms.form13424V10.Form13424String125DataType xgetOtherLicenses();
1414                 
1415                 /**
1416                  * True if has "OtherLicenses" element
1417                  */
1418                 boolean isSetOtherLicenses();
1419                 
1420                 /**
1421                  * Sets the "OtherLicenses" element
1422                  */
1423                 void setOtherLicenses(java.lang.String otherLicenses);
1424                 
1425                 /**
1426                  * Sets (as xml) the "OtherLicenses" element
1427                  */
1428                 void xsetOtherLicenses(gov.grants.apply.forms.form13424V10.Form13424String125DataType otherLicenses);
1429                 
1430                 /**
1431                  * Unsets the "OtherLicenses" element
1432                  */
1433                 void unsetOtherLicenses();
1434                 
1435                 /**
1436                  * A factory class with static methods for creating instances
1437                  * of this type.
1438                  */
1439                 
1440                 public static final class Factory
1441                 {
1442                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications newInstance() {
1443                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1444                     
1445                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications newInstance(org.apache.xmlbeans.XmlOptions options) {
1446                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1447                     
1448                     private Factory() { } // No instance of this class allowed
1449                 }
1450             }
1451             
1452             /**
1453              * A factory class with static methods for creating instances
1454              * of this type.
1455              */
1456             
1457             public static final class Factory
1458             {
1459                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation newInstance() {
1460                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1461                 
1462                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
1463                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1464                 
1465                 private Factory() { } // No instance of this class allowed
1466             }
1467         }
1468         
1469         /**
1470          * An XML QTE(@http://apply.grants.gov/forms/Form_13424-V1.0).
1471          *
1472          * This is a complex type.
1473          */
1474         public interface QTE extends org.apache.xmlbeans.XmlObject
1475         {
1476             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1477                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QTE.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qte0ab6elemtype");
1478             
1479             /**
1480              * Gets the "Name" element
1481              */
1482             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1483             
1484             /**
1485              * Sets the "Name" element
1486              */
1487             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1488             
1489             /**
1490              * Appends and returns a new empty "Name" element
1491              */
1492             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1493             
1494             /**
1495              * Gets the "PhoneNumber" element
1496              */
1497             java.lang.String getPhoneNumber();
1498             
1499             /**
1500              * Gets (as xml) the "PhoneNumber" element
1501              */
1502             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
1503             
1504             /**
1505              * Sets the "PhoneNumber" element
1506              */
1507             void setPhoneNumber(java.lang.String phoneNumber);
1508             
1509             /**
1510              * Sets (as xml) the "PhoneNumber" element
1511              */
1512             void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
1513             
1514             /**
1515              * Gets the "Email" element
1516              */
1517             java.lang.String getEmail();
1518             
1519             /**
1520              * Gets (as xml) the "Email" element
1521              */
1522             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1523             
1524             /**
1525              * Sets the "Email" element
1526              */
1527             void setEmail(java.lang.String email);
1528             
1529             /**
1530              * Sets (as xml) the "Email" element
1531              */
1532             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1533             
1534             /**
1535              * Gets the "LicensesCertifications" element
1536              */
1537             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications getLicensesCertifications();
1538             
1539             /**
1540              * Sets the "LicensesCertifications" element
1541              */
1542             void setLicensesCertifications(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications licensesCertifications);
1543             
1544             /**
1545              * Appends and returns a new empty "LicensesCertifications" element
1546              */
1547             gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications addNewLicensesCertifications();
1548             
1549             /**
1550              * An XML LicensesCertifications(@http://apply.grants.gov/forms/Form_13424-V1.0).
1551              *
1552              * This is a complex type.
1553              */
1554             public interface LicensesCertifications extends org.apache.xmlbeans.XmlObject
1555             {
1556                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1557                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LicensesCertifications.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("licensescertificationsf11delemtype");
1558                 
1559                 /**
1560                  * Gets the "Attorney" element
1561                  */
1562                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAttorney();
1563                 
1564                 /**
1565                  * Gets (as xml) the "Attorney" element
1566                  */
1567                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAttorney();
1568                 
1569                 /**
1570                  * True if has "Attorney" element
1571                  */
1572                 boolean isSetAttorney();
1573                 
1574                 /**
1575                  * Sets the "Attorney" element
1576                  */
1577                 void setAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum attorney);
1578                 
1579                 /**
1580                  * Sets (as xml) the "Attorney" element
1581                  */
1582                 void xsetAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType attorney);
1583                 
1584                 /**
1585                  * Unsets the "Attorney" element
1586                  */
1587                 void unsetAttorney();
1588                 
1589                 /**
1590                  * Gets the "CPA" element
1591                  */
1592                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCPA();
1593                 
1594                 /**
1595                  * Gets (as xml) the "CPA" element
1596                  */
1597                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCPA();
1598                 
1599                 /**
1600                  * True if has "CPA" element
1601                  */
1602                 boolean isSetCPA();
1603                 
1604                 /**
1605                  * Sets the "CPA" element
1606                  */
1607                 void setCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cpa);
1608                 
1609                 /**
1610                  * Sets (as xml) the "CPA" element
1611                  */
1612                 void xsetCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cpa);
1613                 
1614                 /**
1615                  * Unsets the "CPA" element
1616                  */
1617                 void unsetCPA();
1618                 
1619                 /**
1620                  * Gets the "EnrolledAgent" element
1621                  */
1622                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnrolledAgent();
1623                 
1624                 /**
1625                  * Gets (as xml) the "EnrolledAgent" element
1626                  */
1627                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnrolledAgent();
1628                 
1629                 /**
1630                  * True if has "EnrolledAgent" element
1631                  */
1632                 boolean isSetEnrolledAgent();
1633                 
1634                 /**
1635                  * Sets the "EnrolledAgent" element
1636                  */
1637                 void setEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum enrolledAgent);
1638                 
1639                 /**
1640                  * Sets (as xml) the "EnrolledAgent" element
1641                  */
1642                 void xsetEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType enrolledAgent);
1643                 
1644                 /**
1645                  * Unsets the "EnrolledAgent" element
1646                  */
1647                 void unsetEnrolledAgent();
1648                 
1649                 /**
1650                  * Gets the "Other" element
1651                  */
1652                 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOther();
1653                 
1654                 /**
1655                  * Gets (as xml) the "Other" element
1656                  */
1657                 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOther();
1658                 
1659                 /**
1660                  * True if has "Other" element
1661                  */
1662                 boolean isSetOther();
1663                 
1664                 /**
1665                  * Sets the "Other" element
1666                  */
1667                 void setOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum other);
1668                 
1669                 /**
1670                  * Sets (as xml) the "Other" element
1671                  */
1672                 void xsetOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType other);
1673                 
1674                 /**
1675                  * Unsets the "Other" element
1676                  */
1677                 void unsetOther();
1678                 
1679                 /**
1680                  * Gets the "OtherLicenses" element
1681                  */
1682                 java.lang.String getOtherLicenses();
1683                 
1684                 /**
1685                  * Gets (as xml) the "OtherLicenses" element
1686                  */
1687                 gov.grants.apply.forms.form13424V10.Form13424String125DataType xgetOtherLicenses();
1688                 
1689                 /**
1690                  * True if has "OtherLicenses" element
1691                  */
1692                 boolean isSetOtherLicenses();
1693                 
1694                 /**
1695                  * Sets the "OtherLicenses" element
1696                  */
1697                 void setOtherLicenses(java.lang.String otherLicenses);
1698                 
1699                 /**
1700                  * Sets (as xml) the "OtherLicenses" element
1701                  */
1702                 void xsetOtherLicenses(gov.grants.apply.forms.form13424V10.Form13424String125DataType otherLicenses);
1703                 
1704                 /**
1705                  * Unsets the "OtherLicenses" element
1706                  */
1707                 void unsetOtherLicenses();
1708                 
1709                 /**
1710                  * A factory class with static methods for creating instances
1711                  * of this type.
1712                  */
1713                 
1714                 public static final class Factory
1715                 {
1716                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications newInstance() {
1717                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1718                     
1719                     public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications newInstance(org.apache.xmlbeans.XmlOptions options) {
1720                       return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1721                     
1722                     private Factory() { } // No instance of this class allowed
1723                 }
1724             }
1725             
1726             /**
1727              * A factory class with static methods for creating instances
1728              * of this type.
1729              */
1730             
1731             public static final class Factory
1732             {
1733                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE newInstance() {
1734                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1735                 
1736                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE newInstance(org.apache.xmlbeans.XmlOptions options) {
1737                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1738                 
1739                 private Factory() { } // No instance of this class allowed
1740             }
1741         }
1742         
1743         /**
1744          * An XML QBA(@http://apply.grants.gov/forms/Form_13424-V1.0).
1745          *
1746          * This is a complex type.
1747          */
1748         public interface QBA extends org.apache.xmlbeans.XmlObject
1749         {
1750             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1751                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QBA.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qbaea84elemtype");
1752             
1753             /**
1754              * Gets the "Name" element
1755              */
1756             gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1757             
1758             /**
1759              * Sets the "Name" element
1760              */
1761             void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1762             
1763             /**
1764              * Appends and returns a new empty "Name" element
1765              */
1766             gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1767             
1768             /**
1769              * Gets the "PhoneNumber" element
1770              */
1771             java.lang.String getPhoneNumber();
1772             
1773             /**
1774              * Gets (as xml) the "PhoneNumber" element
1775              */
1776             gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
1777             
1778             /**
1779              * Sets the "PhoneNumber" element
1780              */
1781             void setPhoneNumber(java.lang.String phoneNumber);
1782             
1783             /**
1784              * Sets (as xml) the "PhoneNumber" element
1785              */
1786             void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
1787             
1788             /**
1789              * Gets the "Email" element
1790              */
1791             java.lang.String getEmail();
1792             
1793             /**
1794              * Gets (as xml) the "Email" element
1795              */
1796             gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1797             
1798             /**
1799              * Sets the "Email" element
1800              */
1801             void setEmail(java.lang.String email);
1802             
1803             /**
1804              * Sets (as xml) the "Email" element
1805              */
1806             void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1807             
1808             /**
1809              * A factory class with static methods for creating instances
1810              * of this type.
1811              */
1812             
1813             public static final class Factory
1814             {
1815                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA newInstance() {
1816                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1817                 
1818                 public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA newInstance(org.apache.xmlbeans.XmlOptions options) {
1819                   return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1820                 
1821                 private Factory() { } // No instance of this class allowed
1822             }
1823         }
1824         
1825         /**
1826          * A factory class with static methods for creating instances
1827          * of this type.
1828          */
1829         
1830         public static final class Factory
1831         {
1832             public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 newInstance() {
1833               return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1834             
1835             public static gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 newInstance(org.apache.xmlbeans.XmlOptions options) {
1836               return (gov.grants.apply.forms.form13424V10.Form13424Document.Form13424) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1837             
1838             private Factory() { } // No instance of this class allowed
1839         }
1840     }
1841     
1842     /**
1843      * A factory class with static methods for creating instances
1844      * of this type.
1845      */
1846     
1847     public static final class Factory
1848     {
1849         public static gov.grants.apply.forms.form13424V10.Form13424Document newInstance() {
1850           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1851         
1852         public static gov.grants.apply.forms.form13424V10.Form13424Document newInstance(org.apache.xmlbeans.XmlOptions options) {
1853           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1854         
1855         /** @param xmlAsString the string value to parse */
1856         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1857           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1858         
1859         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1860           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1861         
1862         /** @param file the file from which to load an xml document */
1863         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1864           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1865         
1866         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1867           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1868         
1869         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1870           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1871         
1872         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1873           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1874         
1875         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1876           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1877         
1878         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1879           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1880         
1881         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1882           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1883         
1884         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1885           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1886         
1887         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1888           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1889         
1890         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1891           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1892         
1893         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1894           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1895         
1896         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1897           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1898         
1899         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1900         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1901           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1902         
1903         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1904         public static gov.grants.apply.forms.form13424V10.Form13424Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1905           return (gov.grants.apply.forms.form13424V10.Form13424Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1906         
1907         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1908         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 {
1909           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1910         
1911         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1912         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 {
1913           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1914         
1915         private Factory() { } // No instance of this class allowed
1916     }
1917 }