
package eo.service.client.chife522;

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="version" type="{http://client.service.eo/CHIFE522/}version"/>
 *         &lt;element name="bill_method" type="{http://client.service.eo/CHIFE522/}bill_method"/>
 *         &lt;element name="bill_method_name" type="{http://client.service.eo/CHIFE522/}bill_method_name" minOccurs="0"/>
 *         &lt;element name="kessai_id" type="{http://client.service.eo/CHIFE522/}kessai_id"/>
 *         &lt;element name="kessai_name" type="{http://client.service.eo/CHIFE522/}kessai_name" minOccurs="0"/>
 *         &lt;element name="shop_cd" type="{http://client.service.eo/CHIFE522/}shop_cd"/>
 *         &lt;element name="syuno_co_cd" type="{http://client.service.eo/CHIFE522/}syuno_co_cd"/>
 *         &lt;element name="kyoten_cd" type="{http://client.service.eo/CHIFE522/}kyoten_cd" minOccurs="0"/>
 *         &lt;element name="shoporder_no" type="{http://client.service.eo/CHIFE522/}shoporder_no"/>
 *         &lt;element name="seikyuu_kingaku" type="{http://client.service.eo/CHIFE522/}seikyuu_kingaku"/>
 *         &lt;element name="kessai_date" type="{http://client.service.eo/CHIFE522/}kessai_date"/>
 *         &lt;element name="kessai_time" type="{http://client.service.eo/CHIFE522/}kessai_time"/>
 *         &lt;element name="kessai_no" type="{http://client.service.eo/CHIFE522/}kessai_no"/>
 *         &lt;element name="shiharai_date" type="{http://client.service.eo/CHIFE522/}shiharai_date" minOccurs="0"/>
 *         &lt;element name="shiharai_time" type="{http://client.service.eo/CHIFE522/}shiharai_time" minOccurs="0"/>
 *         &lt;element name="nyukin_date" type="{http://client.service.eo/CHIFE522/}nyukin_date"/>
 *         &lt;element name="nyukin_time" type="{http://client.service.eo/CHIFE522/}nyukin_time"/>
 *         &lt;element name="nyukin_kingaku" type="{http://client.service.eo/CHIFE522/}nyukin_kingaku"/>
 *         &lt;element name="furikomi_date" type="{http://client.service.eo/CHIFE522/}furikomi_date"/>
 *         &lt;element name="seisan_kijitu" type="{http://client.service.eo/CHIFE522/}seisan_kijitu" minOccurs="0"/>
 *         &lt;element name="cvs_cd" type="{http://client.service.eo/CHIFE522/}cvs_cd" minOccurs="0"/>
 *         &lt;element name="tempo_cd" type="{http://client.service.eo/CHIFE522/}tempo_cd" minOccurs="0"/>
 *         &lt;element name="haraidashi_no1" type="{http://client.service.eo/CHIFE522/}haraidashi_no1" minOccurs="0"/>
 *         &lt;element name="haraidashi_no2" type="{http://client.service.eo/CHIFE522/}haraidashi_no2" minOccurs="0"/>
 *         &lt;element name="haraidashi_no3" type="{http://client.service.eo/CHIFE522/}haraidashi_no3" minOccurs="0"/>
 *         &lt;element name="bank_cd" type="{http://client.service.eo/CHIFE522/}bank_cd" minOccurs="0"/>
 *         &lt;element name="bank_name" type="{http://client.service.eo/CHIFE522/}bank_name" minOccurs="0"/>
 *         &lt;element name="branch_cd" type="{http://client.service.eo/CHIFE522/}branch_cd" minOccurs="0"/>
 *         &lt;element name="branch_name" type="{http://client.service.eo/CHIFE522/}branch_name" minOccurs="0"/>
 *         &lt;element name="cust_no" type="{http://client.service.eo/CHIFE522/}cust_no" minOccurs="0"/>
 *         &lt;element name="kakunin_no" type="{http://client.service.eo/CHIFE522/}kakunin_no" minOccurs="0"/>
 *         &lt;element name="chanel_kbn" type="{http://client.service.eo/CHIFE522/}chanel_kbn" minOccurs="0"/>
 *         &lt;element name="noufukin_kbn" type="{http://client.service.eo/CHIFE522/}noufukin_kbn" minOccurs="0"/>
 *         &lt;element name="nyuuryoku_kbn" type="{http://client.service.eo/CHIFE522/}nyuuryoku_kbn" minOccurs="0"/>
 *         &lt;element name="noufu_kbn" type="{http://client.service.eo/CHIFE522/}noufu_kbn" minOccurs="0"/>
 *         &lt;element name="inshi_tax" type="{http://client.service.eo/CHIFE522/}inshi_tax" minOccurs="0"/>
 *         &lt;element name="shiharai_method" type="{http://client.service.eo/CHIFE522/}shiharai_method" minOccurs="0"/>
 *         &lt;element name="rescd" type="{http://client.service.eo/CHIFE522/}rescd"/>
 *         &lt;element name="res" type="{http://client.service.eo/CHIFE522/}res" minOccurs="0"/>
 *         &lt;element name="status_cd" type="{http://client.service.eo/CHIFE522/}status_cd"/>
 *       &lt;/all>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "service_if", propOrder = {

})
public class ServiceIf {

