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 CostSubtotalAfterContingenciesDocument 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(CostSubtotalAfterContingenciesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costsubtotalaftercontingencies015fdoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies getCostSubtotalAfterContingencies();
26      
27      
28  
29  
30      void setCostSubtotalAfterContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies costSubtotalAfterContingencies);
31      
32      
33  
34  
35      gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies addNewCostSubtotalAfterContingencies();
36      
37      
38  
39  
40  
41  
42      public interface CostSubtotalAfterContingencies 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(CostSubtotalAfterContingencies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costsubtotalaftercontingencies7f61elemtype");
46          
47          
48  
49  
50          java.math.BigDecimal getBudgetEstimatedCostAmount();
51          
52          
53  
54  
55          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetEstimatedCostAmount();
56          
57          
58  
59  
60          boolean isSetBudgetEstimatedCostAmount();
61          
62          
63  
64  
65          void setBudgetEstimatedCostAmount(java.math.BigDecimal budgetEstimatedCostAmount);
66          
67          
68  
69  
70          void xsetBudgetEstimatedCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetEstimatedCostAmount);
71          
72          
73  
74  
75          void unsetBudgetEstimatedCostAmount();
76          
77          
78  
79  
80          java.math.BigDecimal getBudgetNonAllowableCostAmount();
81          
82          
83  
84  
85          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonAllowableCostAmount();
86          
87          
88  
89  
90          boolean isSetBudgetNonAllowableCostAmount();
91          
92          
93  
94  
95          void setBudgetNonAllowableCostAmount(java.math.BigDecimal budgetNonAllowableCostAmount);
96          
97          
98  
99  
100         void xsetBudgetNonAllowableCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonAllowableCostAmount);
101         
102         
103 
104 
105         void unsetBudgetNonAllowableCostAmount();
106         
107         
108 
109 
110         java.math.BigDecimal getBudgetTotalAllowableCostAmount();
111         
112         
113 
114 
115         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalAllowableCostAmount();
116         
117         
118 
119 
120         boolean isSetBudgetTotalAllowableCostAmount();
121         
122         
123 
124 
125         void setBudgetTotalAllowableCostAmount(java.math.BigDecimal budgetTotalAllowableCostAmount);
126         
127         
128 
129 
130         void xsetBudgetTotalAllowableCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalAllowableCostAmount);
131         
132         
133 
134 
135         void unsetBudgetTotalAllowableCostAmount();
136         
137         
138 
139 
140 
141         
142         public static final class Factory
143         {
144             public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies newInstance() {
145               return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
146             
147             public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies newInstance(org.apache.xmlbeans.XmlOptions options) {
148               return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
149             
150             private Factory() { } 
151         }
152     }
153     
154     
155 
156 
157 
158     
159     public static final class Factory
160     {
161         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument newInstance() {
162           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
163         
164         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
165           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
166         
167         
168         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
169           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
170         
171         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
172           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
173         
174         
175         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
176           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
177         
178         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
179           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
180         
181         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
182           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
183         
184         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
185           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
186         
187         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
188           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
189         
190         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
191           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
192         
193         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
194           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
195         
196         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
197           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
198         
199         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
200           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
201         
202         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
203           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
204         
205         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
206           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
207         
208         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
209           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
210         
211         
212         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
213           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
214         
215         
216         public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
217           return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
218         
219         
220         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 {
221           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
222         
223         
224         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 {
225           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
226         
227         private Factory() { } 
228     }
229 }