1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.copsShApplicationAttachment20V20;
10
11
12
13
14
15
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
24
25 gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 getCOPSShApplicationAttachment20();
26
27
28
29
30 void setCOPSShApplicationAttachment20(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 copsShApplicationAttachment20);
31
32
33
34
35 gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20 addNewCOPSShApplicationAttachment20();
36
37
38
39
40
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
49
50 gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection.Enum getProgramSelection();
51
52
53
54
55 gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection xgetProgramSelection();
56
57
58
59
60 void setProgramSelection(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection.Enum programSelection);
61
62
63
64
65 void xsetProgramSelection(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ProgramSelection programSelection);
66
67
68
69
70 java.lang.String getORINumber();
71
72
73
74
75 gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber xgetORINumber();
76
77
78
79
80 void setORINumber(java.lang.String oriNumber);
81
82
83
84
85 void xsetORINumber(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORINumber oriNumber);
86
87
88
89
90 java.lang.String getORIVerification();
91
92
93
94
95 gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification xgetORIVerification();
96
97
98
99
100 void setORIVerification(java.lang.String oriVerification);
101
102
103
104
105 void xsetORIVerification(gov.grants.apply.forms.copsShApplicationAttachment20V20.COPSShApplicationAttachment20Document.COPSShApplicationAttachment20.ORIVerification oriVerification);
106
107
108
109
110 java.lang.String getFormVersion();
111
112
113
114
115 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
116
117
118
119
120 void setFormVersion(java.lang.String formVersion);
121
122
123
124
125 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
126
127
128
129
130
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
164 {
165
166
167
168 public static Enum forString(java.lang.String s)
169 { return (Enum)table.forString(s); }
170
171
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
199
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() { }
214 }
215 }
216
217
218
219
220
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
229
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() { }
244 }
245 }
246
247
248
249
250
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
259
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() { }
274 }
275 }
276
277
278
279
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() { }
291 }
292 }
293
294
295
296
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
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
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
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
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
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
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() { }
368 }
369 }