1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.form13424V10;
10
11
12
13
14
15
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
24
25 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 getForm13424();
26
27
28
29
30 void setForm13424(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 form13424);
31
32
33
34
35 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424 addNewForm13424();
36
37
38
39
40
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
49
50 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod.Enum getGrantPeriod();
51
52
53
54
55 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod xgetGrantPeriod();
56
57
58
59
60 void setGrantPeriod(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod.Enum grantPeriod);
61
62
63
64
65 void xsetGrantPeriod(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantPeriod grantPeriod);
66
67
68
69
70 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year.Enum getYear();
71
72
73
74
75 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year xgetYear();
76
77
78
79
80 boolean isSetYear();
81
82
83
84
85 void setYear(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year.Enum year);
86
87
88
89
90 void xsetYear(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.Year year);
91
92
93
94
95 void unsetYear();
96
97
98
99
100 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested getGrantAmountRequested();
101
102
103
104
105 void setGrantAmountRequested(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested grantAmountRequested);
106
107
108
109
110 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.GrantAmountRequested addNewGrantAmountRequested();
111
112
113
114
115 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation getApplicantInformation();
116
117
118
119
120 void setApplicantInformation(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation applicantInformation);
121
122
123
124
125 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation addNewApplicantInformation();
126
127
128
129
130 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation getClinicInformation();
131
132
133
134
135 void setClinicInformation(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation clinicInformation);
136
137
138
139
140 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation addNewClinicInformation();
141
142
143
144
145 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation getDirectorInformation();
146
147
148
149
150 void setDirectorInformation(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation directorInformation);
151
152
153
154
155 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation addNewDirectorInformation();
156
157
158
159
160 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE getQTE();
161
162
163
164
165 void setQTE(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE qte);
166
167
168
169
170 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE addNewQTE();
171
172
173
174
175 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA getQBA();
176
177
178
179
180 void setQBA(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA qba);
181
182
183
184
185 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QBA addNewQBA();
186
187
188
189
190 java.lang.String getFormVersion();
191
192
193
194
195 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
196
197
198
199
200 void setFormVersion(java.lang.String formVersion);
201
202
203
204
205 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
206
207
208
209
210
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
242 {
243
244
245
246 public static Enum forString(java.lang.String s)
247 { return (Enum)table.forString(s); }
248
249
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
275
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() { }
290 }
291 }
292
293
294
295
296
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
330 {
331
332
333
334 public static Enum forString(java.lang.String s)
335 { return (Enum)table.forString(s); }
336
337
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
365
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() { }
380 }
381 }
382
383
384
385
386
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
395
396 java.math.BigDecimal getControversy();
397
398
399
400
401 gov.grants.apply.forms.form13424V10.Form134240To100000DataType xgetControversy();
402
403
404
405
406 void setControversy(java.math.BigDecimal controversy);
407
408
409
410
411 void xsetControversy(gov.grants.apply.forms.form13424V10.Form134240To100000DataType controversy);
412
413
414
415
416 java.math.BigDecimal getESL();
417
418
419
420
421 gov.grants.apply.forms.form13424V10.Form134240To100000DataType xgetESL();
422
423
424
425
426 void setESL(java.math.BigDecimal esl);
427
428
429
430
431 void xsetESL(gov.grants.apply.forms.form13424V10.Form134240To100000DataType esl);
432
433
434
435
436 java.math.BigDecimal getTotal();
437
438
439
440
441 gov.grants.apply.forms.form13424V10.Form134240To100000DataType xgetTotal();
442
443
444
445
446 void setTotal(java.math.BigDecimal total);
447
448
449
450
451 void xsetTotal(gov.grants.apply.forms.form13424V10.Form134240To100000DataType total);
452
453
454
455
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() { }
467 }
468 }
469
470
471
472
473
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
482
483 java.lang.String getSponsoringOrganization();
484
485
486
487
488 gov.grants.apply.forms.form13424V10.Form13424String160DataType xgetSponsoringOrganization();
489
490
491
492
493 void setSponsoringOrganization(java.lang.String sponsoringOrganization);
494
495
496
497
498 void xsetSponsoringOrganization(gov.grants.apply.forms.form13424V10.Form13424String160DataType sponsoringOrganization);
499
500
501
502
503 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
504
505
506
507
508 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
509
510
511
512
513 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
514
515
516
517
518 java.lang.String getTitle();
519
520
521
522
523 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
524
525
526
527
528 void setTitle(java.lang.String title);
529
530
531
532
533 void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
534
535
536
537
538 java.lang.String getPhone();
539
540
541
542
543 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhone();
544
545
546
547
548 void setPhone(java.lang.String phone);
549
550
551
552
553 void xsetPhone(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phone);
554
555
556
557
558 java.lang.String getFax();
559
560
561
562
563 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetFax();
564
565
566
567
568 boolean isSetFax();
569
570
571
572
573 void setFax(java.lang.String fax);
574
575
576
577
578 void xsetFax(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType fax);
579
580
581
582
583 void unsetFax();
584
585
586
587
588 java.lang.String getEmail();
589
590
591
592
593 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
594
595
596
597
598 void setEmail(java.lang.String email);
599
600
601
602
603 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
604
605
606
607
608 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress getApplicantMailingAddress();
609
610
611
612
613 void setApplicantMailingAddress(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress applicantMailingAddress);
614
615
616
617
618 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ApplicantInformation.ApplicantMailingAddress addNewApplicantMailingAddress();
619
620
621
622
623
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
632
633 java.lang.String getStreet1();
634
635
636
637
638 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
639
640
641
642
643 void setStreet1(java.lang.String street1);
644
645
646
647
648 void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
649
650
651
652
653 java.lang.String getStreet2();
654
655
656
657
658 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
659
660
661
662
663 boolean isSetStreet2();
664
665
666
667
668 void setStreet2(java.lang.String street2);
669
670
671
672
673 void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
674
675
676
677
678 void unsetStreet2();
679
680
681
682
683 java.lang.String getCity();
684
685
686
687
688 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
689
690
691
692
693 void setCity(java.lang.String city);
694
695
696
697
698 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
699
700
701
702
703 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
704
705
706
707
708 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
709
710
711
712
713 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
714
715
716
717
718 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
719
720
721
722
723 java.lang.String getZipCode();
724
725
726
727
728 gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType xgetZipCode();
729
730
731
732
733 void setZipCode(java.lang.String zipCode);
734
735
736
737
738 void xsetZipCode(gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType zipCode);
739
740
741
742
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() { }
754 }
755 }
756
757
758
759
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() { }
771 }
772 }
773
774
775
776
777
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
786
787 java.lang.String getClinicName();
788
789
790
791
792 gov.grants.apply.forms.form13424V10.Form13424String160DataType xgetClinicName();
793
794
795
796
797 void setClinicName(java.lang.String clinicName);
798
799
800
801
802 void xsetClinicName(gov.grants.apply.forms.form13424V10.Form13424String160DataType clinicName);
803
804
805
806
807 java.lang.String getPhoneNumber();
808
809
810
811
812 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
813
814
815
816
817 void setPhoneNumber(java.lang.String phoneNumber);
818
819
820
821
822 void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
823
824
825
826
827 java.lang.String getTollFreePhone();
828
829
830
831
832 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetTollFreePhone();
833
834
835
836
837 boolean isSetTollFreePhone();
838
839
840
841
842 void setTollFreePhone(java.lang.String tollFreePhone);
843
844
845
846
847 void xsetTollFreePhone(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType tollFreePhone);
848
849
850
851
852 void unsetTollFreePhone();
853
854
855
856
857 java.lang.String getWebsiteAddress();
858
859
860
861
862 gov.grants.apply.forms.form13424V10.Form13424String160DataType xgetWebsiteAddress();
863
864
865
866
867 boolean isSetWebsiteAddress();
868
869
870
871
872 void setWebsiteAddress(java.lang.String websiteAddress);
873
874
875
876
877 void xsetWebsiteAddress(gov.grants.apply.forms.form13424V10.Form13424String160DataType websiteAddress);
878
879
880
881
882 void unsetWebsiteAddress();
883
884
885
886
887 java.lang.String getFaxNumber();
888
889
890
891
892 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetFaxNumber();
893
894
895
896
897 void setFaxNumber(java.lang.String faxNumber);
898
899
900
901
902 void xsetFaxNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType faxNumber);
903
904
905
906
907 java.lang.String getLanguages();
908
909
910
911
912 gov.grants.apply.forms.form13424V10.Form13424String1200DataType xgetLanguages();
913
914
915
916
917 boolean isSetLanguages();
918
919
920
921
922 void setLanguages(java.lang.String languages);
923
924
925
926
927 void xsetLanguages(gov.grants.apply.forms.form13424V10.Form13424String1200DataType languages);
928
929
930
931
932 void unsetLanguages();
933
934
935
936
937 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress getStreetAddress();
938
939
940
941
942 void setStreetAddress(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress streetAddress);
943
944
945
946
947 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.StreetAddress addNewStreetAddress();
948
949
950
951
952 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress getMailingAddress();
953
954
955
956
957 void setMailingAddress(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress mailingAddress);
958
959
960
961
962 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.ClinicInformation.MailingAddress addNewMailingAddress();
963
964
965
966
967
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
976
977 java.lang.String getStreet();
978
979
980
981
982 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet();
983
984
985
986
987 void setStreet(java.lang.String street);
988
989
990
991
992 void xsetStreet(gov.grants.apply.system.globalLibraryV20.StreetDataType street);
993
994
995
996
997 java.lang.String getCity();
998
999
1000
1001
1002 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1003
1004
1005
1006
1007 void setCity(java.lang.String city);
1008
1009
1010
1011
1012 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1013
1014
1015
1016
1017 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1018
1019
1020
1021
1022 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1023
1024
1025
1026
1027 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1028
1029
1030
1031
1032 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1033
1034
1035
1036
1037 java.lang.String getZipCode();
1038
1039
1040
1041
1042 gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType xgetZipCode();
1043
1044
1045
1046
1047 void setZipCode(java.lang.String zipCode);
1048
1049
1050
1051
1052 void xsetZipCode(gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType zipCode);
1053
1054
1055
1056
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() { }
1068 }
1069 }
1070
1071
1072
1073
1074
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
1083
1084 java.lang.String getStreet();
1085
1086
1087
1088
1089 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet();
1090
1091
1092
1093
1094 void setStreet(java.lang.String street);
1095
1096
1097
1098
1099 void xsetStreet(gov.grants.apply.system.globalLibraryV20.StreetDataType street);
1100
1101
1102
1103
1104 java.lang.String getCity();
1105
1106
1107
1108
1109 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1110
1111
1112
1113
1114 void setCity(java.lang.String city);
1115
1116
1117
1118
1119 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1120
1121
1122
1123
1124 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1125
1126
1127
1128
1129 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1130
1131
1132
1133
1134 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1135
1136
1137
1138
1139 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1140
1141
1142
1143
1144 java.lang.String getZipCode();
1145
1146
1147
1148
1149 gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType xgetZipCode();
1150
1151
1152
1153
1154 void setZipCode(java.lang.String zipCode);
1155
1156
1157
1158
1159 void xsetZipCode(gov.grants.apply.forms.form13424V10.Form13424USZipcodeDataType zipCode);
1160
1161
1162
1163
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() { }
1175 }
1176 }
1177
1178
1179
1180
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() { }
1192 }
1193 }
1194
1195
1196
1197
1198
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
1207
1208 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1209
1210
1211
1212
1213 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1214
1215
1216
1217
1218 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1219
1220
1221
1222
1223 java.lang.String getPhoneNumber();
1224
1225
1226
1227
1228 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
1229
1230
1231
1232
1233 void setPhoneNumber(java.lang.String phoneNumber);
1234
1235
1236
1237
1238 void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
1239
1240
1241
1242
1243 java.lang.String getEmail();
1244
1245
1246
1247
1248 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1249
1250
1251
1252
1253 void setEmail(java.lang.String email);
1254
1255
1256
1257
1258 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1259
1260
1261
1262
1263 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications getLicensesCertifications();
1264
1265
1266
1267
1268 void setLicensesCertifications(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications licensesCertifications);
1269
1270
1271
1272
1273 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.DirectorInformation.LicensesCertifications addNewLicensesCertifications();
1274
1275
1276
1277
1278
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
1287
1288 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAttorney();
1289
1290
1291
1292
1293 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAttorney();
1294
1295
1296
1297
1298 boolean isSetAttorney();
1299
1300
1301
1302
1303 void setAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum attorney);
1304
1305
1306
1307
1308 void xsetAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType attorney);
1309
1310
1311
1312
1313 void unsetAttorney();
1314
1315
1316
1317
1318 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCPA();
1319
1320
1321
1322
1323 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCPA();
1324
1325
1326
1327
1328 boolean isSetCPA();
1329
1330
1331
1332
1333 void setCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cpa);
1334
1335
1336
1337
1338 void xsetCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cpa);
1339
1340
1341
1342
1343 void unsetCPA();
1344
1345
1346
1347
1348 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnrolledAgent();
1349
1350
1351
1352
1353 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnrolledAgent();
1354
1355
1356
1357
1358 boolean isSetEnrolledAgent();
1359
1360
1361
1362
1363 void setEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum enrolledAgent);
1364
1365
1366
1367
1368 void xsetEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType enrolledAgent);
1369
1370
1371
1372
1373 void unsetEnrolledAgent();
1374
1375
1376
1377
1378 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOther();
1379
1380
1381
1382
1383 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOther();
1384
1385
1386
1387
1388 boolean isSetOther();
1389
1390
1391
1392
1393 void setOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum other);
1394
1395
1396
1397
1398 void xsetOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType other);
1399
1400
1401
1402
1403 void unsetOther();
1404
1405
1406
1407
1408 java.lang.String getOtherLicenses();
1409
1410
1411
1412
1413 gov.grants.apply.forms.form13424V10.Form13424String125DataType xgetOtherLicenses();
1414
1415
1416
1417
1418 boolean isSetOtherLicenses();
1419
1420
1421
1422
1423 void setOtherLicenses(java.lang.String otherLicenses);
1424
1425
1426
1427
1428 void xsetOtherLicenses(gov.grants.apply.forms.form13424V10.Form13424String125DataType otherLicenses);
1429
1430
1431
1432
1433 void unsetOtherLicenses();
1434
1435
1436
1437
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() { }
1449 }
1450 }
1451
1452
1453
1454
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() { }
1466 }
1467 }
1468
1469
1470
1471
1472
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
1481
1482 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1483
1484
1485
1486
1487 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1488
1489
1490
1491
1492 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1493
1494
1495
1496
1497 java.lang.String getPhoneNumber();
1498
1499
1500
1501
1502 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
1503
1504
1505
1506
1507 void setPhoneNumber(java.lang.String phoneNumber);
1508
1509
1510
1511
1512 void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
1513
1514
1515
1516
1517 java.lang.String getEmail();
1518
1519
1520
1521
1522 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1523
1524
1525
1526
1527 void setEmail(java.lang.String email);
1528
1529
1530
1531
1532 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1533
1534
1535
1536
1537 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications getLicensesCertifications();
1538
1539
1540
1541
1542 void setLicensesCertifications(gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications licensesCertifications);
1543
1544
1545
1546
1547 gov.grants.apply.forms.form13424V10.Form13424Document.Form13424.QTE.LicensesCertifications addNewLicensesCertifications();
1548
1549
1550
1551
1552
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
1561
1562 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAttorney();
1563
1564
1565
1566
1567 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAttorney();
1568
1569
1570
1571
1572 boolean isSetAttorney();
1573
1574
1575
1576
1577 void setAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum attorney);
1578
1579
1580
1581
1582 void xsetAttorney(gov.grants.apply.system.globalLibraryV20.YesNoDataType attorney);
1583
1584
1585
1586
1587 void unsetAttorney();
1588
1589
1590
1591
1592 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCPA();
1593
1594
1595
1596
1597 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCPA();
1598
1599
1600
1601
1602 boolean isSetCPA();
1603
1604
1605
1606
1607 void setCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cpa);
1608
1609
1610
1611
1612 void xsetCPA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cpa);
1613
1614
1615
1616
1617 void unsetCPA();
1618
1619
1620
1621
1622 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnrolledAgent();
1623
1624
1625
1626
1627 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnrolledAgent();
1628
1629
1630
1631
1632 boolean isSetEnrolledAgent();
1633
1634
1635
1636
1637 void setEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum enrolledAgent);
1638
1639
1640
1641
1642 void xsetEnrolledAgent(gov.grants.apply.system.globalLibraryV20.YesNoDataType enrolledAgent);
1643
1644
1645
1646
1647 void unsetEnrolledAgent();
1648
1649
1650
1651
1652 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOther();
1653
1654
1655
1656
1657 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOther();
1658
1659
1660
1661
1662 boolean isSetOther();
1663
1664
1665
1666
1667 void setOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum other);
1668
1669
1670
1671
1672 void xsetOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType other);
1673
1674
1675
1676
1677 void unsetOther();
1678
1679
1680
1681
1682 java.lang.String getOtherLicenses();
1683
1684
1685
1686
1687 gov.grants.apply.forms.form13424V10.Form13424String125DataType xgetOtherLicenses();
1688
1689
1690
1691
1692 boolean isSetOtherLicenses();
1693
1694
1695
1696
1697 void setOtherLicenses(java.lang.String otherLicenses);
1698
1699
1700
1701
1702 void xsetOtherLicenses(gov.grants.apply.forms.form13424V10.Form13424String125DataType otherLicenses);
1703
1704
1705
1706
1707 void unsetOtherLicenses();
1708
1709
1710
1711
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() { }
1723 }
1724 }
1725
1726
1727
1728
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() { }
1740 }
1741 }
1742
1743
1744
1745
1746
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
1755
1756 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1757
1758
1759
1760
1761 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1762
1763
1764
1765
1766 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1767
1768
1769
1770
1771 java.lang.String getPhoneNumber();
1772
1773
1774
1775
1776 gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType xgetPhoneNumber();
1777
1778
1779
1780
1781 void setPhoneNumber(java.lang.String phoneNumber);
1782
1783
1784
1785
1786 void xsetPhoneNumber(gov.grants.apply.forms.form13424V10.Form13424USPhoneDataType phoneNumber);
1787
1788
1789
1790
1791 java.lang.String getEmail();
1792
1793
1794
1795
1796 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
1797
1798
1799
1800
1801 void setEmail(java.lang.String email);
1802
1803
1804
1805
1806 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
1807
1808
1809
1810
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() { }
1822 }
1823 }
1824
1825
1826
1827
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() { }
1839 }
1840 }
1841
1842
1843
1844
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
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
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
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
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
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
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() { }
1916 }
1917 }