    @XmlElement(required = true)
    protected Version version;
    @XmlElement(name = "bill_method", required = true)
    protected BillMethod billMethod;
    @XmlElement(name = "bill_method_name")
    protected BillMethodName billMethodName;
    @XmlElement(name = "kessai_id", required = true)
    protected KessaiId kessaiId;
    @XmlElement(name = "kessai_name")
    protected KessaiName kessaiName;
    @XmlElement(name = "shop_cd", required = true)
    protected ShopCd shopCd;
    @XmlElement(name = "syuno_co_cd", required = true)
    protected SyunoCoCd syunoCoCd;
    @XmlElement(name = "kyoten_cd")
    protected KyotenCd kyotenCd;
    @XmlElement(name = "shoporder_no", required = true)
    protected ShoporderNo shoporderNo;
    @XmlElement(name = "seikyuu_kingaku", required = true)
    protected SeikyuuKingaku seikyuuKingaku;
    @XmlElement(name = "kessai_date", required = true)
    protected KessaiDate kessaiDate;
    @XmlElement(name = "kessai_time", required = true)
    protected KessaiTime kessaiTime;
    @XmlElement(name = "kessai_no", required = true)
    protected KessaiNo kessaiNo;
    @XmlElement(name = "shiharai_date")
    protected ShiharaiDate shiharaiDate;
    @XmlElement(name = "shiharai_time")
    protected ShiharaiTime shiharaiTime;
    @XmlElement(name = "nyukin_date", required = true)
    protected NyukinDate nyukinDate;
    @XmlElement(name = "nyukin_time", required = true)
    protected NyukinTime nyukinTime;
    @XmlElement(name = "nyukin_kingaku", required = true)
    protected NyukinKingaku nyukinKingaku;
    @XmlElement(name = "furikomi_date", required = true)
    protected FurikomiDate furikomiDate;
    @XmlElement(name = "seisan_kijitu")
    protected SeisanKijitu seisanKijitu;
    @XmlElement(name = "cvs_cd")
    protected CvsCd cvsCd;
    @XmlElement(name = "tempo_cd")
    protected TempoCd tempoCd;
    @XmlElement(name = "haraidashi_no1")
    protected HaraidashiNo1 haraidashiNo1;
    @XmlElement(name = "haraidashi_no2")
    protected HaraidashiNo2 haraidashiNo2;
    @XmlElement(name = "haraidashi_no3")
    protected HaraidashiNo3 haraidashiNo3;
    @XmlElement(name = "bank_cd")
    protected BankCd bankCd;
    @XmlElement(name = "bank_name")
    protected BankName bankName;
    @XmlElement(name = "branch_cd")
    protected BranchCd branchCd;
    @XmlElement(name = "branch_name")
    protected BranchName branchName;
    @XmlElement(name = "cust_no")
    protected CustNo custNo;
    @XmlElement(name = "kakunin_no")
    protected KakuninNo kakuninNo;
    @XmlElement(name = "chanel_kbn")
    protected ChanelKbn chanelKbn;
    @XmlElement(name = "noufukin_kbn")
    protected NoufukinKbn noufukinKbn;
    @XmlElement(name = "nyuuryoku_kbn")
    protected NyuuryokuKbn nyuuryokuKbn;
    @XmlElement(name = "noufu_kbn")
    protected NoufuKbn noufuKbn;
    @XmlElement(name = "inshi_tax")
    protected InshiTax inshiTax;
    @XmlElement(name = "shiharai_method")
    protected ShiharaiMethod shiharaiMethod;
    @XmlElement(required = true)
    protected Rescd rescd;
    protected Res res;
    @XmlElement(name = "status_cd", required = true)
    protected StatusCd statusCd;

