1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.nsfRegistrationV11;
10
11
12
13
14
15
16
17 public interface NSFRegistrationDocument 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(NSFRegistrationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfregistration767edoctype");
21
22
23
24
25 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration getNSFRegistration();
26
27
28
29
30 void setNSFRegistration(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration nsfRegistration);
31
32
33
34
35 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration addNewNSFRegistration();
36
37
38
39
40
41
42 public interface NSFRegistration 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(NSFRegistration.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfregistration3d4belemtype");
46
47
48
49
50 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo getOrganizationInfo();
51
52
53
54
55 void setOrganizationInfo(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo organizationInfo);
56
57
58
59
60 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo addNewOrganizationInfo();
61
62
63
64
65 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact getFastLaneContact();
66
67
68
69
70 void setFastLaneContact(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact fastLaneContact);
71
72
73
74
75 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact addNewFastLaneContact();
76
77
78
79
80 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo getIndividualInfo();
81
82
83
84
85 boolean isSetIndividualInfo();
86
87
88
89
90 void setIndividualInfo(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo individualInfo);
91
92
93
94
95 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo addNewIndividualInfo();
96
97
98
99
100 void unsetIndividualInfo();
101
102
103
104
105 java.lang.String getFormVersion();
106
107
108
109
110 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
111
112
113
114
115 void setFormVersion(java.lang.String formVersion);
116
117
118
119
120 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
121
122
123
124
125
126
127 public interface OrganizationInfo extends org.apache.xmlbeans.XmlObject
128 {
129 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
130 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationinfoa448elemtype");
131
132
133
134
135 java.lang.String getOrganizationName();
136
137
138
139
140 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
141
142
143
144
145 void setOrganizationName(java.lang.String organizationName);
146
147
148
149
150 void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
151
152
153
154
155 java.lang.String getOrganizationShortName();
156
157
158
159
160 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName xgetOrganizationShortName();
161
162
163
164
165 boolean isSetOrganizationShortName();
166
167
168
169
170 void setOrganizationShortName(java.lang.String organizationShortName);
171
172
173
174
175 void xsetOrganizationShortName(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName organizationShortName);
176
177
178
179
180 void unsetOrganizationShortName();
181
182
183
184
185 gov.grants.apply.forms.nsfRegistrationV11.OrganizationTypeDataType.Enum getOrganizationType();
186
187
188
189
190 gov.grants.apply.forms.nsfRegistrationV11.OrganizationTypeDataType xgetOrganizationType();
191
192
193
194
195 boolean isSetOrganizationType();
196
197
198
199
200 void setOrganizationType(gov.grants.apply.forms.nsfRegistrationV11.OrganizationTypeDataType.Enum organizationType);
201
202
203
204
205 void xsetOrganizationType(gov.grants.apply.forms.nsfRegistrationV11.OrganizationTypeDataType organizationType);
206
207
208
209
210 void unsetOrganizationType();
211
212
213
214
215 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getPresidentName();
216
217
218
219
220 boolean isSetPresidentName();
221
222
223
224
225 void setPresidentName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType presidentName);
226
227
228
229
230 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewPresidentName();
231
232
233
234
235 void unsetPresidentName();
236
237
238
239
240 java.lang.String getEIN();
241
242
243
244
245 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN xgetEIN();
246
247
248
249
250 void setEIN(java.lang.String ein);
251
252
253
254
255 void xsetEIN(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN ein);
256
257
258
259
260 java.lang.String getDUNSID();
261
262
263
264
265 gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSID();
266
267
268
269
270 void setDUNSID(java.lang.String dunsid);
271
272
273
274
275 void xsetDUNSID(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsid);
276
277
278
279
280 gov.grants.apply.system.globalLibraryV20.AddressDataType getAddress();
281
282
283
284
285 void setAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType address);
286
287
288
289
290 gov.grants.apply.system.globalLibraryV20.AddressDataType addNewAddress();
291
292
293
294
295 java.lang.String getPhone();
296
297
298
299
300 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
301
302
303
304
305 boolean isSetPhone();
306
307
308
309
310 void setPhone(java.lang.String phone);
311
312
313
314
315 void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
316
317
318
319
320 void unsetPhone();
321
322
323
324
325 java.lang.String getFax();
326
327
328
329
330 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
331
332
333
334
335 boolean isSetFax();
336
337
338
339
340 void setFax(java.lang.String fax);
341
342
343
344
345 void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
346
347
348
349
350 void unsetFax();
351
352
353
354
355 java.lang.String getEmail();
356
357
358
359
360 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
361
362
363
364
365 boolean isSetEmail();
366
367
368
369
370 void setEmail(java.lang.String email);
371
372
373
374
375 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
376
377
378
379
380 void unsetEmail();
381
382
383
384
385
386
387 public interface OrganizationShortName extends org.apache.xmlbeans.XmlString
388 {
389 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
390 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationShortName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationshortname8cc8elemtype");
391
392
393
394
395
396
397 public static final class Factory
398 {
399 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName newValue(java.lang.Object obj) {
400 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName) type.newValue( obj ); }
401
402 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName newInstance() {
403 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
404
405 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName newInstance(org.apache.xmlbeans.XmlOptions options) {
406 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.OrganizationShortName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
407
408 private Factory() { }
409 }
410 }
411
412
413
414
415
416
417 public interface EIN extends org.apache.xmlbeans.XmlString
418 {
419 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
420 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EIN.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("einb372elemtype");
421
422
423
424
425
426
427 public static final class Factory
428 {
429 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN newValue(java.lang.Object obj) {
430 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN) type.newValue( obj ); }
431
432 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN newInstance() {
433 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
434
435 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN newInstance(org.apache.xmlbeans.XmlOptions options) {
436 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo.EIN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
437
438 private Factory() { }
439 }
440 }
441
442
443
444
445
446
447 public static final class Factory
448 {
449 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo newInstance() {
450 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
451
452 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
453 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.OrganizationInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
454
455 private Factory() { }
456 }
457 }
458
459
460
461
462
463
464 public interface FastLaneContact extends org.apache.xmlbeans.XmlObject
465 {
466 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
467 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FastLaneContact.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fastlanecontact9b2felemtype");
468
469
470
471
472 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
473
474
475
476
477 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
478
479
480
481
482 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
483
484
485
486
487 java.lang.String getSSN();
488
489
490
491
492 gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType xgetSSN();
493
494
495
496
497 boolean isSetSSN();
498
499
500
501
502 void setSSN(java.lang.String ssn);
503
504
505
506
507 void xsetSSN(gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType ssn);
508
509
510
511
512 void unsetSSN();
513
514
515
516
517 java.lang.String getPhone();
518
519
520
521
522 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
523
524
525
526
527 void setPhone(java.lang.String phone);
528
529
530
531
532 void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
533
534
535
536
537 java.lang.String getFax();
538
539
540
541
542 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
543
544
545
546
547 boolean isSetFax();
548
549
550
551
552 void setFax(java.lang.String fax);
553
554
555
556
557 void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
558
559
560
561
562 void unsetFax();
563
564
565
566
567 java.lang.String getEmail();
568
569
570
571
572 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
573
574
575
576
577 void setEmail(java.lang.String email);
578
579
580
581
582 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
583
584
585
586
587
588
589 public static final class Factory
590 {
591 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact newInstance() {
592 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
593
594 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact newInstance(org.apache.xmlbeans.XmlOptions options) {
595 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.FastLaneContact) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
596
597 private Factory() { }
598 }
599 }
600
601
602
603
604
605
606 public interface IndividualInfo extends org.apache.xmlbeans.XmlObject
607 {
608 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
609 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndividualInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individualinfo812eelemtype");
610
611
612
613
614 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
615
616
617
618
619 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
620
621
622
623
624 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
625
626
627
628
629 java.lang.String getTaxID();
630
631
632
633
634 gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID xgetTaxID();
635
636
637
638
639 void setTaxID(java.lang.String taxID);
640
641
642
643
644 void xsetTaxID(gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID taxID);
645
646
647
648
649 java.lang.String getSSN();
650
651
652
653
654 gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType xgetSSN();
655
656
657
658
659 boolean isSetSSN();
660
661
662
663
664 void setSSN(java.lang.String ssn);
665
666
667
668
669 void xsetSSN(gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType ssn);
670
671
672
673
674 void unsetSSN();
675
676
677
678
679 gov.grants.apply.system.globalLibraryV20.AddressDataType getAddress();
680
681
682
683
684 void setAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType address);
685
686
687
688
689 gov.grants.apply.system.globalLibraryV20.AddressDataType addNewAddress();
690
691
692
693
694 java.lang.String getPhone();
695
696
697
698
699 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
700
701
702
703
704 void setPhone(java.lang.String phone);
705
706
707
708
709 void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
710
711
712
713
714 java.lang.String getFax();
715
716
717
718
719 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
720
721
722
723
724 boolean isSetFax();
725
726
727
728
729 void setFax(java.lang.String fax);
730
731
732
733
734 void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
735
736
737
738
739 void unsetFax();
740
741
742
743
744 java.lang.String getEmail();
745
746
747
748
749 gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
750
751
752
753
754 void setEmail(java.lang.String email);
755
756
757
758
759 void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
760
761
762
763
764 java.lang.String getDepartmentName();
765
766
767
768
769 gov.grants.apply.system.globalLibraryV20.DepartmentNameDataType xgetDepartmentName();
770
771
772
773
774 boolean isSetDepartmentName();
775
776
777
778
779 void setDepartmentName(java.lang.String departmentName);
780
781
782
783
784 void xsetDepartmentName(gov.grants.apply.system.globalLibraryV20.DepartmentNameDataType departmentName);
785
786
787
788
789 void unsetDepartmentName();
790
791
792
793
794 gov.grants.apply.forms.nsfRegistrationV11.DegreeTypeDataType.Enum getDegreeType();
795
796
797
798
799 gov.grants.apply.forms.nsfRegistrationV11.DegreeTypeDataType xgetDegreeType();
800
801
802
803
804 void setDegreeType(gov.grants.apply.forms.nsfRegistrationV11.DegreeTypeDataType.Enum degreeType);
805
806
807
808
809 void xsetDegreeType(gov.grants.apply.forms.nsfRegistrationV11.DegreeTypeDataType degreeType);
810
811
812
813
814 java.util.Calendar getDegreeYear();
815
816
817
818
819 org.apache.xmlbeans.XmlGYear xgetDegreeYear();
820
821
822
823
824 void setDegreeYear(java.util.Calendar degreeYear);
825
826
827
828
829 void xsetDegreeYear(org.apache.xmlbeans.XmlGYear degreeYear);
830
831
832
833
834
835
836 public interface TaxID extends org.apache.xmlbeans.XmlString
837 {
838 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
839 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TaxID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("taxida19celemtype");
840
841
842
843
844
845
846 public static final class Factory
847 {
848 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID newValue(java.lang.Object obj) {
849 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID) type.newValue( obj ); }
850
851 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID newInstance() {
852 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
853
854 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID newInstance(org.apache.xmlbeans.XmlOptions options) {
855 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo.TaxID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
856
857 private Factory() { }
858 }
859 }
860
861
862
863
864
865
866 public static final class Factory
867 {
868 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo newInstance() {
869 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
870
871 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
872 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration.IndividualInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
873
874 private Factory() { }
875 }
876 }
877
878
879
880
881
882
883 public static final class Factory
884 {
885 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration newInstance() {
886 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
887
888 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration newInstance(org.apache.xmlbeans.XmlOptions options) {
889 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument.NSFRegistration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
890
891 private Factory() { }
892 }
893 }
894
895
896
897
898
899
900 public static final class Factory
901 {
902 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument newInstance() {
903 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
904
905 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
906 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
907
908
909 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
910 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
911
912 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
913 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
914
915
916 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
917 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
918
919 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
920 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
921
922 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
923 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
924
925 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
926 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
927
928 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
929 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
930
931 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
932 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
933
934 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
935 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
936
937 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
938 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
939
940 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
941 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
942
943 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
944 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
945
946 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
947 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
948
949 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
950 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
951
952
953 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
954 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
955
956
957 public static gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
958 return (gov.grants.apply.forms.nsfRegistrationV11.NSFRegistrationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
959
960
961 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 {
962 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
963
964
965 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 {
966 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
967
968 private Factory() { }
969 }
970 }