View Javadoc
1   /*
2    * An XML document type.
3    * Localname: SubmittingOrganization
4    * Namespace: http://apply.grants.gov/forms/SF424-V1.0
5    * Java type: gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424V10;
10  
11  
12  /**
13   * A document containing one SubmittingOrganization(@http://apply.grants.gov/forms/SF424-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface SubmittingOrganizationDocument 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(SubmittingOrganizationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("submittingorganizationb9dbdoctype");
21      
22      /**
23       * Gets the "SubmittingOrganization" element
24       */
25      gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization getSubmittingOrganization();
26      
27      /**
28       * Sets the "SubmittingOrganization" element
29       */
30      void setSubmittingOrganization(gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization submittingOrganization);
31      
32      /**
33       * Appends and returns a new empty "SubmittingOrganization" element
34       */
35      gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization addNewSubmittingOrganization();
36      
37      /**
38       * An XML SubmittingOrganization(@http://apply.grants.gov/forms/SF424-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface SubmittingOrganization 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(SubmittingOrganization.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("submittingorganizationc2b0elemtype");
46          
47          /**
48           * Gets the "OrganizationIdentifyingInformation" element
49           */
50          gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation getOrganizationIdentifyingInformation();
51          
52          /**
53           * True if has "OrganizationIdentifyingInformation" element
54           */
55          boolean isSetOrganizationIdentifyingInformation();
56          
57          /**
58           * Sets the "OrganizationIdentifyingInformation" element
59           */
60          void setOrganizationIdentifyingInformation(gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation organizationIdentifyingInformation);
61          
62          /**
63           * Appends and returns a new empty "OrganizationIdentifyingInformation" element
64           */
65          gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation addNewOrganizationIdentifyingInformation();
66          
67          /**
68           * Unsets the "OrganizationIdentifyingInformation" element
69           */
70          void unsetOrganizationIdentifyingInformation();
71          
72          /**
73           * Gets the "Address" element
74           */
75          gov.grants.apply.forms.sf424V10.AddressDocument.Address getAddress();
76          
77          /**
78           * True if has "Address" element
79           */
80          boolean isSetAddress();
81          
82          /**
83           * Sets the "Address" element
84           */
85          void setAddress(gov.grants.apply.forms.sf424V10.AddressDocument.Address address);
86          
87          /**
88           * Appends and returns a new empty "Address" element
89           */
90          gov.grants.apply.forms.sf424V10.AddressDocument.Address addNewAddress();
91          
92          /**
93           * Unsets the "Address" element
94           */
95          void unsetAddress();
96          
97          /**
98           * Gets the "DelinquentFederalDebtIndicator" element
99           */
100         gov.grants.apply.system.globalV10.YesNoType.Enum getDelinquentFederalDebtIndicator();
101         
102         /**
103          * Gets (as xml) the "DelinquentFederalDebtIndicator" element
104          */
105         gov.grants.apply.system.globalV10.YesNoType xgetDelinquentFederalDebtIndicator();
106         
107         /**
108          * True if has "DelinquentFederalDebtIndicator" element
109          */
110         boolean isSetDelinquentFederalDebtIndicator();
111         
112         /**
113          * Sets the "DelinquentFederalDebtIndicator" element
114          */
115         void setDelinquentFederalDebtIndicator(gov.grants.apply.system.globalV10.YesNoType.Enum delinquentFederalDebtIndicator);
116         
117         /**
118          * Sets (as xml) the "DelinquentFederalDebtIndicator" element
119          */
120         void xsetDelinquentFederalDebtIndicator(gov.grants.apply.system.globalV10.YesNoType delinquentFederalDebtIndicator);
121         
122         /**
123          * Unsets the "DelinquentFederalDebtIndicator" element
124          */
125         void unsetDelinquentFederalDebtIndicator();
126         
127         /**
128          * Gets the "DelinquentFederalDebtExplanation" element
129          */
130         java.lang.String getDelinquentFederalDebtExplanation();
131         
132         /**
133          * Gets (as xml) the "DelinquentFederalDebtExplanation" element
134          */
135         gov.grants.apply.system.globalV10.StringMin1Max4096Type xgetDelinquentFederalDebtExplanation();
136         
137         /**
138          * True if has "DelinquentFederalDebtExplanation" element
139          */
140         boolean isSetDelinquentFederalDebtExplanation();
141         
142         /**
143          * Sets the "DelinquentFederalDebtExplanation" element
144          */
145         void setDelinquentFederalDebtExplanation(java.lang.String delinquentFederalDebtExplanation);
146         
147         /**
148          * Sets (as xml) the "DelinquentFederalDebtExplanation" element
149          */
150         void xsetDelinquentFederalDebtExplanation(gov.grants.apply.system.globalV10.StringMin1Max4096Type delinquentFederalDebtExplanation);
151         
152         /**
153          * Unsets the "DelinquentFederalDebtExplanation" element
154          */
155         void unsetDelinquentFederalDebtExplanation();
156         
157         /**
158          * Gets the "CongressionalDistrict" element
159          */
160         java.lang.String getCongressionalDistrict();
161         
162         /**
163          * Gets (as xml) the "CongressionalDistrict" element
164          */
165         gov.grants.apply.system.globalV10.StringMin1Max30Type xgetCongressionalDistrict();
166         
167         /**
168          * True if has "CongressionalDistrict" element
169          */
170         boolean isSetCongressionalDistrict();
171         
172         /**
173          * Sets the "CongressionalDistrict" element
174          */
175         void setCongressionalDistrict(java.lang.String congressionalDistrict);
176         
177         /**
178          * Sets (as xml) the "CongressionalDistrict" element
179          */
180         void xsetCongressionalDistrict(gov.grants.apply.system.globalV10.StringMin1Max30Type congressionalDistrict);
181         
182         /**
183          * Unsets the "CongressionalDistrict" element
184          */
185         void unsetCongressionalDistrict();
186         
187         /**
188          * A factory class with static methods for creating instances
189          * of this type.
190          */
191         
192         public static final class Factory
193         {
194             public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization newInstance() {
195               return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
196             
197             public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization newInstance(org.apache.xmlbeans.XmlOptions options) {
198               return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument.SubmittingOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
199             
200             private Factory() { } // No instance of this class allowed
201         }
202     }
203     
204     /**
205      * A factory class with static methods for creating instances
206      * of this type.
207      */
208     
209     public static final class Factory
210     {
211         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument newInstance() {
212           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
213         
214         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
215           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
216         
217         /** @param xmlAsString the string value to parse */
218         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
219           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
220         
221         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
222           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
223         
224         /** @param file the file from which to load an xml document */
225         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
226           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
227         
228         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
229           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
230         
231         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
232           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
233         
234         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
235           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
236         
237         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
238           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
239         
240         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
241           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
242         
243         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
244           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
245         
246         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
247           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
248         
249         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
250           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
251         
252         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
253           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
254         
255         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
256           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
257         
258         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
259           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
260         
261         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
262         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
263           return (gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
264         
265         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
266         public static gov.grants.apply.forms.sf424V10.SubmittingOrganizationDocument 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.forms.sf424V10.SubmittingOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
268         
269         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
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() { } // No instance of this class allowed
278     }
279 }