    /**
     * Gets the value of the version property.
     * 
     * @return
     *     possible object is
     *     {@link Version }
     *     
     */
    public Version getVersion() {
        return version;
    }

    /**
     * Sets the value of the version property.
     * 
     * @param value
     *     allowed object is
     *     {@link Version }
     *     
     */
    public void setVersion(Version value) {
        this.version = value;
    }

    /**
     * Gets the value of the billMethod property.
     * 
     * @return
     *     possible object is
     *     {@link BillMethod }
     *     
     */
    public BillMethod getBillMethod() {
        return billMethod;
    }

    /**
     * Sets the value of the billMethod property.
     * 
     * @param value
     *     allowed object is
     *     {@link BillMethod }
     *     
     */
    public void setBillMethod(BillMethod value) {
        this.billMethod = value;
    }

    /**
     * Gets the value of the billMethodName property.
     * 
     * @return
     *     possible object is
     *     {@link BillMethodName }
     *     
     */
    public BillMethodName getBillMethodName() {
        return billMethodName;
    }

    /**
     * Sets the value of the billMethodName property.
     * 
     * @param value
     *     allowed object is
     *     {@link BillMethodName }
     *     
     */
    public void setBillMethodName(BillMethodName value) {
        this.billMethodName = value;
    }

    /**
     * Gets the value of the kessaiId property.
     * 
     * @return
     *     possible object is
     *     {@link KessaiId }
     *     
     */
    public KessaiId getKessaiId() {
        return kessaiId;
    }

    /**
     * Sets the value of the kessaiId property.
     * 
     * @param value
     *     allowed object is
     *     {@link KessaiId }
     *     
     */
    public void setKessaiId(KessaiId value) {
        this.kessaiId = value;
    }

    /**
     * Gets the value of the kessaiName property.
     * 
     * @return
     *     possible object is
     *     {@link KessaiName }
     *     
     */
    public KessaiName getKessaiName() {
        return kessaiName;
    }

    /**
     * Sets the value of the kessaiName property.
     * 
     * @param value
     *     allowed object is
     *     {@link KessaiName }
     *     
     */
    public void setKessaiName(KessaiName value) {
        this.kessaiName = value;
    }

    /**
     * Gets the value of the shopCd property.
     * 
     * @return
     *     possible object is
     *     {@link ShopCd }
     *     
     */
    public ShopCd getShopCd() {
        return shopCd;
    }

    /**
     * Sets the value of the shopCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link ShopCd }
     *     
     */
    public void setShopCd(ShopCd value) {
        this.shopCd = value;
    }

