
package eo.service.client.kkife335;

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 element complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="element">
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;all>
 *         &lt;element name="svc_kei_no" type="{http://client.service.eo/KKIFE335/}svc_kei_no" minOccurs="0"/>
 *         &lt;element name="svc_kei_stat" type="{http://client.service.eo/KKIFE335/}svc_kei_stat" minOccurs="0"/>
 *         &lt;element name="svc_kei_stat_nm" type="{http://client.service.eo/KKIFE335/}svc_kei_stat_nm" minOccurs="0"/>
 *         &lt;element name="svc_cd" type="{http://client.service.eo/KKIFE335/}svc_cd" minOccurs="0"/>
 *         &lt;element name="svc_nm" type="{http://client.service.eo/KKIFE335/}svc_nm" minOccurs="0"/>
 *         &lt;element name="prc_grp_cd" type="{http://client.service.eo/KKIFE335/}prc_grp_cd" minOccurs="0"/>
 *         &lt;element name="prc_grp_nm" type="{http://client.service.eo/KKIFE335/}prc_grp_nm" minOccurs="0"/>
 *         &lt;element name="pcrs_cd" type="{http://client.service.eo/KKIFE335/}pcrs_cd" minOccurs="0"/>
 *         &lt;element name="pcrs_nm" type="{http://client.service.eo/KKIFE335/}pcrs_nm" minOccurs="0"/>
 *         &lt;element name="pplan_cd" type="{http://client.service.eo/KKIFE335/}pplan_cd" minOccurs="0"/>
 *         &lt;element name="pplan_nm" type="{http://client.service.eo/KKIFE335/}pplan_nm" minOccurs="0"/>
 *         &lt;element name="mmb_rank_jdg_tg_svc_sbt_cd" type="{http://client.service.eo/KKIFE335/}mmb_rank_jdg_tg_svc_sbt_cd" minOccurs="0"/>
 *       &lt;/all>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "element", propOrder = {

})
public class Element {

    @XmlElement(name = "svc_kei_no")
    protected SvcKeiNo svcKeiNo;
    @XmlElement(name = "svc_kei_stat")
    protected SvcKeiStat svcKeiStat;
    @XmlElement(name = "svc_kei_stat_nm")
    protected SvcKeiStatNm svcKeiStatNm;
    @XmlElement(name = "svc_cd")
    protected SvcCd svcCd;
    @XmlElement(name = "svc_nm")
    protected SvcNm svcNm;
    @XmlElement(name = "prc_grp_cd")
    protected PrcGrpCd prcGrpCd;
    @XmlElement(name = "prc_grp_nm")
    protected PrcGrpNm prcGrpNm;
    @XmlElement(name = "pcrs_cd")
    protected PcrsCd pcrsCd;
    @XmlElement(name = "pcrs_nm")
    protected PcrsNm pcrsNm;
    @XmlElement(name = "pplan_cd")
    protected PplanCd pplanCd;
    @XmlElement(name = "pplan_nm")
    protected PplanNm pplanNm;
    @XmlElement(name = "mmb_rank_jdg_tg_svc_sbt_cd")
    protected MmbRankJdgTgSvcSbtCd mmbRankJdgTgSvcSbtCd;

    /**
     * Gets the value of the svcKeiNo property.
     * 
     * @return
     *     possible object is
     *     {@link SvcKeiNo }
     *     
     */
    public SvcKeiNo getSvcKeiNo() {
        return svcKeiNo;
    }

    /**
     * Sets the value of the svcKeiNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link SvcKeiNo }
     *     
     */
    public void setSvcKeiNo(SvcKeiNo value) {
        this.svcKeiNo = value;
    }

    /**
     * Gets the value of the svcKeiStat property.
     * 
     * @return
     *     possible object is
     *     {@link SvcKeiStat }
     *     
     */
    public SvcKeiStat getSvcKeiStat() {
        return svcKeiStat;
    }

    /**
     * Sets the value of the svcKeiStat property.
     * 
     * @param value
     *     allowed object is
     *     {@link SvcKeiStat }
     *     
     */
    public void setSvcKeiStat(SvcKeiStat value) {
        this.svcKeiStat = value;
    }

    /**
     * Gets the value of the svcKeiStatNm property.
     * 
     * @return
     *     possible object is
     *     {@link SvcKeiStatNm }
     *     
     */
    public SvcKeiStatNm getSvcKeiStatNm() {
        return svcKeiStatNm;
    }

