View Javadoc
1   /*
2    * An XML document type.
3    * Localname: COPS_Sh_ApplicationAttachment_2_0
4    * Namespace: http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment_2_0-V2.0
5    * Java type: gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.copsShApplicationAttachment20V20;
10  
11  
12  /**
13   * A document containing one COPS_Sh_ApplicationAttachment_2_0(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment_2_0-V2.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface COPSShApplicationAttachment20Document 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(COPSShApplicationAttachment20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("copsshapplicationattachment20f3b0doctype");
21      
22      /**
23       * Gets the "COPS_Sh_ApplicationAttachment_2_0" element
24       */
25      gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 getCOPSShApplicationAttachment20();
26      
27      /**
28       * Sets the "COPS_Sh_ApplicationAttachment_2_0" element
29       */
30      void setCOPSShApplicationAttachment20(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 copsShApplicationAttachment20);
31      
32      /**
33       * Appends and returns a new empty "COPS_Sh_ApplicationAttachment_2_0" element
34       */
35      gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 addNewCOPSShApplicationAttachment20();
36      
37      /**
38       * An XML COPS_Sh_ApplicationAttachment_2_0(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment_2_0-V2.0).
39       *
40       * This is a complex type.
41       */
42      public interface COPSShApplicationAttachment20 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(COPSShApplicationAttachment20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("copsshapplicationattachment20fa47elemtype");
46          
47          /**
48           * Gets the "ProgramSelection" element
49           */
50          gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection.Enum getProgramSelection();
51          
52          /**
53           * Gets (as xml) the "ProgramSelection" element
54           */
55          gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection xgetProgramSelection();
56          
57          /**
58           * Sets the "ProgramSelection" element
59           */
60          void setProgramSelection(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection.Enum programSelection);
61          
62          /**
63           * Sets (as xml) the "ProgramSelection" element
64           */
65          void xsetProgramSelection(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.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.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.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.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.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.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.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.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.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_2_0-V2.0).
129          *
130          * This is an atomic type that is a restriction of gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document$COPSShApplicationAttachment20$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("programselection70a3elemtype");
136             
137             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
138             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
139             
140             static final Enum COPS_HIRING_PROGRAM = Enum.forString("COPS Hiring Program");
141             static final Enum COMMUNITY_POLICING_DEVELOPMENT = Enum.forString("Community Policing Development");
142             static final Enum MICRO_GRANTS_FOR_LAW_ENFORCEMENT_AGENCIES = Enum.forString("Micro Grants for Law Enforcement Agencies");
143             
144             static final int INT_COPS_HIRING_PROGRAM = Enum.INT_COPS_HIRING_PROGRAM;
145             static final int INT_COMMUNITY_POLICING_DEVELOPMENT = Enum.INT_COMMUNITY_POLICING_DEVELOPMENT;
146             static final int INT_MICRO_GRANTS_FOR_LAW_ENFORCEMENT_AGENCIES = Enum.INT_MICRO_GRANTS_FOR_LAW_ENFORCEMENT_AGENCIES;
147             
148             /**
149              * Enumeration value class for gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document$COPSShApplicationAttachment20$ProgramSelection.
150              * These enum values can be used as follows:
151              * <pre>
152              * enum.toString(); // returns the string value of the enum
153              * enum.intValue(); // returns an int value, useful for switches
154              * // e.g., case Enum.INT_COPS_HIRING_PROGRAM
155              * Enum.forString(s); // returns the enum value for a string
156              * Enum.forInt(i); // returns the enum value for an int
157              * </pre>
158              * Enumeration objects are immutable singleton objects that
159              * can be compared using == object equality. They have no
160              * public constructor. See the constants defined within this
161              * class for all the valid values.
162              */
163             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
164             {
165                 /**
166                  * Returns the enum value for a string, or null if none.
167                  */
168                 public static Enum forString(java.lang.String s)
169                     { return (Enum)table.forString(s); }
170                 /**
171                  * Returns the enum value corresponding to an int, or null if none.
172                  */
173                 public static Enum forInt(int i)
174                     { return (Enum)table.forInt(i); }
175                 
176                 private Enum(java.lang.String s, int i)
177                     { super(s, i); }
178                 
179                 static final int INT_COPS_HIRING_PROGRAM = 1;
180                 static final int INT_COMMUNITY_POLICING_DEVELOPMENT = 2;
181                 static final int INT_MICRO_GRANTS_FOR_LAW_ENFORCEMENT_AGENCIES = 3;
182                 
183                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
184                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
185                 (
186                     new Enum[]
187                     {
188                       new Enum("COPS Hiring Program", INT_COPS_HIRING_PROGRAM),
189                       new Enum("Community Policing Development", INT_COMMUNITY_POLICING_DEVELOPMENT),
190                       new Enum("Micro Grants for Law Enforcement Agencies", INT_MICRO_GRANTS_FOR_LAW_ENFORCEMENT_AGENCIES),
191                     }
192                 );
193                 private static final long serialVersionUID = 1L;
194                 private java.lang.Object readResolve() { return forInt(intValue()); } 
195             }
196             
197             /**
198              * A factory class with static methods for creating instances
199              * of this type.
200              */
201             
202             public static final class Factory
203             {
204                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection newValue(java.lang.Object obj) {
205                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection) type.newValue( obj ); }
206                 
207                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection newInstance() {
208                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
209                 
210                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection newInstance(org.apache.xmlbeans.XmlOptions options) {
211                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
212                 
213                 private Factory() { } // No instance of this class allowed
214             }
215         }
216         
217         /**
218          * An XML ORINumber(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment_2_0-V2.0).
219          *
220          * This is an atomic type that is a restriction of gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document$COPSShApplicationAttachment20$ORINumber.
221          */
222         public interface ORINumber extends org.apache.xmlbeans.XmlString
223         {
224             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
225                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ORINumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("orinumber7e0celemtype");
226             
227             /**
228              * A factory class with static methods for creating instances
229              * of this type.
230              */
231             
232             public static final class Factory
233             {
234                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber newValue(java.lang.Object obj) {
235                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber) type.newValue( obj ); }
236                 
237                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber newInstance() {
238                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
239                 
240                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber newInstance(org.apache.xmlbeans.XmlOptions options) {
241                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
242                 
243                 private Factory() { } // No instance of this class allowed
244             }
245         }
246         
247         /**
248          * An XML ORIVerification(@http://apply.grants.gov/forms/COPS_Sh_ApplicationAttachment_2_0-V2.0).
249          *
250          * This is an atomic type that is a restriction of gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document$COPSShApplicationAttachment20$ORIVerification.
251          */
252         public interface ORIVerification extends org.apache.xmlbeans.XmlString
253         {
254             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
255                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ORIVerification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("oriverification8afaelemtype");
256             
257             /**
258              * A factory class with static methods for creating instances
259              * of this type.
260              */
261             
262             public static final class Factory
263             {
264                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification newValue(java.lang.Object obj) {
265                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification) type.newValue( obj ); }
266                 
267                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification newInstance() {
268                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
269                 
270                 public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification newInstance(org.apache.xmlbeans.XmlOptions options) {
271                   return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
272                 
273                 private Factory() { } // No instance of this class allowed
274             }
275         }
276         
277         /**
278          * A factory class with static methods for creating instances
279          * of this type.
280          */
281         
282         public static final class Factory
283         {
284             public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 newInstance() {
285               return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
286             
287             public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 newInstance(org.apache.xmlbeans.XmlOptions options) {
288               return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
289             
290             private Factory() { } // No instance of this class allowed
291         }
292     }
293     
294     /**
295      * A factory class with static methods for creating instances
296      * of this type.
297      */
298     
299     public static final class Factory
300     {
301         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document newInstance() {
302           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
303         
304         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
305           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
306         
307         /** @param xmlAsString the string value to parse */
308         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
309           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
310         
311         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
312           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
313         
314         /** @param file the file from which to load an xml document */
315         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
316           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
317         
318         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
319           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
320         
321         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
322           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
323         
324         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
325           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
326         
327         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
328           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
329         
330         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
331           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
332         
333         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
334           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
335         
336         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
337           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
338         
339         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
340           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
341         
342         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
343           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
344         
345         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
346           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
347         
348         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
349           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
350         
351         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
352         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
353           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
354         
355         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
356         public static gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
357           return (gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
358         
359         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
360         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 {
361           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
362         
363         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
364         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 {
365           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
366         
367         private Factory() { } // No instance of this class allowed
368     }
369 }