1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.ptfp5InventoryV10;
10
11
12
13
14
15
16
17 public interface PTFP5InventoryDocument 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(PTFP5InventoryDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ptfp5inventory11a1doctype");
21
22
23
24
25 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory getPTFP5Inventory();
26
27
28
29
30 void setPTFP5Inventory(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory ptfp5Inventory);
31
32
33
34
35 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory addNewPTFP5Inventory();
36
37
38
39
40
41
42 public interface PTFP5Inventory 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(PTFP5Inventory.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ptfp5inventory9011elemtype");
46
47
48
49
50 gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEQUIPMENTNA();
51
52
53
54
55 gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEQUIPMENTNA();
56
57
58
59
60 boolean isSetEQUIPMENTNA();
61
62
63
64
65 void setEQUIPMENTNA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum equipmentna);
66
67
68
69
70 void xsetEQUIPMENTNA(gov.grants.apply.system.globalLibraryV20.YesNoDataType equipmentna);
71
72
73
74
75 void unsetEQUIPMENTNA();
76
77
78
79
80 java.lang.String getAPPLICANT();
81
82
83
84
85 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT xgetAPPLICANT();
86
87
88
89
90 boolean isSetAPPLICANT();
91
92
93
94
95 void setAPPLICANT(java.lang.String applicant);
96
97
98
99
100 void xsetAPPLICANT(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT applicant);
101
102
103
104
105 void unsetAPPLICANT();
106
107
108
109
110 java.lang.String getLOCATION();
111
112
113
114
115 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION xgetLOCATION();
116
117
118
119
120 boolean isSetLOCATION();
121
122
123
124
125 void setLOCATION(java.lang.String location);
126
127
128
129
130 void xsetLOCATION(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION location);
131
132
133
134
135 void unsetLOCATION();
136
137
138
139
140 java.util.Calendar getSUBMISSIONDATE();
141
142
143
144
145 org.apache.xmlbeans.XmlDate xgetSUBMISSIONDATE();
146
147
148
149
150 boolean isSetSUBMISSIONDATE();
151
152
153
154
155 void setSUBMISSIONDATE(java.util.Calendar submissiondate);
156
157
158
159
160 void xsetSUBMISSIONDATE(org.apache.xmlbeans.XmlDate submissiondate);
161
162
163
164
165 void unsetSUBMISSIONDATE();
166
167
168
169
170 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail[] getPTFPInventoryDetailArray();
171
172
173
174
175 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail getPTFPInventoryDetailArray(int i);
176
177
178
179
180 int sizeOfPTFPInventoryDetailArray();
181
182
183
184
185 void setPTFPInventoryDetailArray(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail[] ptfpInventoryDetailArray);
186
187
188
189
190 void setPTFPInventoryDetailArray(int i, gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail ptfpInventoryDetail);
191
192
193
194
195 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail insertNewPTFPInventoryDetail(int i);
196
197
198
199
200 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail addNewPTFPInventoryDetail();
201
202
203
204
205 void removePTFPInventoryDetail(int i);
206
207
208
209
210 java.lang.String getFormVersion();
211
212
213
214
215 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
216
217
218
219
220 void setFormVersion(java.lang.String formVersion);
221
222
223
224
225 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
226
227
228
229
230
231
232 public interface APPLICANT extends org.apache.xmlbeans.XmlString
233 {
234 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
235 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(APPLICANT.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicant1703elemtype");
236
237
238
239
240
241
242 public static final class Factory
243 {
244 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT newValue(java.lang.Object obj) {
245 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT) type.newValue( obj ); }
246
247 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT newInstance() {
248 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
249
250 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT newInstance(org.apache.xmlbeans.XmlOptions options) {
251 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
252
253 private Factory() { }
254 }
255 }
256
257
258
259
260
261
262 public interface LOCATION extends org.apache.xmlbeans.XmlString
263 {
264 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
265 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LOCATION.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("location4ca0elemtype");
266
267
268
269
270
271
272 public static final class Factory
273 {
274 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION newValue(java.lang.Object obj) {
275 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION) type.newValue( obj ); }
276
277 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION newInstance() {
278 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
279
280 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION newInstance(org.apache.xmlbeans.XmlOptions options) {
281 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
282
283 private Factory() { }
284 }
285 }
286
287
288
289
290
291
292 public interface PTFPInventoryDetail extends org.apache.xmlbeans.XmlObject
293 {
294 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
295 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PTFPInventoryDetail.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ptfpinventorydetail1439elemtype");
296
297
298
299
300 java.lang.String getITEM();
301
302
303
304
305 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM xgetITEM();
306
307
308
309
310 void setITEM(java.lang.String item);
311
312
313
314
315 void xsetITEM(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM item);
316
317
318
319
320 java.lang.String getMANUFACTURER();
321
322
323
324
325 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER xgetMANUFACTURER();
326
327
328
329
330 void setMANUFACTURER(java.lang.String manufacturer);
331
332
333
334
335 void xsetMANUFACTURER(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER manufacturer);
336
337
338
339
340 java.lang.String getMODEL();
341
342
343
344
345 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL xgetMODEL();
346
347
348
349
350 void setMODEL(java.lang.String model);
351
352
353
354
355 void xsetMODEL(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL model);
356
357
358
359
360 int getQUANTITY();
361
362
363
364
365 gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY xgetQUANTITY();
366
367
368
369
370 void setQUANTITY(int quantity);
371
372
373
374
375 void xsetQUANTITY(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY quantity);
376
377
378
379
380 java.util.Calendar getYEARACQUIRED();
381
382
383
384
385 org.apache.xmlbeans.XmlGYear xgetYEARACQUIRED();
386
387
388
389
390 void setYEARACQUIRED(java.util.Calendar yearacquired);
391
392
393
394
395 void xsetYEARACQUIRED(org.apache.xmlbeans.XmlGYear yearacquired);
396
397
398
399
400
401
402 public interface ITEM extends org.apache.xmlbeans.XmlString
403 {
404 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
405 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ITEM.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("item71a8elemtype");
406
407
408
409
410
411
412 public static final class Factory
413 {
414 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM newValue(java.lang.Object obj) {
415 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM) type.newValue( obj ); }
416
417 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM newInstance() {
418 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
419
420 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM newInstance(org.apache.xmlbeans.XmlOptions options) {
421 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
422
423 private Factory() { }
424 }
425 }
426
427
428
429
430
431
432 public interface MANUFACTURER extends org.apache.xmlbeans.XmlString
433 {
434 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
435 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MANUFACTURER.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("manufacturer65e6elemtype");
436
437
438
439
440
441
442 public static final class Factory
443 {
444 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER newValue(java.lang.Object obj) {
445 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER) type.newValue( obj ); }
446
447 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER newInstance() {
448 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
449
450 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER newInstance(org.apache.xmlbeans.XmlOptions options) {
451 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
452
453 private Factory() { }
454 }
455 }
456
457
458
459
460
461
462 public interface MODEL extends org.apache.xmlbeans.XmlString
463 {
464 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
465 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MODEL.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("model40eeelemtype");
466
467
468
469
470
471
472 public static final class Factory
473 {
474 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL newValue(java.lang.Object obj) {
475 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL) type.newValue( obj ); }
476
477 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL newInstance() {
478 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
479
480 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL newInstance(org.apache.xmlbeans.XmlOptions options) {
481 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
482
483 private Factory() { }
484 }
485 }
486
487
488
489
490
491
492 public interface QUANTITY extends org.apache.xmlbeans.XmlInt
493 {
494 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
495 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QUANTITY.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("quantityb520elemtype");
496
497
498
499
500
501
502 public static final class Factory
503 {
504 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY newValue(java.lang.Object obj) {
505 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY) type.newValue( obj ); }
506
507 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY newInstance() {
508 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
509
510 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY newInstance(org.apache.xmlbeans.XmlOptions options) {
511 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
512
513 private Factory() { }
514 }
515 }
516
517
518
519
520
521
522 public static final class Factory
523 {
524 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail newInstance() {
525 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
526
527 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail newInstance(org.apache.xmlbeans.XmlOptions options) {
528 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
529
530 private Factory() { }
531 }
532 }
533
534
535
536
537
538
539 public static final class Factory
540 {
541 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory newInstance() {
542 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
543
544 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory newInstance(org.apache.xmlbeans.XmlOptions options) {
545 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
546
547 private Factory() { }
548 }
549 }
550
551
552
553
554
555
556 public static final class Factory
557 {
558 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument newInstance() {
559 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
560
561 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
562 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
563
564
565 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
566 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
567
568 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
569 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
570
571
572 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
573 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
574
575 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
576 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
577
578 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
579 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
580
581 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
582 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
583
584 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
585 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
586
587 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
588 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
589
590 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
591 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
592
593 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
594 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
595
596 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
597 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
598
599 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
600 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
601
602 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
603 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
604
605 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
606 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
607
608
609 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
610 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
611
612
613 public static gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
614 return (gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
615
616
617 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 {
618 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
619
620
621 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 {
622 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
623
624 private Factory() { }
625 }
626 }