View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CreatePackageInfo
4    * Namespace: http://apply.grants.gov/system/AgencyManagePackage-V1.0
5    * Java type: gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.system.agencyManagePackageV10;
10  
11  
12  /**
13   * A document containing one CreatePackageInfo(@http://apply.grants.gov/system/AgencyManagePackage-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface CreatePackageInfoDocument 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(CreatePackageInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createpackageinfoabe7doctype");
21      
22      /**
23       * Gets the "CreatePackageInfo" element
24       */
25      gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo getCreatePackageInfo();
26      
27      /**
28       * Sets the "CreatePackageInfo" element
29       */
30      void setCreatePackageInfo(gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo createPackageInfo);
31      
32      /**
33       * Appends and returns a new empty "CreatePackageInfo" element
34       */
35      gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo addNewCreatePackageInfo();
36      
37      /**
38       * An XML CreatePackageInfo(@http://apply.grants.gov/system/AgencyManagePackage-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface CreatePackageInfo 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(CreatePackageInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createpackageinfocbabelemtype");
46          
47          /**
48           * Gets the "CFDANumber" element
49           */
50          java.lang.String getCFDANumber();
51          
52          /**
53           * Gets (as xml) the "CFDANumber" element
54           */
55          gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType xgetCFDANumber();
56          
57          /**
58           * True if has "CFDANumber" element
59           */
60          boolean isSetCFDANumber();
61          
62          /**
63           * Sets the "CFDANumber" element
64           */
65          void setCFDANumber(java.lang.String cfdaNumber);
66          
67          /**
68           * Sets (as xml) the "CFDANumber" element
69           */
70          void xsetCFDANumber(gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType cfdaNumber);
71          
72          /**
73           * Unsets the "CFDANumber" element
74           */
75          void unsetCFDANumber();
76          
77          /**
78           * Gets the "CompetitionInfo" element
79           */
80          gov.grants.apply.system.grantsCommonElementsV10.CompetitionInfoDocument.CompetitionInfo getCompetitionInfo();
81          
82          /**
83           * True if has "CompetitionInfo" element
84           */
85          boolean isSetCompetitionInfo();
86          
87          /**
88           * Sets the "CompetitionInfo" element
89           */
90          void setCompetitionInfo(gov.grants.apply.system.grantsCommonElementsV10.CompetitionInfoDocument.CompetitionInfo competitionInfo);
91          
92          /**
93           * Appends and returns a new empty "CompetitionInfo" element
94           */
95          gov.grants.apply.system.grantsCommonElementsV10.CompetitionInfoDocument.CompetitionInfo addNewCompetitionInfo();
96          
97          /**
98           * Unsets the "CompetitionInfo" element
99           */
100         void unsetCompetitionInfo();
101         
102         /**
103          * Gets the "ElectronicSignatureRequired" element
104          */
105         gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum getElectronicSignatureRequired();
106         
107         /**
108          * Gets (as xml) the "ElectronicSignatureRequired" element
109          */
110         gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired xgetElectronicSignatureRequired();
111         
112         /**
113          * Sets the "ElectronicSignatureRequired" element
114          */
115         void setElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum electronicSignatureRequired);
116         
117         /**
118          * Sets (as xml) the "ElectronicSignatureRequired" element
119          */
120         void xsetElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired electronicSignatureRequired);
121         
122         /**
123          * Gets the "ExpectedApplicationCount" element
124          */
125         java.lang.String getExpectedApplicationCount();
126         
127         /**
128          * Gets (as xml) the "ExpectedApplicationCount" element
129          */
130         gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount xgetExpectedApplicationCount();
131         
132         /**
133          * Sets the "ExpectedApplicationCount" element
134          */
135         void setExpectedApplicationCount(java.lang.String expectedApplicationCount);
136         
137         /**
138          * Sets (as xml) the "ExpectedApplicationCount" element
139          */
140         void xsetExpectedApplicationCount(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount expectedApplicationCount);
141         
142         /**
143          * Gets the "ExpectedApplicationSizeMB" element
144          */
145         java.lang.String getExpectedApplicationSizeMB();
146         
147         /**
148          * Gets (as xml) the "ExpectedApplicationSizeMB" element
149          */
150         gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB xgetExpectedApplicationSizeMB();
151         
152         /**
153          * True if has "ExpectedApplicationSizeMB" element
154          */
155         boolean isSetExpectedApplicationSizeMB();
156         
157         /**
158          * Sets the "ExpectedApplicationSizeMB" element
159          */
160         void setExpectedApplicationSizeMB(java.lang.String expectedApplicationSizeMB);
161         
162         /**
163          * Sets (as xml) the "ExpectedApplicationSizeMB" element
164          */
165         void xsetExpectedApplicationSizeMB(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB expectedApplicationSizeMB);
166         
167         /**
168          * Unsets the "ExpectedApplicationSizeMB" element
169          */
170         void unsetExpectedApplicationSizeMB();
171         
172         /**
173          * Gets the "OpeningDate" element
174          */
175         java.lang.String getOpeningDate();
176         
177         /**
178          * Gets (as xml) the "OpeningDate" element
179          */
180         gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetOpeningDate();
181         
182         /**
183          * True if has "OpeningDate" element
184          */
185         boolean isSetOpeningDate();
186         
187         /**
188          * Sets the "OpeningDate" element
189          */
190         void setOpeningDate(java.lang.String openingDate);
191         
192         /**
193          * Sets (as xml) the "OpeningDate" element
194          */
195         void xsetOpeningDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType openingDate);
196         
197         /**
198          * Unsets the "OpeningDate" element
199          */
200         void unsetOpeningDate();
201         
202         /**
203          * Gets the "ClosingDate" element
204          */
205         java.lang.String getClosingDate();
206         
207         /**
208          * Gets (as xml) the "ClosingDate" element
209          */
210         gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetClosingDate();
211         
212         /**
213          * Sets the "ClosingDate" element
214          */
215         void setClosingDate(java.lang.String closingDate);
216         
217         /**
218          * Sets (as xml) the "ClosingDate" element
219          */
220         void xsetClosingDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType closingDate);
221         
222         /**
223          * Gets the "GracePeriodDays" element
224          */
225         java.lang.String getGracePeriodDays();
226         
227         /**
228          * Gets (as xml) the "GracePeriodDays" element
229          */
230         gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays xgetGracePeriodDays();
231         
232         /**
233          * True if has "GracePeriodDays" element
234          */
235         boolean isSetGracePeriodDays();
236         
237         /**
238          * Sets the "GracePeriodDays" element
239          */
240         void setGracePeriodDays(java.lang.String gracePeriodDays);
241         
242         /**
243          * Sets (as xml) the "GracePeriodDays" element
244          */
245         void xsetGracePeriodDays(gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays gracePeriodDays);
246         
247         /**
248          * Unsets the "GracePeriodDays" element
249          */
250         void unsetGracePeriodDays();
251         
252         /**
253          * Gets the "AgencyContactInfo" element
254          */
255         java.lang.String getAgencyContactInfo();
256         
257         /**
258          * Gets (as xml) the "AgencyContactInfo" element
259          */
260         gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType xgetAgencyContactInfo();
261         
262         /**
263          * Sets the "AgencyContactInfo" element
264          */
265         void setAgencyContactInfo(java.lang.String agencyContactInfo);
266         
267         /**
268          * Sets (as xml) the "AgencyContactInfo" element
269          */
270         void xsetAgencyContactInfo(gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType agencyContactInfo);
271         
272         /**
273          * Gets the "TemplateName" element
274          */
275         java.lang.String getTemplateName();
276         
277         /**
278          * Gets (as xml) the "TemplateName" element
279          */
280         gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType xgetTemplateName();
281         
282         /**
283          * Sets the "TemplateName" element
284          */
285         void setTemplateName(java.lang.String templateName);
286         
287         /**
288          * Sets (as xml) the "TemplateName" element
289          */
290         void xsetTemplateName(gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType templateName);
291         
292         /**
293          * Gets the "InstructionFileInfo" element
294          */
295         gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo getInstructionFileInfo();
296         
297         /**
298          * Sets the "InstructionFileInfo" element
299          */
300         void setInstructionFileInfo(gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo instructionFileInfo);
301         
302         /**
303          * Appends and returns a new empty "InstructionFileInfo" element
304          */
305         gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo addNewInstructionFileInfo();
306         
307         /**
308          * Gets the "OpenToApplicant" element
309          */
310         gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum getOpenToApplicant();
311         
312         /**
313          * Gets (as xml) the "OpenToApplicant" element
314          */
315         gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant xgetOpenToApplicant();
316         
317         /**
318          * Sets the "OpenToApplicant" element
319          */
320         void setOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum openToApplicant);
321         
322         /**
323          * Sets (as xml) the "OpenToApplicant" element
324          */
325         void xsetOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant openToApplicant);
326         
327         /**
328          * A factory class with static methods for creating instances
329          * of this type.
330          */
331         
332         public static final class Factory
333         {
334             public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo newInstance() {
335               return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
336             
337             public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
338               return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument.CreatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
339             
340             private Factory() { } // No instance of this class allowed
341         }
342     }
343     
344     /**
345      * A factory class with static methods for creating instances
346      * of this type.
347      */
348     
349     public static final class Factory
350     {
351         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument newInstance() {
352           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
353         
354         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
355           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
356         
357         /** @param xmlAsString the string value to parse */
358         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
359           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
360         
361         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
362           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
363         
364         /** @param file the file from which to load an xml document */
365         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
366           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
367         
368         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
369           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
370         
371         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
372           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
373         
374         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
375           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
376         
377         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
378           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
379         
380         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
381           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
382         
383         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
384           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
385         
386         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
387           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
388         
389         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
390           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
391         
392         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
393           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
394         
395         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
396           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
397         
398         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
399           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
400         
401         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
402         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
403           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
404         
405         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
406         public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
407           return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
408         
409         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
410         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 {
411           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
412         
413         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
414         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 {
415           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
416         
417         private Factory() { } // No instance of this class allowed
418     }
419 }