
package eo.service.client.kkife336;

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="sisak_cd" type="{http://client.service.eo/KKIFE336/}sisak_cd" minOccurs="0"/>
 *         &lt;element name="cmp_add_optnty_cd" type="{http://client.service.eo/KKIFE336/}cmp_add_optnty_cd" minOccurs="0"/>
 *         &lt;element name="cmp_add_optnty_tg_key_1" type="{http://client.service.eo/KKIFE336/}cmp_add_optnty_tg_key_1" minOccurs="0"/>
 *         &lt;element name="cmp_add_optnty_tg_key_2" type="{http://client.service.eo/KKIFE336/}cmp_add_optnty_tg_key_2" minOccurs="0"/>
 *         &lt;element name="cmp_add_optnty_tg_key_3" type="{http://client.service.eo/KKIFE336/}cmp_add_optnty_tg_key_3" minOccurs="0"/>
 *         &lt;element name="cmp_add_optnty_tg_key_4" type="{http://client.service.eo/KKIFE336/}cmp_add_optnty_tg_key_4" minOccurs="0"/>
 *         &lt;element name="cmp_add_optnty_tg_key_5" type="{http://client.service.eo/KKIFE336/}cmp_add_optnty_tg_key_5" minOccurs="0"/>
 *       &lt;/all>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "element", propOrder = {

})
public class Element {

    @XmlElement(name = "sisak_cd")
    protected SisakCd sisakCd;
    @XmlElement(name = "cmp_add_optnty_cd")
    protected CmpAddOptntyCd cmpAddOptntyCd;
    @XmlElement(name = "cmp_add_optnty_tg_key_1")
    protected CmpAddOptntyTgKey1 cmpAddOptntyTgKey1;
    @XmlElement(name = "cmp_add_optnty_tg_key_2")
    protected CmpAddOptntyTgKey2 cmpAddOptntyTgKey2;
    @XmlElement(name = "cmp_add_optnty_tg_key_3")
    protected CmpAddOptntyTgKey3 cmpAddOptntyTgKey3;
    @XmlElement(name = "cmp_add_optnty_tg_key_4")
    protected CmpAddOptntyTgKey4 cmpAddOptntyTgKey4;
    @XmlElement(name = "cmp_add_optnty_tg_key_5")
    protected CmpAddOptntyTgKey5 cmpAddOptntyTgKey5;

    /**
     * Gets the value of the sisakCd property.
     * 
     * @return
     *     possible object is
     *     {@link SisakCd }
     *     
     */
    public SisakCd getSisakCd() {
        return sisakCd;
    }

    /**
     * Sets the value of the sisakCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link SisakCd }
     *     
     */
    public void setSisakCd(SisakCd value) {
        this.sisakCd = value;
    }

    /**
     * Gets the value of the cmpAddOptntyCd property.
     * 
     * @return
     *     possible object is
     *     {@link CmpAddOptntyCd }
     *     
     */
    public CmpAddOptntyCd getCmpAddOptntyCd() {
        return cmpAddOptntyCd;
    }

    /**
     * Sets the value of the cmpAddOptntyCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link CmpAddOptntyCd }
     *     
     */
    public void setCmpAddOptntyCd(CmpAddOptntyCd value) {
        this.cmpAddOptntyCd = value;
    }

    /**
     * Gets the value of the cmpAddOptntyTgKey1 property.
     * 
     * @return
     *     possible object is
     *     {@link CmpAddOptntyTgKey1 }
     *     
     */
    public CmpAddOptntyTgKey1 getCmpAddOptntyTgKey1() {
        return cmpAddOptntyTgKey1;
    }

    /**
     * Sets the value of the cmpAddOptntyTgKey1 property.
     * 
     * @param value
     *     allowed object is
     *     {@link CmpAddOptntyTgKey1 }
     *     
     */
    public void setCmpAddOptntyTgKey1(CmpAddOptntyTgKey1 value) {
        this.cmpAddOptntyTgKey1 = value;
    }

    /**
     * Gets the value of the cmpAddOptntyTgKey2 property.
     * 
     * @return
     *     possible object is
     *     {@link CmpAddOptntyTgKey2 }
     *     
     */
    public CmpAddOptntyTgKey2 getCmpAddOptntyTgKey2() {
        return cmpAddOptntyTgKey2;
    }

    /**
     * Sets the value of the cmpAddOptntyTgKey2 property.
     * 
     * @param value
     *     allowed object is
     *     {@link CmpAddOptntyTgKey2 }
     *     
     */
    public void setCmpAddOptntyTgKey2(CmpAddOptntyTgKey2 value) {
        this.cmpAddOptntyTgKey2 = value;
    }

    /**
     * Gets the value of the cmpAddOptntyTgKey3 property.
     * 
     * @return
     *     possible object is
     *     {@link CmpAddOptntyTgKey3 }
     *     
     */
    public CmpAddOptntyTgKey3 getCmpAddOptntyTgKey3() {
        return cmpAddOptntyTgKey3;
    }

    /**
     * Sets the value of the cmpAddOptntyTgKey3 property.
     * 
     * @param value
     *     allowed object is
     *     {@link CmpAddOptntyTgKey3 }
     *     
     */
    public void setCmpAddOptntyTgKey3(CmpAddOptntyTgKey3 value) {
        this.cmpAddOptntyTgKey3 = value;
    }

    /**
     * Gets the value of the cmpAddOptntyTgKey4 property.
     * 
     * @return
     *     possible object is
     *     {@link CmpAddOptntyTgKey4 }
     *     
     */
    public CmpAddOptntyTgKey4 getCmpAddOptntyTgKey4() {
        return cmpAddOptntyTgKey4;
    }

    /**
     * Sets the value of the cmpAddOptntyTgKey4 property.
     * 
     * @param value
     *     allowed object is
     *     {@link CmpAddOptntyTgKey4 }
     *     
     */
    public void setCmpAddOptntyTgKey4(CmpAddOptntyTgKey4 value) {
        this.cmpAddOptntyTgKey4 = value;
    }

    /**
     * Gets the value of the cmpAddOptntyTgKey5 property.
     * 
     * @return
     *     possible object is
     *     {@link CmpAddOptntyTgKey5 }
     *     
     */
    public CmpAddOptntyTgKey5 getCmpAddOptntyTgKey5() {
        return cmpAddOptntyTgKey5;
    }

    /**
     * Sets the value of the cmpAddOptntyTgKey5 property.
     * 
     * @param value
     *     allowed object is
     *     {@link CmpAddOptntyTgKey5 }
     *     
     */
    public void setCmpAddOptntyTgKey5(CmpAddOptntyTgKey5 value) {
        this.cmpAddOptntyTgKey5 = value;
    }

}
