View Javadoc
1   /*
2    * An XML document type.
3    * Localname: GrantSubmissionHeader
4    * Namespace: http://apply.grants.gov/system/Header-V1.0
5    * Java type: gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.system.headerV10;
10  
11  
12  /**
13   * A document containing one GrantSubmissionHeader(@http://apply.grants.gov/system/Header-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface GrantSubmissionHeaderDocument 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(GrantSubmissionHeaderDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantsubmissionheader06a7doctype");
21      
22      /**
23       * Gets the "GrantSubmissionHeader" element
24       */
25      gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader getGrantSubmissionHeader();
26      
27      /**
28       * Sets the "GrantSubmissionHeader" element
29       */
30      void setGrantSubmissionHeader(gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader grantSubmissionHeader);
31      
32      /**
33       * Appends and returns a new empty "GrantSubmissionHeader" element
34       */
35      gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader addNewGrantSubmissionHeader();
36      
37      /**
38       * An XML GrantSubmissionHeader(@http://apply.grants.gov/system/Header-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface GrantSubmissionHeader 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(GrantSubmissionHeader.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantsubmissionheaderee86elemtype");
46          
47          /**
48           * Gets the "HashValue" element
49           */
50          gov.grants.apply.system.globalV10.HashValueDocument.HashValue getHashValue();
51          
52          /**
53           * Sets the "HashValue" element
54           */
55          void setHashValue(gov.grants.apply.system.globalV10.HashValueDocument.HashValue hashValue);
56          
57          /**
58           * Appends and returns a new empty "HashValue" element
59           */
60          gov.grants.apply.system.globalV10.HashValueDocument.HashValue addNewHashValue();
61          
62          /**
63           * Gets the "AgencyName" element
64           */
65          java.lang.String getAgencyName();
66          
67          /**
68           * Gets (as xml) the "AgencyName" element
69           */
70          gov.grants.apply.system.globalV10.StringMin1Max60Type xgetAgencyName();
71          
72          /**
73           * True if has "AgencyName" element
74           */
75          boolean isSetAgencyName();
76          
77          /**
78           * Sets the "AgencyName" element
79           */
80          void setAgencyName(java.lang.String agencyName);
81          
82          /**
83           * Sets (as xml) the "AgencyName" element
84           */
85          void xsetAgencyName(gov.grants.apply.system.globalV10.StringMin1Max60Type agencyName);
86          
87          /**
88           * Unsets the "AgencyName" element
89           */
90          void unsetAgencyName();
91          
92          /**
93           * Gets the "CFDANumber" element
94           */
95          java.lang.String getCFDANumber();
96          
97          /**
98           * Gets (as xml) the "CFDANumber" element
99           */
100         gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber();
101         
102         /**
103          * True if has "CFDANumber" element
104          */
105         boolean isSetCFDANumber();
106         
107         /**
108          * Sets the "CFDANumber" element
109          */
110         void setCFDANumber(java.lang.String cfdaNumber);
111         
112         /**
113          * Sets (as xml) the "CFDANumber" element
114          */
115         void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber);
116         
117         /**
118          * Unsets the "CFDANumber" element
119          */
120         void unsetCFDANumber();
121         
122         /**
123          * Gets the "ActivityTitle" element
124          */
125         java.lang.String getActivityTitle();
126         
127         /**
128          * Gets (as xml) the "ActivityTitle" element
129          */
130         gov.grants.apply.system.globalV10.StringMin1Max120Type xgetActivityTitle();
131         
132         /**
133          * True if has "ActivityTitle" element
134          */
135         boolean isSetActivityTitle();
136         
137         /**
138          * Sets the "ActivityTitle" element
139          */
140         void setActivityTitle(java.lang.String activityTitle);
141         
142         /**
143          * Sets (as xml) the "ActivityTitle" element
144          */
145         void xsetActivityTitle(gov.grants.apply.system.globalV10.StringMin1Max120Type activityTitle);
146         
147         /**
148          * Unsets the "ActivityTitle" element
149          */
150         void unsetActivityTitle();
151         
152         /**
153          * Gets the "OpportunityID" element
154          */
155         java.lang.String getOpportunityID();
156         
157         /**
158          * Gets (as xml) the "OpportunityID" element
159          */
160         gov.grants.apply.system.globalV10.StringMin1Max100Type xgetOpportunityID();
161         
162         /**
163          * Sets the "OpportunityID" element
164          */
165         void setOpportunityID(java.lang.String opportunityID);
166         
167         /**
168          * Sets (as xml) the "OpportunityID" element
169          */
170         void xsetOpportunityID(gov.grants.apply.system.globalV10.StringMin1Max100Type opportunityID);
171         
172         /**
173          * Gets the "OpportunityTitle" element
174          */
175         java.lang.String getOpportunityTitle();
176         
177         /**
178          * Gets (as xml) the "OpportunityTitle" element
179          */
180         gov.grants.apply.system.globalV10.StringMin1Max255Type xgetOpportunityTitle();
181         
182         /**
183          * True if has "OpportunityTitle" element
184          */
185         boolean isSetOpportunityTitle();
186         
187         /**
188          * Sets the "OpportunityTitle" element
189          */
190         void setOpportunityTitle(java.lang.String opportunityTitle);
191         
192         /**
193          * Sets (as xml) the "OpportunityTitle" element
194          */
195         void xsetOpportunityTitle(gov.grants.apply.system.globalV10.StringMin1Max255Type opportunityTitle);
196         
197         /**
198          * Unsets the "OpportunityTitle" element
199          */
200         void unsetOpportunityTitle();
201         
202         /**
203          * Gets the "CompetitionID" element
204          */
205         java.lang.String getCompetitionID();
206         
207         /**
208          * Gets (as xml) the "CompetitionID" element
209          */
210         gov.grants.apply.system.globalV10.StringMin1Max100Type xgetCompetitionID();
211         
212         /**
213          * True if has "CompetitionID" element
214          */
215         boolean isSetCompetitionID();
216         
217         /**
218          * Sets the "CompetitionID" element
219          */
220         void setCompetitionID(java.lang.String competitionID);
221         
222         /**
223          * Sets (as xml) the "CompetitionID" element
224          */
225         void xsetCompetitionID(gov.grants.apply.system.globalV10.StringMin1Max100Type competitionID);
226         
227         /**
228          * Unsets the "CompetitionID" element
229          */
230         void unsetCompetitionID();
231         
232         /**
233          * Gets the "OpeningDate" element
234          */
235         java.util.Calendar getOpeningDate();
236         
237         /**
238          * Gets (as xml) the "OpeningDate" element
239          */
240         org.apache.xmlbeans.XmlDate xgetOpeningDate();
241         
242         /**
243          * True if has "OpeningDate" element
244          */
245         boolean isSetOpeningDate();
246         
247         /**
248          * Sets the "OpeningDate" element
249          */
250         void setOpeningDate(java.util.Calendar openingDate);
251         
252         /**
253          * Sets (as xml) the "OpeningDate" element
254          */
255         void xsetOpeningDate(org.apache.xmlbeans.XmlDate openingDate);
256         
257         /**
258          * Unsets the "OpeningDate" element
259          */
260         void unsetOpeningDate();
261         
262         /**
263          * Gets the "ClosingDate" element
264          */
265         java.util.Calendar getClosingDate();
266         
267         /**
268          * Gets (as xml) the "ClosingDate" element
269          */
270         org.apache.xmlbeans.XmlDate xgetClosingDate();
271         
272         /**
273          * True if has "ClosingDate" element
274          */
275         boolean isSetClosingDate();
276         
277         /**
278          * Sets the "ClosingDate" element
279          */
280         void setClosingDate(java.util.Calendar closingDate);
281         
282         /**
283          * Sets (as xml) the "ClosingDate" element
284          */
285         void xsetClosingDate(org.apache.xmlbeans.XmlDate closingDate);
286         
287         /**
288          * Unsets the "ClosingDate" element
289          */
290         void unsetClosingDate();
291         
292         /**
293          * Gets the "SubmissionTitle" element
294          */
295         java.lang.String getSubmissionTitle();
296         
297         /**
298          * Gets (as xml) the "SubmissionTitle" element
299          */
300         gov.grants.apply.system.globalV10.StringMin1Max240Type xgetSubmissionTitle();
301         
302         /**
303          * True if has "SubmissionTitle" element
304          */
305         boolean isSetSubmissionTitle();
306         
307         /**
308          * Sets the "SubmissionTitle" element
309          */
310         void setSubmissionTitle(java.lang.String submissionTitle);
311         
312         /**
313          * Sets (as xml) the "SubmissionTitle" element
314          */
315         void xsetSubmissionTitle(gov.grants.apply.system.globalV10.StringMin1Max240Type submissionTitle);
316         
317         /**
318          * Unsets the "SubmissionTitle" element
319          */
320         void unsetSubmissionTitle();
321         
322         /**
323          * Gets the "schemaVersion" attribute
324          */
325         java.lang.String getSchemaVersion();
326         
327         /**
328          * Gets (as xml) the "schemaVersion" attribute
329          */
330         org.apache.xmlbeans.XmlString xgetSchemaVersion();
331         
332         /**
333          * Sets the "schemaVersion" attribute
334          */
335         void setSchemaVersion(java.lang.String schemaVersion);
336         
337         /**
338          * Sets (as xml) the "schemaVersion" attribute
339          */
340         void xsetSchemaVersion(org.apache.xmlbeans.XmlString schemaVersion);
341         
342         /**
343          * A factory class with static methods for creating instances
344          * of this type.
345          */
346         
347         public static final class Factory
348         {
349             public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader newInstance() {
350               return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
351             
352             public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader newInstance(org.apache.xmlbeans.XmlOptions options) {
353               return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
354             
355             private Factory() { } // No instance of this class allowed
356         }
357     }
358     
359     /**
360      * A factory class with static methods for creating instances
361      * of this type.
362      */
363     
364     public static final class Factory
365     {
366         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument newInstance() {
367           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
368         
369         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
370           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
371         
372         /** @param xmlAsString the string value to parse */
373         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
374           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
375         
376         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
377           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
378         
379         /** @param file the file from which to load an xml document */
380         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
381           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
382         
383         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
384           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
385         
386         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
387           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
388         
389         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
390           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
391         
392         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
393           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
394         
395         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
396           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
397         
398         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
399           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
400         
401         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
402           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
403         
404         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
405           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
406         
407         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
408           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
409         
410         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
411           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
412         
413         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
414           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
415         
416         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
417         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
418           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
419         
420         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
421         public static gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
422           return (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
423         
424         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
425         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 {
426           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
427         
428         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
429         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 {
430           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
431         
432         private Factory() { } // No instance of this class allowed
433     }
434 }