View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CostSubtotalBeforeContingencies
4    * Namespace: http://apply.grants.gov/forms/SF424C-V1.0
5    * Java type: gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424CV10;
10  
11  
12  /**
13   * A document containing one CostSubtotalBeforeContingencies(@http://apply.grants.gov/forms/SF424C-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface CostSubtotalBeforeContingenciesDocument 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(CostSubtotalBeforeContingenciesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costsubtotalbeforecontingencies6948doctype");
21      
22      /**
23       * Gets the "CostSubtotalBeforeContingencies" element
24       */
25      gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies getCostSubtotalBeforeContingencies();
26      
27      /**
28       * Sets the "CostSubtotalBeforeContingencies" element
29       */
30      void setCostSubtotalBeforeContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies costSubtotalBeforeContingencies);
31      
32      /**
33       * Appends and returns a new empty "CostSubtotalBeforeContingencies" element
34       */
35      gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies addNewCostSubtotalBeforeContingencies();
36      
37      /**
38       * An XML CostSubtotalBeforeContingencies(@http://apply.grants.gov/forms/SF424C-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface CostSubtotalBeforeContingencies 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(CostSubtotalBeforeContingencies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costsubtotalbeforecontingencies2251elemtype");
46          
47          /**
48           * Gets the "BudgetEstimatedCostAmount" element
49           */
50          java.math.BigDecimal getBudgetEstimatedCostAmount();
51          
52          /**
53           * Gets (as xml) the "BudgetEstimatedCostAmount" element
54           */
55          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetEstimatedCostAmount();
56          
57          /**
58           * True if has "BudgetEstimatedCostAmount" element
59           */
60          boolean isSetBudgetEstimatedCostAmount();
61          
62          /**
63           * Sets the "BudgetEstimatedCostAmount" element
64           */
65          void setBudgetEstimatedCostAmount(java.math.BigDecimal budgetEstimatedCostAmount);
66          
67          /**
68           * Sets (as xml) the "BudgetEstimatedCostAmount" element
69           */
70          void xsetBudgetEstimatedCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetEstimatedCostAmount);
71          
72          /**
73           * Unsets the "BudgetEstimatedCostAmount" element
74           */
75          void unsetBudgetEstimatedCostAmount();
76          
77          /**
78           * Gets the "BudgetNonAllowableCostAmount" element
79           */
80          java.math.BigDecimal getBudgetNonAllowableCostAmount();
81          
82          /**
83           * Gets (as xml) the "BudgetNonAllowableCostAmount" element
84           */
85          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonAllowableCostAmount();
86          
87          /**
88           * True if has "BudgetNonAllowableCostAmount" element
89           */
90          boolean isSetBudgetNonAllowableCostAmount();
91          
92          /**
93           * Sets the "BudgetNonAllowableCostAmount" element
94           */
95          void setBudgetNonAllowableCostAmount(java.math.BigDecimal budgetNonAllowableCostAmount);
96          
97          /**
98           * Sets (as xml) the "BudgetNonAllowableCostAmount" element
99           */
100         void xsetBudgetNonAllowableCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonAllowableCostAmount);
101         
102         /**
103          * Unsets the "BudgetNonAllowableCostAmount" element
104          */
105         void unsetBudgetNonAllowableCostAmount();
106         
107         /**
108          * Gets the "BudgetTotalAllowableCostAmount" element
109          */
110         java.math.BigDecimal getBudgetTotalAllowableCostAmount();
111         
112         /**
113          * Gets (as xml) the "BudgetTotalAllowableCostAmount" element
114          */
115         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalAllowableCostAmount();
116         
117         /**
118          * True if has "BudgetTotalAllowableCostAmount" element
119          */
120         boolean isSetBudgetTotalAllowableCostAmount();
121         
122         /**
123          * Sets the "BudgetTotalAllowableCostAmount" element
124          */
125         void setBudgetTotalAllowableCostAmount(java.math.BigDecimal budgetTotalAllowableCostAmount);
126         
127         /**
128          * Sets (as xml) the "BudgetTotalAllowableCostAmount" element
129          */
130         void xsetBudgetTotalAllowableCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalAllowableCostAmount);
131         
132         /**
133          * Unsets the "BudgetTotalAllowableCostAmount" element
134          */
135         void unsetBudgetTotalAllowableCostAmount();
136         
137         /**
138          * A factory class with static methods for creating instances
139          * of this type.
140          */
141         
142         public static final class Factory
143         {
144             public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies newInstance() {
145               return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
146             
147             public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies newInstance(org.apache.xmlbeans.XmlOptions options) {
148               return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
149             
150             private Factory() { } // No instance of this class allowed
151         }
152     }
153     
154     /**
155      * A factory class with static methods for creating instances
156      * of this type.
157      */
158     
159     public static final class Factory
160     {
161         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument newInstance() {
162           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
163         
164         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
165           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
166         
167         /** @param xmlAsString the string value to parse */
168         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
169           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
170         
171         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
172           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
173         
174         /** @param file the file from which to load an xml document */
175         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
176           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
177         
178         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument 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.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
180         
181         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
182           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
183         
184         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument 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.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
186         
187         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
188           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
189         
190         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument 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.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
192         
193         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
194           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
195         
196         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument 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.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
198         
199         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
200           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
201         
202         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
203           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
204         
205         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
206           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
207         
208         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
209           return (gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
210         
211         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
212         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument 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.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
214         
215         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
216         public static gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument 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.CostSubtotalBeforeContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
218         
219         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
228     }
229 }