
package eo.service.client.cnife038;

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.cnife038 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 _Init_QNAME = new QName("http://client.service.eo/CNIFE038/", "init");
    private final static QName _OperateDatetime_QNAME = new QName("http://client.service.eo/CNIFE038/", "operateDatetime");
    private final static QName _Channel_QNAME = new QName("http://client.service.eo/CNIFE038/", "channel");
    private final static QName _ViewID_QNAME = new QName("http://client.service.eo/CNIFE038/", "viewID");
    private final static QName _ReturnMessage_QNAME = new QName("http://client.service.eo/CNIFE038/", "returnMessage");
    private final static QName _InitResponse_QNAME = new QName("http://client.service.eo/CNIFE038/", "initResponse");
    private final static QName _IpAddress_QNAME = new QName("http://client.service.eo/CNIFE038/", "ipAddress");
    private final static QName _ErrorLevel_QNAME = new QName("http://client.service.eo/CNIFE038/", "errorLevel");
    private final static QName _ReturnCode_QNAME = new QName("http://client.service.eo/CNIFE038/", "returnCode");
    private final static QName _OperatorID_QNAME = new QName("http://client.service.eo/CNIFE038/", "operatorID");
    private final static QName _RequestID_QNAME = new QName("http://client.service.eo/CNIFE038/", "requestID");
    private final static QName _ServiceID_QNAME = new QName("http://client.service.eo/CNIFE038/", "serviceID");

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eo.service.client.cnife038
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link Record }
     * 
     */
    public Record createRecord() {
        return new Record();
    }

    /**
     * Create an instance of {@link InitType }
     * 
     */
    public InitType createInitType() {
        return new InitType();
    }

    /**
     * Create an instance of {@link InitResponseType }
     * 
     */
    public InitResponseType createInitResponseType() {
        return new InitResponseType();
    }

    /**
     * Create an instance of {@link ContKeiNo }
     * 
     */
    public ContKeiNo createContKeiNo() {
        return new ContKeiNo();
    }

    /**
     * Create an instance of {@link MemberSbtCd }
     * 
     */
    public MemberSbtCd createMemberSbtCd() {
        return new MemberSbtCd();
    }

    /**
     * Create an instance of {@link CNSV005101SCType }
     * 
     */
    public CNSV005101SCType createCNSV005101SCType() {
        return new CNSV005101SCType();
    }

    /**
     * Create an instance of {@link Element }
     * 
     */
    public Element createElement() {
        return new Element();
    }

    /**
     * Create an instance of {@link ServiceIf }
     * 
     */
    public ServiceIf createServiceIf() {
        return new ServiceIf();
    }

    /**
     * Create an instance of {@link Telno }
     * 
     */
    public Telno createTelno() {
        return new Telno();
    }

    /**
     * Create an instance of {@link Sysid }
     * 
     */
    public Sysid createSysid() {
        return new Sysid();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link InitType }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE038/", 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/CNIFE038/", 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/CNIFE038/", 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/CNIFE038/", 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/CNIFE038/", 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 InitResponseType }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE038/", 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/CNIFE038/", 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 String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE038/", 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 String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE038/", 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/CNIFE038/", name = "operatorID")
    public JAXBElement<String> createOperatorID(String value) {
        return new JAXBElement<String>(_OperatorID_QNAME, String.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CNIFE038/", 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/CNIFE038/", name = "serviceID")
    public JAXBElement<String> createServiceID(String value) {
        return new JAXBElement<String>(_ServiceID_QNAME, String.class, null, value);
    }

}
