View Javadoc
1   /*
2    * An XML document type.
3    * Localname: FederalFundsNeeded
4    * Namespace: http://apply.grants.gov/forms/SF424A-V1.0
5    * Java type: gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424AV10;
10  
11  
12  /**
13   * A document containing one FederalFundsNeeded(@http://apply.grants.gov/forms/SF424A-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface FederalFundsNeededDocument 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(FederalFundsNeededDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalfundsneeded5ce5doctype");
21      
22      /**
23       * Gets the "FederalFundsNeeded" element
24       */
25      gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded getFederalFundsNeeded();
26      
27      /**
28       * Sets the "FederalFundsNeeded" element
29       */
30      void setFederalFundsNeeded(gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded federalFundsNeeded);
31      
32      /**
33       * Appends and returns a new empty "FederalFundsNeeded" element
34       */
35      gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded addNewFederalFundsNeeded();
36      
37      /**
38       * An XML FederalFundsNeeded(@http://apply.grants.gov/forms/SF424A-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface FederalFundsNeeded 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(FederalFundsNeeded.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalfundsneeded3d23elemtype");
46          
47          /**
48           * Gets array of all "FundsLineItem" elements
49           */
50          gov.grants.apply.forms.sf424AV10.FundsLineItemDocument.FundsLineItem[] getFundsLineItemArray();
51          
52          /**
53           * Gets ith "FundsLineItem" element
54           */
55          gov.grants.apply.forms.sf424AV10.FundsLineItemDocument.FundsLineItem getFundsLineItemArray(int i);
56          
57          /**
58           * Returns number of "FundsLineItem" element
59           */
60          int sizeOfFundsLineItemArray();
61          
62          /**
63           * Sets array of all "FundsLineItem" element
64           */
65          void setFundsLineItemArray(gov.grants.apply.forms.sf424AV10.FundsLineItemDocument.FundsLineItem[] fundsLineItemArray);
66          
67          /**
68           * Sets ith "FundsLineItem" element
69           */
70          void setFundsLineItemArray(int i, gov.grants.apply.forms.sf424AV10.FundsLineItemDocument.FundsLineItem fundsLineItem);
71          
72          /**
73           * Inserts and returns a new empty value (as xml) as the ith "FundsLineItem" element
74           */
75          gov.grants.apply.forms.sf424AV10.FundsLineItemDocument.FundsLineItem insertNewFundsLineItem(int i);
76          
77          /**
78           * Appends and returns a new empty value (as xml) as the last "FundsLineItem" element
79           */
80          gov.grants.apply.forms.sf424AV10.FundsLineItemDocument.FundsLineItem addNewFundsLineItem();
81          
82          /**
83           * Removes the ith "FundsLineItem" element
84           */
85          void removeFundsLineItem(int i);
86          
87          /**
88           * Gets the "FundsTotals" element
89           */
90          gov.grants.apply.forms.sf424AV10.FundsTotalsDocument.FundsTotals getFundsTotals();
91          
92          /**
93           * True if has "FundsTotals" element
94           */
95          boolean isSetFundsTotals();
96          
97          /**
98           * Sets the "FundsTotals" element
99           */
100         void setFundsTotals(gov.grants.apply.forms.sf424AV10.FundsTotalsDocument.FundsTotals fundsTotals);
101         
102         /**
103          * Appends and returns a new empty "FundsTotals" element
104          */
105         gov.grants.apply.forms.sf424AV10.FundsTotalsDocument.FundsTotals addNewFundsTotals();
106         
107         /**
108          * Unsets the "FundsTotals" element
109          */
110         void unsetFundsTotals();
111         
112         /**
113          * A factory class with static methods for creating instances
114          * of this type.
115          */
116         
117         public static final class Factory
118         {
119             public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded newInstance() {
120               return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
121             
122             public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded newInstance(org.apache.xmlbeans.XmlOptions options) {
123               return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument.FederalFundsNeeded) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
124             
125             private Factory() { } // No instance of this class allowed
126         }
127     }
128     
129     /**
130      * A factory class with static methods for creating instances
131      * of this type.
132      */
133     
134     public static final class Factory
135     {
136         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument newInstance() {
137           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
138         
139         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
140           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
141         
142         /** @param xmlAsString the string value to parse */
143         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
144           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
145         
146         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
147           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
148         
149         /** @param file the file from which to load an xml document */
150         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
151           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
152         
153         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
154           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
155         
156         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
157           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
158         
159         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
160           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
161         
162         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
163           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
164         
165         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
166           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
167         
168         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
169           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
170         
171         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
172           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
173         
174         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
175           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
176         
177         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
178           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
179         
180         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
181           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
182         
183         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
184           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
185         
186         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
187         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
188           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
189         
190         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
191         public static gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
192           return (gov.grants.apply.forms.sf424AV10.FederalFundsNeededDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
193         
194         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
195         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 {
196           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
197         
198         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
199         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 {
200           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
201         
202         private Factory() { } // No instance of this class allowed
203     }
204 }