1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.sf424AV10;
10  
11  
12  
13  
14  
15  
16  
17  public interface SummaryTotalsDocument 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(SummaryTotalsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summarytotals9882doctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals getSummaryTotals();
26      
27      
28  
29  
30      void setSummaryTotals(gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals summaryTotals);
31      
32      
33  
34  
35      gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals addNewSummaryTotals();
36      
37      
38  
39  
40  
41  
42      public interface SummaryTotals 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(SummaryTotals.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summarytotals0083elemtype");
46          
47          
48  
49  
50          java.math.BigDecimal getBudgetFederalEstimatedUnobligatedAmount();
51          
52          
53  
54  
55          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetFederalEstimatedUnobligatedAmount();
56          
57          
58  
59  
60          boolean isSetBudgetFederalEstimatedUnobligatedAmount();
61          
62          
63  
64  
65          void setBudgetFederalEstimatedUnobligatedAmount(java.math.BigDecimal budgetFederalEstimatedUnobligatedAmount);
66          
67          
68  
69  
70          void xsetBudgetFederalEstimatedUnobligatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetFederalEstimatedUnobligatedAmount);
71          
72          
73  
74  
75          void unsetBudgetFederalEstimatedUnobligatedAmount();
76          
77          
78  
79  
80          java.math.BigDecimal getBudgetNonFederalEstimatedUnobligatedAmount();
81          
82          
83  
84  
85          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonFederalEstimatedUnobligatedAmount();
86          
87          
88  
89  
90          boolean isSetBudgetNonFederalEstimatedUnobligatedAmount();
91          
92          
93  
94  
95          void setBudgetNonFederalEstimatedUnobligatedAmount(java.math.BigDecimal budgetNonFederalEstimatedUnobligatedAmount);
96          
97          
98  
99  
100         void xsetBudgetNonFederalEstimatedUnobligatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonFederalEstimatedUnobligatedAmount);
101         
102         
103 
104 
105         void unsetBudgetNonFederalEstimatedUnobligatedAmount();
106         
107         
108 
109 
110         java.math.BigDecimal getBudgetFederalNewOrRevisedAmount();
111         
112         
113 
114 
115         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetFederalNewOrRevisedAmount();
116         
117         
118 
119 
120         boolean isSetBudgetFederalNewOrRevisedAmount();
121         
122         
123 
124 
125         void setBudgetFederalNewOrRevisedAmount(java.math.BigDecimal budgetFederalNewOrRevisedAmount);
126         
127         
128 
129 
130         void xsetBudgetFederalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetFederalNewOrRevisedAmount);
131         
132         
133 
134 
135         void unsetBudgetFederalNewOrRevisedAmount();
136         
137         
138 
139 
140         java.math.BigDecimal getBudgetNonFederalNewOrRevisedAmount();
141         
142         
143 
144 
145         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonFederalNewOrRevisedAmount();
146         
147         
148 
149 
150         boolean isSetBudgetNonFederalNewOrRevisedAmount();
151         
152         
153 
154 
155         void setBudgetNonFederalNewOrRevisedAmount(java.math.BigDecimal budgetNonFederalNewOrRevisedAmount);
156         
157         
158 
159 
160         void xsetBudgetNonFederalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonFederalNewOrRevisedAmount);
161         
162         
163 
164 
165         void unsetBudgetNonFederalNewOrRevisedAmount();
166         
167         
168 
169 
170         java.math.BigDecimal getBudgetTotalNewOrRevisedAmount();
171         
172         
173 
174 
175         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalNewOrRevisedAmount();
176         
177         
178 
179 
180         boolean isSetBudgetTotalNewOrRevisedAmount();
181         
182         
183 
184 
185         void setBudgetTotalNewOrRevisedAmount(java.math.BigDecimal budgetTotalNewOrRevisedAmount);
186         
187         
188 
189 
190         void xsetBudgetTotalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalNewOrRevisedAmount);
191         
192         
193 
194 
195         void unsetBudgetTotalNewOrRevisedAmount();
196         
197         
198 
199 
200 
201         
202         public static final class Factory
203         {
204             public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals newInstance() {
205               return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
206             
207             public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals newInstance(org.apache.xmlbeans.XmlOptions options) {
208               return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument.SummaryTotals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
209             
210             private Factory() { } 
211         }
212     }
213     
214     
215 
216 
217 
218     
219     public static final class Factory
220     {
221         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument newInstance() {
222           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
223         
224         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
225           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
226         
227         
228         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
229           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
230         
231         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
232           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
233         
234         
235         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
236           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
237         
238         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
239           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
240         
241         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
242           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
243         
244         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
245           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
246         
247         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
248           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
249         
250         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
251           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
252         
253         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
254           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
255         
256         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
257           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
258         
259         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
260           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
261         
262         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
263           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
264         
265         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
266           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
267         
268         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
269           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
270         
271         
272         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
273           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
274         
275         
276         public static gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
277           return (gov.grants.apply.forms.sf424AV10.SummaryTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
278         
279         
280         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 {
281           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
282         
283         
284         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 {
285           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
286         
287         private Factory() { } 
288     }
289 }