1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.plannedReportV10;
10
11
12
13
14
15
16
17 public interface PlannedReportDocument 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(PlannedReportDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("plannedreport83f9doctype");
21
22
23
24
25 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport getPlannedReport();
26
27
28
29
30 void setPlannedReport(gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport plannedReport);
31
32
33
34
35 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport addNewPlannedReport();
36
37
38
39
40
41
42 public interface PlannedReport 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(PlannedReport.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("plannedreportd215elemtype");
46
47
48
49
50 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study[] getStudyArray();
51
52
53
54
55 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study getStudyArray(int i);
56
57
58
59
60 int sizeOfStudyArray();
61
62
63
64
65 void setStudyArray(gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study[] studyArray);
66
67
68
69
70 void setStudyArray(int i, gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study study);
71
72
73
74
75 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study insertNewStudy(int i);
76
77
78
79
80 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study addNewStudy();
81
82
83
84
85 void removeStudy(int i);
86
87
88
89
90 java.lang.String getFormVersion();
91
92
93
94
95 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
96
97
98
99
100 void setFormVersion(java.lang.String formVersion);
101
102
103
104
105 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
106
107
108
109
110
111
112 public interface Study extends org.apache.xmlbeans.XmlObject
113 {
114 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
115 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Study.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("study52a0elemtype");
116
117
118
119
120 java.lang.String getStudyTitle();
121
122
123
124
125 gov.grants.apply.forms.plannedReportV10.PlannedReportString1250DataType xgetStudyTitle();
126
127
128
129
130 void setStudyTitle(java.lang.String studyTitle);
131
132
133
134
135 void xsetStudyTitle(gov.grants.apply.forms.plannedReportV10.PlannedReportString1250DataType studyTitle);
136
137
138
139
140 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator.Enum getDomesticForeignIndicator();
141
142
143
144
145 gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator xgetDomesticForeignIndicator();
146
147
148
149
150 void setDomesticForeignIndicator(gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator.Enum domesticForeignIndicator);
151
152
153
154
155 void xsetDomesticForeignIndicator(gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator domesticForeignIndicator);
156
157
158
159
160 java.lang.String getComments();
161
162
163
164
165 gov.grants.apply.forms.plannedReportV10.PlannedReportString1500DataType xgetComments();
166
167
168
169
170 boolean isSetComments();
171
172
173
174
175 void setComments(java.lang.String comments);
176
177
178
179
180 void xsetComments(gov.grants.apply.forms.plannedReportV10.PlannedReportString1500DataType comments);
181
182
183
184
185 void unsetComments();
186
187
188
189
190 gov.grants.apply.forms.plannedReportV10.PlannedReportEthnicCategoryDataType getNotHispanic();
191
192
193
194
195 void setNotHispanic(gov.grants.apply.forms.plannedReportV10.PlannedReportEthnicCategoryDataType notHispanic);
196
197
198
199
200 gov.grants.apply.forms.plannedReportV10.PlannedReportEthnicCategoryDataType addNewNotHispanic();
201
202
203
204
205 gov.grants.apply.forms.plannedReportV10.PlannedReportEthnicCategoryDataType getHispanic();
206
207
208
209
210 void setHispanic(gov.grants.apply.forms.plannedReportV10.PlannedReportEthnicCategoryDataType hispanic);
211
212
213
214
215 gov.grants.apply.forms.plannedReportV10.PlannedReportEthnicCategoryDataType addNewHispanic();
216
217
218
219
220 gov.grants.apply.forms.plannedReportV10.PlannedReportTotalsDataType getTotal();
221
222
223
224
225 void setTotal(gov.grants.apply.forms.plannedReportV10.PlannedReportTotalsDataType total);
226
227
228
229
230 gov.grants.apply.forms.plannedReportV10.PlannedReportTotalsDataType addNewTotal();
231
232
233
234
235
236
237 public interface DomesticForeignIndicator extends org.apache.xmlbeans.XmlString
238 {
239 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
240 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DomesticForeignIndicator.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("domesticforeignindicator02abelemtype");
241
242 org.apache.xmlbeans.StringEnumAbstractBase enumValue();
243 void set(org.apache.xmlbeans.StringEnumAbstractBase e);
244
245 static final Enum DOMESTIC = Enum.forString("Domestic");
246 static final Enum FOREIGN = Enum.forString("Foreign");
247
248 static final int INT_DOMESTIC = Enum.INT_DOMESTIC;
249 static final int INT_FOREIGN = Enum.INT_FOREIGN;
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
267 {
268
269
270
271 public static Enum forString(java.lang.String s)
272 { return (Enum)table.forString(s); }
273
274
275
276 public static Enum forInt(int i)
277 { return (Enum)table.forInt(i); }
278
279 private Enum(java.lang.String s, int i)
280 { super(s, i); }
281
282 static final int INT_DOMESTIC = 1;
283 static final int INT_FOREIGN = 2;
284
285 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
286 new org.apache.xmlbeans.StringEnumAbstractBase.Table
287 (
288 new Enum[]
289 {
290 new Enum("Domestic", INT_DOMESTIC),
291 new Enum("Foreign", INT_FOREIGN),
292 }
293 );
294 private static final long serialVersionUID = 1L;
295 private java.lang.Object readResolve() { return forInt(intValue()); }
296 }
297
298
299
300
301
302
303 public static final class Factory
304 {
305 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator newValue(java.lang.Object obj) {
306 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator) type.newValue( obj ); }
307
308 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator newInstance() {
309 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
310
311 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator newInstance(org.apache.xmlbeans.XmlOptions options) {
312 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study.DomesticForeignIndicator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
313
314 private Factory() { }
315 }
316 }
317
318
319
320
321
322
323 public static final class Factory
324 {
325 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study newInstance() {
326 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
327
328 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study newInstance(org.apache.xmlbeans.XmlOptions options) {
329 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport.Study) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
330
331 private Factory() { }
332 }
333 }
334
335
336
337
338
339
340 public static final class Factory
341 {
342 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport newInstance() {
343 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
344
345 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport newInstance(org.apache.xmlbeans.XmlOptions options) {
346 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument.PlannedReport) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
347
348 private Factory() { }
349 }
350 }
351
352
353
354
355
356
357 public static final class Factory
358 {
359 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument newInstance() {
360 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
361
362 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
363 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
364
365
366 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
367 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
368
369 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
370 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
371
372
373 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
374 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
375
376 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
377 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
378
379 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
380 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
381
382 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
383 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
384
385 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
386 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
387
388 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
389 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
390
391 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
392 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
393
394 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
395 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
396
397 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
398 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
399
400 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
401 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
402
403 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
404 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
405
406 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
407 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
408
409
410 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
411 return (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
412
413
414 public static gov.grants.apply.forms.plannedReportV10.PlannedReportDocument parse(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 (gov.grants.apply.forms.plannedReportV10.PlannedReportDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
416
417
418 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 {
419 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
420
421
422 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 {
423 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
424
425 private Factory() { }
426 }
427 }