1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.imlsBudgetV10;
10
11
12
13
14
15
16
17 public interface IMLSBudgetDocument 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(IMLSBudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("imlsbudget1577doctype");
21
22
23
24
25 gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget getIMLSBudget();
26
27
28
29
30 void setIMLSBudget(gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget imlsBudget);
31
32
33
34
35 gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget addNewIMLSBudget();
36
37
38
39
40
41
42 public interface IMLSBudget 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(IMLSBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("imlsbudgetaeb2elemtype");
46
47
48
49
50 java.lang.String getApplicantLegalName();
51
52
53
54
55 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantLegalName();
56
57
58
59
60 void setApplicantLegalName(java.lang.String applicantLegalName);
61
62
63
64
65 void xsetApplicantLegalName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantLegalName);
66
67
68
69
70 java.util.Calendar getRequestedGrantPeriodFrom();
71
72
73
74
75 org.apache.xmlbeans.XmlDate xgetRequestedGrantPeriodFrom();
76
77
78
79
80 void setRequestedGrantPeriodFrom(java.util.Calendar requestedGrantPeriodFrom);
81
82
83
84
85 void xsetRequestedGrantPeriodFrom(org.apache.xmlbeans.XmlDate requestedGrantPeriodFrom);
86
87
88
89
90 java.util.Calendar getRequestedGrantPeriodTo();
91
92
93
94
95 org.apache.xmlbeans.XmlDate xgetRequestedGrantPeriodTo();
96
97
98
99
100 void setRequestedGrantPeriodTo(java.util.Calendar requestedGrantPeriodTo);
101
102
103
104
105 void xsetRequestedGrantPeriodTo(org.apache.xmlbeans.XmlDate requestedGrantPeriodTo);
106
107
108
109
110 java.lang.String getApplicationNumber();
111
112
113
114
115 gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber xgetApplicationNumber();
116
117
118
119
120 boolean isSetApplicationNumber();
121
122
123
124
125 void setApplicationNumber(java.lang.String applicationNumber);
126
127
128
129
130 void xsetApplicationNumber(gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber applicationNumber);
131
132
133
134
135 void unsetApplicationNumber();
136
137
138
139
140 gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType[] getDetailedBudgetArray();
141
142
143
144
145 gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType getDetailedBudgetArray(int i);
146
147
148
149
150 int sizeOfDetailedBudgetArray();
151
152
153
154
155 void setDetailedBudgetArray(gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType[] detailedBudgetArray);
156
157
158
159
160 void setDetailedBudgetArray(int i, gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType detailedBudget);
161
162
163
164
165 gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType insertNewDetailedBudget(int i);
166
167
168
169
170 gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType addNewDetailedBudget();
171
172
173
174
175 void removeDetailedBudget(int i);
176
177
178
179
180 gov.grants.apply.forms.imlsBudgetV10.BudgetSummaryDataType getBudgetSummary();
181
182
183
184
185 void setBudgetSummary(gov.grants.apply.forms.imlsBudgetV10.BudgetSummaryDataType budgetSummary);
186
187
188
189
190 gov.grants.apply.forms.imlsBudgetV10.BudgetSummaryDataType addNewBudgetSummary();
191
192
193
194
195 java.lang.String getFormVersion();
196
197
198
199
200 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
201
202
203
204
205 void setFormVersion(java.lang.String formVersion);
206
207
208
209
210 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
211
212
213
214
215
216
217 public interface ApplicationNumber extends org.apache.xmlbeans.XmlString
218 {
219 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
220 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationnumbera68delemtype");
221
222
223
224
225
226
227 public static final class Factory
228 {
229 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber newValue(java.lang.Object obj) {
230 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber) type.newValue( obj ); }
231
232 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber newInstance() {
233 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
234
235 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
236 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
237
238 private Factory() { }
239 }
240 }
241
242
243
244
245
246
247 public static final class Factory
248 {
249 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget newInstance() {
250 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
251
252 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
253 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
254
255 private Factory() { }
256 }
257 }
258
259
260
261
262
263
264 public static final class Factory
265 {
266 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument newInstance() {
267 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
268
269 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
270 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
271
272
273 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
274 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
275
276 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
277 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
278
279
280 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
281 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
282
283 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
284 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
285
286 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
287 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
288
289 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
290 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
291
292 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
293 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
294
295 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
296 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
297
298 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
299 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
300
301 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
302 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
303
304 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
305 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
306
307 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
308 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
309
310 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
311 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
312
313 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
314 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
315
316
317 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
318 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
319
320
321 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
322 return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
323
324
325 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 {
326 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
327
328
329 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 {
330 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
331
332 private Factory() { }
333 }
334 }