1
2
3
4
5
6
7
8
9 package gov.grants.apply.system.agencyManagePackageV10;
10
11
12
13
14
15
16
17 public interface CreatePackageResultDocument 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(CreatePackageResultDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createpackageresult2616doctype");
21
22
23
24
25 gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult getCreatePackageResult();
26
27
28
29
30 void setCreatePackageResult(gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult createPackageResult);
31
32
33
34
35 gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult addNewCreatePackageResult();
36
37
38
39
40
41
42 public interface CreatePackageResult 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(CreatePackageResult.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("createpackageresult8589elemtype");
46
47
48
49
50 java.lang.String getCompetitionID();
51
52
53
54
55 gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType xgetCompetitionID();
56
57
58
59
60 boolean isSetCompetitionID();
61
62
63
64
65 void setCompetitionID(java.lang.String competitionID);
66
67
68
69
70 void xsetCompetitionID(gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType competitionID);
71
72
73
74
75 void unsetCompetitionID();
76
77
78
79
80 java.lang.String getCFDANumber();
81
82
83
84
85 gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType xgetCFDANumber();
86
87
88
89
90 boolean isSetCFDANumber();
91
92
93
94
95 void setCFDANumber(java.lang.String cfdaNumber);
96
97
98
99
100 void xsetCFDANumber(gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType cfdaNumber);
101
102
103
104
105 void unsetCFDANumber();
106
107
108
109
110 gov.grants.apply.system.grantsCommonElementsV10.ErrorDetailsDocument.ErrorDetails getErrorDetails();
111
112
113
114
115 boolean isSetErrorDetails();
116
117
118
119
120 void setErrorDetails(gov.grants.apply.system.grantsCommonElementsV10.ErrorDetailsDocument.ErrorDetails errorDetails);
121
122
123
124
125 gov.grants.apply.system.grantsCommonElementsV10.ErrorDetailsDocument.ErrorDetails addNewErrorDetails();
126
127
128
129
130 void unsetErrorDetails();
131
132
133
134
135
136
137 public static final class Factory
138 {
139 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult newInstance() {
140 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
141
142 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult newInstance(org.apache.xmlbeans.XmlOptions options) {
143 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument.CreatePackageResult) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
144
145 private Factory() { }
146 }
147 }
148
149
150
151
152
153
154 public static final class Factory
155 {
156 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument newInstance() {
157 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
158
159 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
160 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
161
162
163 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
164 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
165
166 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
167 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
168
169
170 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
171 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
172
173 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
174 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
175
176 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
177 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
178
179 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
180 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
181
182 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
183 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
184
185 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
186 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
187
188 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
189 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
190
191 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
192 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
193
194 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
195 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
196
197 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
198 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
199
200 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
201 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
202
203 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
204 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
205
206
207 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
208 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
209
210
211 public static gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
212 return (gov.grants.apply.system.agencyManagePackageV10.CreatePackageResultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
213
214
215 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 {
216 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
217
218
219 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 {
220 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
221
222 private Factory() { }
223 }
224 }