1
2
3
4
5
6
7
8
9 package gov.grants.apply.system.agencyManagePackageV10;
10
11
12
13
14
15
16
17 public interface UpdatePackageInfoDocument 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(UpdatePackageInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("updatepackageinfoccfadoctype");
21
22
23
24
25 gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo getUpdatePackageInfo();
26
27
28
29
30 void setUpdatePackageInfo(gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo updatePackageInfo);
31
32
33
34
35 gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo addNewUpdatePackageInfo();
36
37
38
39
40
41
42 public interface UpdatePackageInfo 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(UpdatePackageInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("updatepackageinfoc651elemtype");
46
47
48
49
50 java.lang.String getCFDANumber();
51
52
53
54
55 gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType xgetCFDANumber();
56
57
58
59
60 boolean isSetCFDANumber();
61
62
63
64
65 void setCFDANumber(java.lang.String cfdaNumber);
66
67
68
69
70 void xsetCFDANumber(gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType cfdaNumber);
71
72
73
74
75 void unsetCFDANumber();
76
77
78
79
80 java.lang.String getCompetitionID();
81
82
83
84
85 gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType xgetCompetitionID();
86
87
88
89
90 boolean isSetCompetitionID();
91
92
93
94
95 void setCompetitionID(java.lang.String competitionID);
96
97
98
99
100 void xsetCompetitionID(gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType competitionID);
101
102
103
104
105 void unsetCompetitionID();
106
107
108
109
110 java.lang.String getCompetitionTitle();
111
112
113
114
115 gov.grants.apply.system.grantsCommonTypesV10.CompetitionTitleType xgetCompetitionTitle();
116
117
118
119
120 boolean isSetCompetitionTitle();
121
122
123
124
125 void setCompetitionTitle(java.lang.String competitionTitle);
126
127
128
129
130 void xsetCompetitionTitle(gov.grants.apply.system.grantsCommonTypesV10.CompetitionTitleType competitionTitle);
131
132
133
134
135 void unsetCompetitionTitle();
136
137
138
139
140 gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum getElectronicSignatureRequired();
141
142
143
144
145 gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired xgetElectronicSignatureRequired();
146
147
148
149
150 boolean isSetElectronicSignatureRequired();
151
152
153
154
155 void setElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum electronicSignatureRequired);
156
157
158
159
160 void xsetElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired electronicSignatureRequired);
161
162
163
164
165 void unsetElectronicSignatureRequired();
166
167
168
169
170 java.lang.String getExpectedApplicationCount();
171
172
173
174
175 gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount xgetExpectedApplicationCount();
176
177
178
179
180 boolean isSetExpectedApplicationCount();
181
182
183
184
185 void setExpectedApplicationCount(java.lang.String expectedApplicationCount);
186
187
188
189
190 void xsetExpectedApplicationCount(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount expectedApplicationCount);
191
192
193
194
195 void unsetExpectedApplicationCount();
196
197
198
199
200 java.lang.String getExpectedApplicationSizeMB();
201
202
203
204
205 gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB xgetExpectedApplicationSizeMB();
206
207
208
209
210 boolean isSetExpectedApplicationSizeMB();
211
212
213
214
215 void setExpectedApplicationSizeMB(java.lang.String expectedApplicationSizeMB);
216
217
218
219
220 void xsetExpectedApplicationSizeMB(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB expectedApplicationSizeMB);
221
222
223
224
225 void unsetExpectedApplicationSizeMB();
226
227
228
229
230 java.lang.String getOpeningDate();
231
232
233
234
235 gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetOpeningDate();
236
237
238
239
240 boolean isSetOpeningDate();
241
242
243
244
245 void setOpeningDate(java.lang.String openingDate);
246
247
248
249
250 void xsetOpeningDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType openingDate);
251
252
253
254
255 void unsetOpeningDate();
256
257
258
259
260 java.lang.String getClosingDate();
261
262
263
264
265 gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetClosingDate();
266
267
268
269
270 void setClosingDate(java.lang.String closingDate);
271
272
273
274
275 void xsetClosingDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType closingDate);
276
277
278
279
280 java.lang.String getGracePeriodDays();
281
282
283
284
285 gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays xgetGracePeriodDays();
286
287
288
289
290 boolean isSetGracePeriodDays();
291
292
293
294
295 void setGracePeriodDays(java.lang.String gracePeriodDays);
296
297
298
299
300 void xsetGracePeriodDays(gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays gracePeriodDays);
301
302
303
304
305 void unsetGracePeriodDays();
306
307
308
309
310 java.lang.String getAgencyContactInfo();
311
312
313
314
315 gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType xgetAgencyContactInfo();
316
317
318
319
320 boolean isSetAgencyContactInfo();
321
322
323
324
325 void setAgencyContactInfo(java.lang.String agencyContactInfo);
326
327
328
329
330 void xsetAgencyContactInfo(gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType agencyContactInfo);
331
332
333
334
335 void unsetAgencyContactInfo();
336
337
338
339
340 java.lang.String getTemplateName();
341
342
343
344
345 gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType xgetTemplateName();
346
347
348
349
350 boolean isSetTemplateName();
351
352
353
354
355 void setTemplateName(java.lang.String templateName);
356
357
358
359
360 void xsetTemplateName(gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType templateName);
361
362
363
364
365 void unsetTemplateName();
366
367
368
369
370 gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo getInstructionFileInfo();
371
372
373
374
375 boolean isSetInstructionFileInfo();
376
377
378
379
380 void setInstructionFileInfo(gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo instructionFileInfo);
381
382
383
384
385 gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo addNewInstructionFileInfo();
386
387
388
389
390 void unsetInstructionFileInfo();
391
392
393
394
395 gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum getOpenToApplicant();
396
397
398
399
400 gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant xgetOpenToApplicant();
401
402
403
404
405 boolean isSetOpenToApplicant();
406
407
408
409
410 void setOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum openToApplicant);
411
412
413
414
415 void xsetOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant openToApplicant);
416
417
418
419
420 void unsetOpenToApplicant();
421
422
423
424
425 gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo getEmailInfo();
426
427
428
429
430 void setEmailInfo(gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo emailInfo);
431
432
433
434
435 gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo addNewEmailInfo();
436
437
438
439
440
441
442 public static final class Factory
443 {
444 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo newInstance() {
445 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
446
447 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
448 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
449
450 private Factory() { }
451 }
452 }
453
454
455
456
457
458
459 public static final class Factory
460 {
461 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument newInstance() {
462 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
463
464 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
465 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
466
467
468 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
469 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
470
471 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
472 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
473
474
475 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
476 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
477
478 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
479 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
480
481 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
482 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
483
484 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
485 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
486
487 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
488 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
489
490 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
491 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
492
493 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
494 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
495
496 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
497 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
498
499 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
500 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
501
502 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
503 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
504
505 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
506 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
507
508 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
509 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
510
511
512 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
513 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
514
515
516 public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
517 return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
518
519
520 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 {
521 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
522
523
524 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 {
525 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
526
527 private Factory() { }
528 }
529 }