ghy
Alejandro Acuña
2025-03-12 26319e4c5bfbee722c15b8e7ccca9b6127bb1cb8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
 
package trax.skp5;
 
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
 
 
/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the trax.skp5 package. 
 * <p>An ObjectFactory allows you to programatically 
 * construct new instances of the Java representation 
 * for XML content. The Java representation of XML 
 * content can consist of schema derived interfaces 
 * and classes representing the binding of schema 
 * type definitions, element declarations and model 
 * groups.  Factory methods for each of these are 
 * provided in this class.
 * 
 */
@XmlRegistry
public class ObjectFactory {
 
    private final static QName _StatusCode_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "statusCode");
    private final static QName _CheckSkpStatusResponse_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpStatusResponse");
    private final static QName _Password_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "password");
    private final static QName _SkpAlarmRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "skpAlarmRequest");
    private final static QName _Response_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "response");
    private final static QName _StatusText_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "statusText");
    private final static QName _CheckSkpDataResponse_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpDataResponse");
    private final static QName _PingRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "pingRequest");
    private final static QName _CheckSkpDataRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpDataRequest");
    private final static QName _UserName_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "userName");
    private final static QName _CheckSkpStatusRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "checkSkpStatusRequest");
    private final static QName _StatusCodeSimple_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "statusCodeSimple");
    private final static QName _SkpStatusRequest_QNAME = new QName("http://traxelektronik.pl/trax/ws/protocol", "skpStatusRequest");
 
    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: trax.skp5
     * 
     */
    public ObjectFactory() {
    }
 
    /**
     * Create an instance of {@link CheckSkpStatusRequest }
     * 
     */
    public CheckSkpStatusRequest createCheckSkpStatusRequest() {
        return new CheckSkpStatusRequest();
    }
 
    /**
     * Create an instance of {@link SkpStatusRequest }
     * 
     */
    public SkpStatusRequest createSkpStatusRequest() {
        return new SkpStatusRequest();
    }
 
    /**
     * Create an instance of {@link PingRequest }
     * 
     */
    public PingRequest createPingRequest() {
        return new PingRequest();
    }
 
    /**
     * Create an instance of {@link CheckSkpDataRequest }
     * 
     */
    public CheckSkpDataRequest createCheckSkpDataRequest() {
        return new CheckSkpDataRequest();
    }
 
    /**
     * Create an instance of {@link CheckSkpStatusResponse }
     * 
     */
    public CheckSkpStatusResponse createCheckSkpStatusResponse() {
        return new CheckSkpStatusResponse();
    }
 
    /**
     * Create an instance of {@link SkpAlarmRequest }
     * 
     */
    public SkpAlarmRequest createSkpAlarmRequest() {
        return new SkpAlarmRequest();
    }
 
    /**
     * Create an instance of {@link Response }
     * 
     */
    public Response createResponse() {
        return new Response();
    }
 
    /**
     * Create an instance of {@link CheckSkpDataResponse }
     * 
     */
    public CheckSkpDataResponse createCheckSkpDataResponse() {
        return new CheckSkpDataResponse();
    }
 
    /**
     * Create an instance of {@link UpstreamVehicleAlarm }
     * 
     */
    public UpstreamVehicleAlarm createUpstreamVehicleAlarm() {
        return new UpstreamVehicleAlarm();
    }
 
    /**
     * Create an instance of {@link RectCfg }
     * 
     */
    public RectCfg createRectCfg() {
        return new RectCfg();
    }
 
    /**
     * Create an instance of {@link SkpData }
     * 
     */
    public SkpData createSkpData() {
        return new SkpData();
    }
 
    /**
     * Create an instance of {@link Size }
     * 
     */
    public Size createSize() {
        return new Size();
    }
 
    /**
     * Create an instance of {@link Rectangle }
     * 
     */
    public Rectangle createRectangle() {
        return new Rectangle();
    }
 
    /**
     * Create an instance of {@link SpeedClassMeasurementList }
     * 
     */
    public SpeedClassMeasurementList createSpeedClassMeasurementList() {
        return new SpeedClassMeasurementList();
    }
 
    /**
     * Create an instance of {@link SkpDoorOpenAlarm }
     * 
     */
    public SkpDoorOpenAlarm createSkpDoorOpenAlarm() {
        return new SkpDoorOpenAlarm();
    }
 
    /**
     * Create an instance of {@link CarClassMeasurementList }
     * 
     */
    public CarClassMeasurementList createCarClassMeasurementList() {
        return new CarClassMeasurementList();
    }
 
    /**
     * Create an instance of {@link Authorization }
     * 
     */
    public Authorization createAuthorization() {
        return new Authorization();
    }
 
    /**
     * Create an instance of {@link NotifyTarget }
     * 
     */
    public NotifyTarget createNotifyTarget() {
        return new NotifyTarget();
    }
 
    /**
     * Create an instance of {@link OnOffList }
     * 
     */
    public OnOffList createOnOffList() {
        return new OnOffList();
    }
 
    /**
     * Create an instance of {@link DoubleList }
     * 
     */
    public DoubleList createDoubleList() {
        return new DoubleList();
    }
 
    /**
     * Create an instance of {@link NotifyTargetList }
     * 
     */
    public NotifyTargetList createNotifyTargetList() {
        return new NotifyTargetList();
    }
 
    /**
     * Create an instance of {@link MaxSpeed }
     * 
     */
    public MaxSpeed createMaxSpeed() {
        return new MaxSpeed();
    }
 
    /**
     * Create an instance of {@link StringList }
     * 
     */
    public StringList createStringList() {
        return new StringList();
    }
 
    /**
     * Create an instance of {@link CarClassMeasurement }
     * 
     */
    public CarClassMeasurement createCarClassMeasurement() {
        return new CarClassMeasurement();
    }
 
    /**
     * Create an instance of {@link BoolList }
     * 
     */
    public BoolList createBoolList() {
        return new BoolList();
    }
 
    /**
     * Create an instance of {@link SkpPowerSupplyAlarm }
     * 
     */
    public SkpPowerSupplyAlarm createSkpPowerSupplyAlarm() {
        return new SkpPowerSupplyAlarm();
    }
 
    /**
     * Create an instance of {@link Point }
     * 
     */
    public Point createPoint() {
        return new Point();
    }
 
    /**
     * Create an instance of {@link SkpStatus }
     * 
     */
    public SkpStatus createSkpStatus() {
        return new SkpStatus();
    }
 
    /**
     * Create an instance of {@link HiLoList }
     * 
     */
    public HiLoList createHiLoList() {
        return new HiLoList();
    }
 
    /**
     * Create an instance of {@link HeaderResponse }
     * 
     */
    public HeaderResponse createHeaderResponse() {
        return new HeaderResponse();
    }
 
    /**
     * Create an instance of {@link HeaderRequest }
     * 
     */
    public HeaderRequest createHeaderRequest() {
        return new HeaderRequest();
    }
 
    /**
     * Create an instance of {@link SpeedClassMeasurement }
     * 
     */
    public SpeedClassMeasurement createSpeedClassMeasurement() {
        return new SpeedClassMeasurement();
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "statusCode")
    public JAXBElement<Integer> createStatusCode(Integer value) {
        return new JAXBElement<Integer>(_StatusCode_QNAME, Integer.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpStatusResponse }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpStatusResponse")
    public JAXBElement<CheckSkpStatusResponse> createCheckSkpStatusResponse(CheckSkpStatusResponse value) {
        return new JAXBElement<CheckSkpStatusResponse>(_CheckSkpStatusResponse_QNAME, CheckSkpStatusResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "password")
    public JAXBElement<String> createPassword(String value) {
        return new JAXBElement<String>(_Password_QNAME, String.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SkpAlarmRequest }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "skpAlarmRequest")
    public JAXBElement<SkpAlarmRequest> createSkpAlarmRequest(SkpAlarmRequest value) {
        return new JAXBElement<SkpAlarmRequest>(_SkpAlarmRequest_QNAME, SkpAlarmRequest.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link Response }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "response")
    public JAXBElement<Response> createResponse(Response value) {
        return new JAXBElement<Response>(_Response_QNAME, Response.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "statusText")
    public JAXBElement<String> createStatusText(String value) {
        return new JAXBElement<String>(_StatusText_QNAME, String.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpDataResponse }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpDataResponse")
    public JAXBElement<CheckSkpDataResponse> createCheckSkpDataResponse(CheckSkpDataResponse value) {
        return new JAXBElement<CheckSkpDataResponse>(_CheckSkpDataResponse_QNAME, CheckSkpDataResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link PingRequest }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "pingRequest")
    public JAXBElement<PingRequest> createPingRequest(PingRequest value) {
        return new JAXBElement<PingRequest>(_PingRequest_QNAME, PingRequest.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpDataRequest }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpDataRequest")
    public JAXBElement<CheckSkpDataRequest> createCheckSkpDataRequest(CheckSkpDataRequest value) {
        return new JAXBElement<CheckSkpDataRequest>(_CheckSkpDataRequest_QNAME, CheckSkpDataRequest.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "userName")
    @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
    public JAXBElement<String> createUserName(String value) {
        return new JAXBElement<String>(_UserName_QNAME, String.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link CheckSkpStatusRequest }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "checkSkpStatusRequest")
    public JAXBElement<CheckSkpStatusRequest> createCheckSkpStatusRequest(CheckSkpStatusRequest value) {
        return new JAXBElement<CheckSkpStatusRequest>(_CheckSkpStatusRequest_QNAME, CheckSkpStatusRequest.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "statusCodeSimple")
    public JAXBElement<Integer> createStatusCodeSimple(Integer value) {
        return new JAXBElement<Integer>(_StatusCodeSimple_QNAME, Integer.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SkpStatusRequest }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://traxelektronik.pl/trax/ws/protocol", name = "skpStatusRequest")
    public JAXBElement<SkpStatusRequest> createSkpStatusRequest(SkpStatusRequest value) {
        return new JAXBElement<SkpStatusRequest>(_SkpStatusRequest_QNAME, SkpStatusRequest.class, null, value);
    }
 
}