1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.edSF424SupplementV10;
10
11
12
13
14
15
16
17 public interface EDSF424SupplementDocument 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(EDSF424SupplementDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edsf424supplemente17fdoctype");
21
22
23
24
25 gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement getEDSF424Supplement();
26
27
28
29
30 void setEDSF424Supplement(gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement edsf424Supplement);
31
32
33
34
35 gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement addNewEDSF424Supplement();
36
37
38
39
40
41
42 public interface EDSF424Supplement 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(EDSF424Supplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edsf424supplement6abeelemtype");
46
47
48
49
50 gov.grants.apply.system.globalLibraryV10.ContactPersonDataType getProjectDirector();
51
52
53
54
55 void setProjectDirector(gov.grants.apply.system.globalLibraryV10.ContactPersonDataType projectDirector);
56
57
58
59
60 gov.grants.apply.system.globalLibraryV10.ContactPersonDataType addNewProjectDirector();
61
62
63
64
65 gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum getIsNoviceApplicant();
66
67
68
69
70 gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType xgetIsNoviceApplicant();
71
72
73
74
75 boolean isSetIsNoviceApplicant();
76
77
78
79
80 void setIsNoviceApplicant(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType.Enum isNoviceApplicant);
81
82
83
84
85 void xsetIsNoviceApplicant(gov.grants.apply.system.globalLibraryV10.YesNoNotApplicableDataType isNoviceApplicant);
86
87
88
89
90 void unsetIsNoviceApplicant();
91
92
93
94
95 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getIsHumanResearch();
96
97
98
99
100 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetIsHumanResearch();
101
102
103
104
105 boolean isSetIsHumanResearch();
106
107
108
109
110 void setIsHumanResearch(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum isHumanResearch);
111
112
113
114
115 void xsetIsHumanResearch(gov.grants.apply.system.globalLibraryV10.YesNoDataType isHumanResearch);
116
117
118
119
120 void unsetIsHumanResearch();
121
122
123
124
125 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getIsHumanResearchExempt();
126
127
128
129
130 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetIsHumanResearchExempt();
131
132
133
134
135 boolean isSetIsHumanResearchExempt();
136
137
138
139
140 void setIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum isHumanResearchExempt);
141
142
143
144
145 void xsetIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV10.YesNoDataType isHumanResearchExempt);
146
147
148
149
150 void unsetIsHumanResearchExempt();
151
152
153
154
155 gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber getExemptionsNumber();
156
157
158
159
160 boolean isSetExemptionsNumber();
161
162
163
164
165 void setExemptionsNumber(gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber exemptionsNumber);
166
167
168
169
170 gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber addNewExemptionsNumber();
171
172
173
174
175 void unsetExemptionsNumber();
176
177
178
179
180 gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber getAssuranceNumber();
181
182
183
184
185 boolean isSetAssuranceNumber();
186
187
188
189
190 void setAssuranceNumber(gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber assuranceNumber);
191
192
193
194
195 gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber addNewAssuranceNumber();
196
197
198
199
200 void unsetAssuranceNumber();
201
202
203
204
205 gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachment();
206
207
208
209
210 boolean isSetAttachment();
211
212
213
214
215 void setAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachment);
216
217
218
219
220 gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachment();
221
222
223
224
225 void unsetAttachment();
226
227
228
229
230 java.lang.String getFormVersion();
231
232
233
234
235 gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
236
237
238
239
240 void setFormVersion(java.lang.String formVersion);
241
242
243
244
245 void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
246
247
248
249
250
251
252 public interface ExemptionsNumber extends gov.grants.apply.system.globalV10.StringMin1Max255Type
253 {
254 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
255 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExemptionsNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("exemptionsnumber41efelemtype");
256
257
258
259
260 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getIsHumanResearchExempt();
261
262
263
264
265 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetIsHumanResearchExempt();
266
267
268
269
270 boolean isSetIsHumanResearchExempt();
271
272
273
274
275 void setIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum isHumanResearchExempt);
276
277
278
279
280 void xsetIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV10.YesNoDataType isHumanResearchExempt);
281
282
283
284
285 void unsetIsHumanResearchExempt();
286
287
288
289
290
291
292 public static final class Factory
293 {
294 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber newInstance() {
295 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
296
297 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
298 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.ExemptionsNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
299
300 private Factory() { }
301 }
302 }
303
304
305
306
307
308
309 public interface AssuranceNumber extends gov.grants.apply.system.globalV10.StringMin1Max255Type
310 {
311 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
312 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AssuranceNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("assurancenumber6a5celemtype");
313
314
315
316
317 gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getIsHumanResearchExempt();
318
319
320
321
322 gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetIsHumanResearchExempt();
323
324
325
326
327 boolean isSetIsHumanResearchExempt();
328
329
330
331
332 void setIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum isHumanResearchExempt);
333
334
335
336
337 void xsetIsHumanResearchExempt(gov.grants.apply.system.globalLibraryV10.YesNoDataType isHumanResearchExempt);
338
339
340
341
342 void unsetIsHumanResearchExempt();
343
344
345
346
347
348
349 public static final class Factory
350 {
351 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber newInstance() {
352 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
353
354 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
355 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement.AssuranceNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
356
357 private Factory() { }
358 }
359 }
360
361
362
363
364
365
366 public static final class Factory
367 {
368 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement newInstance() {
369 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
370
371 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement newInstance(org.apache.xmlbeans.XmlOptions options) {
372 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument.EDSF424Supplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
373
374 private Factory() { }
375 }
376 }
377
378
379
380
381
382
383 public static final class Factory
384 {
385 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument newInstance() {
386 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
387
388 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
389 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
390
391
392 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
393 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
394
395 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
396 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
397
398
399 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
400 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
401
402 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
403 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
404
405 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
406 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
407
408 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
409 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
410
411 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
412 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
413
414 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
415 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
416
417 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
418 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
419
420 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
421 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
422
423 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
424 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
425
426 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
427 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
428
429 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
430 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
431
432 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
433 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
434
435
436 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
437 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
438
439
440 public static gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
441 return (gov.grants.apply.forms.edSF424SupplementV10.EDSF424SupplementDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
442
443
444 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 {
445 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
446
447
448 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 {
449 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
450
451 private Factory() { }
452 }
453 }