~livrezmoi/livrezmoi/trackingwofull

« back to all changes in this revision

Viewing changes to TrackingWOProjectClient/src/com/npd/trackingwo/client/webservice/ui/ObjectFactory.java

  • Committer: Rachid Ouattara
  • Date: 2009-08-15 18:49:34 UTC
  • Revision ID: ouattara@rouattara-20090815184934-64ohiypk5cvf831a
create new branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
package com.npd.trackingwo.client.webservice.ui;
 
3
 
 
4
import javax.xml.bind.JAXBElement;
 
5
import javax.xml.bind.annotation.XmlElementDecl;
 
6
import javax.xml.bind.annotation.XmlRegistry;
 
7
import javax.xml.namespace.QName;
 
8
 
 
9
 
 
10
/**
 
11
 * This object contains factory methods for each 
 
12
 * Java content interface and Java element interface 
 
13
 * generated in the com.npd.trackingwo.client.webservice.ui package. 
 
14
 * <p>An ObjectFactory allows you to programatically 
 
15
 * construct new instances of the Java representation 
 
16
 * for XML content. The Java representation of XML 
 
17
 * content can consist of schema derived interfaces 
 
18
 * and classes representing the binding of schema 
 
19
 * type definitions, element declarations and model 
 
20
 * groups.  Factory methods for each of these are 
 
21
 * provided in this class.
 
22
 * 
 
23
 */
 
24
@XmlRegistry
 