    /**
     * Gets the value of the syunoCoCd property.
     * 
     * @return
     *     possible object is
     *     {@link SyunoCoCd }
     *     
     */
    public SyunoCoCd getSyunoCoCd() {
        return syunoCoCd;
    }

    /**
     * Sets the value of the syunoCoCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link SyunoCoCd }
     *     
     */
    public void setSyunoCoCd(SyunoCoCd value) {
        this.syunoCoCd = value;
    }

    /**
     * Gets the value of the kyotenCd property.
     * 
     * @return
     *     possible object is
     *     {@link KyotenCd }
     *     
     */
    public KyotenCd getKyotenCd() {
        return kyotenCd;
    }

    /**
     * Sets the value of the kyotenCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link KyotenCd }
     *     
     */
    public void setKyotenCd(KyotenCd value) {
        this.kyotenCd = value;
    }

    /**
     * Gets the value of the shoporderNo property.
     * 
     * @return
     *     possible object is
     *     {@link ShoporderNo }
     *     
     */
    public ShoporderNo getShoporderNo() {
        return shoporderNo;
    }

    /**
     * Sets the value of the shoporderNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link ShoporderNo }
     *     
     */
    public void setShoporderNo(ShoporderNo value) {
        this.shoporderNo = value;
    }

    /**
     * Gets the value of the seikyuuKingaku property.
     * 
     * @return
     *     possible object is
     *     {@link SeikyuuKingaku }
     *     
     */
    public SeikyuuKingaku getSeikyuuKingaku() {
        return seikyuuKingaku;
    }

    /**
     * Sets the value of the seikyuuKingaku property.
     * 
     * @param value
     *     allowed object is
     *     {@link SeikyuuKingaku }
     *     
     */
    public void setSeikyuuKingaku(SeikyuuKingaku value) {
        this.seikyuuKingaku = value;
    }

    /**
     * Gets the value of the kessaiDate property.
     * 
     * @return
     *     possible object is
     *     {@link KessaiDate }
     *     
     */
    public KessaiDate getKessaiDate() {
        return kessaiDate;
    }

    /**
     * Sets the value of the kessaiDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link KessaiDate }
     *     
     */
    public void setKessaiDate(KessaiDate value) {
        this.kessaiDate = value;
    }

    /**
     * Gets the value of the kessaiTime property.
     * 
     * @return
     *     possible object is
     *     {@link KessaiTime }
     *     
     */
    public KessaiTime getKessaiTime() {
        return kessaiTime;
    }

    /**
     * Sets the value of the kessaiTime property.
     * 
     * @param value
     *     allowed object is
     *     {@link KessaiTime }
     *     
     */
    public void setKessaiTime(KessaiTime value) {
        this.kessaiTime = value;
    }

    /**
     * Gets the value of the kessaiNo property.
     * 
     * @return
     *     possible object is
     *     {@link KessaiNo }
     *     
     */
    public KessaiNo getKessaiNo() {
        return kessaiNo;
    }

    /**
     * Sets the value of the kessaiNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link KessaiNo }
     *     
     */
    public void setKessaiNo(KessaiNo value) {
        this.kessaiNo = value;
    }

    /**
     * Gets the value of the shiharaiDate property.
     * 
     * @return
     *     possible object is
     *     {@link ShiharaiDate }
     *     
     */
    public ShiharaiDate getShiharaiDate() {
        return shiharaiDate;
    }

    /**
     * Sets the value of the shiharaiDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link ShiharaiDate }
     *     
     */
    public void setShiharaiDate(ShiharaiDate value) {
        this.shiharaiDate = value;
    }

    /**
     * Gets the value of the shiharaiTime property.
     * 
     * @return
     *     possible object is
     *     {@link ShiharaiTime }
     *     
     */
    public ShiharaiTime getShiharaiTime() {
        return shiharaiTime;
    }

