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