1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.sf424V10;
10  
11  
12  
13  
14  
15  
16  
17  public interface OrganizationIdentifyingInformationDocument 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(OrganizationIdentifyingInformationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationidentifyinginformationedabdoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation getOrganizationIdentifyingInformation();
26      
27      
28  
29  
30      void setOrganizationIdentifyingInformation(gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation organizationIdentifyingInformation);
31      
32      
33  
34  
35      gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation addNewOrganizationIdentifyingInformation();
36      
37      
38  
39  
40  
41  
42      public interface OrganizationIdentifyingInformation 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(OrganizationIdentifyingInformation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationidentifyinginformation56b0elemtype");
46          
47          
48  
49  
50          java.lang.String getApplicantID();
51          
52          
53  
54  
55          gov.grants.apply.system.globalV10.StringMin1Max30Type xgetApplicantID();
56          
57          
58  
59  
60          boolean isSetApplicantID();
61          
62          
63  
64  
65          void setApplicantID(java.lang.String applicantID);
66          
67          
68  
69  
70          void xsetApplicantID(gov.grants.apply.system.globalV10.StringMin1Max30Type applicantID);
71          
72          
73  
74  
75          void unsetApplicantID();
76          
77          
78  
79  
80          gov.grants.apply.forms.sf424V10.ApplicantTypeCodeType.Enum getApplicantTypeCode();
81          
82          
83  
84  
85          gov.grants.apply.forms.sf424V10.ApplicantTypeCodeType xgetApplicantTypeCode();
86          
87          
88  
89  
90          boolean isSetApplicantTypeCode();
91          
92          
93  
94  
95          void setApplicantTypeCode(gov.grants.apply.forms.sf424V10.ApplicantTypeCodeType.Enum applicantTypeCode);
96          
97          
98  
99  
100         void xsetApplicantTypeCode(gov.grants.apply.forms.sf424V10.ApplicantTypeCodeType applicantTypeCode);
101         
102         
103 
104 
105         void unsetApplicantTypeCode();
106         
107         
108 
109 
110         java.lang.String getApplicantTypeCodeOtherExplanation();
111         
112         
113 
114 
115         gov.grants.apply.system.globalV10.StringMin1Max50Type xgetApplicantTypeCodeOtherExplanation();
116         
117         
118 
119 
120         boolean isSetApplicantTypeCodeOtherExplanation();
121         
122         
123 
124 
125         void setApplicantTypeCodeOtherExplanation(java.lang.String applicantTypeCodeOtherExplanation);
126         
127         
128 
129 
130         void xsetApplicantTypeCodeOtherExplanation(gov.grants.apply.system.globalV10.StringMin1Max50Type applicantTypeCodeOtherExplanation);
131         
132         
133 
134 
135         void unsetApplicantTypeCodeOtherExplanation();
136         
137         
138 
139 
140         gov.grants.apply.forms.sf424V10.OrganizationDocument.Organization getOrganization();
141         
142         
143 
144 
145         boolean isSetOrganization();
146         
147         
148 
149 
150         void setOrganization(gov.grants.apply.forms.sf424V10.OrganizationDocument.Organization organization);
151         
152         
153 
154 
155         gov.grants.apply.forms.sf424V10.OrganizationDocument.Organization addNewOrganization();
156         
157         
158 
159 
160         void unsetOrganization();
161         
162         
163 
164 
165 
166         
167         public static final class Factory
168         {
169             public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation newInstance() {
170               return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
171             
172             public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation newInstance(org.apache.xmlbeans.XmlOptions options) {
173               return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument.OrganizationIdentifyingInformation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
174             
175             private Factory() { } 
176         }
177     }
178     
179     
180 
181 
182 
183     
184     public static final class Factory
185     {
186         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument newInstance() {
187           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
188         
189         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
190           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
191         
192         
193         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
194           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
195         
196         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
197           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
198         
199         
200         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
201           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
202         
203         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
204           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
205         
206         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
207           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
208         
209         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
210           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
211         
212         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
213           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
214         
215         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
216           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
217         
218         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
219           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
220         
221         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
222           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
223         
224         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
225           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
226         
227         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
228           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
229         
230         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
231           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
232         
233         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
234           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
235         
236         
237         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
238           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
239         
240         
241         public static gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
242           return (gov.grants.apply.forms.sf424V10.OrganizationIdentifyingInformationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
243         
244         
245         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 {
246           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
247         
248         
249         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 {
250           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
251         
252         private Factory() { } 
253     }
254 }