View Javadoc
1   /*
2    * An XML document type.
3    * Localname: PTFP5_Inventory
4    * Namespace: http://apply.grants.gov/forms/PTFP5_Inventory-V1.0
5    * Java type: gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.ptfp5InventoryV10;
10  
11  
12  /**
13   * A document containing one PTFP5_Inventory(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0) element.
14   *
15   * This is a complex type.
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       * Gets the "PTFP5_Inventory" element
24       */
25      gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory getPTFP5Inventory();
26      
27      /**
28       * Sets the "PTFP5_Inventory" element
29       */
30      void setPTFP5Inventory(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory ptfp5Inventory);
31      
32      /**
33       * Appends and returns a new empty "PTFP5_Inventory" element
34       */
35      gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory addNewPTFP5Inventory();
36      
37      /**
38       * An XML PTFP5_Inventory(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
39       *
40       * This is a complex type.
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           * Gets the "EQUIPMENT_NA" element
49           */
50          gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEQUIPMENTNA();
51          
52          /**
53           * Gets (as xml) the "EQUIPMENT_NA" element
54           */
55          gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEQUIPMENTNA();
56          
57          /**
58           * True if has "EQUIPMENT_NA" element
59           */
60          boolean isSetEQUIPMENTNA();
61          
62          /**
63           * Sets the "EQUIPMENT_NA" element
64           */
65          void setEQUIPMENTNA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum equipmentna);
66          
67          /**
68           * Sets (as xml) the "EQUIPMENT_NA" element
69           */
70          void xsetEQUIPMENTNA(gov.grants.apply.system.globalLibraryV20.YesNoDataType equipmentna);
71          
72          /**
73           * Unsets the "EQUIPMENT_NA" element
74           */
75          void unsetEQUIPMENTNA();
76          
77          /**
78           * Gets the "APPLICANT" element
79           */
80          java.lang.String getAPPLICANT();
81          
82          /**
83           * Gets (as xml) the "APPLICANT" element
84           */
85          gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT xgetAPPLICANT();
86          
87          /**
88           * True if has "APPLICANT" element
89           */
90          boolean isSetAPPLICANT();
91          
92          /**
93           * Sets the "APPLICANT" element
94           */
95          void setAPPLICANT(java.lang.String applicant);
96          
97          /**
98           * Sets (as xml) the "APPLICANT" element
99           */
100         void xsetAPPLICANT(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.APPLICANT applicant);
101         
102         /**
103          * Unsets the "APPLICANT" element
104          */
105         void unsetAPPLICANT();
106         
107         /**
108          * Gets the "LOCATION" element
109          */
110         java.lang.String getLOCATION();
111         
112         /**
113          * Gets (as xml) the "LOCATION" element
114          */
115         gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION xgetLOCATION();
116         
117         /**
118          * True if has "LOCATION" element
119          */
120         boolean isSetLOCATION();
121         
122         /**
123          * Sets the "LOCATION" element
124          */
125         void setLOCATION(java.lang.String location);
126         
127         /**
128          * Sets (as xml) the "LOCATION" element
129          */
130         void xsetLOCATION(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.LOCATION location);
131         
132         /**
133          * Unsets the "LOCATION" element
134          */
135         void unsetLOCATION();
136         
137         /**
138          * Gets the "SUBMISSION_DATE" element
139          */
140         java.util.Calendar getSUBMISSIONDATE();
141         
142         /**
143          * Gets (as xml) the "SUBMISSION_DATE" element
144          */
145         org.apache.xmlbeans.XmlDate xgetSUBMISSIONDATE();
146         
147         /**
148          * True if has "SUBMISSION_DATE" element
149          */
150         boolean isSetSUBMISSIONDATE();
151         
152         /**
153          * Sets the "SUBMISSION_DATE" element
154          */
155         void setSUBMISSIONDATE(java.util.Calendar submissiondate);
156         
157         /**
158          * Sets (as xml) the "SUBMISSION_DATE" element
159          */
160         void xsetSUBMISSIONDATE(org.apache.xmlbeans.XmlDate submissiondate);
161         
162         /**
163          * Unsets the "SUBMISSION_DATE" element
164          */
165         void unsetSUBMISSIONDATE();
166         
167         /**
168          * Gets array of all "PTFP_InventoryDetail" elements
169          */
170         gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail[] getPTFPInventoryDetailArray();
171         
172         /**
173          * Gets ith "PTFP_InventoryDetail" element
174          */
175         gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail getPTFPInventoryDetailArray(int i);
176         
177         /**
178          * Returns number of "PTFP_InventoryDetail" element
179          */
180         int sizeOfPTFPInventoryDetailArray();
181         
182         /**
183          * Sets array of all "PTFP_InventoryDetail" element
184          */
185         void setPTFPInventoryDetailArray(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail[] ptfpInventoryDetailArray);
186         
187         /**
188          * Sets ith "PTFP_InventoryDetail" element
189          */
190         void setPTFPInventoryDetailArray(int i, gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail ptfpInventoryDetail);
191         
192         /**
193          * Inserts and returns a new empty value (as xml) as the ith "PTFP_InventoryDetail" element
194          */
195         gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail insertNewPTFPInventoryDetail(int i);
196         
197         /**
198          * Appends and returns a new empty value (as xml) as the last "PTFP_InventoryDetail" element
199          */
200         gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail addNewPTFPInventoryDetail();
201         
202         /**
203          * Removes the ith "PTFP_InventoryDetail" element
204          */
205         void removePTFPInventoryDetail(int i);
206         
207         /**
208          * Gets the "FormVersion" attribute
209          */
210         java.lang.String getFormVersion();
211         
212         /**
213          * Gets (as xml) the "FormVersion" attribute
214          */
215         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
216         
217         /**
218          * Sets the "FormVersion" attribute
219          */
220         void setFormVersion(java.lang.String formVersion);
221         
222         /**
223          * Sets (as xml) the "FormVersion" attribute
224          */
225         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
226         
227         /**
228          * An XML APPLICANT(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
229          *
230          * This is an atomic type that is a restriction of gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument$PTFP5Inventory$APPLICANT.
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              * A factory class with static methods for creating instances
239              * of this type.
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() { } // No instance of this class allowed
254             }
255         }
256         
257         /**
258          * An XML LOCATION(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
259          *
260          * This is an atomic type that is a restriction of gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument$PTFP5Inventory$LOCATION.
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              * A factory class with static methods for creating instances
269              * of this type.
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() { } // No instance of this class allowed
284             }
285         }
286         
287         /**
288          * An XML PTFP_InventoryDetail(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
289          *
290          * This is a complex type.
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              * Gets the "ITEM" element
299              */
300             java.lang.String getITEM();
301             
302             /**
303              * Gets (as xml) the "ITEM" element
304              */
305             gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM xgetITEM();
306             
307             /**
308              * Sets the "ITEM" element
309              */
310             void setITEM(java.lang.String item);
311             
312             /**
313              * Sets (as xml) the "ITEM" element
314              */
315             void xsetITEM(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.ITEM item);
316             
317             /**
318              * Gets the "MANUFACTURER" element
319              */
320             java.lang.String getMANUFACTURER();
321             
322             /**
323              * Gets (as xml) the "MANUFACTURER" element
324              */
325             gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER xgetMANUFACTURER();
326             
327             /**
328              * Sets the "MANUFACTURER" element
329              */
330             void setMANUFACTURER(java.lang.String manufacturer);
331             
332             /**
333              * Sets (as xml) the "MANUFACTURER" element
334              */
335             void xsetMANUFACTURER(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MANUFACTURER manufacturer);
336             
337             /**
338              * Gets the "MODEL" element
339              */
340             java.lang.String getMODEL();
341             
342             /**
343              * Gets (as xml) the "MODEL" element
344              */
345             gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL xgetMODEL();
346             
347             /**
348              * Sets the "MODEL" element
349              */
350             void setMODEL(java.lang.String model);
351             
352             /**
353              * Sets (as xml) the "MODEL" element
354              */
355             void xsetMODEL(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.MODEL model);
356             
357             /**
358              * Gets the "QUANTITY" element
359              */
360             int getQUANTITY();
361             
362             /**
363              * Gets (as xml) the "QUANTITY" element
364              */
365             gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY xgetQUANTITY();
366             
367             /**
368              * Sets the "QUANTITY" element
369              */
370             void setQUANTITY(int quantity);
371             
372             /**
373              * Sets (as xml) the "QUANTITY" element
374              */
375             void xsetQUANTITY(gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument.PTFP5Inventory.PTFPInventoryDetail.QUANTITY quantity);
376             
377             /**
378              * Gets the "YEAR_ACQUIRED" element
379              */
380             java.util.Calendar getYEARACQUIRED();
381             
382             /**
383              * Gets (as xml) the "YEAR_ACQUIRED" element
384              */
385             org.apache.xmlbeans.XmlGYear xgetYEARACQUIRED();
386             
387             /**
388              * Sets the "YEAR_ACQUIRED" element
389              */
390             void setYEARACQUIRED(java.util.Calendar yearacquired);
391             
392             /**
393              * Sets (as xml) the "YEAR_ACQUIRED" element
394              */
395             void xsetYEARACQUIRED(org.apache.xmlbeans.XmlGYear yearacquired);
396             
397             /**
398              * An XML ITEM(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
399              *
400              * This is an atomic type that is a restriction of gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument$PTFP5Inventory$PTFPInventoryDetail$ITEM.
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                  * A factory class with static methods for creating instances
409                  * of this type.
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() { } // No instance of this class allowed
424                 }
425             }
426             
427             /**
428              * An XML MANUFACTURER(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
429              *
430              * This is an atomic type that is a restriction of gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument$PTFP5Inventory$PTFPInventoryDetail$MANUFACTURER.
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                  * A factory class with static methods for creating instances
439                  * of this type.
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() { } // No instance of this class allowed
454                 }
455             }
456             
457             /**
458              * An XML MODEL(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
459              *
460              * This is an atomic type that is a restriction of gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument$PTFP5Inventory$PTFPInventoryDetail$MODEL.
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                  * A factory class with static methods for creating instances
469                  * of this type.
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() { } // No instance of this class allowed
484                 }
485             }
486             
487             /**
488              * An XML QUANTITY(@http://apply.grants.gov/forms/PTFP5_Inventory-V1.0).
489              *
490              * This is an atomic type that is a restriction of gov.grants.apply.forms.ptfp5InventoryV10.PTFP5InventoryDocument$PTFP5Inventory$PTFPInventoryDetail$QUANTITY.
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                  * A factory class with static methods for creating instances
499                  * of this type.
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() { } // No instance of this class allowed
514                 }
515             }
516             
517             /**
518              * A factory class with static methods for creating instances
519              * of this type.
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() { } // No instance of this class allowed
531             }
532         }
533         
534         /**
535          * A factory class with static methods for creating instances
536          * of this type.
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() { } // No instance of this class allowed
548         }
549     }
550     
551     /**
552      * A factory class with static methods for creating instances
553      * of this type.
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         /** @param xmlAsString the string value to parse */
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         /** @param file the file from which to load an xml document */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
625     }
626 }