
package eo.service.client.cnife039;

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 eo.service.client.cnife039 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 _Channel_QNAME = new QName("http://client.service.eo/CNIFE039/", "channel");
    private final static QName _ViewID_QNAME = new QName("http://client.service.eo/CNIFE039/", "viewID");
    private final static QName _ReturnMessage_QNAME = new QName("http://client.service.eo/CNIFE039/", "returnMessage");
    private final static QName _ErrorLevel_QNAME = new QName("http://client.service.eo/CNIFE039/", "errorLevel");
    private final static QName _InitResponse_QNAME = new QName("http://client.service.eo/CNIFE039/", "initResponse");
    private final static QName _IpAddress_QNAME = new QName("http://client.service.eo/CNIFE039/", "ipAddress");
    private final static QName _Init_QNAME = new QName("http://client.service.eo/CNIFE039/", "init");
    private final static QName _OperateDatetime_QNAME = new QName("http://client.service.eo/CNIFE039/", "operateDatetime");
    private final static QName _RequestID_QNAME = new QName("http://client.service.eo/CNIFE039/", "requestID");
    private final static QName _ServiceID_QNAME = new QName("http://client.service.eo/CNIFE039/", "serviceID");
    private final static QName _ReturnCode_QNAME = new QName("http://client.service.eo/CNIFE039/", "returnCode");
    private final static QName _OperatorID_QNAME = new QName("http://client.service.eo/CNIFE039/", "operatorID");

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eo.service.client.cnife039
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link InitResponseType }
     * 
     */
    public InitResponseType createInitResponseType() {
        return new InitResponseType();
    }

    /**
     * Create an instance of {@link CardUserName }
     * 
     */
    public CardUserName createCardUserName() {
        return new CardUserName();
    }

    /**
     * Create an instance of {@link PaywayYkFlg }
     * 
     */
    public PaywayYkFlg createPaywayYkFlg() {
        return new PaywayYkFlg();
    }

    /**
     * Create an instance of {@link Sysid }
     * 
     */
    public Sysid createSysid() {
        return new Sysid();
    }

    /**
     * Create an instance of {@link PaySeq }
     * 
     */
    public PaySeq createPaySeq() {
        return new PaySeq();
    }

    /**
     * Create an instance of {@link PaywayId }
     * 
     */
    public PaywayId createPaywayId() {
        return new PaywayId();
    }

    /**
     * Create an instance of {@link PaywayCdO }
     * 
     */
    public PaywayCdO createPaywayCdO() {
        return new PaywayCdO();
    }

    /**
     * Create an instance of {@link CrecardNo }
     * 
     */
    public CrecardNo createCrecardNo() {
        return new CrecardNo();
    }

    /**
     * Create an instance of {@link CrecardYkKigen }
     * 
     */
    public CrecardYkKigen createCrecardYkKigen() {
        return new CrecardYkKigen();
    }

    /**
     * Create an instance of {@link InitType }
     * 
     */
    public InitType createInitType() {
        return new InitType();
    }

    /**
     * Create an instance of {@link Element }
     * 
     */
    public Element createElement() {
        return new Element();
    }

    /**
     * Create an instance of {@link PaywayCd }
     * 
     */
    public PaywayCd createPaywayCd() {
        return new PaywayCd();
    }

    /**
     * Create an instance of {@link TsyrnDspMngn }
     * 
     */
    public TsyrnDspMngn createTsyrnDspMngn() {
        return new TsyrnDspMngn();
    }

    /**
     * Create an instance of {@link FuncCode }
     * 
     */
    public FuncCode createFuncCode() {
        return new FuncCode();
    }

    /**
     * Create an instance of {@link Record }
     * 
     */
    public Record createRecord() {
        return new Record();
    }

    /**
     * Create an instance of {@link CNSV005201SCType }
     * 
     */
    public CNSV005201SCType createCNSV005201SCType() {
        return new CNSV005201SCType();
    }

    /**
     * Create an instance of {@link CrecardCompNm }
     * 
     */
    public CrecardCompNm createCrecardCompNm() {
        return new CrecardCompNm();
    }

    /**
     * Create an instance of {@link PaywayIdO }
     * 
     */
    public PaywayIdO createPaywayIdO() {
        return new PaywayIdO();
    }

    /**
     * Create an instance of {@link CrecardCompCd }
     * 
     */
    public CrecardCompCd createCrecardCompCd() {
        return new CrecardCompCd();
    }

    /**
     * Create an instance of {@link ServiceIf }
     * 
     */
    public ServiceIf createServiceIf() {
        return new ServiceIf();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "channel")
    public JAXBElement<String> createChannel(String value) {
        return new JAXBElement<String>(_Channel_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "viewID")
    public JAXBElement<String> createViewID(String value) {
        return new JAXBElement<String>(_ViewID_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "returnMessage")
    public JAXBElement<String> createReturnMessage(String value) {
        return new JAXBElement<String>(_ReturnMessage_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "errorLevel")
    public JAXBElement<String> createErrorLevel(String value) {
        return new JAXBElement<String>(_ErrorLevel_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link InitResponseType }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "initResponse")
    public JAXBElement<InitResponseType> createInitResponse(InitResponseType value) {
        return new JAXBElement<InitResponseType>(_InitResponse_QNAME, InitResponseType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "ipAddress")
    public JAXBElement<String> createIpAddress(String value) {
        return new JAXBElement<String>(_IpAddress_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link InitType }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "init")
    public JAXBElement<InitType> createInit(InitType value) {
        return new JAXBElement<InitType>(_Init_QNAME, InitType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "operateDatetime")
    public JAXBElement<String> createOperateDatetime(String value) {
        return new JAXBElement<String>(_OperateDatetime_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "requestID")
    public JAXBElement<String> createRequestID(String value) {
        return new JAXBElement<String>(_RequestID_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "serviceID")
    public JAXBElement<String> createServiceID(String value) {
        return new JAXBElement<String>(_ServiceID_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "returnCode")
    public JAXBElement<String> createReturnCode(String value) {
        return new JAXBElement<String>(_ReturnCode_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE039/", name = "operatorID")
    public JAXBElement<String> createOperatorID(String value) {
        return new JAXBElement<String>(_OperatorID_QNAME, String.class, null, value);
    }

}
