|
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();
|
}
|
|
}
|