View Javadoc
1   /*
2    * An XML document type.
3    * Localname: ProjectCosts
4    * Namespace: http://apply.grants.gov/forms/SF424C-V1.0
5    * Java type: gov.grants.apply.forms.sf424CV10.ProjectCostsDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424CV10;
10  
11  
12  /**
13   * A document containing one ProjectCosts(@http://apply.grants.gov/forms/SF424C-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface ProjectCostsDocument 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(ProjectCostsDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectcosts720adoctype");
21      
22      /**
23       * Gets the "ProjectCosts" element
24       */
25      gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts getProjectCosts();
26      
27      /**
28       * Sets the "ProjectCosts" element
29       */
30      void setProjectCosts(gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts projectCosts);
31      
32      /**
33       * Appends and returns a new empty "ProjectCosts" element
34       */
35      gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts addNewProjectCosts();
36      
37      /**
38       * An XML ProjectCosts(@http://apply.grants.gov/forms/SF424C-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface ProjectCosts 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(ProjectCosts.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectcosts7ec1elemtype");
46          
47          /**
48           * Gets array of all "CostLineItem" elements
49           */
50          gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem[] getCostLineItemArray();
51          
52          /**
53           * Gets ith "CostLineItem" element
54           */
55          gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem getCostLineItemArray(int i);
56          
57          /**
58           * Returns number of "CostLineItem" element
59           */
60          int sizeOfCostLineItemArray();
61          
62          /**
63           * Sets array of all "CostLineItem" element
64           */
65          void setCostLineItemArray(gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem[] costLineItemArray);
66          
67          /**
68           * Sets ith "CostLineItem" element
69           */
70          void setCostLineItemArray(int i, gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem costLineItem);
71          
72          /**
73           * Inserts and returns a new empty value (as xml) as the ith "CostLineItem" element
74           */
75          gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem insertNewCostLineItem(int i);
76          
77          /**
78           * Appends and returns a new empty value (as xml) as the last "CostLineItem" element
79           */
80          gov.grants.apply.forms.sf424CV10.CostLineItemDocument.CostLineItem addNewCostLineItem();
81          
82          /**
83           * Removes the ith "CostLineItem" element
84           */
85          void removeCostLineItem(int i);
86          
87          /**
88           * Gets the "CostSubtotalBeforeContingencies" element
89           */
90          gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies getCostSubtotalBeforeContingencies();
91          
92          /**
93           * True if has "CostSubtotalBeforeContingencies" element
94           */
95          boolean isSetCostSubtotalBeforeContingencies();
96          
97          /**
98           * Sets the "CostSubtotalBeforeContingencies" element
99           */
100         void setCostSubtotalBeforeContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies costSubtotalBeforeContingencies);
101         
102         /**
103          * Appends and returns a new empty "CostSubtotalBeforeContingencies" element
104          */
105         gov.grants.apply.forms.sf424CV10.CostSubtotalBeforeContingenciesDocument.CostSubtotalBeforeContingencies addNewCostSubtotalBeforeContingencies();
106         
107         /**
108          * Unsets the "CostSubtotalBeforeContingencies" element
109          */
110         void unsetCostSubtotalBeforeContingencies();
111         
112         /**
113          * Gets the "Contingencies" element
114          */
115         gov.grants.apply.forms.sf424CV10.ContingenciesDocument.Contingencies getContingencies();
116         
117         /**
118          * True if has "Contingencies" element
119          */
120         boolean isSetContingencies();
121         
122         /**
123          * Sets the "Contingencies" element
124          */
125         void setContingencies(gov.grants.apply.forms.sf424CV10.ContingenciesDocument.Contingencies contingencies);
126         
127         /**
128          * Appends and returns a new empty "Contingencies" element
129          */
130         gov.grants.apply.forms.sf424CV10.ContingenciesDocument.Contingencies addNewContingencies();
131         
132         /**
133          * Unsets the "Contingencies" element
134          */
135         void unsetContingencies();
136         
137         /**
138          * Gets the "CostSubtotalAfterContingencies" element
139          */
140         gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies getCostSubtotalAfterContingencies();
141         
142         /**
143          * True if has "CostSubtotalAfterContingencies" element
144          */
145         boolean isSetCostSubtotalAfterContingencies();
146         
147         /**
148          * Sets the "CostSubtotalAfterContingencies" element
149          */
150         void setCostSubtotalAfterContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies costSubtotalAfterContingencies);
151         
152         /**
153          * Appends and returns a new empty "CostSubtotalAfterContingencies" element
154          */
155         gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies addNewCostSubtotalAfterContingencies();
156         
157         /**
158          * Unsets the "CostSubtotalAfterContingencies" element
159          */
160         void unsetCostSubtotalAfterContingencies();
161         
162         /**
163          * Gets the "ProgramIncome" element
164          */
165         gov.grants.apply.forms.sf424CV10.ProgramIncomeDocument.ProgramIncome getProgramIncome();
166         
167         /**
168          * True if has "ProgramIncome" element
169          */
170         boolean isSetProgramIncome();
171         
172         /**
173          * Sets the "ProgramIncome" element
174          */
175         void setProgramIncome(gov.grants.apply.forms.sf424CV10.ProgramIncomeDocument.ProgramIncome programIncome);
176         
177         /**
178          * Appends and returns a new empty "ProgramIncome" element
179          */
180         gov.grants.apply.forms.sf424CV10.ProgramIncomeDocument.ProgramIncome addNewProgramIncome();
181         
182         /**
183          * Unsets the "ProgramIncome" element
184          */
185         void unsetProgramIncome();
186         
187         /**
188          * Gets the "TotalProjectCosts" element
189          */
190         gov.grants.apply.forms.sf424CV10.TotalProjectCostsDocument.TotalProjectCosts getTotalProjectCosts();
191         
192         /**
193          * True if has "TotalProjectCosts" element
194          */
195         boolean isSetTotalProjectCosts();
196         
197         /**
198          * Sets the "TotalProjectCosts" element
199          */
200         void setTotalProjectCosts(gov.grants.apply.forms.sf424CV10.TotalProjectCostsDocument.TotalProjectCosts totalProjectCosts);
201         
202         /**
203          * Appends and returns a new empty "TotalProjectCosts" element
204          */
205         gov.grants.apply.forms.sf424CV10.TotalProjectCostsDocument.TotalProjectCosts addNewTotalProjectCosts();
206         
207         /**
208          * Unsets the "TotalProjectCosts" element
209          */
210         void unsetTotalProjectCosts();
211         
212         /**
213          * A factory class with static methods for creating instances
214          * of this type.
215          */
216         
217         public static final class Factory
218         {
219             public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts newInstance() {
220               return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
221             
222             public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts newInstance(org.apache.xmlbeans.XmlOptions options) {
223               return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument.ProjectCosts) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
224             
225             private Factory() { } // No instance of this class allowed
226         }
227     }
228     
229     /**
230      * A factory class with static methods for creating instances
231      * of this type.
232      */
233     
234     public static final class Factory
235     {
236         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument newInstance() {
237           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
238         
239         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
240           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
241         
242         /** @param xmlAsString the string value to parse */
243         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
244           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
245         
246         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
247           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
248         
249         /** @param file the file from which to load an xml document */
250         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
251           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
252         
253         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
254           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
255         
256         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
257           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
258         
259         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
260           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
261         
262         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
263           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
264         
265         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
266           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
267         
268         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
269           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
270         
271         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
272           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
273         
274         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
275           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
276         
277         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
278           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
279         
280         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
281           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
282         
283         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
284           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
285         
286         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
287         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
288           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
289         
290         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
291         public static gov.grants.apply.forms.sf424CV10.ProjectCostsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
292           return (gov.grants.apply.forms.sf424CV10.ProjectCostsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
293         
294         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
295         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 {
296           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
297         
298         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
299         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 {
300           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
301         
302         private Factory() { } // No instance of this class allowed
303     }
304 }