
package eo.service.client.ckife046;

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/CKIFE046/}svc_kei_no" minOccurs="0"/>
 *         &lt;element name="ninsho_id" type="{http://client.service.eo/CKIFE046/}ninsho_id" minOccurs="0"/>
 *         &lt;element name="web_id" type="{http://client.service.eo/CKIFE046/}web_id" 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 = "ninsho_id")
    protected NinshoId ninshoId;
    @XmlElement(name = "web_id")
    protected WebId webId;

    /**
     * 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 ninshoId property.
     * 
     * @return
     *     possible object is
     *     {@link NinshoId }
     *     
     */
    public NinshoId getNinshoId() {
        return ninshoId;
    }

    /**
     * Sets the value of the ninshoId property.
     * 
     * @param value
     *     allowed object is
     *     {@link NinshoId }
     *     
     */
    public void setNinshoId(NinshoId value) {
        this.ninshoId = value;
    }

    /**
     * Gets the value of the webId property.
     * 
     * @return
     *     possible object is
     *     {@link WebId }
     *     
     */
    public WebId getWebId() {
        return webId;
    }

    /**
     * Sets the value of the webId property.
     * 
     * @param value
     *     allowed object is
     *     {@link WebId }
     *     
     */
    public void setWebId(WebId value) {
        this.webId = value;
    }

}
