
package eo.service.client.kkife352;

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/KKIFE352/}func_code"/>
 *         &lt;element name="uk_no" type="{http://client.service.eo/KKIFE352/}uk_no"/>
 *         &lt;element name="upd_trgt_kmk" type="{http://client.service.eo/KKIFE352/}upd_trgt_kmk"/>
 *         &lt;element name="upd_ymd" type="{http://client.service.eo/KKIFE352/}upd_ymd" 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 = "uk_no", required = true)
    protected UkNo ukNo;
    @XmlElement(name = "upd_trgt_kmk", required = true)
    protected UpdTrgtKmk updTrgtKmk;
    @XmlElement(name = "upd_ymd")
    protected UpdYmd updYmd;

    /**
     * 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 ukNo property.
     * 
     * @return
     *     possible object is
     *     {@link UkNo }
     *     
     */
    public UkNo getUkNo() {
        return ukNo;
    }

    /**
     * Sets the value of the ukNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link UkNo }
     *     
     */
    public void setUkNo(UkNo value) {
        this.ukNo = value;
    }

    /**
     * Gets the value of the updTrgtKmk property.
     * 
     * @return
     *     possible object is
     *     {@link UpdTrgtKmk }
     *     
     */
    public UpdTrgtKmk getUpdTrgtKmk() {
        return updTrgtKmk;
    }

    /**
     * Sets the value of the updTrgtKmk property.
     * 
     * @param value
     *     allowed object is
     *     {@link UpdTrgtKmk }
     *     
     */
    public void setUpdTrgtKmk(UpdTrgtKmk value) {
        this.updTrgtKmk = value;
    }

    /**
     * Gets the value of the updYmd property.
     * 
     * @return
     *     possible object is
     *     {@link UpdYmd }
     *     
     */
    public UpdYmd getUpdYmd() {
        return updYmd;
    }

    /**
     * Sets the value of the updYmd property.
     * 
     * @param value
     *     allowed object is
     *     {@link UpdYmd }
     *     
     */
    public void setUpdYmd(UpdYmd value) {
        this.updYmd = value;
    }

}