    /**
     * Sets the value of the svcKeiStatNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link SvcKeiStatNm }
     *     
     */
    public void setSvcKeiStatNm(SvcKeiStatNm value) {
        this.svcKeiStatNm = value;
    }

    /**
     * Gets the value of the svcCd property.
     * 
     * @return
     *     possible object is
     *     {@link SvcCd }
     *     
     */
    public SvcCd getSvcCd() {
        return svcCd;
    }

    /**
     * Sets the value of the svcCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link SvcCd }
     *     
     */
    public void setSvcCd(SvcCd value) {
        this.svcCd = value;
    }

    /**
     * Gets the value of the svcNm property.
     * 
     * @return
     *     possible object is
     *     {@link SvcNm }
     *     
     */
    public SvcNm getSvcNm() {
        return svcNm;
    }

    /**
     * Sets the value of the svcNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link SvcNm }
     *     
     */
    public void setSvcNm(SvcNm value) {
        this.svcNm = value;
    }

    /**
     * Gets the value of the prcGrpCd property.
     * 
     * @return
     *     possible object is
     *     {@link PrcGrpCd }
     *     
     */
    public PrcGrpCd getPrcGrpCd() {
        return prcGrpCd;
    }

    /**
     * Sets the value of the prcGrpCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link PrcGrpCd }
     *     
     */
    public void setPrcGrpCd(PrcGrpCd value) {
        this.prcGrpCd = value;
    }

    /**
     * Gets the value of the prcGrpNm property.
     * 
     * @return
     *     possible object is
     *     {@link PrcGrpNm }
     *     
     */
    public PrcGrpNm getPrcGrpNm() {
        return prcGrpNm;
    }

    /**
     * Sets the value of the prcGrpNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link PrcGrpNm }
     *     
     */
    public void setPrcGrpNm(PrcGrpNm value) {
        this.prcGrpNm = value;
    }

    /**
     * Gets the value of the pcrsCd property.
     * 
     * @return
     *     possible object is
     *     {@link PcrsCd }
     *     
     */
    public PcrsCd getPcrsCd() {
        return pcrsCd;
    }

    /**
     * Sets the value of the pcrsCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link PcrsCd }
     *     
     */
    public void setPcrsCd(PcrsCd value) {
        this.pcrsCd = value;
    }

    /**
     * Gets the value of the pcrsNm property.
     * 
     * @return
     *     possible object is
     *     {@link PcrsNm }
     *     
     */
    public PcrsNm getPcrsNm() {
        return pcrsNm;
    }

    /**
     * Sets the value of the pcrsNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link PcrsNm }
     *     
     */
    public void setPcrsNm(PcrsNm value) {
        this.pcrsNm = value;
    }

    /**
     * Gets the value of the pplanCd property.
     * 
     * @return
     *     possible object is
     *     {@link PplanCd }
     *     
     */
    public PplanCd getPplanCd() {
        return pplanCd;
    }

    /**
     * Sets the value of the pplanCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link PplanCd }
     *     
     */
    public void setPplanCd(PplanCd value) {
        this.pplanCd = value;
    }

    /**
     * Gets the value of the pplanNm property.
     * 
     * @return
     *     possible object is
     *     {@link PplanNm }
     *     
     */
    public PplanNm getPplanNm() {
        return pplanNm;
    }

    /**
     * Sets the value of the pplanNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link PplanNm }
     *     
     */
    public void setPplanNm(PplanNm value) {
        this.pplanNm = value;
    }

    /**
     * Gets the value of the mmbRankJdgTgSvcSbtCd property.
     * 
     * @return
     *     possible object is
     *     {@link MmbRankJdgTgSvcSbtCd }
     *     
     */
    public MmbRankJdgTgSvcSbtCd getMmbRankJdgTgSvcSbtCd() {
        return mmbRankJdgTgSvcSbtCd;
    }

    /**
     * Sets the value of the mmbRankJdgTgSvcSbtCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link MmbRankJdgTgSvcSbtCd }
     *     
     */
    public void setMmbRankJdgTgSvcSbtCd(MmbRankJdgTgSvcSbtCd value) {
        this.mmbRankJdgTgSvcSbtCd = value;
    }

}
