
package eo.service.client.ccife001;

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.ccife001 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 _ErrorLevel_QNAME = new QName("http://client.service.eo/CCIFE001/", "errorLevel");
    private final static QName _InitResponse_QNAME = new QName("http://client.service.eo/CCIFE001/", "initResponse");
    private final static QName _IpAddress_QNAME = new QName("http://client.service.eo/CCIFE001/", "ipAddress");
    private final static QName _Channel_QNAME = new QName("http://client.service.eo/CCIFE001/", "channel");
    private final static QName _ViewID_QNAME = new QName("http://client.service.eo/CCIFE001/", "viewID");
    private final static QName _ReturnMessage_QNAME = new QName("http://client.service.eo/CCIFE001/", "returnMessage");
    private final static QName _OperateDatetime_QNAME = new QName("http://client.service.eo/CCIFE001/", "operateDatetime");
    private final static QName _Init_QNAME = new QName("http://client.service.eo/CCIFE001/", "init");
    private final static QName _ServiceID_QNAME = new QName("http://client.service.eo/CCIFE001/", "serviceID");
    private final static QName _RequestID_QNAME = new QName("http://client.service.eo/CCIFE001/", "requestID");
    private final static QName _OperatorID_QNAME = new QName("http://client.service.eo/CCIFE001/", "operatorID");
    private final static QName _ReturnCode_QNAME = new QName("http://client.service.eo/CCIFE001/", "returnCode");

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eo.service.client.ccife001
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link PositionCd }
     * 
     */
    public PositionCd createPositionCd() {
        return new PositionCd();
    }

    /**
     * Create an instance of {@link ServiceIf }
     * 
     */
    public ServiceIf createServiceIf() {
        return new ServiceIf();
    }

    /**
     * Create an instance of {@link UserNm }
     * 
     */
    public UserNm createUserNm() {
        return new UserNm();
    }

    /**
     * Create an instance of {@link DelDtm }
     * 
     */
    public DelDtm createDelDtm() {
        return new DelDtm();
    }

    /**
     * Create an instance of {@link UpdDtm }
     * 
     */
    public UpdDtm createUpdDtm() {
        return new UpdDtm();
    }

    /**
     * Create an instance of {@link OrgCd }
     * 
     */
    public OrgCd createOrgCd() {
        return new OrgCd();
    }

    /**
     * Create an instance of {@link InitResponseType }
     * 
     */
    public InitResponseType createInitResponseType() {
        return new InitResponseType();
    }

    /**
     * Create an instance of {@link FuncCode }
     * 
     */
    public FuncCode createFuncCode() {
        return new FuncCode();
    }

    /**
     * Create an instance of {@link CCSV000301SCType }
     * 
     */
    public CCSV000301SCType createCCSV000301SCType() {
        return new CCSV000301SCType();
    }

    /**
     * Create an instance of {@link OrgNm }
     * 
     */
    public OrgNm createOrgNm() {
        return new OrgNm();
    }

    /**
     * Create an instance of {@link PositionNm }
     * 
     */
    public PositionNm createPositionNm() {
        return new PositionNm();
    }

    /**
     * Create an instance of {@link UpdOpeacnt }
     * 
     */
    public UpdOpeacnt createUpdOpeacnt() {
        return new UpdOpeacnt();
    }

    /**
     * Create an instance of {@link OneTimePwd }
     * 
     */
    public OneTimePwd createOneTimePwd() {
        return new OneTimePwd();
    }

    /**
     * Create an instance of {@link InitType }
     * 
     */
    public InitType createInitType() {
        return new InitType();
    }

    /**
     * Create an instance of {@link DelOpeacnt }
     * 
     */
    public DelOpeacnt createDelOpeacnt() {
        return new DelOpeacnt();
    }

    /**
     * Create an instance of {@link NinshoStat }
     * 
     */
    public NinshoStat createNinshoStat() {
        return new NinshoStat();
    }

    /**
     * Create an instance of {@link UserId }
     * 
     */
    public UserId createUserId() {
        return new UserId();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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 InitType }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://client.service.eo/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", 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/CCIFE001/", name = "returnCode")
    public JAXBElement<String> createReturnCode(String value) {
        return new JAXBElement<String>(_ReturnCode_QNAME, String.class, null, value);
    }

}
