
package eo.service.client.ccife001;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * <p>Java class for service_if complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="service_if">
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;all>
 *         &lt;element name="func_code" type="{http://client.service.eo/CCIFE001/}func_code"/>
 *         &lt;element name="one_time_pwd" type="{http://client.service.eo/CCIFE001/}one_time_pwd"/>
 *         &lt;element name="ninsho_stat" type="{http://client.service.eo/CCIFE001/}ninsho_stat" minOccurs="0"/>
 *         &lt;element name="user_id" type="{http://client.service.eo/CCIFE001/}user_id" minOccurs="0"/>
 *         &lt;element name="user_nm" type="{http://client.service.eo/CCIFE001/}user_nm" minOccurs="0"/>
 *         &lt;element name="org_cd" type="{http://client.service.eo/CCIFE001/}org_cd" minOccurs="0"/>
 *         &lt;element name="position_cd" type="{http://client.service.eo/CCIFE001/}position_cd" minOccurs="0"/>
 *         &lt;element name="org_nm" type="{http://client.service.eo/CCIFE001/}org_nm" minOccurs="0"/>
 *         &lt;element name="position_nm" type="{http://client.service.eo/CCIFE001/}position_nm" minOccurs="0"/>
 *         &lt;element name="upd_dtm" type="{http://client.service.eo/CCIFE001/}upd_dtm" minOccurs="0"/>
 *         &lt;element name="upd_opeacnt" type="{http://client.service.eo/CCIFE001/}upd_opeacnt" minOccurs="0"/>
 *         &lt;element name="del_dtm" type="{http://client.service.eo/CCIFE001/}del_dtm" minOccurs="0"/>
 *         &lt;element name="del_opeacnt" type="{http://client.service.eo/CCIFE001/}del_opeacnt" minOccurs="0"/>
 *       &lt;/all>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "service_if", propOrder = {

})
public class ServiceIf {

    @XmlElement(name = "func_code", required = true)
    protected FuncCode funcCode;
    @XmlElement(name = "one_time_pwd", required = true)
    protected OneTimePwd oneTimePwd;
    @XmlElement(name = "ninsho_stat")
    protected NinshoStat ninshoStat;
    @XmlElement(name = "user_id")
    protected UserId userId;
    @XmlElement(name = "user_nm")
    protected UserNm userNm;
    @XmlElement(name = "org_cd")
    protected OrgCd orgCd;
    @XmlElement(name = "position_cd")
    protected PositionCd positionCd;
    @XmlElement(name = "org_nm")
    protected OrgNm orgNm;
    @XmlElement(name = "position_nm")
    protected PositionNm positionNm;
    @XmlElement(name = "upd_dtm")
    protected UpdDtm updDtm;
    @XmlElement(name = "upd_opeacnt")
    protected UpdOpeacnt updOpeacnt;
    @XmlElement(name = "del_dtm")
    protected DelDtm delDtm;
    @XmlElement(name = "del_opeacnt")
    protected DelOpeacnt delOpeacnt;

    /**
     * Gets the value of the funcCode property.
     * 
     * @return
     *     possible object is
     *     {@link FuncCode }
     *     
     */
    public FuncCode getFuncCode() {
        return funcCode;
    }

    /**
     * Sets the value of the funcCode property.
     * 
     * @param value
     *     allowed object is
     *     {@link FuncCode }
     *     
     */
    public void setFuncCode(FuncCode value) {
        this.funcCode = value;
    }

    /**
     * Gets the value of the oneTimePwd property.
     * 
     * @return
     *     possible object is
     *     {@link OneTimePwd }
     *     
     */
    public OneTimePwd getOneTimePwd() {
        return oneTimePwd;
    }

    /**
     * Sets the value of the oneTimePwd property.
     * 
     * @param value
     *     allowed object is
     *     {@link OneTimePwd }
     *     
     */
    public void setOneTimePwd(OneTimePwd value) {
        this.oneTimePwd = value;
    }

    /**
     * Gets the value of the ninshoStat property.
     * 
     * @return
     *     possible object is
     *     {@link NinshoStat }
     *     
     */
    public NinshoStat getNinshoStat() {
        return ninshoStat;
    }

    /**
     * Sets the value of the ninshoStat property.
     * 
     * @param value
     *     allowed object is
     *     {@link NinshoStat }
     *     
     */
    public void setNinshoStat(NinshoStat value) {
        this.ninshoStat = value;
    }