25
public class ObjectFactory {
 
26
 
 
27
    private final static QName _GetServiceListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getServiceListResponse");
 
28
    private final static QName _GetFormStateList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getFormStateList");
 
29
    private final static QName _GetPeriodapplicationListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getPeriodapplicationListResponse");
 
30
    private final static QName _GetDepartementListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getDepartementListResponse");
 
31
    private final static QName _GetClientList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getClientList");
 
32
    private final static QName _GetLocalityList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getLocalityList");
 
33
    private final static QName _GetLocalityListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getLocalityListResponse");
 
34
    private final static QName _GetOperationtypeListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getOperationtypeListResponse");
 
35
    private final static QName _GetOperationtypeList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getOperationtypeList");
 
36
    private final static QName _GetFormStateListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getFormStateListResponse");
 
37
    private final static QName _GetServiceList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getServiceList");
 
38
    private final static QName _GetPeriodapplicationList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getPeriodapplicationList");
 
39
    private final static QName _GetDepartementList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getDepartementList");
 
40
    private final static QName _GetPriorityListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getPriorityListResponse");
 
41
    private final static QName _GetPriorityList_QNAME = new QName("http://helper.trackingwo.npd.com/", "getPriorityList");
 
42
    private final static QName _GetClientListResponse_QNAME = new QName("http://helper.trackingwo.npd.com/", "getClientListResponse");
 
43
 
 
44
    /**
 
45
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.npd.trackingwo.client.webservice.ui
 
46
     * 
 
47
     */
 
48
    public ObjectFactory() {
 
49
    }
 
50
 
 
51
    /**
 
52
     * Create an instance of {@link Formstate }
 
53
     * 
 
54
     */
 
55
    public Formstate createFormstate() {
 
56
        return new Formstate();
 
57
    }
 
58
 
 
59
    /**
 
60
     * Create an instance of {@link GetServiceList }
 
61
     * 
 
62
     */
 
63
    public GetServiceList createGetServiceList() {
 
64
        return new GetServiceList();
 
65
    }
 
66
 
 
67
    /**
 
68
     * Create an instance of {@link GetPriorityListResponse }
 
69
     * 
 
70
     */
 
71
    public GetPriorityListResponse createGetPriorityListResponse() {
 
72
        return new GetPriorityListResponse();
 
73
    }
 
74
 
 
75
    /**
 
76
     * Create an instance of {@link GetDepartementList }
 
77
     * 
 
78
     */
 
79
    public GetDepartementList createGetDepartementList() {
 
80
        return new GetDepartementList();
 
81
    }
 
82
 
 
83
    /**
 
84
     * Create an instance of {@link GetPriorityList }
 
85
     * 
 
86
     */
 
87
    public GetPriorityList createGetPriorityList() {
 
88
        return new GetPriorityList();
 
89
    }
 
90
 
 
91
    /**
 
92
     * Create an instance of {@link GetPeriodapplicationList }
 
93
     * 
 
94
     */
 
95
    public GetPeriodapplicationList createGetPeriodapplicationList() {
 
96
        return new GetPeriodapplicationList();
 
97
    }
 
98
 
 
99
    /**
 
100
     * Create an instance of {@link Departement }
 
101
     * 
 
102
     */
 
103
    public Departement createDepartement() {
 
104
        return new Departement();
 
105
    }
 
106
 
 
107
    /**
 
108
     * Create an instance of {@link Periodapplication }
 
109
     * 
 
110
     */
 
111
    public Periodapplication createPeriodapplication() {
 
112
        return new Periodapplication();
 
113
    }
 
114
 
 
115
    /**
 
116
     * Create an instance of {@link GetLocalityListResponse }
 
117
     * 
 
118
     */
 
119
    public GetLocalityListResponse createGetLocalityListResponse() {
 
120
        return new GetLocalityListResponse();
 
121
    }
 
122
 
 
123
    /**
 
124
     * Create an instance of {@link GetFormStateListResponse }
 
125
     * 
 
126
     */
 
127
    public GetFormStateListResponse createGetFormStateListResponse() {
 
128
        return new GetFormStateListResponse();
 
129
    }
 
130
 
 
131
    /**
 
132
     * Create an instance of {@link GetClientListResponse }
 
133
     * 
 
134
     */
 
135
    public GetClientListResponse createGetClientListResponse() {
 
136
        return new GetClientListResponse();
 
137
    }
 
138
 
 
139
    /**
 
140
     * Create an instance of {@link Service }
 
141
     * 
 
142
     */
 
143
    public Service createService() {
 
144
        return new Service();
 
145
    }
 
146
 
 
147
    /**
 
148
     * Create an instance of {@link Locality }
 
149
     * 
 
150
     */
 
151
    public Locality createLocality() {
 
152
        return new Locality();
 
153
    }
 
154
 
 
155
    /**
 
156
     * Create an instance of {@link Client }
 
157
     * 
 
158
     */
 
159
    public Client createClient() {
 
160
        return new Client();
 
161
    }
 
162
 
 
163
    /**
 
164
     * Create an instance of {@link GetOperationtypeList }
 
165
     * 
 
166
     */
 
167
    public GetOperationtypeList createGetOperationtypeList() {
 
168
        return new GetOperationtypeList();
 
169
    }
 
170
 
 
171
    /**
 
172
     * Create an instance of {@link GetClientList }
 
173
     * 
 
174
     */
 
175
    public GetClientList createGetClientList() {
 
176
        return new GetClientList();
 
177
    }
 
178
 
 
179
    /**
 
180
     * Create an instance of {@link GetServiceListResponse }
 
181
     * 
 
182
     */
 
183
    public GetServiceListResponse createGetServiceListResponse() {
 
184
        return new GetServiceListResponse();
 
185
    }
 
186
 
 
187
    /**
 
188
     * Create an instance of {@link Priority }
 
189
     * 
 
190
     */
 
191
    public Priority createPriority() {
 
192
        return new Priority();
 
193
    }
 
194
 
 
195
    /**
 
196
     * Create an instance of {@link GetFormStateList }
 
197
     * 
 
198
     */
 
199
    public GetFormStateList createGetFormStateList() {
 
200
        return new GetFormStateList();
 
201
    }
 
202
 
 
203
    /**
 
204
     * Create an instance of {@link GetDepartementListResponse }
 
205
     * 
 
206
     */
 
207
    public GetDepartementListResponse createGetDepartementListResponse() {
 
208
        return new GetDepartementListResponse();
 
209
    }
 
210
 
 
211
    /**
 
212
     * Create an instance of {@link GetOperationtypeListResponse }
 
213
     * 
 
214
     */
 
215
    public GetOperationtypeListResponse createGetOperationtypeListResponse() {
 
216
        return new GetOperationtypeListResponse();
 
217
    }
 
218
 
 
219
    /**
 
220
     * Create an instance of {@link Operationtype }
 
221
     * 
 
222
     */
 
223
    public Operationtype createOperationtype() {
 
224
        return new Operationtype();
 
225
    }
 
226
 
 
227
    /**
 
228
     * Create an instance of {@link GetLocalityList }
 
229
     * 
 
230
     */
 
231
    public GetLocalityList createGetLocalityList() {
 
232
        return new GetLocalityList();
 
233
    }
 
234
 
 
235
    /**
 
236
     * Create an instance of {@link GetPeriodapplicationListResponse }
 
237
     * 
 
238
     */
 
239
    public GetPeriodapplicationListResponse createGetPeriodapplicationListResponse() {
 
240
        return new GetPeriodapplicationListResponse();
 
241
    }
 
242
 
 
243
    /**
 
244
     * Create an instance of {@link JAXBElement }{@code <}{@link GetServiceListResponse }{@code >}}
 
245
     * 
 
246
     */
 
247
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getServiceListResponse")
 
248
    public JAXBElement<GetServiceListResponse> createGetServiceListResponse(GetServiceListResponse value) {
 
249
        return new JAXBElement<GetServiceListResponse>(_GetServiceListResponse_QNAME, GetServiceListResponse.class, null, value);
 
250
    }
 
251
 
 
252
    /**
 
253
     * Create an instance of {@link JAXBElement }{@code <}{@link GetFormStateList }{@code >}}
 
254
     * 
 
255
     */
 
256
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getFormStateList")
 
257
    public JAXBElement<GetFormStateList> createGetFormStateList(GetFormStateList value) {
 
258
        return new JAXBElement<GetFormStateList>(_GetFormStateList_QNAME, GetFormStateList.class, null, value);
 
259
    }
 
260
 
 
261
    /**
 
262
     * Create an instance of {@link JAXBElement }{@code <}{@link GetPeriodapplicationListResponse }{@code >}}
 
263
     * 
 
264
     */
 
265
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getPeriodapplicationListResponse")
 
266
    public JAXBElement<GetPeriodapplicationListResponse> createGetPeriodapplicationListResponse(GetPeriodapplicationListResponse value) {
 
267
        return new JAXBElement<GetPeriodapplicationListResponse>(_GetPeriodapplicationListResponse_QNAME, GetPeriodapplicationListResponse.class, null, value);
 
268
    }
 
269
 
 
270
    /**
 
271
     * Create an instance of {@link JAXBElement }{@code <}{@link GetDepartementListResponse }{@code >}}
 
272
     * 
 
273
     */
 
274
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getDepartementListResponse")
 
275
    public JAXBElement<GetDepartementListResponse> createGetDepartementListResponse(GetDepartementListResponse value) {
 
276
        return new JAXBElement<GetDepartementListResponse>(_GetDepartementListResponse_QNAME, GetDepartementListResponse.class, null, value);
 
277
    }
 
278
 
 
279
    /**
 
280
     * Create an instance of {@link JAXBElement }{@code <}{@link GetClientList }{@code >}}
 
281
     * 
 
282
     */
 
283
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getClientList")
 
284
    public JAXBElement<GetClientList> createGetClientList(GetClientList value) {
 
285
        return new JAXBElement<GetClientList>(_GetClientList_QNAME, GetClientList.class, null, value);
 
286
    }
 
287
 
 
288
    /**
 
289
     * Create an instance of {@link JAXBElement }{@code <}{@link GetLocalityList }{@code >}}
 
290
     * 
 
291
     */
 
292
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getLocalityList")
 
293
    public JAXBElement<GetLocalityList> createGetLocalityList(GetLocalityList value) {
 
294
        return new JAXBElement<GetLocalityList>(_GetLocalityList_QNAME, GetLocalityList.class, null, value);
 
295
    }
 
296
 
 
297
    /**
 
298
     * Create an instance of {@link JAXBElement }{@code <}{@link GetLocalityListResponse }{@code >}}
 
299
     * 
 
300
     */
 
301
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getLocalityListResponse")
 
302
    public JAXBElement<GetLocalityListResponse> createGetLocalityListResponse(GetLocalityListResponse value) {
 
303
        return new JAXBElement<GetLocalityListResponse>(_GetLocalityListResponse_QNAME, GetLocalityListResponse.class, null, value);
 
304
    }
 
305
 
 
306
    /**
 
307
     * Create an instance of {@link JAXBElement }{@code <}{@link GetOperationtypeListResponse }{@code >}}
 
308
     * 
 
309
     */
 
310
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getOperationtypeListResponse")
 
311
    public JAXBElement<GetOperationtypeListResponse> createGetOperationtypeListResponse(GetOperationtypeListResponse value) {
 
312
        return new JAXBElement<GetOperationtypeListResponse>(_GetOperationtypeListResponse_QNAME, GetOperationtypeListResponse.class, null, value);
 
313
    }
 
314
 
 
315
    /**
 
316
     * Create an instance of {@link JAXBElement }{@code <}{@link GetOperationtypeList }{@code >}}
 
317
     * 
 
318
     */
 
319
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getOperationtypeList")
 
320
    public JAXBElement<GetOperationtypeList> createGetOperationtypeList(GetOperationtypeList value) {
 
321
        return new JAXBElement<GetOperationtypeList>(_GetOperationtypeList_QNAME, GetOperationtypeList.class, null, value);
 
322
    }
 
323
 
 
324
    /**
 
325
     * Create an instance of {@link JAXBElement }{@code <}{@link GetFormStateListResponse }{@code >}}
 
326
     * 
 
327
     */
 
328
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getFormStateListResponse")
 
329
    public JAXBElement<GetFormStateListResponse> createGetFormStateListResponse(GetFormStateListResponse value) {
 
330
        return new JAXBElement<GetFormStateListResponse>(_GetFormStateListResponse_QNAME, GetFormStateListResponse.class, null, value);
 
331
    }
 
332
 
 
333
    /**
 
334
     * Create an instance of {@link JAXBElement }{@code <}{@link GetServiceList }{@code >}}
 
335
     * 
 
336
     */
 
337
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getServiceList")
 
338
    public JAXBElement<GetServiceList> createGetServiceList(GetServiceList value) {
 
339
        return new JAXBElement<GetServiceList>(_GetServiceList_QNAME, GetServiceList.class, null, value);
 
340
    }
 
341
 
 
342
    /**
 
343
     * Create an instance of {@link JAXBElement }{@code <}{@link GetPeriodapplicationList }{@code >}}
 
344
     * 
 
345
     */
 
346
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getPeriodapplicationList")
 
347
    public JAXBElement<GetPeriodapplicationList> createGetPeriodapplicationList(GetPeriodapplicationList value) {
 
348
        return new JAXBElement<GetPeriodapplicationList>(_GetPeriodapplicationList_QNAME, GetPeriodapplicationList.class, null, value);
 
349
    }
 
350
 
 
351
    /**
 
352
     * Create an instance of {@link JAXBElement }{@code <}{@link GetDepartementList }{@code >}}
 
353
     * 
 
354
     */
 
355
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getDepartementList")
 
356
    public JAXBElement<GetDepartementList> createGetDepartementList(GetDepartementList value) {
 
357
        return new JAXBElement<GetDepartementList>(_GetDepartementList_QNAME, GetDepartementList.class, null, value);
 
358
    }
 
359
 
 
360
    /**
 
361
     * Create an instance of {@link JAXBElement }{@code <}{@link GetPriorityListResponse }{@code >}}
 
362
     * 
 
363
     */
 
364
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getPriorityListResponse")
 
365
    public JAXBElement<GetPriorityListResponse> createGetPriorityListResponse(GetPriorityListResponse value) {
 
366
        return new JAXBElement<GetPriorityListResponse>(_GetPriorityListResponse_QNAME, GetPriorityListResponse.class, null, value);
 
367
    }
 
368
 
 
369
    /**
 
370
     * Create an instance of {@link JAXBElement }{@code <}{@link GetPriorityList }{@code >}}
 
371
     * 
 
372
     */
 
373
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getPriorityList")
 
374
    public JAXBElement<GetPriorityList> createGetPriorityList(GetPriorityList value) {
 
375
        return new JAXBElement<GetPriorityList>(_GetPriorityList_QNAME, GetPriorityList.class, null, value);
 
376
    }
 
377
 
 
378
    /**
 
379
     * Create an instance of {@link JAXBElement }{@code <}{@link GetClientListResponse }{@code >}}
 
380
     * 
 
381
     */
 
382
    @XmlElementDecl(namespace = "http://helper.trackingwo.npd.com/", name = "getClientListResponse")
 
383
    public JAXBElement<GetClientListResponse> createGetClientListResponse(GetClientListResponse value) {
 
384
        return new JAXBElement<GetClientListResponse>(_GetClientListResponse_QNAME, GetClientListResponse.class, null, value);
 
385
    }
 
386
 
 
387
}