    /**
     * Sets the value of the shiharaiTime property.
     * 
     * @param value
     *     allowed object is
     *     {@link ShiharaiTime }
     *     
     */
    public void setShiharaiTime(ShiharaiTime value) {
        this.shiharaiTime = value;
    }

    /**
     * Gets the value of the nyukinDate property.
     * 
     * @return
     *     possible object is
     *     {@link NyukinDate }
     *     
     */
    public NyukinDate getNyukinDate() {
        return nyukinDate;
    }

    /**
     * Sets the value of the nyukinDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link NyukinDate }
     *     
     */
    public void setNyukinDate(NyukinDate value) {
        this.nyukinDate = value;
    }

    /**
     * Gets the value of the nyukinTime property.
     * 
     * @return
     *     possible object is
     *     {@link NyukinTime }
     *     
     */
    public NyukinTime getNyukinTime() {
        return nyukinTime;
    }

    /**
     * Sets the value of the nyukinTime property.
     * 
     * @param value
     *     allowed object is
     *     {@link NyukinTime }
     *     
     */
    public void setNyukinTime(NyukinTime value) {
        this.nyukinTime = value;
    }

    /**
     * Gets the value of the nyukinKingaku property.
     * 
     * @return
     *     possible object is
     *     {@link NyukinKingaku }
     *     
     */
    public NyukinKingaku getNyukinKingaku() {
        return nyukinKingaku;
    }

    /**
     * Sets the value of the nyukinKingaku property.
     * 
     * @param value
     *     allowed object is
     *     {@link NyukinKingaku }
     *     
     */
    public void setNyukinKingaku(NyukinKingaku value) {
        this.nyukinKingaku = value;
    }

    /**
     * Gets the value of the furikomiDate property.
     * 
     * @return
     *     possible object is
     *     {@link FurikomiDate }
     *     
     */
    public FurikomiDate getFurikomiDate() {
        return furikomiDate;
    }

    /**
     * Sets the value of the furikomiDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link FurikomiDate }
     *     
     */
    public void setFurikomiDate(FurikomiDate value) {
        this.furikomiDate = value;
    }

    /**
     * Gets the value of the seisanKijitu property.
     * 
     * @return
     *     possible object is
     *     {@link SeisanKijitu }
     *     
     */
    public SeisanKijitu getSeisanKijitu() {
        return seisanKijitu;
    }

    /**
     * Sets the value of the seisanKijitu property.
     * 
     * @param value
     *     allowed object is
     *     {@link SeisanKijitu }
     *     
     */
    public void setSeisanKijitu(SeisanKijitu value) {
        this.seisanKijitu = value;
    }

    /**
     * Gets the value of the cvsCd property.
     * 
     * @return
     *     possible object is
     *     {@link CvsCd }
     *     
     */
    public CvsCd getCvsCd() {
        return cvsCd;
    }

    /**
     * Sets the value of the cvsCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link CvsCd }
     *     
     */
    public void setCvsCd(CvsCd value) {
        this.cvsCd = value;
    }

    /**
     * Gets the value of the tempoCd property.
     * 
     * @return
     *     possible object is
     *     {@link TempoCd }
     *     
     */
    public TempoCd getTempoCd() {
        return tempoCd;
    }

    /**
     * Sets the value of the tempoCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link TempoCd }
     *     
     */
    public void setTempoCd(TempoCd value) {
        this.tempoCd = value;
    }

    /**
     * Gets the value of the haraidashiNo1 property.
     * 
     * @return
     *     possible object is
     *     {@link HaraidashiNo1 }
     *     
     */
    public HaraidashiNo1 getHaraidashiNo1() {
        return haraidashiNo1;
    }

    /**
     * Sets the value of the haraidashiNo1 property.
     * 
     * @param value
     *     allowed object is
     *     {@link HaraidashiNo1 }
     *     
     */
    public void setHaraidashiNo1(HaraidashiNo1 value) {
        this.haraidashiNo1 = value;
    }

