1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.system.agencyManagePackageV10;
10  
11  
12  
13  
14  
15  
16  
17  public interface CreateOpportunityInfoDocument 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(CreateOpportunityInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createopportunityinfo5774doctype");
21      
22      
23  
24  
25      gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo getCreateOpportunityInfo();
26      
27      
28  
29  
30      void setCreateOpportunityInfo(gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo createOpportunityInfo);
31      
32      
33  
34  
35      gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo addNewCreateOpportunityInfo();
36      
37      
38  
39  
40  
41  
42      public interface CreateOpportunityInfo 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(CreateOpportunityInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createopportunityinfo4145elemtype");
46          
47          
48  
49  
50          java.lang.String getFundingOpportunityTitle();
51          
52          
53  
54  
55          gov.grants.apply.system.grantsCommonTypesV10.StringWithoutNewLine255Type xgetFundingOpportunityTitle();
56          
57          
58  
59  
60          void setFundingOpportunityTitle(java.lang.String fundingOpportunityTitle);
61          
62          
63  
64  
65          void xsetFundingOpportunityTitle(gov.grants.apply.system.grantsCommonTypesV10.StringWithoutNewLine255Type fundingOpportunityTitle);
66          
67          
68  
69  
70          gov.grants.apply.system.grantsCommonTypesV10.OpportunityCategoryType.Enum getOpportunityCategory();
71          
72          
73  
74  
75          gov.grants.apply.system.grantsCommonTypesV10.OpportunityCategoryType xgetOpportunityCategory();
76          
77          
78  
79  
80          void setOpportunityCategory(gov.grants.apply.system.grantsCommonTypesV10.OpportunityCategoryType.Enum opportunityCategory);
81          
82          
83  
84  
85          void xsetOpportunityCategory(gov.grants.apply.system.grantsCommonTypesV10.OpportunityCategoryType opportunityCategory);
86          
87          
88  
89  
90          java.lang.String getOpportunityCategoryExplanation();
91          
92          
93  
94  
95          gov.grants.apply.system.agencyManagePackageV10.OpportunityCategoryExplanationDocument.OpportunityCategoryExplanation xgetOpportunityCategoryExplanation();
96          
97          
98  
99  
100         boolean isSetOpportunityCategoryExplanation();
101         
102         
103 
104 
105         void setOpportunityCategoryExplanation(java.lang.String opportunityCategoryExplanation);
106         
107         
108 
109 
110         void xsetOpportunityCategoryExplanation(gov.grants.apply.system.agencyManagePackageV10.OpportunityCategoryExplanationDocument.OpportunityCategoryExplanation opportunityCategoryExplanation);
111         
112         
113 
114 
115         void unsetOpportunityCategoryExplanation();
116         
117         
118 
119 
120         java.lang.String[] getCFDANumberArray();
121         
122         
123 
124 
125         java.lang.String getCFDANumberArray(int i);
126         
127         
128 
129 
130         gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType[] xgetCFDANumberArray();
131         
132         
133 
134 
135         gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType xgetCFDANumberArray(int i);
136         
137         
138 
139 
140         int sizeOfCFDANumberArray();
141         
142         
143 
144 
145         void setCFDANumberArray(java.lang.String[] cfdaNumberArray);
146         
147         
148 
149 
150         void setCFDANumberArray(int i, java.lang.String cfdaNumber);
151         
152         
153 
154 
155         void xsetCFDANumberArray(gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType[] cfdaNumberArray);
156         
157         
158 
159 
160         void xsetCFDANumberArray(int i, gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType cfdaNumber);
161         
162         
163 
164 
165         void insertCFDANumber(int i, java.lang.String cfdaNumber);
166         
167         
168 
169 
170         void addCFDANumber(java.lang.String cfdaNumber);
171         
172         
173 
174 
175         gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType insertNewCFDANumber(int i);
176         
177         
178 
179 
180         gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType addNewCFDANumber();
181         
182         
183 
184 
185         void removeCFDANumber(int i);
186         
187         
188 
189 
190 
191         
192         public static final class Factory
193         {
194             public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo newInstance() {
195               return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
196             
197             public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
198               return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument.CreateOpportunityInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
199             
200             private Factory() { } 
201         }
202     }
203     
204     
205 
206 
207 
208     
209     public static final class Factory
210     {
211         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument newInstance() {
212           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
213         
214         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
215           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
216         
217         
218         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
219           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
220         
221         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
222           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
223         
224         
225         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
226           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
227         
228         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
229           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
230         
231         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
232           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
233         
234         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
235           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
236         
237         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
238           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
239         
240         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
241           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
242         
243         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
244           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
245         
246         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
247           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
248         
249         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
250           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
251         
252         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
253           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
254         
255         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
256           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
257         
258         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
259           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
260         
261         
262         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
263           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
264         
265         
266         public static gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
267           return (gov.grants.apply.system.agencyManagePackageV10.CreateOpportunityInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
268         
269         
270         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 {
271           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
272         
273         
274         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 {
275           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
276         
277         private Factory() { } 
278     }
279 }