View Javadoc
1   /*
2    * An XML document type.
3    * Localname: ResourceTotals
4    * Namespace: http://apply.grants.gov/forms/SF424A-V1.0
5    * Java type: gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424AV10;
10  
11  
12  /**
13   * A document containing one ResourceTotals(@http://apply.grants.gov/forms/SF424A-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface ResourceTotalsDocument 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(ResourceTotalsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("resourcetotalsb73cdoctype");
21      
22      /**
23       * Gets the "ResourceTotals" element
24       */
25      gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals getResourceTotals();
26      
27      /**
28       * Sets the "ResourceTotals" element
29       */
30      void setResourceTotals(gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals resourceTotals);
31      
32      /**
33       * Appends and returns a new empty "ResourceTotals" element
34       */
35      gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals addNewResourceTotals();
36      
37      /**
38       * An XML ResourceTotals(@http://apply.grants.gov/forms/SF424A-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface ResourceTotals 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(ResourceTotals.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("resourcetotals6d83elemtype");
46          
47          /**
48           * Gets the "BudgetApplicantContributionAmount" element
49           */
50          java.math.BigDecimal getBudgetApplicantContributionAmount();
51          
52          /**
53           * Gets (as xml) the "BudgetApplicantContributionAmount" element
54           */
55          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetApplicantContributionAmount();
56          
57          /**
58           * True if has "BudgetApplicantContributionAmount" element
59           */
60          boolean isSetBudgetApplicantContributionAmount();
61          
62          /**
63           * Sets the "BudgetApplicantContributionAmount" element
64           */
65          void setBudgetApplicantContributionAmount(java.math.BigDecimal budgetApplicantContributionAmount);
66          
67          /**
68           * Sets (as xml) the "BudgetApplicantContributionAmount" element
69           */
70          void xsetBudgetApplicantContributionAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetApplicantContributionAmount);
71          
72          /**
73           * Unsets the "BudgetApplicantContributionAmount" element
74           */
75          void unsetBudgetApplicantContributionAmount();
76          
77          /**
78           * Gets the "BudgetStateContributionAmount" element
79           */
80          java.math.BigDecimal getBudgetStateContributionAmount();
81          
82          /**
83           * Gets (as xml) the "BudgetStateContributionAmount" element
84           */
85          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetStateContributionAmount();
86          
87          /**
88           * True if has "BudgetStateContributionAmount" element
89           */
90          boolean isSetBudgetStateContributionAmount();
91          
92          /**
93           * Sets the "BudgetStateContributionAmount" element
94           */
95          void setBudgetStateContributionAmount(java.math.BigDecimal budgetStateContributionAmount);
96          
97          /**
98           * Sets (as xml) the "BudgetStateContributionAmount" element
99           */
100         void xsetBudgetStateContributionAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetStateContributionAmount);
101         
102         /**
103          * Unsets the "BudgetStateContributionAmount" element
104          */
105         void unsetBudgetStateContributionAmount();
106         
107         /**
108          * Gets the "BudgetOtherContributionAmount" element
109          */
110         java.math.BigDecimal getBudgetOtherContributionAmount();
111         
112         /**
113          * Gets (as xml) the "BudgetOtherContributionAmount" element
114          */
115         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetOtherContributionAmount();
116         
117         /**
118          * True if has "BudgetOtherContributionAmount" element
119          */
120         boolean isSetBudgetOtherContributionAmount();
121         
122         /**
123          * Sets the "BudgetOtherContributionAmount" element
124          */
125         void setBudgetOtherContributionAmount(java.math.BigDecimal budgetOtherContributionAmount);
126         
127         /**
128          * Sets (as xml) the "BudgetOtherContributionAmount" element
129          */
130         void xsetBudgetOtherContributionAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetOtherContributionAmount);
131         
132         /**
133          * Unsets the "BudgetOtherContributionAmount" element
134          */
135         void unsetBudgetOtherContributionAmount();
136         
137         /**
138          * Gets the "BudgetTotalContributionAmount" element
139          */
140         java.math.BigDecimal getBudgetTotalContributionAmount();
141         
142         /**
143          * Gets (as xml) the "BudgetTotalContributionAmount" element
144          */
145         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalContributionAmount();
146         
147         /**
148          * True if has "BudgetTotalContributionAmount" element
149          */
150         boolean isSetBudgetTotalContributionAmount();
151         
152         /**
153          * Sets the "BudgetTotalContributionAmount" element
154          */
155         void setBudgetTotalContributionAmount(java.math.BigDecimal budgetTotalContributionAmount);
156         
157         /**
158          * Sets (as xml) the "BudgetTotalContributionAmount" element
159          */
160         void xsetBudgetTotalContributionAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalContributionAmount);
161         
162         /**
163          * Unsets the "BudgetTotalContributionAmount" element
164          */
165         void unsetBudgetTotalContributionAmount();
166         
167         /**
168          * A factory class with static methods for creating instances
169          * of this type.
170          */
171         
172         public static final class Factory
173         {
174             public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals newInstance() {
175               return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
176             
177             public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals newInstance(org.apache.xmlbeans.XmlOptions options) {
178               return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
179             
180             private Factory() { } // No instance of this class allowed
181         }
182     }
183     
184     /**
185      * A factory class with static methods for creating instances
186      * of this type.
187      */
188     
189     public static final class Factory
190     {
191         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument newInstance() {
192           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
193         
194         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
195           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
196         
197         /** @param xmlAsString the string value to parse */
198         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
199           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
200         
201         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
202           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
203         
204         /** @param file the file from which to load an xml document */
205         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
206           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
207         
208         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
209           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
210         
211         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
212           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
213         
214         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
215           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
216         
217         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
218           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
219         
220         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
221           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
222         
223         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
224           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
225         
226         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
227           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
228         
229         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
230           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
231         
232         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
233           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
234         
235         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
236           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
237         
238         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
239           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
240         
241         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
242         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
243           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
244         
245         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
246         public static gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
247           return (gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
248         
249         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
250         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 {
251           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
252         
253         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
254         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 {
255           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
256         
257         private Factory() { } // No instance of this class allowed
258     }
259 }