
package eo.service.client.kkife350;

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="rslt_uk_no" type="{http://client.service.eo/KKIFE350/}rslt_uk_no" minOccurs="0"/>
 *         &lt;element name="mskm_ymd" type="{http://client.service.eo/KKIFE350/}mskm_ymd" minOccurs="0"/>
 *         &lt;element name="trat_cd_1" type="{http://client.service.eo/KKIFE350/}trat_cd_1" minOccurs="0"/>
 *         &lt;element name="trat_cd_2" type="{http://client.service.eo/KKIFE350/}trat_cd_2" minOccurs="0"/>
 *         &lt;element name="cust_nm" type="{http://client.service.eo/KKIFE350/}cust_nm" minOccurs="0"/>
 *         &lt;element name="thnx_call_jssi_ymd" type="{http://client.service.eo/KKIFE350/}thnx_call_jssi_ymd" minOccurs="0"/>
 *         &lt;element name="rslt_mid" type="{http://client.service.eo/KKIFE350/}rslt_mid" minOccurs="0"/>
 *       &lt;/all>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "element", propOrder = {

})
public class Element {

    @XmlElement(name = "rslt_uk_no")
    protected RsltUkNo rsltUkNo;
    @XmlElement(name = "mskm_ymd")
    protected MskmYmd mskmYmd;
    @XmlElement(name = "trat_cd_1")
    protected TratCd1 tratCd1;
    @XmlElement(name = "trat_cd_2")
    protected TratCd2 tratCd2;
    @XmlElement(name = "cust_nm")
    protected CustNm custNm;
    @XmlElement(name = "thnx_call_jssi_ymd")
    protected ThnxCallJssiYmd thnxCallJssiYmd;
    @XmlElement(name = "rslt_mid")
    protected RsltMid rsltMid;

    /**
     * Gets the value of the rsltUkNo property.
     * 
     * @return
     *     possible object is
     *     {@link RsltUkNo }
     *     
     */
    public RsltUkNo getRsltUkNo() {
        return rsltUkNo;
    }

    /**
     * Sets the value of the rsltUkNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link RsltUkNo }
     *     
     */
    public void setRsltUkNo(RsltUkNo value) {
        this.rsltUkNo = value;
    }

    /**
     * Gets the value of the mskmYmd property.
     * 
     * @return
     *     possible object is
     *     {@link MskmYmd }
     *     
     */
    public MskmYmd getMskmYmd() {
        return mskmYmd;
    }

    /**
     * Sets the value of the mskmYmd property.
     * 
     * @param value
     *     allowed object is
     *     {@link MskmYmd }
     *     
     */
    public void setMskmYmd(MskmYmd value) {
        this.mskmYmd = value;
    }

    /**
     * Gets the value of the tratCd1 property.
     * 
     * @return
     *     possible object is
     *     {@link TratCd1 }
     *     
     */
    public TratCd1 getTratCd1() {
        return tratCd1;
    }

    /**
     * Sets the value of the tratCd1 property.
     * 
     * @param value
     *     allowed object is
     *     {@link TratCd1 }
     *     
     */
    public void setTratCd1(TratCd1 value) {
        this.tratCd1 = value;
    }

    /**
     * Gets the value of the tratCd2 property.
     * 
     * @return
     *     possible object is
     *     {@link TratCd2 }
     *     
     */
    public TratCd2 getTratCd2() {
        return tratCd2;
    }

    /**
     * Sets the value of the tratCd2 property.
     * 
     * @param value
     *     allowed object is
     *     {@link TratCd2 }
     *     
     */
    public void setTratCd2(TratCd2 value) {
        this.tratCd2 = value;
    }

    /**
     * Gets the value of the custNm property.
     * 
     * @return
     *     possible object is
     *     {@link CustNm }
     *     
     */
    public CustNm getCustNm() {
        return custNm;
    }

    /**
     * Sets the value of the custNm property.
     * 
     * @param value
     *     allowed object is
     *     {@link CustNm }
     *     
     */
    public void setCustNm(CustNm value) {
        this.custNm = value;
    }

    /**
     * Gets the value of the thnxCallJssiYmd property.
     * 
     * @return
     *     possible object is
     *     {@link ThnxCallJssiYmd }
     *     
     */
    public ThnxCallJssiYmd getThnxCallJssiYmd() {
        return thnxCallJssiYmd;
    }

    /**
     * Sets the value of the thnxCallJssiYmd property.
     * 
     * @param value
     *     allowed object is
     *     {@link ThnxCallJssiYmd }
     *     
     */
    public void setThnxCallJssiYmd(ThnxCallJssiYmd value) {
        this.thnxCallJssiYmd = value;
    }

    /**
     * Gets the value of the rsltMid property.
     * 
     * @return
     *     possible object is
     *     {@link RsltMid }
     *     
     */
    public RsltMid getRsltMid() {
        return rsltMid;
    }

    /**
     * Sets the value of the rsltMid property.
     * 
     * @param value
     *     allowed object is
     *     {@link RsltMid }
     *     
     */
    public void setRsltMid(RsltMid value) {
        this.rsltMid = value;
    }

}
