1
2
3
4
5
6
7
8
9 package gov.grants.apply.forms.ssaAdditionalAssurancesV11;
10
11
12
13
14
15
16
17 public interface AdditionalAssurancesDocument 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(AdditionalAssurancesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalassurances8be0doctype");
21
22
23
24
25 gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances getAdditionalAssurances();
26
27
28
29
30 void setAdditionalAssurances(gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances additionalAssurances);
31
32
33
34
35 gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances addNewAdditionalAssurances();
36
37
38
39
40
41
42 public interface AdditionalAssurances 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(AdditionalAssurances.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalassurances6217elemtype");
46
47
48
49
50 java.lang.String getAuthorizedRepresentativeSignature();
51
52
53
54
55 gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedRepresentativeSignature();
56
57
58
59
60 void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
61
62
63
64
65 void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedRepresentativeSignature);
66
67
68
69
70 java.lang.String getApplicantTitle();
71
72
73
74
75 gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetApplicantTitle();
76
77
78
79
80 void setApplicantTitle(java.lang.String applicantTitle);
81
82
83
84
85 void xsetApplicantTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType applicantTitle);
86
87
88
89
90 java.lang.String getOrganizationName();
91
92
93
94
95 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
96
97
98
99
100 void setOrganizationName(java.lang.String organizationName);
101
102
103
104
105 void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
106
107
108
109
110 java.util.Calendar getSubmittedDate();
111
112
113
114
115 org.apache.xmlbeans.XmlDate xgetSubmittedDate();
116
117
118
119
120 void setSubmittedDate(java.util.Calendar submittedDate);
121
122
123
124
125 void xsetSubmittedDate(org.apache.xmlbeans.XmlDate submittedDate);
126
127
128
129
130 java.lang.String getFormVersion();
131
132
133
134
135 gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
136
137
138
139
140 void setFormVersion(java.lang.String formVersion);
141
142
143
144
145 void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
146
147
148
149
150
151
152 public static final class Factory
153 {
154 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances newInstance() {
155 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
156
157 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances newInstance(org.apache.xmlbeans.XmlOptions options) {
158 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument.AdditionalAssurances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
159
160 private Factory() { }
161 }
162 }
163
164
165
166
167
168
169 public static final class Factory
170 {
171 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument newInstance() {
172 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
173
174 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
175 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
176
177
178 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
179 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
180
181 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
182 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
183
184
185 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
186 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
187
188 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
189 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
190
191 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
192 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
193
194 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
195 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
196
197 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
198 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
199
200 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
201 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
202
203 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
204 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
205
206 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
207 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
208
209 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
210 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
211
212 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
213 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
214
215 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
216 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
217
218 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
219 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
220
221
222 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
223 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
224
225
226 public static gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
227 return (gov.grants.apply.forms.ssaAdditionalAssurancesV11.AdditionalAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
228
229
230 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 {
231 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
232
233
234 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 {
235 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
236
237 private Factory() { }
238 }
239 }