
package eo.service.client.kkife364;

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/KKIFE364/}svc_kei_no" minOccurs="0"/>
 *         &lt;element name="op_kei_um" type="{http://client.service.eo/KKIFE364/}op_kei_um" minOccurs="0"/>
 *         &lt;element name="op_kei_stat" type="{http://client.service.eo/KKIFE364/}op_kei_stat" minOccurs="0"/>
 *         &lt;element name="cp_wrib_um" type="{http://client.service.eo/KKIFE364/}cp_wrib_um" minOccurs="0"/>
 *         &lt;element name="cp_wrib_stat" type="{http://client.service.eo/KKIFE364/}cp_wrib_stat" 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 = "op_kei_um")
    protected OpKeiUm opKeiUm;
    @XmlElement(name = "op_kei_stat")
    protected OpKeiStat opKeiStat;
    @XmlElement(name = "cp_wrib_um")
    protected CpWribUm cpWribUm;
    @XmlElement(name = "cp_wrib_stat")
    protected CpWribStat cpWribStat;

    /**
     * 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 opKeiUm property.
     * 
     * @return
     *     possible object is
     *     {@link OpKeiUm }
     *     
     */
    public OpKeiUm getOpKeiUm() {
        return opKeiUm;
    }

    /**
     * Sets the value of the opKeiUm property.
     * 
     * @param value
     *     allowed object is
     *     {@link OpKeiUm }
     *     
     */
    public void setOpKeiUm(OpKeiUm value) {
        this.opKeiUm = value;
    }

    /**
     * Gets the value of the opKeiStat property.
     * 
     * @return
     *     possible object is
     *     {@link OpKeiStat }
     *     
     */
    public OpKeiStat getOpKeiStat() {
        return opKeiStat;
    }

    /**
     * Sets the value of the opKeiStat property.
     * 
     * @param value
     *     allowed object is
     *     {@link OpKeiStat }
     *     
     */
    public void setOpKeiStat(OpKeiStat value) {
        this.opKeiStat = value;
    }

    /**
     * Gets the value of the cpWribUm property.
     * 
     * @return
     *     possible object is
     *     {@link CpWribUm }
     *     
     */
    public CpWribUm getCpWribUm() {
        return cpWribUm;
    }

    /**
     * Sets the value of the cpWribUm property.
     * 
     * @param value
     *     allowed object is
     *     {@link CpWribUm }
     *     
     */
    public void setCpWribUm(CpWribUm value) {
        this.cpWribUm = value;
    }

    /**
     * Gets the value of the cpWribStat property.
     * 
     * @return
     *     possible object is
     *     {@link CpWribStat }
     *     
     */
    public CpWribStat getCpWribStat() {
        return cpWribStat;
    }

    /**
     * Sets the value of the cpWribStat property.
     * 
     * @param value
     *     allowed object is
     *     {@link CpWribStat }
     *     
     */
    public void setCpWribStat(CpWribStat value) {
        this.cpWribStat = value;
    }

}
