1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.sf424CV10;
10
11
12
13
14
15
16
17 public interface ProjectCostsDocument 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(ProjectCostsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectcosts720adoctype");
21
22
23
24
25 gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts getProjectCosts();
26
27
28
29
30 void setProjectCosts(gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts projectCosts);
31
32
33
34
35 gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts addNewProjectCosts();
36
37
38
39
40
41
42 public interface ProjectCosts 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(ProjectCosts.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectcosts7ec1elemtype");
46
47
48
49
50 gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem[] getCostLineItemArray();
51
52
53
54
55 gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem getCostLineItemArray(int i);
56
57
58
59
60 int sizeOfCostLineItemArray();
61
62
63
64
65 void setCostLineItemArray(gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem[] costLineItemArray);
66
67
68
69
70 void setCostLineItemArray(int i, gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem costLineItem);
71
72
73
74
75 gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem insertNewCostLineItem(int i);
76
77
78
79
80 gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem addNewCostLineItem();
81
82
83
84
85 void removeCostLineItem(int i);
86
87
88
89
90 gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies getCostSubtotalBeforeContingencies();
91
92
93
94
95 boolean isSetCostSubtotalBeforeContingencies();
96
97
98
99
100 void setCostSubtotalBeforeContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies costSubtotalBeforeContingencies);
101
102
103
104
105 gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies addNewCostSubtotalBeforeContingencies();
106
107
108
109
110 void unsetCostSubtotalBeforeContingencies();
111
112
113
114
115 gov.grants.apply.forms.sf424CV10.ContingenciesDocument.Contingencies getContingencies();
116
117
118
119
120 boolean isSetContingencies();
121
122
123
124
125 void setContingencies(gov.grants.apply.forms.sf424CV10.ContingenciesDocument.Contingencies contingencies);
126
127
128
129
130 gov.grants.apply.forms.sf424CV10.ContingenciesDocument.Contingencies addNewContingencies();
131
132
133
134
135 void unsetContingencies();
136
137
138
139
140 gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies getCostSubtotalAfterContingencies();
141
142
143
144
145 boolean isSetCostSubtotalAfterContingencies();
146
147
148
149
150 void setCostSubtotalAfterContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies costSubtotalAfterContingencies);
151
152
153
154
155 gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies addNewCostSubtotalAfterContingencies();
156
157
158
159
160 void unsetCostSubtotalAfterContingencies();
161
162
163
164
165 gov.grants.apply.forms.sf424CV10.ProgramIncomeDocument.ProgramIncome getProgramIncome();
166
167
168
169
170 boolean isSetProgramIncome();
171
172
173
174
175 void setProgramIncome(gov.grants.apply.forms.sf424CV10.ProgramIncomeDocument.ProgramIncome programIncome);
176
177
178
179
180 gov.grants.apply.forms.sf424CV10.ProgramIncomeDocument.ProgramIncome addNewProgramIncome();
181
182
183
184
185 void unsetProgramIncome();
186
187
188
189
190 gov.grants.apply.forms.sf424CV10.TotalProjectCostsDocument.TotalProjectCosts getTotalProjectCosts();
191
192
193
194
195 boolean isSetTotalProjectCosts();
196
197
198
199
200 void setTotalProjectCosts(gov.grants.apply.forms.sf424CV10.TotalProjectCostsDocument.TotalProjectCosts totalProjectCosts);
201
202
203
204
205 gov.grants.apply.forms.sf424CV10.TotalProjectCostsDocument.TotalProjectCosts addNewTotalProjectCosts();
206
207
208
209
210 void unsetTotalProjectCosts();
211
212
213
214
215
216
217 public static final class Factory
218 {
219 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts newInstance() {
220 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
221
222 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts newInstance(org.apache.xmlbeans.XmlOptions options) {
223 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
224
225 private Factory() { }
226 }
227 }
228
229
230
231
232
233
234 public static final class Factory
235 {
236 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument newInstance() {
237 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
238
239 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
240 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
241
242
243 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
244 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
245
246 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
247 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
248
249
250 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
251 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
252
253 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
254 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
255
256 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
257 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
258
259 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
260 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
261
262 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
263 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
264
265 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
266 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
267
268 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
269 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
270
271 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
272 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
273
274 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
275 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
276
277 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
278 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
279
280 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
281 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
282
283 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
284 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
285
286
287 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
288 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
289
290
291 public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
292 return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
293
294
295 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 {
296 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
297
298
299 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 {
300 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
301
302 private Factory() { }
303 }
304 }