1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.copsShApplicationAttachmentV10;
10
11
12
13
14
15
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
24
25 gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment getCOPSShApplicationAttachment();
26
27
28
29
30 void setCOPSShApplicationAttachment(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment copsShApplicationAttachment);
31
32
33
34
35 gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment addNewCOPSShApplicationAttachment();
36
37
38
39
40
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
49
50 gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection.Enum getProgramSelection();
51
52
53
54
55 gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection xgetProgramSelection();
56
57
58
59
60 void setProgramSelection(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection.Enum programSelection);
61
62
63
64
65 void xsetProgramSelection(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ProgramSelection programSelection);
66
67
68
69
70 java.lang.String getORINumber();
71
72
73
74
75 gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber xgetORINumber();
76
77
78
79
80 void setORINumber(java.lang.String oriNumber);
81
82
83
84
85 void xsetORINumber(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORINumber oriNumber);
86
87
88
89
90 java.lang.String getORIVerification();
91
92
93
94
95 gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.ORIVerification xgetORIVerification();
96
97
98
99
100 void setORIVerification(java.lang.String oriVerification);
101
102
103
104
105 void xsetORIVerification(gov.grants.apply.forms.copsShApplicationAttachmentV10.COPSShApplicationAttachmentDocument.COPSShApplicationAttachment.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("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
158
159
160
161
162
163
164
165
166
167
168
169
170
171 static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
172 {
173
174
175
176 public static Enum forString(java.lang.String s)
177 { return (Enum)table.forString(s); }
178
179
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
215
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() { }
230 }
231 }
232
233
234
235
236
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
245
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() { }
260 }
261 }
262
263
264
265
266
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
275
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() { }
290 }
291 }
292
293
294
295
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() { }
307 }
308 }
309
310
311
312
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
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
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
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
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
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
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() { }
384 }
385 }