View Javadoc
1   /*
2    * An XML document type.
3    * Localname: IMLS_Budget
4    * Namespace: http://apply.grants.gov/forms/IMLS_Budget-V1.0
5    * Java type: gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.imlsBudgetV10;
10  
11  
12  /**
13   * A document containing one IMLS_Budget(@http://apply.grants.gov/forms/IMLS_Budget-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface IMLSBudgetDocument 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(IMLSBudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("imlsbudget1577doctype");
21      
22      /**
23       * Gets the "IMLS_Budget" element
24       */
25      gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget getIMLSBudget();
26      
27      /**
28       * Sets the "IMLS_Budget" element
29       */
30      void setIMLSBudget(gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget imlsBudget);
31      
32      /**
33       * Appends and returns a new empty "IMLS_Budget" element
34       */
35      gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget addNewIMLSBudget();
36      
37      /**
38       * An XML IMLS_Budget(@http://apply.grants.gov/forms/IMLS_Budget-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface IMLSBudget 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(IMLSBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("imlsbudgetaeb2elemtype");
46          
47          /**
48           * Gets the "ApplicantLegalName" element
49           */
50          java.lang.String getApplicantLegalName();
51          
52          /**
53           * Gets (as xml) the "ApplicantLegalName" element
54           */
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantLegalName();
56          
57          /**
58           * Sets the "ApplicantLegalName" element
59           */
60          void setApplicantLegalName(java.lang.String applicantLegalName);
61          
62          /**
63           * Sets (as xml) the "ApplicantLegalName" element
64           */
65          void xsetApplicantLegalName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantLegalName);
66          
67          /**
68           * Gets the "RequestedGrantPeriodFrom" element
69           */
70          java.util.Calendar getRequestedGrantPeriodFrom();
71          
72          /**
73           * Gets (as xml) the "RequestedGrantPeriodFrom" element
74           */
75          org.apache.xmlbeans.XmlDate xgetRequestedGrantPeriodFrom();
76          
77          /**
78           * Sets the "RequestedGrantPeriodFrom" element
79           */
80          void setRequestedGrantPeriodFrom(java.util.Calendar requestedGrantPeriodFrom);
81          
82          /**
83           * Sets (as xml) the "RequestedGrantPeriodFrom" element
84           */
85          void xsetRequestedGrantPeriodFrom(org.apache.xmlbeans.XmlDate requestedGrantPeriodFrom);
86          
87          /**
88           * Gets the "RequestedGrantPeriodTo" element
89           */
90          java.util.Calendar getRequestedGrantPeriodTo();
91          
92          /**
93           * Gets (as xml) the "RequestedGrantPeriodTo" element
94           */
95          org.apache.xmlbeans.XmlDate xgetRequestedGrantPeriodTo();
96          
97          /**
98           * Sets the "RequestedGrantPeriodTo" element
99           */
100         void setRequestedGrantPeriodTo(java.util.Calendar requestedGrantPeriodTo);
101         
102         /**
103          * Sets (as xml) the "RequestedGrantPeriodTo" element
104          */
105         void xsetRequestedGrantPeriodTo(org.apache.xmlbeans.XmlDate requestedGrantPeriodTo);
106         
107         /**
108          * Gets the "ApplicationNumber" element
109          */
110         java.lang.String getApplicationNumber();
111         
112         /**
113          * Gets (as xml) the "ApplicationNumber" element
114          */
115         gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber xgetApplicationNumber();
116         
117         /**
118          * True if has "ApplicationNumber" element
119          */
120         boolean isSetApplicationNumber();
121         
122         /**
123          * Sets the "ApplicationNumber" element
124          */
125         void setApplicationNumber(java.lang.String applicationNumber);
126         
127         /**
128          * Sets (as xml) the "ApplicationNumber" element
129          */
130         void xsetApplicationNumber(gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber applicationNumber);
131         
132         /**
133          * Unsets the "ApplicationNumber" element
134          */
135         void unsetApplicationNumber();
136         
137         /**
138          * Gets array of all "DetailedBudget" elements
139          */
140         gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType[] getDetailedBudgetArray();
141         
142         /**
143          * Gets ith "DetailedBudget" element
144          */
145         gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType getDetailedBudgetArray(int i);
146         
147         /**
148          * Returns number of "DetailedBudget" element
149          */
150         int sizeOfDetailedBudgetArray();
151         
152         /**
153          * Sets array of all "DetailedBudget" element
154          */
155         void setDetailedBudgetArray(gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType[] detailedBudgetArray);
156         
157         /**
158          * Sets ith "DetailedBudget" element
159          */
160         void setDetailedBudgetArray(int i, gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType detailedBudget);
161         
162         /**
163          * Inserts and returns a new empty value (as xml) as the ith "DetailedBudget" element
164          */
165         gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType insertNewDetailedBudget(int i);
166         
167         /**
168          * Appends and returns a new empty value (as xml) as the last "DetailedBudget" element
169          */
170         gov.grants.apply.forms.imlsBudgetV10.DetailedBudgetDataType addNewDetailedBudget();
171         
172         /**
173          * Removes the ith "DetailedBudget" element
174          */
175         void removeDetailedBudget(int i);
176         
177         /**
178          * Gets the "BudgetSummary" element
179          */
180         gov.grants.apply.forms.imlsBudgetV10.BudgetSummaryDataType getBudgetSummary();
181         
182         /**
183          * Sets the "BudgetSummary" element
184          */
185         void setBudgetSummary(gov.grants.apply.forms.imlsBudgetV10.BudgetSummaryDataType budgetSummary);
186         
187         /**
188          * Appends and returns a new empty "BudgetSummary" element
189          */
190         gov.grants.apply.forms.imlsBudgetV10.BudgetSummaryDataType addNewBudgetSummary();
191         
192         /**
193          * Gets the "FormVersion" attribute
194          */
195         java.lang.String getFormVersion();
196         
197         /**
198          * Gets (as xml) the "FormVersion" attribute
199          */
200         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
201         
202         /**
203          * Sets the "FormVersion" attribute
204          */
205         void setFormVersion(java.lang.String formVersion);
206         
207         /**
208          * Sets (as xml) the "FormVersion" attribute
209          */
210         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
211         
212         /**
213          * An XML ApplicationNumber(@http://apply.grants.gov/forms/IMLS_Budget-V1.0).
214          *
215          * This is an atomic type that is a restriction of gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument$IMLSBudget$ApplicationNumber.
216          */
217         public interface ApplicationNumber extends org.apache.xmlbeans.XmlString
218         {
219             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
220                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationnumbera68delemtype");
221             
222             /**
223              * A factory class with static methods for creating instances
224              * of this type.
225              */
226             
227             public static final class Factory
228             {
229                 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber newValue(java.lang.Object obj) {
230                   return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber) type.newValue( obj ); }
231                 
232                 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber newInstance() {
233                   return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
234                 
235                 public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
236                   return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget.ApplicationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
237                 
238                 private Factory() { } // No instance of this class allowed
239             }
240         }
241         
242         /**
243          * A factory class with static methods for creating instances
244          * of this type.
245          */
246         
247         public static final class Factory
248         {
249             public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget newInstance() {
250               return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
251             
252             public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
253               return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument.IMLSBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
254             
255             private Factory() { } // No instance of this class allowed
256         }
257     }
258     
259     /**
260      * A factory class with static methods for creating instances
261      * of this type.
262      */
263     
264     public static final class Factory
265     {
266         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument newInstance() {
267           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
268         
269         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
270           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
271         
272         /** @param xmlAsString the string value to parse */
273         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
274           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
275         
276         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
277           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
278         
279         /** @param file the file from which to load an xml document */
280         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
281           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
282         
283         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
284           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
285         
286         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
287           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
288         
289         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
290           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
291         
292         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
293           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
294         
295         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
296           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
297         
298         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
299           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
300         
301         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
302           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
303         
304         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
305           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
306         
307         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
308           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
309         
310         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
311           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
312         
313         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
314           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
315         
316         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
317         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
318           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
319         
320         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
321         public static gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
322           return (gov.grants.apply.forms.imlsBudgetV10.IMLSBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
323         
324         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
325         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 {
326           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
327         
328         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
329         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 {
330           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
331         
332         private Factory() { } // No instance of this class allowed
333     }
334 }