liusheng
2025-09-29 2baa05224b72fbae849678e338bbc85506a9cfe6
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
 
package com.ruoyi.common.dx;
 
import javax.xml.bind.annotation.XmlRegistry;
 
 
/**
 * This object contains factory methods for each
 * Java content interface and Java element interface
 * generated in the com.ruoyi.web.webservice.dx 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 {
 
 
    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ruoyi.web.webservice.dx
     *
     */
    public ObjectFactory() {
    }
 
    /**
     * Create an instance of {@link SMSGetNumberResponse }
     *
     */
    public SMSGetNumberResponse createSMSGetNumberResponse() {
        return new SMSGetNumberResponse();
    }
 
    /**
     * Create an instance of {@link SMSVerify }
     *
     */
    public SMSVerify createSMSVerify() {
        return new SMSVerify();
    }
 
    /**
     * Create an instance of {@link I5GSearchNumberResponse }
     *
     */
    public I5GSearchNumberResponse createI5GSearchNumberResponse() {
        return new I5GSearchNumberResponse();
    }
 
    /**
     * Create an instance of {@link I5GSendResponse }
     *
     */
    public I5GSendResponse createI5GSendResponse() {
        return new I5GSendResponse();
    }
 
    /**
     * Create an instance of {@link SMSVerifyResponse }
     *
     */
    public SMSVerifyResponse createSMSVerifyResponse() {
        return new SMSVerifyResponse();
    }
 
    /**
     * Create an instance of {@link I5GSend }
     *
     */
    public I5GSend createI5GSend() {
        return new I5GSend();
    }
 
    /**
     * Create an instance of {@link SMSGetUserList }
     *
     */
    public SMSGetUserList createSMSGetUserList() {
        return new SMSGetUserList();
    }
 
    /**
     * Create an instance of {@link I5GReportResponse }
     *
     */
    public I5GReportResponse createI5GReportResponse() {
        return new I5GReportResponse();
    }
 
    /**
     * Create an instance of {@link I5GReply }
     *
     */
    public I5GReply createI5GReply() {
        return new I5GReply();
    }
 
    /**
     * Create an instance of {@link SMSGetTemplateList }
     *
     */
    public SMSGetTemplateList createSMSGetTemplateList() {
        return new SMSGetTemplateList();
    }
 
    /**
     * Create an instance of {@link SMSGetNumber }
     *
     */
    public SMSGetNumber createSMSGetNumber() {
        return new SMSGetNumber();
    }
 
    /**
     * Create an instance of {@link Hello }
     *
     */
    public Hello createHello() {
        return new Hello();
    }
 
    /**
     * Create an instance of {@link I5GReport }
     *
     */
    public I5GReport createI5GReport() {
        return new I5GReport();
    }
 
    /**
     * Create an instance of {@link SMSGetUserListResponse }
     *
     */
    public SMSGetUserListResponse createSMSGetUserListResponse() {
        return new SMSGetUserListResponse();
    }
 
    /**
     * Create an instance of {@link SMSSaveContent }
     *
     */
    public SMSSaveContent createSMSSaveContent() {
        return new SMSSaveContent();
    }
 
    /**
     * Create an instance of {@link SMSSaveContentResponse }
     *
     */
    public SMSSaveContentResponse createSMSSaveContentResponse() {
        return new SMSSaveContentResponse();
    }
 
    /**
     * Create an instance of {@link I5GSearchNumber }
     *
     */
    public I5GSearchNumber createI5GSearchNumber() {
        return new I5GSearchNumber();
    }
 
    /**
     * Create an instance of {@link I5GReplyResponse }
     *
     */
    public I5GReplyResponse createI5GReplyResponse() {
        return new I5GReplyResponse();
    }
 
    /**
     * Create an instance of {@link HelloResponse }
     *
     */
    public HelloResponse createHelloResponse() {
        return new HelloResponse();
    }
 
    /**
     * Create an instance of {@link SMSGetTemplateListResponse }
     *
     */
    public SMSGetTemplateListResponse createSMSGetTemplateListResponse() {
        return new SMSGetTemplateListResponse();
    }
 
    /**
     * Create an instance of {@link SMSVerifyPrivateResponse }
     *
     */
    public SMSVerifyPrivateResponse createSMSVerifyPrivateResponse() {
        return new SMSVerifyPrivateResponse();
    }
 
    /**
     * Create an instance of {@link SMSVerifyPrivate }
     *
     */
    public SMSVerifyPrivate createSMSVerifyPrivate() {
        return new SMSVerifyPrivate();
    }
 
}