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 CreatePackageInfoDocument 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(CreatePackageInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createpackageinfoabe7doctype");
21
22
23
24
25 gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo getCreatePackageInfo();
26
27
28
29
30 void setCreatePackageInfo(gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo createPackageInfo);
31
32
33
34
35 gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo addNewCreatePackageInfo();
36
37
38
39
40
41
42 public interface CreatePackageInfo 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(CreatePackageInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createpackageinfocbabelemtype");
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 gov.grants.apply.system.grantsCommonElementsV10.CompetitionInfoDocument.CompetitionInfo getCompetitionInfo();
81
82
83
84
85 boolean isSetCompetitionInfo();
86
87
88
89
90 void setCompetitionInfo(gov.grants.apply.system.grantsCommonElementsV10.CompetitionInfoDocument.CompetitionInfo competitionInfo);
91
92
93
94
95 gov.grants.apply.system.grantsCommonElementsV10.CompetitionInfoDocument.CompetitionInfo addNewCompetitionInfo();
96
97
98
99
100 void unsetCompetitionInfo();
101
102
103
104
105 gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum getElectronicSignatureRequired();
106
107
108
109
110 gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired xgetElectronicSignatureRequired();
111
112
113
114
115 void setElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum electronicSignatureRequired);
116
117
118
119
120 void xsetElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired electronicSignatureRequired);
121
122
123
124
125 java.lang.String getExpectedApplicationCount();
126
127
128
129
130 gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount xgetExpectedApplicationCount();
131
132
133
134
135 void setExpectedApplicationCount(java.lang.String expectedApplicationCount);
136
137
138
139
140 void xsetExpectedApplicationCount(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount expectedApplicationCount);
141
142
143
144
145 java.lang.String getExpectedApplicationSizeMB();
146
147
148
149
150 gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB xgetExpectedApplicationSizeMB();
151
152
153
154
155 boolean isSetExpectedApplicationSizeMB();
156
157
158
159
160 void setExpectedApplicationSizeMB(java.lang.String expectedApplicationSizeMB);
161
162
163
164
165 void xsetExpectedApplicationSizeMB(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB expectedApplicationSizeMB);
166
167
168
169
170 void unsetExpectedApplicationSizeMB();
171
172
173
174
175 java.lang.String getOpeningDate();
176
177
178
179
180 gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetOpeningDate();
181
182
183
184
185 boolean isSetOpeningDate();
186
187
188
189
190 void setOpeningDate(java.lang.String openingDate);
191
192
193
194
195 void xsetOpeningDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType openingDate);
196
197
198
199
200 void unsetOpeningDate();
201
202
203
204
205 java.lang.String getClosingDate();
206
207
208
209
210 gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetClosingDate();
211
212
213
214
215 void setClosingDate(java.lang.String closingDate);
216
217
218
219
220 void xsetClosingDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType closingDate);
221
222
223
224
225 java.lang.String getGracePeriodDays();
226
227
228
229
230 gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays xgetGracePeriodDays();
231
232
233
234
235 boolean isSetGracePeriodDays();
236
237
238
239
240 void setGracePeriodDays(java.lang.String gracePeriodDays);
241
242
243
244
245 void xsetGracePeriodDays(gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays gracePeriodDays);
246
247
248
249
250 void unsetGracePeriodDays();
251
252
253
254
255 java.lang.String getAgencyContactInfo();
256
257
258
259
260 gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType xgetAgencyContactInfo();
261
262
263
264
265 void setAgencyContactInfo(java.lang.String agencyContactInfo);
266
267
268
269
270 void xsetAgencyContactInfo(gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType agencyContactInfo);
271
272
273
274
275 java.lang.String getTemplateName();
276
277
278
279
280 gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType xgetTemplateName();
281
282
283
284
285 void setTemplateName(java.lang.String templateName);
286
287
288
289
290 void xsetTemplateName(gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType templateName);
291
292
293
294
295 gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo getInstructionFileInfo();
296
297
298
299
300 void setInstructionFileInfo(gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo instructionFileInfo);
301
302
303
304
305 gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo addNewInstructionFileInfo();
306
307
308
309
310 gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum getOpenToApplicant();
311
312
313
314
315 gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant xgetOpenToApplicant();
316
317
318
319
320 void setOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum openToApplicant);
321
322
323
324
325 void xsetOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant openToApplicant);
326
327
328
329
330
331
332 public static final class Factory
333 {
334 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo newInstance() {
335 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
336
337 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
338 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
339
340 private Factory() { }
341 }
342 }
343
344
345
346
347
348
349 public static final class Factory
350 {
351 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument newInstance() {
352 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
353
354 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
355 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
356
357
358 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
359 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
360
361 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
362 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
363
364
365 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
366 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
367
368 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
369 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
370
371 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
372 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
373
374 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
375 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
376
377 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
378 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
379
380 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
381 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
382
383 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
384 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
385
386 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
387 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
388
389 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
390 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
391
392 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
393 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
394
395 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
396 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
397
398 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
399 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
400
401
402 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
403 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
404
405
406 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
407 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
408
409
410 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 {
411 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
412
413
414 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 {
415 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
416
417 private Factory() { }
418 }
419 }