View Javadoc
1   /*
2    * An XML document type.
3    * Localname: Budget
4    * Namespace: http://apply.grants.gov/forms/SF424-V1.0
5    * Java type: gov.grants.apply.forms.sf424V10.BudgetDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424V10;
10  
11  
12  /**
13   * A document containing one Budget(@http://apply.grants.gov/forms/SF424-V1.0) element.
14   *
15   * This is a complex type.
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       * Gets the "Budget" element
24       */
25      gov.grants.apply.forms.sf424V10.BudgetDocument.Budget getBudget();
26      
27      /**
28       * Sets the "Budget" element
29       */
30      void setBudget(gov.grants.apply.forms.sf424V10.BudgetDocument.Budget budget);
31      
32      /**
33       * Appends and returns a new empty "Budget" element
34       */
35      gov.grants.apply.forms.sf424V10.BudgetDocument.Budget addNewBudget();
36      
37      /**
38       * An XML Budget(@http://apply.grants.gov/forms/SF424-V1.0).
39       *
40       * This is a complex type.
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           * Gets the "FederalEstimatedAmount" element
49           */
50          java.math.BigDecimal getFederalEstimatedAmount();
51          
52          /**
53           * Gets (as xml) the "FederalEstimatedAmount" element
54           */
55          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetFederalEstimatedAmount();
56          
57          /**
58           * Sets the "FederalEstimatedAmount" element
59           */
60          void setFederalEstimatedAmount(java.math.BigDecimal federalEstimatedAmount);
61          
62          /**
63           * Sets (as xml) the "FederalEstimatedAmount" element
64           */
65          void xsetFederalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type federalEstimatedAmount);
66          
67          /**
68           * Gets the "ApplicantEstimatedAmount" element
69           */
70          java.math.BigDecimal getApplicantEstimatedAmount();
71          
72          /**
73           * Gets (as xml) the "ApplicantEstimatedAmount" element
74           */
75          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetApplicantEstimatedAmount();
76          
77          /**
78           * True if has "ApplicantEstimatedAmount" element
79           */
80          boolean isSetApplicantEstimatedAmount();
81          
82          /**
83           * Sets the "ApplicantEstimatedAmount" element
84           */
85          void setApplicantEstimatedAmount(java.math.BigDecimal applicantEstimatedAmount);
86          
87          /**
88           * Sets (as xml) the "ApplicantEstimatedAmount" element
89           */
90          void xsetApplicantEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type applicantEstimatedAmount);
91          
92          /**
93           * Unsets the "ApplicantEstimatedAmount" element
94           */
95          void unsetApplicantEstimatedAmount();
96          
97          /**
98           * Gets the "StateEstimatedAmount" element
99           */
100         java.math.BigDecimal getStateEstimatedAmount();
101         
102         /**
103          * Gets (as xml) the "StateEstimatedAmount" element
104          */
105         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetStateEstimatedAmount();
106         
107         /**
108          * True if has "StateEstimatedAmount" element
109          */
110         boolean isSetStateEstimatedAmount();
111         
112         /**
113          * Sets the "StateEstimatedAmount" element
114          */
115         void setStateEstimatedAmount(java.math.BigDecimal stateEstimatedAmount);
116         
117         /**
118          * Sets (as xml) the "StateEstimatedAmount" element
119          */
120         void xsetStateEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type stateEstimatedAmount);
121         
122         /**
123          * Unsets the "StateEstimatedAmount" element
124          */
125         void unsetStateEstimatedAmount();
126         
127         /**
128          * Gets the "LocalEstimatedAmount" element
129          */
130         java.math.BigDecimal getLocalEstimatedAmount();
131         
132         /**
133          * Gets (as xml) the "LocalEstimatedAmount" element
134          */
135         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetLocalEstimatedAmount();
136         
137         /**
138          * True if has "LocalEstimatedAmount" element
139          */
140         boolean isSetLocalEstimatedAmount();
141         
142         /**
143          * Sets the "LocalEstimatedAmount" element
144          */
145         void setLocalEstimatedAmount(java.math.BigDecimal localEstimatedAmount);
146         
147         /**
148          * Sets (as xml) the "LocalEstimatedAmount" element
149          */
150         void xsetLocalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type localEstimatedAmount);
151         
152         /**
153          * Unsets the "LocalEstimatedAmount" element
154          */
155         void unsetLocalEstimatedAmount();
156         
157         /**
158          * Gets the "OtherEstimatedAmount" element
159          */
160         java.math.BigDecimal getOtherEstimatedAmount();
161         
162         /**
163          * Gets (as xml) the "OtherEstimatedAmount" element
164          */
165         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetOtherEstimatedAmount();
166         
167         /**
168          * True if has "OtherEstimatedAmount" element
169          */
170         boolean isSetOtherEstimatedAmount();
171         
172         /**
173          * Sets the "OtherEstimatedAmount" element
174          */
175         void setOtherEstimatedAmount(java.math.BigDecimal otherEstimatedAmount);
176         
177         /**
178          * Sets (as xml) the "OtherEstimatedAmount" element
179          */
180         void xsetOtherEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type otherEstimatedAmount);
181         
182         /**
183          * Unsets the "OtherEstimatedAmount" element
184          */
185         void unsetOtherEstimatedAmount();
186         
187         /**
188          * Gets the "ProgramIncomeEstimatedAmount" element
189          */
190         java.math.BigDecimal getProgramIncomeEstimatedAmount();
191         
192         /**
193          * Gets (as xml) the "ProgramIncomeEstimatedAmount" element
194          */
195         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetProgramIncomeEstimatedAmount();
196         
197         /**
198          * True if has "ProgramIncomeEstimatedAmount" element
199          */
200         boolean isSetProgramIncomeEstimatedAmount();
201         
202         /**
203          * Sets the "ProgramIncomeEstimatedAmount" element
204          */
205         void setProgramIncomeEstimatedAmount(java.math.BigDecimal programIncomeEstimatedAmount);
206         
207         /**
208          * Sets (as xml) the "ProgramIncomeEstimatedAmount" element
209          */
210         void xsetProgramIncomeEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type programIncomeEstimatedAmount);
211         
212         /**
213          * Unsets the "ProgramIncomeEstimatedAmount" element
214          */
215         void unsetProgramIncomeEstimatedAmount();
216         
217         /**
218          * Gets the "TotalEstimatedAmount" element
219          */
220         java.math.BigDecimal getTotalEstimatedAmount();
221         
222         /**
223          * Gets (as xml) the "TotalEstimatedAmount" element
224          */
225         gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type xgetTotalEstimatedAmount();
226         
227         /**
228          * Sets the "TotalEstimatedAmount" element
229          */
230         void setTotalEstimatedAmount(java.math.BigDecimal totalEstimatedAmount);
231         
232         /**
233          * Sets (as xml) the "TotalEstimatedAmount" element
234          */
235         void xsetTotalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type totalEstimatedAmount);
236         
237         /**
238          * Gets the "currencyCode" attribute
239          */
240         gov.grants.apply.system.universalCodesV10.CurrencyCodeType.Enum getCurrencyCode();
241         
242         /**
243          * Gets (as xml) the "currencyCode" attribute
244          */
245         gov.grants.apply.system.universalCodesV10.CurrencyCodeType xgetCurrencyCode();
246         
247         /**
248          * Sets the "currencyCode" attribute
249          */
250         void setCurrencyCode(gov.grants.apply.system.universalCodesV10.CurrencyCodeType.Enum currencyCode);
251         
252         /**
253          * Sets (as xml) the "currencyCode" attribute
254          */
255         void xsetCurrencyCode(gov.grants.apply.system.universalCodesV10.CurrencyCodeType currencyCode);
256         
257         /**
258          * A factory class with static methods for creating instances
259          * of this type.
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() { } // No instance of this class allowed
271         }
272     }
273     
274     /**
275      * A factory class with static methods for creating instances
276      * of this type.
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         /** @param xmlAsString the string value to parse */
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         /** @param file the file from which to load an xml document */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
348     }
349 }