View Javadoc
1   /*
2    * An XML document type.
3    * Localname: AD_3030
4    * Namespace: http://apply.grants.gov/forms/AD_3030-V1.0
5    * Java type: gov.grants.apply.forms.ad3030V10.AD3030Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.ad3030V10;
10  
11  
12  /**
13   * A document containing one AD_3030(@http://apply.grants.gov/forms/AD_3030-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface AD3030Document 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(AD3030Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ad303087bddoctype");
21      
22      /**
23       * Gets the "AD_3030" element
24       */
25      gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030 getAD3030();
26      
27      /**
28       * Sets the "AD_3030" element
29       */
30      void setAD3030(gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030 ad3030);
31      
32      /**
33       * Appends and returns a new empty "AD_3030" element
34       */
35      gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030 addNewAD3030();
36      
37      /**
38       * An XML AD_3030(@http://apply.grants.gov/forms/AD_3030-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface AD3030 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(AD3030.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ad3030807belemtype");
46          
47          /**
48           * Gets the "ApplicantName" element
49           */
50          gov.grants.apply.system.globalLibraryV20.HumanNameDataType getApplicantName();
51          
52          /**
53           * Sets the "ApplicantName" element
54           */
55          void setApplicantName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType applicantName);
56          
57          /**
58           * Appends and returns a new empty "ApplicantName" element
59           */
60          gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewApplicantName();
61          
62          /**
63           * Gets the "ApplicantAddress" element
64           */
65          gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress getApplicantAddress();
66          
67          /**
68           * Sets the "ApplicantAddress" element
69           */
70          void setApplicantAddress(gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress applicantAddress);
71          
72          /**
73           * Appends and returns a new empty "ApplicantAddress" element
74           */
75          gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress addNewApplicantAddress();
76          
77          /**
78           * Gets the "TaxIDNumber" element
79           */
80          java.lang.String getTaxIDNumber();
81          
82          /**
83           * Gets (as xml) the "TaxIDNumber" element
84           */
85          gov.grants.apply.forms.ad3030V10.AD3030String4DataType xgetTaxIDNumber();
86          
87          /**
88           * Sets the "TaxIDNumber" element
89           */
90          void setTaxIDNumber(java.lang.String taxIDNumber);
91          
92          /**
93           * Sets (as xml) the "TaxIDNumber" element
94           */
95          void xsetTaxIDNumber(gov.grants.apply.forms.ad3030V10.AD3030String4DataType taxIDNumber);
96          
97          /**
98           * Gets the "ApplicantFelony" element
99           */
100         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicantFelony();
101         
102         /**
103          * Gets (as xml) the "ApplicantFelony" element
104          */
105         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicantFelony();
106         
107         /**
108          * Sets the "ApplicantFelony" element
109          */
110         void setApplicantFelony(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicantFelony);
111         
112         /**
113          * Sets (as xml) the "ApplicantFelony" element
114          */
115         void xsetApplicantFelony(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicantFelony);
116         
117         /**
118          * Gets the "OfficerAgentFelony" element
119          */
120         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOfficerAgentFelony();
121         
122         /**
123          * Gets (as xml) the "OfficerAgentFelony" element
124          */
125         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOfficerAgentFelony();
126         
127         /**
128          * Sets the "OfficerAgentFelony" element
129          */
130         void setOfficerAgentFelony(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum officerAgentFelony);
131         
132         /**
133          * Sets (as xml) the "OfficerAgentFelony" element
134          */
135         void xsetOfficerAgentFelony(gov.grants.apply.system.globalLibraryV20.YesNoDataType officerAgentFelony);
136         
137         /**
138          * Gets the "UnpaidFederalTax" element
139          */
140         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUnpaidFederalTax();
141         
142         /**
143          * Gets (as xml) the "UnpaidFederalTax" element
144          */
145         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUnpaidFederalTax();
146         
147         /**
148          * Sets the "UnpaidFederalTax" element
149          */
150         void setUnpaidFederalTax(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum unpaidFederalTax);
151         
152         /**
153          * Sets (as xml) the "UnpaidFederalTax" element
154          */
155         void xsetUnpaidFederalTax(gov.grants.apply.system.globalLibraryV20.YesNoDataType unpaidFederalTax);
156         
157         /**
158          * Gets the "AORSignature" element
159          */
160         java.lang.String getAORSignature();
161         
162         /**
163          * Gets (as xml) the "AORSignature" element
164          */
165         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature();
166         
167         /**
168          * Sets the "AORSignature" element
169          */
170         void setAORSignature(java.lang.String aorSignature);
171         
172         /**
173          * Sets (as xml) the "AORSignature" element
174          */
175         void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature);
176         
177         /**
178          * Gets the "Title" element
179          */
180         java.lang.String getTitle();
181         
182         /**
183          * Gets (as xml) the "Title" element
184          */
185         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
186         
187         /**
188          * Sets the "Title" element
189          */
190         void setTitle(java.lang.String title);
191         
192         /**
193          * Sets (as xml) the "Title" element
194          */
195         void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
196         
197         /**
198          * Gets the "DateSigned" element
199          */
200         java.util.Calendar getDateSigned();
201         
202         /**
203          * Gets (as xml) the "DateSigned" element
204          */
205         org.apache.xmlbeans.XmlDate xgetDateSigned();
206         
207         /**
208          * Sets the "DateSigned" element
209          */
210         void setDateSigned(java.util.Calendar dateSigned);
211         
212         /**
213          * Sets (as xml) the "DateSigned" element
214          */
215         void xsetDateSigned(org.apache.xmlbeans.XmlDate dateSigned);
216         
217         /**
218          * Gets the "FormVersion" attribute
219          */
220         java.lang.String getFormVersion();
221         
222         /**
223          * Gets (as xml) the "FormVersion" attribute
224          */
225         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
226         
227         /**
228          * Sets the "FormVersion" attribute
229          */
230         void setFormVersion(java.lang.String formVersion);
231         
232         /**
233          * Sets (as xml) the "FormVersion" attribute
234          */
235         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
236         
237         /**
238          * An XML ApplicantAddress(@http://apply.grants.gov/forms/AD_3030-V1.0).
239          *
240          * This is a complex type.
241          */
242         public interface ApplicantAddress extends org.apache.xmlbeans.XmlObject
243         {
244             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
245                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantaddressa36delemtype");
246             
247             /**
248              * Gets the "Street1" element
249              */
250             java.lang.String getStreet1();
251             
252             /**
253              * Gets (as xml) the "Street1" element
254              */
255             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
256             
257             /**
258              * Sets the "Street1" element
259              */
260             void setStreet1(java.lang.String street1);
261             
262             /**
263              * Sets (as xml) the "Street1" element
264              */
265             void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
266             
267             /**
268              * Gets the "Street2" element
269              */
270             java.lang.String getStreet2();
271             
272             /**
273              * Gets (as xml) the "Street2" element
274              */
275             gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
276             
277             /**
278              * True if has "Street2" element
279              */
280             boolean isSetStreet2();
281             
282             /**
283              * Sets the "Street2" element
284              */
285             void setStreet2(java.lang.String street2);
286             
287             /**
288              * Sets (as xml) the "Street2" element
289              */
290             void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
291             
292             /**
293              * Unsets the "Street2" element
294              */
295             void unsetStreet2();
296             
297             /**
298              * Gets the "City" element
299              */
300             java.lang.String getCity();
301             
302             /**
303              * Gets (as xml) the "City" element
304              */
305             gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
306             
307             /**
308              * Sets the "City" element
309              */
310             void setCity(java.lang.String city);
311             
312             /**
313              * Sets (as xml) the "City" element
314              */
315             void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
316             
317             /**
318              * Gets the "State" element
319              */
320             gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
321             
322             /**
323              * Gets (as xml) the "State" element
324              */
325             gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
326             
327             /**
328              * Sets the "State" element
329              */
330             void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
331             
332             /**
333              * Sets (as xml) the "State" element
334              */
335             void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
336             
337             /**
338              * Gets the "ZipCode" element
339              */
340             java.lang.String getZipCode();
341             
342             /**
343              * Gets (as xml) the "ZipCode" element
344              */
345             gov.grants.apply.forms.ad3030V10.AD3030String10DataType xgetZipCode();
346             
347             /**
348              * Sets the "ZipCode" element
349              */
350             void setZipCode(java.lang.String zipCode);
351             
352             /**
353              * Sets (as xml) the "ZipCode" element
354              */
355             void xsetZipCode(gov.grants.apply.forms.ad3030V10.AD3030String10DataType zipCode);
356             
357             /**
358              * A factory class with static methods for creating instances
359              * of this type.
360              */
361             
362             public static final class Factory
363             {
364                 public static gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress newInstance() {
365                   return (gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
366                 
367                 public static gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress newInstance(org.apache.xmlbeans.XmlOptions options) {
368                   return (gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030.ApplicantAddress) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
369                 
370                 private Factory() { } // No instance of this class allowed
371             }
372         }
373         
374         /**
375          * A factory class with static methods for creating instances
376          * of this type.
377          */
378         
379         public static final class Factory
380         {
381             public static gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030 newInstance() {
382               return (gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
383             
384             public static gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030 newInstance(org.apache.xmlbeans.XmlOptions options) {
385               return (gov.grants.apply.forms.ad3030V10.AD3030Document.AD3030) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
386             
387             private Factory() { } // No instance of this class allowed
388         }
389     }
390     
391     /**
392      * A factory class with static methods for creating instances
393      * of this type.
394      */
395     
396     public static final class Factory
397     {
398         public static gov.grants.apply.forms.ad3030V10.AD3030Document newInstance() {
399           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
400         
401         public static gov.grants.apply.forms.ad3030V10.AD3030Document newInstance(org.apache.xmlbeans.XmlOptions options) {
402           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
403         
404         /** @param xmlAsString the string value to parse */
405         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
406           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
407         
408         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
409           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
410         
411         /** @param file the file from which to load an xml document */
412         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
413           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
414         
415         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
416           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
417         
418         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
419           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
420         
421         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
422           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
423         
424         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
425           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
426         
427         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
428           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
429         
430         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
431           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
432         
433         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
434           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
435         
436         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
437           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
438         
439         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
440           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
441         
442         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
443           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
444         
445         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
446           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
447         
448         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
449         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
450           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
451         
452         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
453         public static gov.grants.apply.forms.ad3030V10.AD3030Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
454           return (gov.grants.apply.forms.ad3030V10.AD3030Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
455         
456         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
457         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 {
458           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
459         
460         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
461         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 {
462           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
463         
464         private Factory() { } // No instance of this class allowed
465     }
466 }