View Javadoc
1   /*
2    * An XML document type.
3    * Localname: SummaryLineItem
4    * Namespace: http://apply.grants.gov/forms/SF424A-V1.0
5    * Java type: gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424AV10;
10  
11  
12  /**
13   * A document containing one SummaryLineItem(@http://apply.grants.gov/forms/SF424A-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface SummaryLineItemDocument 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(SummaryLineItemDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summarylineitem2abadoctype");
21      
22      /**
23       * Gets the "SummaryLineItem" element
24       */
25      gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem getSummaryLineItem();
26      
27      /**
28       * Sets the "SummaryLineItem" element
29       */
30      void setSummaryLineItem(gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem summaryLineItem);
31      
32      /**
33       * Appends and returns a new empty "SummaryLineItem" element
34       */
35      gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem addNewSummaryLineItem();
36      
37      /**
38       * An XML SummaryLineItem(@http://apply.grants.gov/forms/SF424A-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface SummaryLineItem 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(SummaryLineItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summarylineitem5e73elemtype");
46          
47          /**
48           * Gets the "CFDANumber" element
49           */
50          java.lang.String getCFDANumber();
51          
52          /**
53           * Gets (as xml) the "CFDANumber" element
54           */
55          gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber();
56          
57          /**
58           * True if has "CFDANumber" element
59           */
60          boolean isSetCFDANumber();
61          
62          /**
63           * Sets the "CFDANumber" element
64           */
65          void setCFDANumber(java.lang.String cfdaNumber);
66          
67          /**
68           * Sets (as xml) the "CFDANumber" element
69           */
70          void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber);
71          
72          /**
73           * Unsets the "CFDANumber" element
74           */
75          void unsetCFDANumber();
76          
77          /**
78           * Gets the "BudgetFederalEstimatedUnobligatedAmount" element
79           */
80          java.math.BigDecimal getBudgetFederalEstimatedUnobligatedAmount();
81          
82          /**
83           * Gets (as xml) the "BudgetFederalEstimatedUnobligatedAmount" element
84           */
85          gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetFederalEstimatedUnobligatedAmount();
86          
87          /**
88           * True if has "BudgetFederalEstimatedUnobligatedAmount" element
89           */
90          boolean isSetBudgetFederalEstimatedUnobligatedAmount();
91          
92          /**
93           * Sets the "BudgetFederalEstimatedUnobligatedAmount" element
94           */
95          void setBudgetFederalEstimatedUnobligatedAmount(java.math.BigDecimal budgetFederalEstimatedUnobligatedAmount);
96          
97          /**
98           * Sets (as xml) the "BudgetFederalEstimatedUnobligatedAmount" element
99           */
100         void xsetBudgetFederalEstimatedUnobligatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetFederalEstimatedUnobligatedAmount);
101         
102         /**
103          * Unsets the "BudgetFederalEstimatedUnobligatedAmount" element
104          */
105         void unsetBudgetFederalEstimatedUnobligatedAmount();
106         
107         /**
108          * Gets the "BudgetNonFederalEstimatedUnobligatedAmount" element
109          */
110         java.math.BigDecimal getBudgetNonFederalEstimatedUnobligatedAmount();
111         
112         /**
113          * Gets (as xml) the "BudgetNonFederalEstimatedUnobligatedAmount" element
114          */
115         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonFederalEstimatedUnobligatedAmount();
116         
117         /**
118          * True if has "BudgetNonFederalEstimatedUnobligatedAmount" element
119          */
120         boolean isSetBudgetNonFederalEstimatedUnobligatedAmount();
121         
122         /**
123          * Sets the "BudgetNonFederalEstimatedUnobligatedAmount" element
124          */
125         void setBudgetNonFederalEstimatedUnobligatedAmount(java.math.BigDecimal budgetNonFederalEstimatedUnobligatedAmount);
126         
127         /**
128          * Sets (as xml) the "BudgetNonFederalEstimatedUnobligatedAmount" element
129          */
130         void xsetBudgetNonFederalEstimatedUnobligatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonFederalEstimatedUnobligatedAmount);
131         
132         /**
133          * Unsets the "BudgetNonFederalEstimatedUnobligatedAmount" element
134          */
135         void unsetBudgetNonFederalEstimatedUnobligatedAmount();
136         
137         /**
138          * Gets the "BudgetFederalNewOrRevisedAmount" element
139          */
140         java.math.BigDecimal getBudgetFederalNewOrRevisedAmount();
141         
142         /**
143          * Gets (as xml) the "BudgetFederalNewOrRevisedAmount" element
144          */
145         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetFederalNewOrRevisedAmount();
146         
147         /**
148          * True if has "BudgetFederalNewOrRevisedAmount" element
149          */
150         boolean isSetBudgetFederalNewOrRevisedAmount();
151         
152         /**
153          * Sets the "BudgetFederalNewOrRevisedAmount" element
154          */
155         void setBudgetFederalNewOrRevisedAmount(java.math.BigDecimal budgetFederalNewOrRevisedAmount);
156         
157         /**
158          * Sets (as xml) the "BudgetFederalNewOrRevisedAmount" element
159          */
160         void xsetBudgetFederalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetFederalNewOrRevisedAmount);
161         
162         /**
163          * Unsets the "BudgetFederalNewOrRevisedAmount" element
164          */
165         void unsetBudgetFederalNewOrRevisedAmount();
166         
167         /**
168          * Gets the "BudgetNonFederalNewOrRevisedAmount" element
169          */
170         java.math.BigDecimal getBudgetNonFederalNewOrRevisedAmount();
171         
172         /**
173          * Gets (as xml) the "BudgetNonFederalNewOrRevisedAmount" element
174          */
175         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonFederalNewOrRevisedAmount();
176         
177         /**
178          * True if has "BudgetNonFederalNewOrRevisedAmount" element
179          */
180         boolean isSetBudgetNonFederalNewOrRevisedAmount();
181         
182         /**
183          * Sets the "BudgetNonFederalNewOrRevisedAmount" element
184          */
185         void setBudgetNonFederalNewOrRevisedAmount(java.math.BigDecimal budgetNonFederalNewOrRevisedAmount);
186         
187         /**
188          * Sets (as xml) the "BudgetNonFederalNewOrRevisedAmount" element
189          */
190         void xsetBudgetNonFederalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonFederalNewOrRevisedAmount);
191         
192         /**
193          * Unsets the "BudgetNonFederalNewOrRevisedAmount" element
194          */
195         void unsetBudgetNonFederalNewOrRevisedAmount();
196         
197         /**
198          * Gets the "BudgetTotalNewOrRevisedAmount" element
199          */
200         java.math.BigDecimal getBudgetTotalNewOrRevisedAmount();
201         
202         /**
203          * Gets (as xml) the "BudgetTotalNewOrRevisedAmount" element
204          */
205         gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalNewOrRevisedAmount();
206         
207         /**
208          * True if has "BudgetTotalNewOrRevisedAmount" element
209          */
210         boolean isSetBudgetTotalNewOrRevisedAmount();
211         
212         /**
213          * Sets the "BudgetTotalNewOrRevisedAmount" element
214          */
215         void setBudgetTotalNewOrRevisedAmount(java.math.BigDecimal budgetTotalNewOrRevisedAmount);
216         
217         /**
218          * Sets (as xml) the "BudgetTotalNewOrRevisedAmount" element
219          */
220         void xsetBudgetTotalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalNewOrRevisedAmount);
221         
222         /**
223          * Unsets the "BudgetTotalNewOrRevisedAmount" element
224          */
225         void unsetBudgetTotalNewOrRevisedAmount();
226         
227         /**
228          * Gets the "activityTitle" attribute
229          */
230         java.lang.String getActivityTitle();
231         
232         /**
233          * Gets (as xml) the "activityTitle" attribute
234          */
235         gov.grants.apply.system.globalV10.StringMin1Max120Type xgetActivityTitle();
236         
237         /**
238          * Sets the "activityTitle" attribute
239          */
240         void setActivityTitle(java.lang.String activityTitle);
241         
242         /**
243          * Sets (as xml) the "activityTitle" attribute
244          */
245         void xsetActivityTitle(gov.grants.apply.system.globalV10.StringMin1Max120Type activityTitle);
246         
247         /**
248          * A factory class with static methods for creating instances
249          * of this type.
250          */
251         
252         public static final class Factory
253         {
254             public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem newInstance() {
255               return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
256             
257             public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem newInstance(org.apache.xmlbeans.XmlOptions options) {
258               return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
259             
260             private Factory() { } // No instance of this class allowed
261         }
262     }
263     
264     /**
265      * A factory class with static methods for creating instances
266      * of this type.
267      */
268     
269     public static final class Factory
270     {
271         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument newInstance() {
272           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
273         
274         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
275           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
276         
277         /** @param xmlAsString the string value to parse */
278         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
279           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
280         
281         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
282           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
283         
284         /** @param file the file from which to load an xml document */
285         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
286           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
287         
288         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
289           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
290         
291         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
292           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
293         
294         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
295           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
296         
297         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
298           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
299         
300         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
301           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
302         
303         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
304           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
305         
306         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
307           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
308         
309         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
310           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
311         
312         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
313           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
314         
315         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
316           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
317         
318         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
319           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
320         
321         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
322         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
323           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
324         
325         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
326         public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
327           return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
328         
329         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
330         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 {
331           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
332         
333         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
334         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 {
335           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
336         
337         private Factory() { } // No instance of this class allowed
338     }
339 }