View Javadoc
1   /*
2    * An XML document type.
3    * Localname: HUD_DetailedBudget
4    * Namespace: http://apply.grants.gov/forms/HUD_DetailedBudget-V1.1
5    * Java type: gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.hudDetailedBudgetV11;
10  
11  
12  /**
13   * A document containing one HUD_DetailedBudget(@http://apply.grants.gov/forms/HUD_DetailedBudget-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface HUDDetailedBudgetDocument 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(HUDDetailedBudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("huddetailedbudgetf8fedoctype");
21      
22      /**
23       * Gets the "HUD_DetailedBudget" element
24       */
25      gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget getHUDDetailedBudget();
26      
27      /**
28       * Sets the "HUD_DetailedBudget" element
29       */
30      void setHUDDetailedBudget(gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget hudDetailedBudget);
31      
32      /**
33       * Appends and returns a new empty "HUD_DetailedBudget" element
34       */
35      gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget addNewHUDDetailedBudget();
36      
37      /**
38       * An XML HUD_DetailedBudget(@http://apply.grants.gov/forms/HUD_DetailedBudget-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface HUDDetailedBudget 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(HUDDetailedBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("huddetailedbudget7c25elemtype");
46          
47          /**
48           * Gets the "OrganizationName" element
49           */
50          java.lang.String getOrganizationName();
51          
52          /**
53           * Gets (as xml) the "OrganizationName" element
54           */
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
56          
57          /**
58           * Sets the "OrganizationName" element
59           */
60          void setOrganizationName(java.lang.String organizationName);
61          
62          /**
63           * Sets (as xml) the "OrganizationName" element
64           */
65          void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
66          
67          /**
68           * Gets the "ProjectActivityName" element
69           */
70          java.lang.String getProjectActivityName();
71          
72          /**
73           * Gets (as xml) the "ProjectActivityName" element
74           */
75          gov.grants.apply.system.globalLibraryV20.ProgramActivityTitleDataType xgetProjectActivityName();
76          
77          /**
78           * Sets the "ProjectActivityName" element
79           */
80          void setProjectActivityName(java.lang.String projectActivityName);
81          
82          /**
83           * Sets (as xml) the "ProjectActivityName" element
84           */
85          void xsetProjectActivityName(gov.grants.apply.system.globalLibraryV20.ProgramActivityTitleDataType projectActivityName);
86          
87          /**
88           * Gets array of all "DetailedBudget" elements
89           */
90          gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType[] getDetailedBudgetArray();
91          
92          /**
93           * Gets ith "DetailedBudget" element
94           */
95          gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType getDetailedBudgetArray(int i);
96          
97          /**
98           * Returns number of "DetailedBudget" element
99           */
100         int sizeOfDetailedBudgetArray();
101         
102         /**
103          * Sets array of all "DetailedBudget" element
104          */
105         void setDetailedBudgetArray(gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType[] detailedBudgetArray);
106         
107         /**
108          * Sets ith "DetailedBudget" element
109          */
110         void setDetailedBudgetArray(int i, gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType detailedBudget);
111         
112         /**
113          * Inserts and returns a new empty value (as xml) as the ith "DetailedBudget" element
114          */
115         gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType insertNewDetailedBudget(int i);
116         
117         /**
118          * Appends and returns a new empty value (as xml) as the last "DetailedBudget" element
119          */
120         gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType addNewDetailedBudget();
121         
122         /**
123          * Removes the ith "DetailedBudget" element
124          */
125         void removeDetailedBudget(int i);
126         
127         /**
128          * Gets the "BudgetAllYearsGrandToEstAmt" element
129          */
130         java.math.BigDecimal getBudgetAllYearsGrandToEstAmt();
131         
132         /**
133          * Gets (as xml) the "BudgetAllYearsGrandToEstAmt" element
134          */
135         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetBudgetAllYearsGrandToEstAmt();
136         
137         /**
138          * True if has "BudgetAllYearsGrandToEstAmt" element
139          */
140         boolean isSetBudgetAllYearsGrandToEstAmt();
141         
142         /**
143          * Sets the "BudgetAllYearsGrandToEstAmt" element
144          */
145         void setBudgetAllYearsGrandToEstAmt(java.math.BigDecimal budgetAllYearsGrandToEstAmt);
146         
147         /**
148          * Sets (as xml) the "BudgetAllYearsGrandToEstAmt" element
149          */
150         void xsetBudgetAllYearsGrandToEstAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType budgetAllYearsGrandToEstAmt);
151         
152         /**
153          * Unsets the "BudgetAllYearsGrandToEstAmt" element
154          */
155         void unsetBudgetAllYearsGrandToEstAmt();
156         
157         /**
158          * Gets the "FormVersion" attribute
159          */
160         java.lang.String getFormVersion();
161         
162         /**
163          * Gets (as xml) the "FormVersion" attribute
164          */
165         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
166         
167         /**
168          * Sets the "FormVersion" attribute
169          */
170         void setFormVersion(java.lang.String formVersion);
171         
172         /**
173          * Sets (as xml) the "FormVersion" attribute
174          */
175         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
176         
177         /**
178          * A factory class with static methods for creating instances
179          * of this type.
180          */
181         
182         public static final class Factory
183         {
184             public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget newInstance() {
185               return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
186             
187             public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
188               return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
189             
190             private Factory() { } // No instance of this class allowed
191         }
192     }
193     
194     /**
195      * A factory class with static methods for creating instances
196      * of this type.
197      */
198     
199     public static final class Factory
200     {
201         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument newInstance() {
202           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
203         
204         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
205           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
206         
207         /** @param xmlAsString the string value to parse */
208         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
209           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
210         
211         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
212           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
213         
214         /** @param file the file from which to load an xml document */
215         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
216           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
217         
218         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
219           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
220         
221         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
222           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
223         
224         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
225           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
226         
227         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
228           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
229         
230         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
231           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
232         
233         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
234           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
235         
236         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
237           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
238         
239         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
240           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
241         
242         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
243           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
244         
245         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
246           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
247         
248         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
249           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
250         
251         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
252         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
253           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
254         
255         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
256         public static gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
257           return (gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
258         
259         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
260         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 {
261           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
262         
263         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
264         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 {
265           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
266         
267         private Factory() { } // No instance of this class allowed
268     }
269 }