1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.hudDetailedBudgetV11;
10  
11  
12  
13  
14  
15  
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  
24  
25      gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget getHUDDetailedBudget();
26      
27      
28  
29  
30      void setHUDDetailedBudget(gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget hudDetailedBudget);
31      
32      
33  
34  
35      gov.grants.apply.forms.hudDetailedBudgetV11.HUDDetailedBudgetDocument.HUDDetailedBudget addNewHUDDetailedBudget();
36      
37      
38  
39  
40  
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  
49  
50          java.lang.String getOrganizationName();
51          
52          
53  
54  
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
56          
57          
58  
59  
60          void setOrganizationName(java.lang.String organizationName);
61          
62          
63  
64  
65          void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
66          
67          
68  
69  
70          java.lang.String getProjectActivityName();
71          
72          
73  
74  
75          gov.grants.apply.system.globalLibraryV20.ProgramActivityTitleDataType xgetProjectActivityName();
76          
77          
78  
79  
80          void setProjectActivityName(java.lang.String projectActivityName);
81          
82          
83  
84  
85          void xsetProjectActivityName(gov.grants.apply.system.globalLibraryV20.ProgramActivityTitleDataType projectActivityName);
86          
87          
88  
89  
90          gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType[] getDetailedBudgetArray();
91          
92          
93  
94  
95          gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType getDetailedBudgetArray(int i);
96          
97          
98  
99  
100         int sizeOfDetailedBudgetArray();
101         
102         
103 
104 
105         void setDetailedBudgetArray(gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType[] detailedBudgetArray);
106         
107         
108 
109 
110         void setDetailedBudgetArray(int i, gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType detailedBudget);
111         
112         
113 
114 
115         gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType insertNewDetailedBudget(int i);
116         
117         
118 
119 
120         gov.grants.apply.forms.hudDetailedBudgetV11.YearlyBudgetDataType addNewDetailedBudget();
121         
122         
123 
124 
125         void removeDetailedBudget(int i);
126         
127         
128 
129 
130         java.math.BigDecimal getBudgetAllYearsGrandToEstAmt();
131         
132         
133 
134 
135         gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetBudgetAllYearsGrandToEstAmt();
136         
137         
138 
139 
140         boolean isSetBudgetAllYearsGrandToEstAmt();
141         
142         
143 
144 
145         void setBudgetAllYearsGrandToEstAmt(java.math.BigDecimal budgetAllYearsGrandToEstAmt);
146         
147         
148 
149 
150         void xsetBudgetAllYearsGrandToEstAmt(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType budgetAllYearsGrandToEstAmt);
151         
152         
153 
154 
155         void unsetBudgetAllYearsGrandToEstAmt();
156         
157         
158 
159 
160         java.lang.String getFormVersion();
161         
162         
163 
164 
165         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
166         
167         
168 
169 
170         void setFormVersion(java.lang.String formVersion);
171         
172         
173 
174 
175         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
176         
177         
178 
179 
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() { } 
191         }
192     }
193     
194     
195 
196 
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         
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         
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         
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         
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         
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         
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() { } 
268     }
269 }