1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.edCertificationDebarmentV11;
10  
11  
12  
13  
14  
15  
16  
17  public interface CertificationDebarmentDocument 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(CertificationDebarmentDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationdebarmentbd4cdoctype");
21      
22      
23  
24  
25      gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment getCertificationDebarment();
26      
27      
28  
29  
30      void setCertificationDebarment(gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment certificationDebarment);
31      
32      
33  
34  
35      gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment addNewCertificationDebarment();
36      
37      
38  
39  
40  
41  
42      public interface CertificationDebarment 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(CertificationDebarment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationdebarmentbb3eelemtype");
46          
47          
48  
49  
50          java.lang.String getOrganizationName();
51          
52          
53  
54  
55          gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
56          
57          
58  
59  
60          boolean isSetOrganizationName();
61          
62          
63  
64  
65          void setOrganizationName(java.lang.String organizationName);
66          
67          
68  
69  
70          void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
71          
72          
73  
74  
75          void unsetOrganizationName();
76          
77          
78  
79  
80          gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentativeName();
81          
82          
83  
84  
85          void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentativeName);
86          
87          
88  
89  
90          gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentativeName();
91          
92          
93  
94  
95          java.lang.String getAuthorizedRepresentativeTitle();
96          
97          
98  
99  
100         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
101         
102         
103 
104 
105         void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
106         
107         
108 
109 
110         void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType authorizedRepresentativeTitle);
111         
112         
113 
114 
115         gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachment();
116         
117         
118 
119 
120         boolean isSetAttachment();
121         
122         
123 
124 
125         void setAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType attachment);
126         
127         
128 
129 
130         gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAttachment();
131         
132         
133 
134 
135         void unsetAttachment();
136         
137         
138 
139 
140         java.lang.String getAuthorizedRepresentativeSignature();
141         
142         
143 
144 
145         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedRepresentativeSignature();
146         
147         
148 
149 
150         void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
151         
152         
153 
154 
155         void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedRepresentativeSignature);
156         
157         
158 
159 
160         java.util.Calendar getSubmittedDate();
161         
162         
163 
164 
165         org.apache.xmlbeans.XmlDate xgetSubmittedDate();
166         
167         
168 
169 
170         boolean isSetSubmittedDate();
171         
172         
173 
174 
175         void setSubmittedDate(java.util.Calendar submittedDate);
176         
177         
178 
179 
180         void xsetSubmittedDate(org.apache.xmlbeans.XmlDate submittedDate);
181         
182         
183 
184 
185         void unsetSubmittedDate();
186         
187         
188 
189 
190         java.lang.String getFormVersion();
191         
192         
193 
194 
195         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
196         
197         
198 
199 
200         void setFormVersion(java.lang.String formVersion);
201         
202         
203 
204 
205         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
206         
207         
208 
209 
210 
211         
212         public static final class Factory
213         {
214             public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment newInstance() {
215               return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
216             
217             public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment newInstance(org.apache.xmlbeans.XmlOptions options) {
218               return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument.CertificationDebarment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
219             
220             private Factory() { } 
221         }
222     }
223     
224     
225 
226 
227 
228     
229     public static final class Factory
230     {
231         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument newInstance() {
232           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
233         
234         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
235           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
236         
237         
238         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
239           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
240         
241         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
242           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
243         
244         
245         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
246           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
247         
248         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
249           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
250         
251         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
252           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
253         
254         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
255           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
256         
257         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
258           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
259         
260         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
261           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
262         
263         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
264           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
265         
266         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
267           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
268         
269         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
270           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
271         
272         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
273           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
274         
275         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
276           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
277         
278         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
279           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
280         
281         
282         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
283           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
284         
285         
286         public static gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
287           return (gov.grants.apply.forms.edCertificationDebarmentV11.CertificationDebarmentDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
288         
289         
290         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 {
291           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
292         
293         
294         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 {
295           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
296         
297         private Factory() { } 
298     }
299 }