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