View Javadoc
1   /*
2    * An XML document type.
3    * Localname: COPS_Sh_ApplicationAttachment
4    * Namespace: http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment-V1.0
5    * Java type: gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.copsShApplicationAttachmentV10;
10  
11  
12  /**
13   * A document containing one COPS_Sh_ApplicationAttachment(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface COPSShApplicationAttachmentDocument 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(COPSShApplicationAttachmentDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("copsshapplicationattachment9eb7doctype");
21      
22      /**
23       * Gets the "COPS_Sh_ApplicationAttachment" element
24       */
25      gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment getCOPSShApplicationAttachment();
26      
27      /**
28       * Sets the "COPS_Sh_ApplicationAttachment" element
29       */
30      void setCOPSShApplicationAttachment(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment copsShApplicationAttachment);
31      
32      /**
33       * Appends and returns a new empty "COPS_Sh_ApplicationAttachment" element
34       */
35      gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment addNewCOPSShApplicationAttachment();
36      
37      /**
38       * An XML COPS_Sh_ApplicationAttachment(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface COPSShApplicationAttachment 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(COPSShApplicationAttachment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("copsshapplicationattachment15f2elemtype");
46          
47          /**
48           * Gets the "ProgramSelection" element
49           */
50          gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection.Enum getProgramSelection();
51          
52          /**
53           * Gets (as xml) the "ProgramSelection" element
54           */
55          gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection xgetProgramSelection();
56          
57          /**
58           * Sets the "ProgramSelection" element
59           */
60          void setProgramSelection(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection.Enum programSelection);
61          
62          /**
63           * Sets (as xml) the "ProgramSelection" element
64           */
65          void xsetProgramSelection(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection programSelection);
66          
67          /**
68           * Gets the "ORINumber" element
69           */
70          java.lang.String getORINumber();
71          
72          /**
73           * Gets (as xml) the "ORINumber" element
74           */
75          gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber xgetORINumber();
76          
77          /**
78           * Sets the "ORINumber" element
79           */
80          void setORINumber(java.lang.String oriNumber);
81          
82          /**
83           * Sets (as xml) the "ORINumber" element
84           */
85          void xsetORINumber(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber oriNumber);
86          
87          /**
88           * Gets the "ORIVerification" element
89           */
90          java.lang.String getORIVerification();
91          
92          /**
93           * Gets (as xml) the "ORIVerification" element
94           */
95          gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification xgetORIVerification();
96          
97          /**
98           * Sets the "ORIVerification" element
99           */
100         void setORIVerification(java.lang.String oriVerification);
101         
102         /**
103          * Sets (as xml) the "ORIVerification" element
104          */
105         void xsetORIVerification(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification oriVerification);
106         
107         /**
108          * Gets the "FormVersion" attribute
109          */
110         java.lang.String getFormVersion();
111         
112         /**
113          * Gets (as xml) the "FormVersion" attribute
114          */
115         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
116         
117         /**
118          * Sets the "FormVersion" attribute
119          */
120         void setFormVersion(java.lang.String formVersion);
121         
122         /**
123          * Sets (as xml) the "FormVersion" attribute
124          */
125         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
126         
127         /**
128          * An XML ProgramSelection(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment-V1.0).
129          *
130          * This is an atomic type that is a restriction of gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument$COPSShApplicationAttachment$ProgramSelection.
131          */
132         public interface ProgramSelection extends org.apache.xmlbeans.XmlString
133         {
134             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
135                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProgramSelection.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("programselection364eelemtype");
136             
137             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
138             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
139             
140             static final Enum CHILD_SEXUAL_PREDATOR_PROGRAM = Enum.forString("Child Sexual Predator Program");
141             static final Enum COMMUNITY_POLICING_DEVELOPMENT = Enum.forString("Community Policing Development");
142             static final Enum COPS_HIRING_PROGRAM = Enum.forString("COPS Hiring Program");
143             static final Enum SECURE_OUR_SCHOOLS = Enum.forString("Secure Our Schools");
144             static final Enum TARGETED_TECHNOLOGY_PROGRAM = Enum.forString("Targeted - Technology Program");
145             static final Enum TARGETED_METHAMPHETAMINE_INITIATIVE = Enum.forString("Targeted - Methamphetamine Initiative");
146             static final Enum TARGETED_SAFE_SCHOOLS_INITIATIVE = Enum.forString("Targeted - Safe Schools Initiative");
147             
148             static final int INT_CHILD_SEXUAL_PREDATOR_PROGRAM = Enum.INT_CHILD_SEXUAL_PREDATOR_PROGRAM;
149             static final int INT_COMMUNITY_POLICING_DEVELOPMENT = Enum.INT_COMMUNITY_POLICING_DEVELOPMENT;
150             static final int INT_COPS_HIRING_PROGRAM = Enum.INT_COPS_HIRING_PROGRAM;
151             static final int INT_SECURE_OUR_SCHOOLS = Enum.INT_SECURE_OUR_SCHOOLS;
152             static final int INT_TARGETED_TECHNOLOGY_PROGRAM = Enum.INT_TARGETED_TECHNOLOGY_PROGRAM;
153             static final int INT_TARGETED_METHAMPHETAMINE_INITIATIVE = Enum.INT_TARGETED_METHAMPHETAMINE_INITIATIVE;
154             static final int INT_TARGETED_SAFE_SCHOOLS_INITIATIVE = Enum.INT_TARGETED_SAFE_SCHOOLS_INITIATIVE;
155             
156             /**
157              * Enumeration value class for gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument$COPSShApplicationAttachment$ProgramSelection.
158              * These enum values can be used as follows:
159              * <pre>
160              * enum.toString(); // returns the string value of the enum
161              * enum.intValue(); // returns an int value, useful for switches
162              * // e.g., case Enum.INT_CHILD_SEXUAL_PREDATOR_PROGRAM
163              * Enum.forString(s); // returns the enum value for a string
164              * Enum.forInt(i); // returns the enum value for an int
165              * </pre>
166              * Enumeration objects are immutable singleton objects that
167              * can be compared using == object equality. They have no
168              * public constructor. See the constants defined within this
169              * class for all the valid values.
170              */
171             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
172             {
173                 /**
174                  * Returns the enum value for a string, or null if none.
175                  */
176                 public static Enum forString(java.lang.String s)
177                     { return (Enum)table.forString(s); }
178                 /**
179                  * Returns the enum value corresponding to an int, or null if none.
180                  */
181                 public static Enum forInt(int i)
182                     { return (Enum)table.forInt(i); }
183                 
184                 private Enum(java.lang.String s, int i)
185                     { super(s, i); }
186                 
187                 static final int INT_CHILD_SEXUAL_PREDATOR_PROGRAM = 1;
188                 static final int INT_COMMUNITY_POLICING_DEVELOPMENT = 2;
189                 static final int INT_COPS_HIRING_PROGRAM = 3;
190                 static final int INT_SECURE_OUR_SCHOOLS = 4;
191                 static final int INT_TARGETED_TECHNOLOGY_PROGRAM = 5;
192                 static final int INT_TARGETED_METHAMPHETAMINE_INITIATIVE = 6;
193                 static final int INT_TARGETED_SAFE_SCHOOLS_INITIATIVE = 7;
194                 
195                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
196                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
197                 (
198                     new Enum[]
199                     {
200                       new Enum("Child Sexual Predator Program", INT_CHILD_SEXUAL_PREDATOR_PROGRAM),
201                       new Enum("Community Policing Development", INT_COMMUNITY_POLICING_DEVELOPMENT),
202                       new Enum("COPS Hiring Program", INT_COPS_HIRING_PROGRAM),
203                       new Enum("Secure Our Schools", INT_SECURE_OUR_SCHOOLS),
204                       new Enum("Targeted - Technology Program", INT_TARGETED_TECHNOLOGY_PROGRAM),
205                       new Enum("Targeted - Methamphetamine Initiative", INT_TARGETED_METHAMPHETAMINE_INITIATIVE),
206                       new Enum("Targeted - Safe Schools Initiative", INT_TARGETED_SAFE_SCHOOLS_INITIATIVE),
207                     }
208                 );
209                 private static final long serialVersionUID = 1L;
210                 private java.lang.Object readResolve() { return forInt(intValue()); } 
211             }
212             
213             /**
214              * A factory class with static methods for creating instances
215              * of this type.
216              */
217             
218             public static final class Factory
219             {
220                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection newValue(java.lang.Object obj) {
221                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection) type.newValue( obj ); }
222                 
223                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection newInstance() {
224                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
225                 
226                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection newInstance(org.apache.xmlbeans.XmlOptions options) {
227                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
228                 
229                 private Factory() { } // No instance of this class allowed
230             }
231         }
232         
233         /**
234          * An XML ORINumber(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment-V1.0).
235          *
236          * This is an atomic type that is a restriction of gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument$COPSShApplicationAttachment$ORINumber.
237          */
238         public interface ORINumber extends org.apache.xmlbeans.XmlString
239         {
240             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
241                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ORINumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("orinumber5937elemtype");
242             
243             /**
244              * A factory class with static methods for creating instances
245              * of this type.
246              */
247             
248             public static final class Factory
249             {
250                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber newValue(java.lang.Object obj) {
251                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber) type.newValue( obj ); }
252                 
253                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber newInstance() {
254                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
255                 
256                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber newInstance(org.apache.xmlbeans.XmlOptions options) {
257                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
258                 
259                 private Factory() { } // No instance of this class allowed
260             }
261         }
262         
263         /**
264          * An XML ORIVerification(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment-V1.0).
265          *
266          * This is an atomic type that is a restriction of gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument$COPSShApplicationAttachment$ORIVerification.
267          */
268         public interface ORIVerification extends org.apache.xmlbeans.XmlString
269         {
270             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
271                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ORIVerification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("oriverificationdb25elemtype");
272             
273             /**
274              * A factory class with static methods for creating instances
275              * of this type.
276              */
277             
278             public static final class Factory
279             {
280                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification newValue(java.lang.Object obj) {
281                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification) type.newValue( obj ); }
282                 
283                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification newInstance() {
284                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
285                 
286                 public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification newInstance(org.apache.xmlbeans.XmlOptions options) {
287                   return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
288                 
289                 private Factory() { } // No instance of this class allowed
290             }
291         }
292         
293         /**
294          * A factory class with static methods for creating instances
295          * of this type.
296          */
297         
298         public static final class Factory
299         {
300             public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment newInstance() {
301               return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
302             
303             public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment newInstance(org.apache.xmlbeans.XmlOptions options) {
304               return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
305             
306             private Factory() { } // No instance of this class allowed
307         }
308     }
309     
310     /**
311      * A factory class with static methods for creating instances
312      * of this type.
313      */
314     
315     public static final class Factory
316     {
317         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument newInstance() {
318           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
319         
320         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
321           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
322         
323         /** @param xmlAsString the string value to parse */
324         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
325           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
326         
327         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
328           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
329         
330         /** @param file the file from which to load an xml document */
331         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
332           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
333         
334         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
335           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
336         
337         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
338           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
339         
340         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
341           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
342         
343         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
344           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
345         
346         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
347           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
348         
349         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
350           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
351         
352         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
353           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
354         
355         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
356           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
357         
358         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
359           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
360         
361         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
362           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
363         
364         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
365           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
366         
367         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
368         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
369           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
370         
371         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
372         public static gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
373           return (gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
374         
375         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
376         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 {
377           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
378         
379         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
380         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 {
381           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
382         
383         private Factory() { } // No instance of this class allowed
384     }
385 }