保誠-保戶業務員媒合平台
wayne
2022-03-11 242fad1691917c4fd82c7f04b6190a7113628e93
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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
 
package tw.com.softleader.otp.ws;
 
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
 
 
/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the tw.com.softleader.otp.ws 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 _FindOtpLogByCondition_QNAME = new QName("http://ws.otp.softleader.com.tw/", "findOtpLogByCondition");
    private final static QName _FindOtpLogByConditionResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "findOtpLogByConditionResponse");
    private final static QName _FindOtpLogTraceByOtpLogId_QNAME = new QName("http://ws.otp.softleader.com.tw/", "findOtpLogTraceByOtpLogId");
    private final static QName _FindOtpLogTraceByOtpLogIdResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "findOtpLogTraceByOtpLogIdResponse");
    private final static QName _GetHello_QNAME = new QName("http://ws.otp.softleader.com.tw/", "getHello");
    private final static QName _GetHelloResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "getHelloResponse");
    private final static QName _SendBySMS_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendBySMS");
    private final static QName _SendBySMSOrder_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendBySMSOrder");
    private final static QName _SendBySMSOrderResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendBySMSOrderResponse");
    private final static QName _SendBySMSResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendBySMSResponse");
    private final static QName _SendOtpByEmail_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendOtpByEmail");
    private final static QName _SendOtpByEmailResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendOtpByEmailResponse");
    private final static QName _SendOtpBySMS_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendOtpBySMS");
    private final static QName _SendOtpBySMSOrder_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendOtpBySMSOrder");
    private final static QName _SendOtpBySMSOrderResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendOtpBySMSOrderResponse");
    private final static QName _SendOtpBySMSResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "sendOtpBySMSResponse");
    private final static QName _VerifyOtp_QNAME = new QName("http://ws.otp.softleader.com.tw/", "verifyOtp");
    private final static QName _VerifyOtpResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "verifyOtpResponse");
    private final static QName _VerifySms_QNAME = new QName("http://ws.otp.softleader.com.tw/", "verifySms");
    private final static QName _VerifySmsResponse_QNAME = new QName("http://ws.otp.softleader.com.tw/", "verifySmsResponse");
 
    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tw.com.softleader.otp.ws
     * 
     */
    public ObjectFactory() {
    }
 
    /**
     * Create an instance of {@link FindOtpLogByCondition }
     * 
     */
    public FindOtpLogByCondition createFindOtpLogByCondition() {
        return new FindOtpLogByCondition();
    }
 
    /**
     * Create an instance of {@link FindOtpLogByConditionResponse }
     * 
     */
    public FindOtpLogByConditionResponse createFindOtpLogByConditionResponse() {
        return new FindOtpLogByConditionResponse();
    }
 
    /**
     * Create an instance of {@link FindOtpLogTraceByOtpLogId }
     * 
     */
    public FindOtpLogTraceByOtpLogId createFindOtpLogTraceByOtpLogId() {
        return new FindOtpLogTraceByOtpLogId();
    }
 
    /**
     * Create an instance of {@link FindOtpLogTraceByOtpLogIdResponse }
     * 
     */
    public FindOtpLogTraceByOtpLogIdResponse createFindOtpLogTraceByOtpLogIdResponse() {
        return new FindOtpLogTraceByOtpLogIdResponse();
    }
 
    /**
     * Create an instance of {@link GetHello }
     * 
     */
    public GetHello createGetHello() {
        return new GetHello();
    }
 
    /**
     * Create an instance of {@link GetHelloResponse }
     * 
     */
    public GetHelloResponse createGetHelloResponse() {
        return new GetHelloResponse();
    }
 
    /**
     * Create an instance of {@link SendBySMS }
     * 
     */
    public SendBySMS createSendBySMS() {
        return new SendBySMS();
    }
 
    /**
     * Create an instance of {@link SendBySMSOrder }
     * 
     */
    public SendBySMSOrder createSendBySMSOrder() {
        return new SendBySMSOrder();
    }
 
    /**
     * Create an instance of {@link SendBySMSOrderResponse }
     * 
     */
    public SendBySMSOrderResponse createSendBySMSOrderResponse() {
        return new SendBySMSOrderResponse();
    }
 
    /**
     * Create an instance of {@link SendBySMSResponse }
     * 
     */
    public SendBySMSResponse createSendBySMSResponse() {
        return new SendBySMSResponse();
    }
 
    /**
     * Create an instance of {@link SendOtpByEmail }
     * 
     */
    public SendOtpByEmail createSendOtpByEmail() {
        return new SendOtpByEmail();
    }
 
    /**
     * Create an instance of {@link SendOtpByEmailResponse }
     * 
     */
    public SendOtpByEmailResponse createSendOtpByEmailResponse() {
        return new SendOtpByEmailResponse();
    }
 
    /**
     * Create an instance of {@link SendOtpBySMS }
     * 
     */
    public SendOtpBySMS createSendOtpBySMS() {
        return new SendOtpBySMS();
    }
 
    /**
     * Create an instance of {@link SendOtpBySMSOrder }
     * 
     */
    public SendOtpBySMSOrder createSendOtpBySMSOrder() {
        return new SendOtpBySMSOrder();
    }
 
    /**
     * Create an instance of {@link SendOtpBySMSOrderResponse }
     * 
     */
    public SendOtpBySMSOrderResponse createSendOtpBySMSOrderResponse() {
        return new SendOtpBySMSOrderResponse();
    }
 
    /**
     * Create an instance of {@link SendOtpBySMSResponse }
     * 
     */
    public SendOtpBySMSResponse createSendOtpBySMSResponse() {
        return new SendOtpBySMSResponse();
    }
 
    /**
     * Create an instance of {@link VerifyOtp }
     * 
     */
    public VerifyOtp createVerifyOtp() {
        return new VerifyOtp();
    }
 
    /**
     * Create an instance of {@link VerifyOtpResponse }
     * 
     */
    public VerifyOtpResponse createVerifyOtpResponse() {
        return new VerifyOtpResponse();
    }
 
    /**
     * Create an instance of {@link VerifySms }
     * 
     */
    public VerifySms createVerifySms() {
        return new VerifySms();
    }
 
    /**
     * Create an instance of {@link VerifySmsResponse }
     * 
     */
    public VerifySmsResponse createVerifySmsResponse() {
        return new VerifySmsResponse();
    }
 
    /**
     * Create an instance of {@link StringArray }
     * 
     */
    public StringArray createStringArray() {
        return new StringArray();
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link FindOtpLogByCondition }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link FindOtpLogByCondition }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "findOtpLogByCondition")
    public JAXBElement<FindOtpLogByCondition> createFindOtpLogByCondition(FindOtpLogByCondition value) {
        return new JAXBElement<FindOtpLogByCondition>(_FindOtpLogByCondition_QNAME, FindOtpLogByCondition.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link FindOtpLogByConditionResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link FindOtpLogByConditionResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "findOtpLogByConditionResponse")
    public JAXBElement<FindOtpLogByConditionResponse> createFindOtpLogByConditionResponse(FindOtpLogByConditionResponse value) {
        return new JAXBElement<FindOtpLogByConditionResponse>(_FindOtpLogByConditionResponse_QNAME, FindOtpLogByConditionResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link FindOtpLogTraceByOtpLogId }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link FindOtpLogTraceByOtpLogId }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "findOtpLogTraceByOtpLogId")
    public JAXBElement<FindOtpLogTraceByOtpLogId> createFindOtpLogTraceByOtpLogId(FindOtpLogTraceByOtpLogId value) {
        return new JAXBElement<FindOtpLogTraceByOtpLogId>(_FindOtpLogTraceByOtpLogId_QNAME, FindOtpLogTraceByOtpLogId.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link FindOtpLogTraceByOtpLogIdResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link FindOtpLogTraceByOtpLogIdResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "findOtpLogTraceByOtpLogIdResponse")
    public JAXBElement<FindOtpLogTraceByOtpLogIdResponse> createFindOtpLogTraceByOtpLogIdResponse(FindOtpLogTraceByOtpLogIdResponse value) {
        return new JAXBElement<FindOtpLogTraceByOtpLogIdResponse>(_FindOtpLogTraceByOtpLogIdResponse_QNAME, FindOtpLogTraceByOtpLogIdResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link GetHello }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link GetHello }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "getHello")
    public JAXBElement<GetHello> createGetHello(GetHello value) {
        return new JAXBElement<GetHello>(_GetHello_QNAME, GetHello.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link GetHelloResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link GetHelloResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "getHelloResponse")
    public JAXBElement<GetHelloResponse> createGetHelloResponse(GetHelloResponse value) {
        return new JAXBElement<GetHelloResponse>(_GetHelloResponse_QNAME, GetHelloResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendBySMS }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendBySMS }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendBySMS")
    public JAXBElement<SendBySMS> createSendBySMS(SendBySMS value) {
        return new JAXBElement<SendBySMS>(_SendBySMS_QNAME, SendBySMS.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendBySMSOrder }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendBySMSOrder }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendBySMSOrder")
    public JAXBElement<SendBySMSOrder> createSendBySMSOrder(SendBySMSOrder value) {
        return new JAXBElement<SendBySMSOrder>(_SendBySMSOrder_QNAME, SendBySMSOrder.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendBySMSOrderResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendBySMSOrderResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendBySMSOrderResponse")
    public JAXBElement<SendBySMSOrderResponse> createSendBySMSOrderResponse(SendBySMSOrderResponse value) {
        return new JAXBElement<SendBySMSOrderResponse>(_SendBySMSOrderResponse_QNAME, SendBySMSOrderResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendBySMSResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendBySMSResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendBySMSResponse")
    public JAXBElement<SendBySMSResponse> createSendBySMSResponse(SendBySMSResponse value) {
        return new JAXBElement<SendBySMSResponse>(_SendBySMSResponse_QNAME, SendBySMSResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendOtpByEmail }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendOtpByEmail }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendOtpByEmail")
    public JAXBElement<SendOtpByEmail> createSendOtpByEmail(SendOtpByEmail value) {
        return new JAXBElement<SendOtpByEmail>(_SendOtpByEmail_QNAME, SendOtpByEmail.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendOtpByEmailResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendOtpByEmailResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendOtpByEmailResponse")
    public JAXBElement<SendOtpByEmailResponse> createSendOtpByEmailResponse(SendOtpByEmailResponse value) {
        return new JAXBElement<SendOtpByEmailResponse>(_SendOtpByEmailResponse_QNAME, SendOtpByEmailResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendOtpBySMS }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendOtpBySMS }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendOtpBySMS")
    public JAXBElement<SendOtpBySMS> createSendOtpBySMS(SendOtpBySMS value) {
        return new JAXBElement<SendOtpBySMS>(_SendOtpBySMS_QNAME, SendOtpBySMS.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendOtpBySMSOrder }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendOtpBySMSOrder }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendOtpBySMSOrder")
    public JAXBElement<SendOtpBySMSOrder> createSendOtpBySMSOrder(SendOtpBySMSOrder value) {
        return new JAXBElement<SendOtpBySMSOrder>(_SendOtpBySMSOrder_QNAME, SendOtpBySMSOrder.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendOtpBySMSOrderResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendOtpBySMSOrderResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendOtpBySMSOrderResponse")
    public JAXBElement<SendOtpBySMSOrderResponse> createSendOtpBySMSOrderResponse(SendOtpBySMSOrderResponse value) {
        return new JAXBElement<SendOtpBySMSOrderResponse>(_SendOtpBySMSOrderResponse_QNAME, SendOtpBySMSOrderResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SendOtpBySMSResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SendOtpBySMSResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "sendOtpBySMSResponse")
    public JAXBElement<SendOtpBySMSResponse> createSendOtpBySMSResponse(SendOtpBySMSResponse value) {
        return new JAXBElement<SendOtpBySMSResponse>(_SendOtpBySMSResponse_QNAME, SendOtpBySMSResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyOtp }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link VerifyOtp }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "verifyOtp")
    public JAXBElement<VerifyOtp> createVerifyOtp(VerifyOtp value) {
        return new JAXBElement<VerifyOtp>(_VerifyOtp_QNAME, VerifyOtp.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyOtpResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link VerifyOtpResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "verifyOtpResponse")
    public JAXBElement<VerifyOtpResponse> createVerifyOtpResponse(VerifyOtpResponse value) {
        return new JAXBElement<VerifyOtpResponse>(_VerifyOtpResponse_QNAME, VerifyOtpResponse.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link VerifySms }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link VerifySms }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "verifySms")
    public JAXBElement<VerifySms> createVerifySms(VerifySms value) {
        return new JAXBElement<VerifySms>(_VerifySms_QNAME, VerifySms.class, null, value);
    }
 
    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link VerifySmsResponse }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link VerifySmsResponse }{@code >}
     */
    @XmlElementDecl(namespace = "http://ws.otp.softleader.com.tw/", name = "verifySmsResponse")
    public JAXBElement<VerifySmsResponse> createVerifySmsResponse(VerifySmsResponse value) {
        return new JAXBElement<VerifySmsResponse>(_VerifySmsResponse_QNAME, VerifySmsResponse.class, null, value);
    }
 
}