1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.sf424V10;
10
11
12
13
14
15
16
17 public interface BudgetDocument 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(BudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budget016fdoctype");
21
22
23
24
25 gov.grants.apply.forms.sf424V10.BudgetDocument.Budget getBudget();
26
27
28
29
30 void setBudget(gov.grants.apply.forms.sf424V10.BudgetDocument.Budget budget);
31
32
33
34
35 gov.grants.apply.forms.sf424V10.BudgetDocument.Budget addNewBudget();
36
37
38
39
40
41
42 public interface Budget 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(Budget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budget7130elemtype");
46
47
48
49
50 java.math.BigDecimal getFederalEstimatedAmount();
51
52
53
54
55 gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetFederalEstimatedAmount();
56
57
58
59
60 void setFederalEstimatedAmount(java.math.BigDecimal federalEstimatedAmount);
61
62
63
64
65 void xsetFederalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type federalEstimatedAmount);
66
67
68
69
70 java.math.BigDecimal getApplicantEstimatedAmount();
71
72
73
74
75 gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetApplicantEstimatedAmount();
76
77
78
79
80 boolean isSetApplicantEstimatedAmount();
81
82
83
84
85 void setApplicantEstimatedAmount(java.math.BigDecimal applicantEstimatedAmount);
86
87
88
89
90 void xsetApplicantEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type applicantEstimatedAmount);
91
92
93
94
95 void unsetApplicantEstimatedAmount();
96
97
98
99
100 java.math.BigDecimal getStateEstimatedAmount();
101
102
103
104
105 gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetStateEstimatedAmount();
106
107
108
109
110 boolean isSetStateEstimatedAmount();
111
112
113
114
115 void setStateEstimatedAmount(java.math.BigDecimal stateEstimatedAmount);
116
117
118
119
120 void xsetStateEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type stateEstimatedAmount);
121
122
123
124
125 void unsetStateEstimatedAmount();
126
127
128
129
130 java.math.BigDecimal getLocalEstimatedAmount();
131
132
133
134
135 gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetLocalEstimatedAmount();
136
137
138
139
140 boolean isSetLocalEstimatedAmount();
141
142
143
144
145 void setLocalEstimatedAmount(java.math.BigDecimal localEstimatedAmount);
146
147
148
149
150 void xsetLocalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type localEstimatedAmount);
151
152
153
154
155 void unsetLocalEstimatedAmount();
156
157
158
159
160 java.math.BigDecimal getOtherEstimatedAmount();
161
162
163
164
165 gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetOtherEstimatedAmount();
166
167
168
169
170 boolean isSetOtherEstimatedAmount();
171
172
173
174
175 void setOtherEstimatedAmount(java.math.BigDecimal otherEstimatedAmount);
176
177
178
179
180 void xsetOtherEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type otherEstimatedAmount);
181
182
183
184
185 void unsetOtherEstimatedAmount();
186
187
188
189
190 java.math.BigDecimal getProgramIncomeEstimatedAmount();
191
192
193
194
195 gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetProgramIncomeEstimatedAmount();
196
197
198
199
200 boolean isSetProgramIncomeEstimatedAmount();
201
202
203
204
205 void setProgramIncomeEstimatedAmount(java.math.BigDecimal programIncomeEstimatedAmount);
206
207
208
209
210 void xsetProgramIncomeEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type programIncomeEstimatedAmount);
211
212
213
214
215 void unsetProgramIncomeEstimatedAmount();
216
217
218
219
220 java.math.BigDecimal getTotalEstimatedAmount();
221
222
223
224
225 gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type xgetTotalEstimatedAmount();
226
227
228
229
230 void setTotalEstimatedAmount(java.math.BigDecimal totalEstimatedAmount);
231
232
233
234
235 void xsetTotalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type totalEstimatedAmount);
236
237
238
239
240 gov.grants.apply.system.universalCodesV10.CurrencyCodeType.Enum getCurrencyCode();
241
242
243
244
245 gov.grants.apply.system.universalCodesV10.CurrencyCodeType xgetCurrencyCode();
246
247
248
249
250 void setCurrencyCode(gov.grants.apply.system.universalCodesV10.CurrencyCodeType.Enum currencyCode);
251
252
253
254
255 void xsetCurrencyCode(gov.grants.apply.system.universalCodesV10.CurrencyCodeType currencyCode);
256
257
258
259
260
261
262 public static final class Factory
263 {
264 public static gov.grants.apply.forms.sf424V10.BudgetDocument.Budget newInstance() {
265 return (gov.grants.apply.forms.sf424V10.BudgetDocument.Budget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
266
267 public static gov.grants.apply.forms.sf424V10.BudgetDocument.Budget newInstance(org.apache.xmlbeans.XmlOptions options) {
268 return (gov.grants.apply.forms.sf424V10.BudgetDocument.Budget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
269
270 private Factory() { }
271 }
272 }
273
274
275
276
277
278
279 public static final class Factory
280 {
281 public static gov.grants.apply.forms.sf424V10.BudgetDocument newInstance() {
282 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
283
284 public static gov.grants.apply.forms.sf424V10.BudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
285 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
286
287
288 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
289 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
290
291 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
292 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
293
294
295 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
296 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
297
298 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
299 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
300
301 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
302 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
303
304 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
305 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
306
307 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
308 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
309
310 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
311 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
312
313 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
314 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
315
316 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
317 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
318
319 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
320 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
321
322 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
323 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
324
325 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
326 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
327
328 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
329 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
330
331
332 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
333 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
334
335
336 public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
337 return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
338
339
340 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 {
341 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
342
343
344 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 {
345 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
346
347 private Factory() { }
348 }
349 }