    /**
     * Gets the value of the haraidashiNo2 property.
     * 
     * @return
     *     possible object is
     *     {@link HaraidashiNo2 }
     *     
     */
    public HaraidashiNo2 getHaraidashiNo2() {
        return haraidashiNo2;
    }

    /**
     * Sets the value of the haraidashiNo2 property.
     * 
     * @param value
     *     allowed object is
     *     {@link HaraidashiNo2 }
     *     
     */
    public void setHaraidashiNo2(HaraidashiNo2 value) {
        this.haraidashiNo2 = value;
    }

    /**
     * Gets the value of the haraidashiNo3 property.
     * 
     * @return
     *     possible object is
     *     {@link HaraidashiNo3 }
     *     
     */
    public HaraidashiNo3 getHaraidashiNo3() {
        return haraidashiNo3;
    }

    /**
     * Sets the value of the haraidashiNo3 property.
     * 
     * @param value
     *     allowed object is
     *     {@link HaraidashiNo3 }
     *     
     */
    public void setHaraidashiNo3(HaraidashiNo3 value) {
        this.haraidashiNo3 = value;
    }

    /**
     * Gets the value of the bankCd property.
     * 
     * @return
     *     possible object is
     *     {@link BankCd }
     *     
     */
    public BankCd getBankCd() {
        return bankCd;
    }

    /**
     * Sets the value of the bankCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link BankCd }
     *     
     */
    public void setBankCd(BankCd value) {
        this.bankCd = value;
    }

    /**
     * Gets the value of the bankName property.
     * 
     * @return
     *     possible object is
     *     {@link BankName }
     *     
     */
    public BankName getBankName() {
        return bankName;
    }

    /**
     * Sets the value of the bankName property.
     * 
     * @param value
     *     allowed object is
     *     {@link BankName }
     *     
     */
    public void setBankName(BankName value) {
        this.bankName = value;
    }

    /**
     * Gets the value of the branchCd property.
     * 
     * @return
     *     possible object is
     *     {@link BranchCd }
     *     
     */
    public BranchCd getBranchCd() {
        return branchCd;
    }

    /**
     * Sets the value of the branchCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link BranchCd }
     *     
     */
    public void setBranchCd(BranchCd value) {
        this.branchCd = value;
    }

    /**
     * Gets the value of the branchName property.
     * 
     * @return
     *     possible object is
     *     {@link BranchName }
     *     
     */
    public BranchName getBranchName() {
        return branchName;
    }

    /**
     * Sets the value of the branchName property.
     * 
     * @param value
     *     allowed object is
     *     {@link BranchName }
     *     
     */
    public void setBranchName(BranchName value) {
        this.branchName = value;
    }

    /**
     * Gets the value of the custNo property.
     * 
     * @return
     *     possible object is
     *     {@link CustNo }
     *     
     */
    public CustNo getCustNo() {
        return custNo;
    }

    /**
     * Sets the value of the custNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link CustNo }
     *     
     */
    public void setCustNo(CustNo value) {
        this.custNo = value;
    }

    /**
     * Gets the value of the kakuninNo property.
     * 
     * @return
     *     possible object is
     *     {@link KakuninNo }
     *     
     */
    public KakuninNo getKakuninNo() {
        return kakuninNo;
    }

    /**
     * Sets the value of the kakuninNo property.
     * 
     * @param value
     *     allowed object is
     *     {@link KakuninNo }
     *     
     */
    public void setKakuninNo(KakuninNo value) {
        this.kakuninNo = value;
    }

    /**
     * Gets the value of the chanelKbn property.
     * 
     * @return
     *     possible object is
     *     {@link ChanelKbn }
     *     
     */
    public ChanelKbn getChanelKbn() {
        return chanelKbn;
    }

