package com.chinaztt.mes.common.wechat.servicemessagecustom; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the localhost.services.servicemessagecustom package. *
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: localhost.services.servicemessagecustom * */ public ObjectFactory() { } /** * Create an instance of {@link AnyType2AnyTypeMap } * */ public AnyType2AnyTypeMap createAnyType2AnyTypeMap() { return new AnyType2AnyTypeMap(); } /** * Create an instance of {@link DeleteCustomMessage } * */ public DeleteCustomMessage createDeleteCustomMessage() { return new DeleteCustomMessage(); } /** * Create an instance of {@link SendCustomMessageComplex } * */ public SendCustomMessageComplex createSendCustomMessageComplex() { return new SendCustomMessageComplex(); } /** * Create an instance of {@link AlterCustomMessageComplex } * */ public AlterCustomMessageComplex createAlterCustomMessageComplex() { return new AlterCustomMessageComplex(); } /** * Create an instance of {@link SendCustomMessageWorkCode } * */ public SendCustomMessageWorkCode createSendCustomMessageWorkCode() { return new SendCustomMessageWorkCode(); } /** * Create an instance of {@link ArrayOfString } * */ public ArrayOfString createArrayOfString() { return new ArrayOfString(); } /** * Create an instance of {@link SendCustomMessageLastName } * */ public SendCustomMessageLastName createSendCustomMessageLastName() { return new SendCustomMessageLastName(); } /** * Create an instance of {@link SendCustomMessageWorkCodeResponse } * */ public SendCustomMessageWorkCodeResponse createSendCustomMessageWorkCodeResponse() { return new SendCustomMessageWorkCodeResponse(); } /** * Create an instance of {@link DeleteCustomMessageComplex } * */ public DeleteCustomMessageComplex createDeleteCustomMessageComplex() { return new DeleteCustomMessageComplex(); } /** * Create an instance of {@link DeleteCustomMessageSingle } * */ public DeleteCustomMessageSingle createDeleteCustomMessageSingle() { return new DeleteCustomMessageSingle(); } /** * Create an instance of {@link SendCustomMessage1 } * */ public SendCustomMessage1 createSendCustomMessage1() { return new SendCustomMessage1(); } /** * Create an instance of {@link AlterCustomMessageComplexResponse } * */ public AlterCustomMessageComplexResponse createAlterCustomMessageComplexResponse() { return new AlterCustomMessageComplexResponse(); } /** * Create an instance of {@link SendCustomMessage } * */ public SendCustomMessage createSendCustomMessage() { return new SendCustomMessage(); } /** * Create an instance of {@link DeleteCustomMessageComplexResponse } * */ public DeleteCustomMessageComplexResponse createDeleteCustomMessageComplexResponse() { return new DeleteCustomMessageComplexResponse(); } /** * Create an instance of {@link SendCustomMessageSingleResponse } * */ public SendCustomMessageSingleResponse createSendCustomMessageSingleResponse() { return new SendCustomMessageSingleResponse(); } /** * Create an instance of {@link SendCustomMessage1Response } * */ public SendCustomMessage1Response createSendCustomMessage1Response() { return new SendCustomMessage1Response(); } /** * Create an instance of {@link AlterCustomMessageResponse } * */ public AlterCustomMessageResponse createAlterCustomMessageResponse() { return new AlterCustomMessageResponse(); } /** * Create an instance of {@link SendCustomMessageComplexResponse } * */ public SendCustomMessageComplexResponse createSendCustomMessageComplexResponse() { return new SendCustomMessageComplexResponse(); } /** * Create an instance of {@link SendCustomMessageLoginResponse } * */ public SendCustomMessageLoginResponse createSendCustomMessageLoginResponse() { return new SendCustomMessageLoginResponse(); } /** * Create an instance of {@link AlterCustomMessage } * */ public AlterCustomMessage createAlterCustomMessage() { return new AlterCustomMessage(); } /** * Create an instance of {@link SendCustomMessageLastNameResponse } * */ public SendCustomMessageLastNameResponse createSendCustomMessageLastNameResponse() { return new SendCustomMessageLastNameResponse(); } /** * Create an instance of {@link SendCustomMessageLogin } * */ public SendCustomMessageLogin createSendCustomMessageLogin() { return new SendCustomMessageLogin(); } /** * Create an instance of {@link AlterCustomMessageSingleResponse } * */ public AlterCustomMessageSingleResponse createAlterCustomMessageSingleResponse() { return new AlterCustomMessageSingleResponse(); } /** * Create an instance of {@link DeleteCustomMessageResponse } * */ public DeleteCustomMessageResponse createDeleteCustomMessageResponse() { return new DeleteCustomMessageResponse(); } /** * Create an instance of {@link SendCustomMessageSingle } * */ public SendCustomMessageSingle createSendCustomMessageSingle() { return new SendCustomMessageSingle(); } /** * Create an instance of {@link DeleteCustomMessageSingleResponse } * */ public DeleteCustomMessageSingleResponse createDeleteCustomMessageSingleResponse() { return new DeleteCustomMessageSingleResponse(); } /** * Create an instance of {@link SendCustomMessageResponse } * */ public SendCustomMessageResponse createSendCustomMessageResponse() { return new SendCustomMessageResponse(); } /** * Create an instance of {@link AlterCustomMessageSingle } * */ public AlterCustomMessageSingle createAlterCustomMessageSingle() { return new AlterCustomMessageSingle(); } /** * Create an instance of {@link AnyType2AnyTypeMap.Entry } * */ public AnyType2AnyTypeMap.Entry createAnyType2AnyTypeMapEntry() { return new AnyType2AnyTypeMap.Entry(); } }