1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.sflllV11;
10
11
12
13
14
15
16
17 public interface LobbyingActivitiesDisclosureDocument 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(LobbyingActivitiesDisclosureDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingactivitiesdisclosure72d9doctype");
21
22
23
24
25 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure getLobbyingActivitiesDisclosure();
26
27
28
29
30 void setLobbyingActivitiesDisclosure(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure lobbyingActivitiesDisclosure);
31
32
33
34
35 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure addNewLobbyingActivitiesDisclosure();
36
37
38
39
40
41
42 public interface LobbyingActivitiesDisclosure 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(LobbyingActivitiesDisclosure.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingactivitiesdisclosurea1bbelemtype");
46
47
48
49
50 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType.Enum getFederalActionType();
51
52
53
54
55 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType xgetFederalActionType();
56
57
58
59
60 void setFederalActionType(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType.Enum federalActionType);
61
62
63
64
65 void xsetFederalActionType(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType federalActionType);
66
67
68
69
70 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus.Enum getFederalActionStatus();
71
72
73
74
75 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus xgetFederalActionStatus();
76
77
78
79
80 void setFederalActionStatus(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus.Enum federalActionStatus);
81
82
83
84
85 void xsetFederalActionStatus(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus federalActionStatus);
86
87
88
89
90 gov.grants.apply.forms.sflllV11.ReportDataType.Enum getReportType();
91
92
93
94
95 gov.grants.apply.forms.sflllV11.ReportDataType xgetReportType();
96
97
98
99
100 void setReportType(gov.grants.apply.forms.sflllV11.ReportDataType.Enum reportType);
101
102
103
104
105 void xsetReportType(gov.grants.apply.forms.sflllV11.ReportDataType reportType);
106
107
108
109
110 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement getMaterialChangeSupplement();
111
112
113
114
115 boolean isSetMaterialChangeSupplement();
116
117
118
119
120 void setMaterialChangeSupplement(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement materialChangeSupplement);
121
122
123
124
125 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement addNewMaterialChangeSupplement();
126
127
128
129
130 void unsetMaterialChangeSupplement();
131
132
133
134
135 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity getReportEntity();
136
137
138
139
140 void setReportEntity(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity reportEntity);
141
142
143
144
145 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity addNewReportEntity();
146
147
148
149
150 java.lang.String getFederalAgencyDepartment();
151
152
153
154
155 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment xgetFederalAgencyDepartment();
156
157
158
159
160 void setFederalAgencyDepartment(java.lang.String federalAgencyDepartment);
161
162
163
164
165 void xsetFederalAgencyDepartment(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment federalAgencyDepartment);
166
167
168
169
170 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName getFederalProgramName();
171
172
173
174
175 boolean isSetFederalProgramName();
176
177
178
179
180 void setFederalProgramName(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName federalProgramName);
181
182
183
184
185 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName addNewFederalProgramName();
186
187
188
189
190 void unsetFederalProgramName();
191
192
193
194
195 java.lang.String getFederalActionNumber();
196
197
198
199
200 gov.grants.apply.system.globalV10.StringMin1Max110Type xgetFederalActionNumber();
201
202
203
204
205 boolean isSetFederalActionNumber();
206
207
208
209
210 void setFederalActionNumber(java.lang.String federalActionNumber);
211
212
213
214
215 void xsetFederalActionNumber(gov.grants.apply.system.globalV10.StringMin1Max110Type federalActionNumber);
216
217
218
219
220 void unsetFederalActionNumber();
221
222
223
224
225 java.math.BigDecimal getAwardAmount();
226
227
228
229
230 gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type xgetAwardAmount();
231
232
233
234
235 boolean isSetAwardAmount();
236
237
238
239
240 void setAwardAmount(java.math.BigDecimal awardAmount);
241
242
243
244
245 void xsetAwardAmount(gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type awardAmount);
246
247
248
249
250 void unsetAwardAmount();
251
252
253
254
255 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant getLobbyingRegistrant();
256
257
258
259
260 void setLobbyingRegistrant(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant lobbyingRegistrant);
261
262
263
264
265 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant addNewLobbyingRegistrant();
266
267
268
269
270 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices getIndividualsPerformingServices();
271
272
273
274
275 void setIndividualsPerformingServices(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices individualsPerformingServices);
276
277
278
279
280 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices addNewIndividualsPerformingServices();
281
282
283
284
285 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock getSignatureBlock();
286
287
288
289
290 void setSignatureBlock(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock signatureBlock);
291
292
293
294
295 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock addNewSignatureBlock();
296
297
298
299
300 java.lang.String getFormVersion();
301
302
303
304
305 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
306
307
308
309
310 void setFormVersion(java.lang.String formVersion);
311
312
313
314
315 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
316
317
318
319
320
321
322 public interface FederalActionType extends org.apache.xmlbeans.XmlString
323 {
324 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
325 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalActionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalactiontypef842elemtype");
326
327 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
328 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
329
330 static final Enum CONTRACT = Enum.forString("Contract");
331 static final Enum GRANT = Enum.forString("Grant");
332 static final Enum COOP_AGREE = Enum.forString("CoopAgree");
333 static final Enum LOAN = Enum.forString("Loan");
334 static final Enum LOAN_GUARANTEE = Enum.forString("LoanGuarantee");
335 static final Enum LOAN_INSURANCE = Enum.forString("LoanInsurance");
336
337 static final int INT_CONTRACT = Enum.INT_CONTRACT;
338 static final int INT_GRANT = Enum.INT_GRANT;
339 static final int INT_COOP_AGREE = Enum.INT_COOP_AGREE;
340 static final int INT_LOAN = Enum.INT_LOAN;
341 static final int INT_LOAN_GUARANTEE = Enum.INT_LOAN_GUARANTEE;
342 static final int INT_LOAN_INSURANCE = Enum.INT_LOAN_INSURANCE;
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
360 {
361
362
363
364 public static Enum forString(java.lang.String s)
365 { return (Enum)table.forString(s); }
366
367
368
369 public static Enum forInt(int i)
370 { return (Enum)table.forInt(i); }
371
372 private Enum(java.lang.String s, int i)
373 { super(s, i); }
374
375 static final int INT_CONTRACT = 1;
376 static final int INT_GRANT = 2;
377 static final int INT_COOP_AGREE = 3;
378 static final int INT_LOAN = 4;
379 static final int INT_LOAN_GUARANTEE = 5;
380 static final int INT_LOAN_INSURANCE = 6;
381
382 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
383 new org.apache.xmlbeans.StringEnumAbstractBase.Table
384 (
385 new Enum[]
386 {
387 new Enum("Contract", INT_CONTRACT),
388 new Enum("Grant", INT_GRANT),
389 new Enum("CoopAgree", INT_COOP_AGREE),
390 new Enum("Loan", INT_LOAN),
391 new Enum("LoanGuarantee", INT_LOAN_GUARANTEE),
392 new Enum("LoanInsurance", INT_LOAN_INSURANCE),
393 }
394 );
395 private static final long serialVersionUID = 1L;
396 private java.lang.Object readResolve() { return forInt(intValue()); }
397 }
398
399
400
401
402
403
404 public static final class Factory
405 {
406 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newValue(java.lang.Object obj) {
407 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) type.newValue( obj ); }
408
409 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newInstance() {
410 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
411
412 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newInstance(org.apache.xmlbeans.XmlOptions options) {
413 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
414
415 private Factory() { }
416 }
417 }
418
419
420
421
422
423
424 public interface FederalActionStatus extends org.apache.xmlbeans.XmlString
425 {
426 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
427 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalActionStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalactionstatuscb4aelemtype");
428
429 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
430 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
431
432 static final Enum BID_OFFER = Enum.forString("BidOffer");
433 static final Enum INITIAL_AWARD = Enum.forString("InitialAward");
434 static final Enum POST_AWARD = Enum.forString("PostAward");
435
436 static final int INT_BID_OFFER = Enum.INT_BID_OFFER;
437 static final int INT_INITIAL_AWARD = Enum.INT_INITIAL_AWARD;
438 static final int INT_POST_AWARD = Enum.INT_POST_AWARD;
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
456 {
457
458
459
460 public static Enum forString(java.lang.String s)
461 { return (Enum)table.forString(s); }
462
463
464
465 public static Enum forInt(int i)
466 { return (Enum)table.forInt(i); }
467
468 private Enum(java.lang.String s, int i)
469 { super(s, i); }
470
471 static final int INT_BID_OFFER = 1;
472 static final int INT_INITIAL_AWARD = 2;
473 static final int INT_POST_AWARD = 3;
474
475 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
476 new org.apache.xmlbeans.StringEnumAbstractBase.Table
477 (
478 new Enum[]
479 {
480 new Enum("BidOffer", INT_BID_OFFER),
481 new Enum("InitialAward", INT_INITIAL_AWARD),
482 new Enum("PostAward", INT_POST_AWARD),
483 }
484 );
485 private static final long serialVersionUID = 1L;
486 private java.lang.Object readResolve() { return forInt(intValue()); }
487 }
488
489
490
491
492
493
494 public static final class Factory
495 {
496 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newValue(java.lang.Object obj) {
497 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) type.newValue( obj ); }
498
499 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newInstance() {
500 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
501
502 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
503 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
504
505 private Factory() { }
506 }
507 }
508
509
510
511
512
513
514 public interface MaterialChangeSupplement extends org.apache.xmlbeans.XmlObject
515 {
516 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
517 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MaterialChangeSupplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("materialchangesupplementefafelemtype");
518
519
520
521
522 java.util.Calendar getMaterialChangeYear();
523
524
525
526
527 org.apache.xmlbeans.XmlGYear xgetMaterialChangeYear();
528
529
530
531
532 void setMaterialChangeYear(java.util.Calendar materialChangeYear);
533
534
535
536
537 void xsetMaterialChangeYear(org.apache.xmlbeans.XmlGYear materialChangeYear);
538
539
540
541
542 short getMaterialChangeQuarter();
543
544
545
546
547 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter xgetMaterialChangeQuarter();
548
549
550
551
552 void setMaterialChangeQuarter(short materialChangeQuarter);
553
554
555
556
557 void xsetMaterialChangeQuarter(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter materialChangeQuarter);
558
559
560
561
562 java.util.Calendar getLastReportDate();
563
564
565
566
567 org.apache.xmlbeans.XmlDate xgetLastReportDate();
568
569
570
571
572 void setLastReportDate(java.util.Calendar lastReportDate);
573
574
575
576
577 void xsetLastReportDate(org.apache.xmlbeans.XmlDate lastReportDate);
578
579
580
581
582 gov.grants.apply.forms.sflllV11.ReportDataType.Enum getReportType();
583
584
585
586
587 gov.grants.apply.forms.sflllV11.ReportDataType xgetReportType();
588
589
590
591
592 boolean isSetReportType();
593
594
595
596
597 void setReportType(gov.grants.apply.forms.sflllV11.ReportDataType.Enum reportType);
598
599
600
601
602 void xsetReportType(gov.grants.apply.forms.sflllV11.ReportDataType reportType);
603
604
605
606
607 void unsetReportType();
608
609
610
611
612
613
614 public interface MaterialChangeQuarter extends org.apache.xmlbeans.XmlShort
615 {
616 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
617 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MaterialChangeQuarter.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("materialchangequarterecb0elemtype");
618
619
620
621
622
623
624 public static final class Factory
625 {
626 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newValue(java.lang.Object obj) {
627 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) type.newValue( obj ); }
628
629 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newInstance() {
630 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
631
632 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newInstance(org.apache.xmlbeans.XmlOptions options) {
633 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
634
635 private Factory() { }
636 }
637 }
638
639
640
641
642
643
644 public static final class Factory
645 {
646 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement newInstance() {
647 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
648
649 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement newInstance(org.apache.xmlbeans.XmlOptions options) {
650 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
651
652 private Factory() { }
653 }
654 }
655
656
657
658
659
660
661 public interface ReportEntity extends org.apache.xmlbeans.XmlObject
662 {
663 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
664 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReportEntity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("reportentityf768elemtype");
665
666
667
668
669 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReportEntityIsPrime();
670
671
672
673
674 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReportEntityIsPrime();
675
676
677
678
679 void setReportEntityIsPrime(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum reportEntityIsPrime);
680
681
682
683
684 void xsetReportEntityIsPrime(gov.grants.apply.system.globalLibraryV20.YesNoDataType reportEntityIsPrime);
685
686
687
688
689 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime getPrime();
690
691
692
693
694 void setPrime(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime prime);
695
696
697
698
699 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime addNewPrime();
700
701
702
703
704 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee getSubAwardee();
705
706
707
708
709 boolean isSetSubAwardee();
710
711
712
713
714 void setSubAwardee(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee subAwardee);
715
716
717
718
719 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee addNewSubAwardee();
720
721
722
723
724 void unsetSubAwardee();
725
726
727
728
729 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier getTier();
730
731
732
733
734 boolean isSetTier();
735
736
737
738
739 void setTier(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier tier);
740
741
742
743
744 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier addNewTier();
745
746
747
748
749 void unsetTier();
750
751
752
753
754 gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum getReportEntityType();
755
756
757
758
759 gov.grants.apply.forms.sflllV11.ReportEntityDataType xgetReportEntityType();
760
761
762
763
764 void setReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum reportEntityType);
765
766
767
768
769 void xsetReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType reportEntityType);
770
771
772
773
774
775
776 public interface Prime extends gov.grants.apply.forms.sflllV11.AwardeeDataType
777 {
778 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
779 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Prime.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("prime11f3elemtype");
780
781
782
783
784 gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum getReportEntityType();
785
786
787
788
789 gov.grants.apply.forms.sflllV11.ReportEntityDataType xgetReportEntityType();
790
791
792
793
794 void setReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum reportEntityType);
795
796
797
798
799 void xsetReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType reportEntityType);
800
801
802
803
804
805
806 public static final class Factory
807 {
808 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime newInstance() {
809 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
810
811 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime newInstance(org.apache.xmlbeans.XmlOptions options) {
812 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
813
814 private Factory() { }
815 }
816 }
817
818
819
820
821
822
823 public interface SubAwardee extends gov.grants.apply.forms.sflllV11.AwardeeDataType
824 {
825 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
826 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubAwardee.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("subawardeebec1elemtype");
827
828
829
830
831 gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum getReportEntityType();
832
833
834
835
836 gov.grants.apply.forms.sflllV11.ReportEntityDataType xgetReportEntityType();
837
838
839
840
841 void setReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum reportEntityType);
842
843
844
845
846 void xsetReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType reportEntityType);
847
848
849
850
851
852
853 public static final class Factory
854 {
855 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee newInstance() {
856 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
857
858 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee newInstance(org.apache.xmlbeans.XmlOptions options) {
859 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
860
861 private Factory() { }
862 }
863 }
864
865
866
867
868
869
870 public interface Tier extends org.apache.xmlbeans.XmlObject
871 {
872 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
873 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Tier.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tiere786elemtype");
874
875
876
877
878 int getTierValue();
879
880
881
882
883 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue xgetTierValue();
884
885
886
887
888 boolean isSetTierValue();
889
890
891
892
893 void setTierValue(int tierValue);
894
895
896
897
898 void xsetTierValue(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue tierValue);
899
900
901
902
903 void unsetTierValue();
904
905
906
907
908 gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum getReportEntityType();
909
910
911
912
913 gov.grants.apply.forms.sflllV11.ReportEntityDataType xgetReportEntityType();
914
915
916
917
918 void setReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType.Enum reportEntityType);
919
920
921
922
923 void xsetReportEntityType(gov.grants.apply.forms.sflllV11.ReportEntityDataType reportEntityType);
924
925
926
927
928
929
930 public interface TierValue extends org.apache.xmlbeans.XmlInt
931 {
932 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
933 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TierValue.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tiervalue026belemtype");
934
935
936
937
938
939
940 public static final class Factory
941 {
942 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue newValue(java.lang.Object obj) {
943 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue) type.newValue( obj ); }
944
945 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue newInstance() {
946 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
947
948 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue newInstance(org.apache.xmlbeans.XmlOptions options) {
949 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier.TierValue) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
950
951 private Factory() { }
952 }
953 }
954
955
956
957
958
959
960 public static final class Factory
961 {
962 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier newInstance() {
963 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
964
965 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier newInstance(org.apache.xmlbeans.XmlOptions options) {
966 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
967
968 private Factory() { }
969 }
970 }
971
972
973
974
975
976
977 public static final class Factory
978 {
979 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity newInstance() {
980 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
981
982 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity newInstance(org.apache.xmlbeans.XmlOptions options) {
983 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
984
985 private Factory() { }
986 }
987 }
988
989
990
991
992
993
994 public interface FederalAgencyDepartment extends org.apache.xmlbeans.XmlString
995 {
996 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
997 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalAgencyDepartment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalagencydepartmentef7belemtype");
998
999
1000
1001
1002
1003
1004 public static final class Factory
1005 {
1006 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newValue(java.lang.Object obj) {
1007 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) type.newValue( obj ); }
1008
1009 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newInstance() {
1010 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1011
1012 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newInstance(org.apache.xmlbeans.XmlOptions options) {
1013 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1014
1015 private Factory() { }
1016 }
1017 }
1018
1019
1020
1021
1022
1023
1024 public interface FederalProgramName extends org.apache.xmlbeans.XmlObject
1025 {
1026 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1027 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalProgramName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalprogramnamef2edelemtype");
1028
1029
1030
1031
1032 java.lang.String getFederalProgramName();
1033
1034
1035
1036
1037 gov.grants.apply.system.globalV10.StringMin1Max120Type xgetFederalProgramName();
1038
1039
1040
1041
1042 boolean isSetFederalProgramName();
1043
1044
1045
1046
1047 void setFederalProgramName(java.lang.String federalProgramName);
1048
1049
1050
1051
1052 void xsetFederalProgramName(gov.grants.apply.system.globalV10.StringMin1Max120Type federalProgramName);
1053
1054
1055
1056
1057 void unsetFederalProgramName();
1058
1059
1060
1061
1062 java.lang.String getFederalProgramDescription();
1063
1064
1065
1066
1067 gov.grants.apply.system.globalV10.StringMin1Max4096Type xgetFederalProgramDescription();
1068
1069
1070
1071
1072 boolean isSetFederalProgramDescription();
1073
1074
1075
1076
1077 void setFederalProgramDescription(java.lang.String federalProgramDescription);
1078
1079
1080
1081
1082 void xsetFederalProgramDescription(gov.grants.apply.system.globalV10.StringMin1Max4096Type federalProgramDescription);
1083
1084
1085
1086
1087 void unsetFederalProgramDescription();
1088
1089
1090
1091
1092 java.lang.String getCFDANumber();
1093
1094
1095
1096
1097 gov.grants.apply.system.globalLibraryV20.CFDANumberDataType xgetCFDANumber();
1098
1099
1100
1101
1102 boolean isSetCFDANumber();
1103
1104
1105
1106
1107 void setCFDANumber(java.lang.String cfdaNumber);
1108
1109
1110
1111
1112 void xsetCFDANumber(gov.grants.apply.system.globalLibraryV20.CFDANumberDataType cfdaNumber);
1113
1114
1115
1116
1117 void unsetCFDANumber();
1118
1119
1120
1121
1122
1123
1124 public static final class Factory
1125 {
1126 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName newInstance() {
1127 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1128
1129 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName newInstance(org.apache.xmlbeans.XmlOptions options) {
1130 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1131
1132 private Factory() { }
1133 }
1134 }
1135
1136
1137
1138
1139
1140
1141 public interface LobbyingRegistrant extends org.apache.xmlbeans.XmlObject
1142 {
1143 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1144 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingRegistrant.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingregistrant9988elemtype");
1145
1146
1147
1148
1149 java.lang.String getOrganizationName();
1150
1151
1152
1153
1154 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
1155
1156
1157
1158
1159 boolean isSetOrganizationName();
1160
1161
1162
1163
1164 void setOrganizationName(java.lang.String organizationName);
1165
1166
1167
1168
1169 void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
1170
1171
1172
1173
1174 void unsetOrganizationName();
1175
1176
1177
1178
1179 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getIndividualName();
1180
1181
1182
1183
1184 boolean isSetIndividualName();
1185
1186
1187
1188
1189 void setIndividualName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType individualName);
1190
1191
1192
1193
1194 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewIndividualName();
1195
1196
1197
1198
1199 void unsetIndividualName();
1200
1201
1202
1203
1204 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address getAddress();
1205
1206
1207
1208
1209 boolean isSetAddress();
1210
1211
1212
1213
1214 void setAddress(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address address);
1215
1216
1217
1218
1219 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address addNewAddress();
1220
1221
1222
1223
1224 void unsetAddress();
1225
1226
1227
1228
1229
1230
1231 public interface Address extends org.apache.xmlbeans.XmlObject
1232 {
1233 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1234 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Address.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("address89c8elemtype");
1235
1236
1237
1238
1239 java.lang.String getStreet1();
1240
1241
1242
1243
1244 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
1245
1246
1247
1248
1249 void setStreet1(java.lang.String street1);
1250
1251
1252
1253
1254 void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
1255
1256
1257
1258
1259 java.lang.String getStreet2();
1260
1261
1262
1263
1264 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
1265
1266
1267
1268
1269 boolean isSetStreet2();
1270
1271
1272
1273
1274 void setStreet2(java.lang.String street2);
1275
1276
1277
1278
1279 void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
1280
1281
1282
1283
1284 void unsetStreet2();
1285
1286
1287
1288
1289 java.lang.String getCity();
1290
1291
1292
1293
1294 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1295
1296
1297
1298
1299 void setCity(java.lang.String city);
1300
1301
1302
1303
1304 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1305
1306
1307
1308
1309 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1310
1311
1312
1313
1314 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1315
1316
1317
1318
1319 boolean isSetState();
1320
1321
1322
1323
1324 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1325
1326
1327
1328
1329 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1330
1331
1332
1333
1334 void unsetState();
1335
1336
1337
1338
1339 java.lang.String getZipPostalCode();
1340
1341
1342
1343
1344 gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipPostalCode();
1345
1346
1347
1348
1349 boolean isSetZipPostalCode();
1350
1351
1352
1353
1354 void setZipPostalCode(java.lang.String zipPostalCode);
1355
1356
1357
1358
1359 void xsetZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipPostalCode);
1360
1361
1362
1363
1364 void unsetZipPostalCode();
1365
1366
1367
1368
1369
1370
1371 public static final class Factory
1372 {
1373 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address newInstance() {
1374 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1375
1376 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address newInstance(org.apache.xmlbeans.XmlOptions options) {
1377 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1378
1379 private Factory() { }
1380 }
1381 }
1382
1383
1384
1385
1386
1387
1388 public static final class Factory
1389 {
1390 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant newInstance() {
1391 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1392
1393 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant newInstance(org.apache.xmlbeans.XmlOptions options) {
1394 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1395
1396 private Factory() { }
1397 }
1398 }
1399
1400
1401
1402
1403
1404
1405 public interface IndividualsPerformingServices extends org.apache.xmlbeans.XmlObject
1406 {
1407 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1408 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndividualsPerformingServices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individualsperformingservicesf8d6elemtype");
1409
1410
1411
1412
1413 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual[] getIndividualArray();
1414
1415
1416
1417
1418 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual getIndividualArray(int i);
1419
1420
1421
1422
1423 int sizeOfIndividualArray();
1424
1425
1426
1427
1428 void setIndividualArray(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual[] individualArray);
1429
1430
1431
1432
1433 void setIndividualArray(int i, gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual individual);
1434
1435
1436
1437
1438 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual insertNewIndividual(int i);
1439
1440
1441
1442
1443 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual addNewIndividual();
1444
1445
1446
1447
1448 void removeIndividual(int i);
1449
1450
1451
1452
1453
1454
1455 public interface Individual extends org.apache.xmlbeans.XmlObject
1456 {
1457 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1458 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Individual.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individual65e1elemtype");
1459
1460
1461
1462
1463 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1464
1465
1466
1467
1468 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1469
1470
1471
1472
1473 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1474
1475
1476
1477
1478 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address getAddress();
1479
1480
1481
1482
1483 boolean isSetAddress();
1484
1485
1486
1487
1488 void setAddress(gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address address);
1489
1490
1491
1492
1493 gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address addNewAddress();
1494
1495
1496
1497
1498 void unsetAddress();
1499
1500
1501
1502
1503
1504
1505 public interface Address extends org.apache.xmlbeans.XmlObject
1506 {
1507 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1508 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Address.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("address9621elemtype");
1509
1510
1511
1512
1513 java.lang.String getStreet1();
1514
1515
1516
1517
1518 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
1519
1520
1521
1522
1523 void setStreet1(java.lang.String street1);
1524
1525
1526
1527
1528 void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
1529
1530
1531
1532
1533 java.lang.String getStreet2();
1534
1535
1536
1537
1538 gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
1539
1540
1541
1542
1543 boolean isSetStreet2();
1544
1545
1546
1547
1548 void setStreet2(java.lang.String street2);
1549
1550
1551
1552
1553 void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
1554
1555
1556
1557
1558 void unsetStreet2();
1559
1560
1561
1562
1563 java.lang.String getCity();
1564
1565
1566
1567
1568 gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
1569
1570
1571
1572
1573 void setCity(java.lang.String city);
1574
1575
1576
1577
1578 void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
1579
1580
1581
1582
1583 gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
1584
1585
1586
1587
1588 gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
1589
1590
1591
1592
1593 boolean isSetState();
1594
1595
1596
1597
1598 void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
1599
1600
1601
1602
1603 void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
1604
1605
1606
1607
1608 void unsetState();
1609
1610
1611
1612
1613 java.lang.String getZipPostalCode();
1614
1615
1616
1617
1618 gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipPostalCode();
1619
1620
1621
1622
1623 boolean isSetZipPostalCode();
1624
1625
1626
1627
1628 void setZipPostalCode(java.lang.String zipPostalCode);
1629
1630
1631
1632
1633 void xsetZipPostalCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipPostalCode);
1634
1635
1636
1637
1638 void unsetZipPostalCode();
1639
1640
1641
1642
1643
1644
1645 public static final class Factory
1646 {
1647 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address newInstance() {
1648 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1649
1650 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address newInstance(org.apache.xmlbeans.XmlOptions options) {
1651 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1652
1653 private Factory() { }
1654 }
1655 }
1656
1657
1658
1659
1660
1661
1662 public static final class Factory
1663 {
1664 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual newInstance() {
1665 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1666
1667 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual newInstance(org.apache.xmlbeans.XmlOptions options) {
1668 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1669
1670 private Factory() { }
1671 }
1672 }
1673
1674
1675
1676
1677
1678
1679 public static final class Factory
1680 {
1681 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices newInstance() {
1682 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1683
1684 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices newInstance(org.apache.xmlbeans.XmlOptions options) {
1685 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1686
1687 private Factory() { }
1688 }
1689 }
1690
1691
1692
1693
1694
1695
1696 public interface SignatureBlock extends org.apache.xmlbeans.XmlObject
1697 {
1698 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1699 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SignatureBlock.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("signatureblock032aelemtype");
1700
1701
1702
1703
1704 gov.grants.apply.system.globalLibraryV20.HumanNameDataType getName();
1705
1706
1707
1708
1709 void setName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType name);
1710
1711
1712
1713
1714 gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewName();
1715
1716
1717
1718
1719 java.lang.String getTitle();
1720
1721
1722
1723
1724 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
1725
1726
1727
1728
1729 boolean isSetTitle();
1730
1731
1732
1733
1734 void setTitle(java.lang.String title);
1735
1736
1737
1738
1739 void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
1740
1741
1742
1743
1744 void unsetTitle();
1745
1746
1747
1748
1749 java.lang.String getTelephone();
1750
1751
1752
1753
1754 gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetTelephone();
1755
1756
1757
1758
1759 boolean isSetTelephone();
1760
1761
1762
1763
1764 void setTelephone(java.lang.String telephone);
1765
1766
1767
1768
1769 void xsetTelephone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType telephone);
1770
1771
1772
1773
1774 void unsetTelephone();
1775
1776
1777
1778
1779 java.util.Calendar getSignedDate();
1780
1781
1782
1783
1784 org.apache.xmlbeans.XmlDate xgetSignedDate();
1785
1786
1787
1788
1789 void setSignedDate(java.util.Calendar signedDate);
1790
1791
1792
1793
1794 void xsetSignedDate(org.apache.xmlbeans.XmlDate signedDate);
1795
1796
1797
1798
1799 java.lang.String getSignature();
1800
1801
1802
1803
1804 gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetSignature();
1805
1806
1807
1808
1809 void setSignature(java.lang.String signature);
1810
1811
1812
1813
1814 void xsetSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType signature);
1815
1816
1817
1818
1819
1820
1821 public static final class Factory
1822 {
1823 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock newInstance() {
1824 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1825
1826 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock newInstance(org.apache.xmlbeans.XmlOptions options) {
1827 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1828
1829 private Factory() { }
1830 }
1831 }
1832
1833
1834
1835
1836
1837
1838 public static final class Factory
1839 {
1840 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure newInstance() {
1841 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1842
1843 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure newInstance(org.apache.xmlbeans.XmlOptions options) {
1844 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1845
1846 private Factory() { }
1847 }
1848 }
1849
1850
1851
1852
1853
1854
1855 public static final class Factory
1856 {
1857 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument newInstance() {
1858 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1859
1860 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1861 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1862
1863
1864 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1865 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1866
1867 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1868 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1869
1870
1871 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1872 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1873
1874 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1875 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1876
1877 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1878 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1879
1880 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1881 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1882
1883 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1884 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1885
1886 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1887 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1888
1889 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1890 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1891
1892 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1893 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1894
1895 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1896 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1897
1898 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1899 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1900
1901 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1902 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1903
1904 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1905 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1906
1907
1908 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1909 return (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1910
1911
1912 public static gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument parse(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 (gov.grants.apply.forms.sflllV11.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1914
1915
1916 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 {
1917 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1918
1919
1920 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 {
1921 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1922
1923 private Factory() { }
1924 }
1925 }