    /**
     * Sets the value of the chanelKbn property.
     * 
     * @param value
     *     allowed object is
     *     {@link ChanelKbn }
     *     
     */
    public void setChanelKbn(ChanelKbn value) {
        this.chanelKbn = value;
    }

    /**
     * Gets the value of the noufukinKbn property.
     * 
     * @return
     *     possible object is
     *     {@link NoufukinKbn }
     *     
     */
    public NoufukinKbn getNoufukinKbn() {
        return noufukinKbn;
    }

    /**
     * Sets the value of the noufukinKbn property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoufukinKbn }
     *     
     */
    public void setNoufukinKbn(NoufukinKbn value) {
        this.noufukinKbn = value;
    }

    /**
     * Gets the value of the nyuuryokuKbn property.
     * 
     * @return
     *     possible object is
     *     {@link NyuuryokuKbn }
     *     
     */
    public NyuuryokuKbn getNyuuryokuKbn() {
        return nyuuryokuKbn;
    }

    /**
     * Sets the value of the nyuuryokuKbn property.
     * 
     * @param value
     *     allowed object is
     *     {@link NyuuryokuKbn }
     *     
     */
    public void setNyuuryokuKbn(NyuuryokuKbn value) {
        this.nyuuryokuKbn = value;
    }

    /**
     * Gets the value of the noufuKbn property.
     * 
     * @return
     *     possible object is
     *     {@link NoufuKbn }
     *     
     */
    public NoufuKbn getNoufuKbn() {
        return noufuKbn;
    }

    /**
     * Sets the value of the noufuKbn property.
     * 
     * @param value
     *     allowed object is
     *     {@link NoufuKbn }
     *     
     */
    public void setNoufuKbn(NoufuKbn value) {
        this.noufuKbn = value;
    }

    /**
     * Gets the value of the inshiTax property.
     * 
     * @return
     *     possible object is
     *     {@link InshiTax }
     *     
     */
    public InshiTax getInshiTax() {
        return inshiTax;
    }

    /**
     * Sets the value of the inshiTax property.
     * 
     * @param value
     *     allowed object is
     *     {@link InshiTax }
     *     
     */
    public void setInshiTax(InshiTax value) {
        this.inshiTax = value;
    }

    /**
     * Gets the value of the shiharaiMethod property.
     * 
     * @return
     *     possible object is
     *     {@link ShiharaiMethod }
     *     
     */
    public ShiharaiMethod getShiharaiMethod() {
        return shiharaiMethod;
    }

    /**
     * Sets the value of the shiharaiMethod property.
     * 
     * @param value
     *     allowed object is
     *     {@link ShiharaiMethod }
     *     
     */
    public void setShiharaiMethod(ShiharaiMethod value) {
        this.shiharaiMethod = value;
    }

    /**
     * Gets the value of the rescd property.
     * 
     * @return
     *     possible object is
     *     {@link Rescd }
     *     
     */
    public Rescd getRescd() {
        return rescd;
    }

    /**
     * Sets the value of the rescd property.
     * 
     * @param value
     *     allowed object is
     *     {@link Rescd }
     *     
     */
    public void setRescd(Rescd value) {
        this.rescd = value;
    }

    /**
     * Gets the value of the res property.
     * 
     * @return
     *     possible object is
     *     {@link Res }
     *     
     */
    public Res getRes() {
        return res;
    }

    /**
     * Sets the value of the res property.
     * 
     * @param value
     *     allowed object is
     *     {@link Res }
     *     
     */
    public void setRes(Res value) {
        this.res = value;
    }

    /**
     * Gets the value of the statusCd property.
     * 
     * @return
     *     possible object is
     *     {@link StatusCd }
     *     
     */
    public StatusCd getStatusCd() {
        return statusCd;
    }

    /**
     * Sets the value of the statusCd property.
     * 
     * @param value
     *     allowed object is
     *     {@link StatusCd }
     *     
     */
    public void setStatusCd(StatusCd value) {
        this.statusCd = value;
    }

}