    /**
     * Gets the value of the userId property.
     * 
     * @return
     *     possible object is
     *     {@link UserId }
     *     
     */
    public UserId getUserId() {
        return userId;
    }

    /**
     * Sets the value of the userId property.
     * 
     * @param value
     *     allowed object is
     *     {@link UserId }
     *     
     */
    public void setUserId(UserId value) {
        this.userId = value;
    }

    /**
     * Gets the value of the userNm property.
     * 
     * @return
     *     possible object is
     *     {@link UserNm }
     *     
     */
    public UserNm getUserNm() {
        return userNm;
    }

    /**
     * Sets the value of the userNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link UserNm }
     *     
     */
    public void setUserNm(UserNm value) {
        this.userNm = value;
    }

    /**
     * Gets the value of the orgCd property.
     * 
     * @return
     *     possible object is
     *     {@link OrgCd }
     *     
     */
    public OrgCd getOrgCd() {
        return orgCd;
    }

    /**
     * Sets the value of the orgCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link OrgCd }
     *     
     */
    public void setOrgCd(OrgCd value) {
        this.orgCd = value;
    }

    /**
     * Gets the value of the positionCd property.
     * 
     * @return
     *     possible object is
     *     {@link PositionCd }
     *     
     */
    public PositionCd getPositionCd() {
        return positionCd;
    }

    /**
     * Sets the value of the positionCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link PositionCd }
     *     
     */
    public void setPositionCd(PositionCd value) {
        this.positionCd = value;
    }

    /**
     * Gets the value of the orgNm property.
     * 
     * @return
     *     possible object is
     *     {@link OrgNm }
     *     
     */
    public OrgNm getOrgNm() {
        return orgNm;
    }

    /**
     * Sets the value of the orgNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link OrgNm }
     *     
     */
    public void setOrgNm(OrgNm value) {
        this.orgNm = value;
    }

    /**
     * Gets the value of the positionNm property.
     * 
     * @return
     *     possible object is
     *     {@link PositionNm }
     *     
     */
    public PositionNm getPositionNm() {
        return positionNm;
    }

    /**
     * Sets the value of the positionNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link PositionNm }
     *     
     */
    public void setPositionNm(PositionNm value) {
        this.positionNm = value;
    }

    /**
     * Gets the value of the updDtm property.
     * 
     * @return
     *     possible object is
     *     {@link UpdDtm }
     *     
     */
    public UpdDtm getUpdDtm() {
        return updDtm;
    }

    /**
     * Sets the value of the updDtm property.
     * 
     * @param value
     *     allowed object is
     *     {@link UpdDtm }
     *     
     */
    public void setUpdDtm(UpdDtm value) {
        this.updDtm = value;
    }

    /**
     * Gets the value of the updOpeacnt property.
     * 
     * @return
     *     possible object is
     *     {@link UpdOpeacnt }
     *     
     */
    public UpdOpeacnt getUpdOpeacnt() {
        return updOpeacnt;
    }

    /**
     * Sets the value of the updOpeacnt property.
     * 
     * @param value
     *     allowed object is
     *     {@link UpdOpeacnt }
     *     
     */
    public void setUpdOpeacnt(UpdOpeacnt value) {
        this.updOpeacnt = value;
    }

    /**
     * Gets the value of the delDtm property.
     * 
     * @return
     *     possible object is
     *     {@link DelDtm }
     *     
     */
    public DelDtm getDelDtm() {
        return delDtm;
    }

    /**
     * Sets the value of the delDtm property.
     * 
     * @param value
     *     allowed object is
     *     {@link DelDtm }
     *     
     */
    public void setDelDtm(DelDtm value) {
        this.delDtm = value;
    }

    /**
     * Gets the value of the delOpeacnt property.
     * 
     * @return
     *     possible object is
     *     {@link DelOpeacnt }
     *     
     */
    public DelOpeacnt getDelOpeacnt() {
        return delOpeacnt;
    }

    /**
     * Sets the value of the delOpeacnt property.
     * 
     * @param value
     *     allowed object is
     *     {@link DelOpeacnt }
     *     
     */
    public void setDelOpeacnt(DelOpeacnt value) {
        this.delOpeacnt = value;
    }

}
