李林
2023-10-07 658d4927d468c47208fd012d9128b09249c07eff
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
 
package com.chinaztt.mes.common.wechat.servicemessagecustom;
 
import javax.xml.bind.annotation.*;
 
 
/**
 * <p>anonymous complex type的 Java 类。
 *
 * <p>以下模式片段指定包含在此类中的预期内容。
 *
 * <pre>
 * &lt;complexType>
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;sequence>
 *         &lt;element name="in0" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in1" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in2" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in3" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         &lt;element name="in4" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         &lt;element name="in5" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         &lt;element name="in6" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         &lt;element name="in7" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         &lt;element name="in8" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in9" type="{http://localhost/services/ServiceMessageCustom}ArrayOfString"/>
 *         &lt;element name="in10" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in11" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in12" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in13" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in14" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="in15" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 *
 *
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
        "in0",
        "in1",
        "in2",
        "in3",
        "in4",
        "in5",
        "in6",
        "in7",
        "in8",
        "in9",
        "in10",
        "in11",
        "in12",
        "in13",
        "in14",
        "in15"
})
@XmlRootElement(name = "sendCustomMessage_LastName")
public class SendCustomMessageLastName {
 
    @XmlElement(required = true, nillable = true)
    protected String in0;
    @XmlElement(required = true, nillable = true)
    protected String in1;
    @XmlElement(required = true, nillable = true)
    protected String in2;
    protected boolean in3;
    protected boolean in4;
    protected boolean in5;
    protected boolean in6;
    protected boolean in7;
    @XmlElement(required = true, nillable = true)
    protected String in8;
    @XmlElement(required = true, nillable = true)
    protected ArrayOfString in9;
    @XmlElement(required = true, nillable = true)
    protected String in10;
    @XmlElement(required = true, nillable = true)
    protected String in11;
    @XmlElement(required = true, nillable = true)
    protected String in12;
    @XmlElement(required = true, nillable = true)
    protected String in13;
    @XmlElement(required = true, nillable = true)
    protected String in14;
    @XmlElement(required = true, nillable = true)
    protected String in15;
 
    /**
     * 获取in0属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn0() {
        return in0;
    }
 
    /**
     * 设置in0属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn0(String value) {
        this.in0 = value;
    }
 
    /**
     * 获取in1属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn1() {
        return in1;
    }
 
    /**
     * 设置in1属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn1(String value) {
        this.in1 = value;
    }
 
    /**
     * 获取in2属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn2() {
        return in2;
    }
 
    /**
     * 设置in2属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn2(String value) {
        this.in2 = value;
    }
 
    /**
     * 获取in3属性的值。
     *
     */
    public boolean isIn3() {
        return in3;
    }
 
    /**
     * 设置in3属性的值。
     *
     */
    public void setIn3(boolean value) {
        this.in3 = value;
    }
 
    /**
     * 获取in4属性的值。
     *
     */
    public boolean isIn4() {
        return in4;
    }
 
    /**
     * 设置in4属性的值。
     *
     */
    public void setIn4(boolean value) {
        this.in4 = value;
    }
 
    /**
     * 获取in5属性的值。
     *
     */
    public boolean isIn5() {
        return in5;
    }
 
    /**
     * 设置in5属性的值。
     *
     */
    public void setIn5(boolean value) {
        this.in5 = value;
    }
 
    /**
     * 获取in6属性的值。
     *
     */
    public boolean isIn6() {
        return in6;
    }
 
    /**
     * 设置in6属性的值。
     *
     */
    public void setIn6(boolean value) {
        this.in6 = value;
    }
 
    /**
     * 获取in7属性的值。
     *
     */
    public boolean isIn7() {
        return in7;
    }
 
    /**
     * 设置in7属性的值。
     *
     */
    public void setIn7(boolean value) {
        this.in7 = value;
    }
 
    /**
     * 获取in8属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn8() {
        return in8;
    }
 
    /**
     * 设置in8属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn8(String value) {
        this.in8 = value;
    }
 
    /**
     * 获取in9属性的值。
     *
     * @return
     *     possible object is
     *     {@link ArrayOfString }
     *
     */
    public ArrayOfString getIn9() {
        return in9;
    }
 
    /**
     * 设置in9属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link ArrayOfString }
     *
     */
    public void setIn9(ArrayOfString value) {
        this.in9 = value;
    }
 
    /**
     * 获取in10属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn10() {
        return in10;
    }
 
    /**
     * 设置in10属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn10(String value) {
        this.in10 = value;
    }
 
    /**
     * 获取in11属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn11() {
        return in11;
    }
 
    /**
     * 设置in11属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn11(String value) {
        this.in11 = value;
    }
 
    /**
     * 获取in12属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn12() {
        return in12;
    }
 
    /**
     * 设置in12属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn12(String value) {
        this.in12 = value;
    }
 
    /**
     * 获取in13属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn13() {
        return in13;
    }
 
    /**
     * 设置in13属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn13(String value) {
        this.in13 = value;
    }
 
    /**
     * 获取in14属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn14() {
        return in14;
    }
 
    /**
     * 设置in14属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn14(String value) {
        this.in14 = value;
    }
 
    /**
     * 获取in15属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     */
    public String getIn15() {
        return in15;
    }
 
    /**
     * 设置in15属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     */
    public void setIn15(String value) {
        this.in15 = value;
    }
 
}