All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.mip.vopackage.HOSResultQueryOrderDataExtDataDTO Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.mip.vopackage;

import java.io.Serializable;
import java.math.BigDecimal;
import java.util.List;

public class HOSResultQueryOrderDataExtDataDTO implements Serializable {
    private String insuplcAdmdvs;//"insuplcAdmdvs": "",
    private BigDecimal overDedcPropSelfpay;//1 overDedcPropSelfpay 起付标准以上自负比例金额数值类 型16,2
    private BigDecimal hifobPropSelfpay;//2 hifobPropSelfpay 医疗救助个人按比例负担金额 数值类型16,2
    private BigDecimal overHighLmtAmt;//3 overHighLmtAmt 最高限额以上金额数值类 型16,2
    private BigDecimal fmdrSignFlag;//4 fmdrSignFlag 家庭签约标识数值类 型16,2
    private BigDecimal fmdrSignLmtBalc;//5 fmdrSignLmtBalc 家庭签约限 额剩余额(结算前)数值类 型16,2
    private BigDecimal fmdrSignDclaAmt;//6 fmdrSignDclaAmt 家庭签约申报金额数值类 型16,2
    private BigDecimal fmdrSignSelfpayPropAmt;//7 fmdrSignSelfpayPropAmt 家庭签约自付比例金额 数值类型16,2
    private BigDecimal fmdrSignPay;//8 fmdrSignPay 家庭签约支付金额数值类 型16,2
    private BigDecimal fmdrSignBalc;//9 fmdrSignBalc 家庭签约限 额剩余额(结算后)数值类 型16,2
    private HOSResultQueryOrderDataExtDataSetlinfoDTO setlinfo;//结算信息(节点标识: setlinfo HOSResultQueryOrderDataExtDataSetlinfoDTO
    private List setldetail;//setldetail
    private HOSResultQueryOrderDataExtDataPayChnlInfoDTO payChnlInfo;//payChnlInfo
    private HOSResultQueryOrderDataExtDataSetlinfo2DTO SETLINFO;//SETLINFO

    public String getInsuplcAdmdvs() {
        return insuplcAdmdvs;
    }

    public void setInsuplcAdmdvs(String insuplcAdmdvs) {
        this.insuplcAdmdvs = insuplcAdmdvs;
    }

    public BigDecimal getOverDedcPropSelfpay() {
        return overDedcPropSelfpay;
    }

    public void setOverDedcPropSelfpay(BigDecimal overDedcPropSelfpay) {
        this.overDedcPropSelfpay = overDedcPropSelfpay;
    }

    public BigDecimal getHifobPropSelfpay() {
        return hifobPropSelfpay;
    }

    public void setHifobPropSelfpay(BigDecimal hifobPropSelfpay) {
        this.hifobPropSelfpay = hifobPropSelfpay;
    }

    public BigDecimal getOverHighLmtAmt() {
        return overHighLmtAmt;
    }

    public void setOverHighLmtAmt(BigDecimal overHighLmtAmt) {
        this.overHighLmtAmt = overHighLmtAmt;
    }

    public BigDecimal getFmdrSignFlag() {
        return fmdrSignFlag;
    }

    public void setFmdrSignFlag(BigDecimal fmdrSignFlag) {
        this.fmdrSignFlag = fmdrSignFlag;
    }

    public BigDecimal getFmdrSignLmtBalc() {
        return fmdrSignLmtBalc;
    }

    public void setFmdrSignLmtBalc(BigDecimal fmdrSignLmtBalc) {
        this.fmdrSignLmtBalc = fmdrSignLmtBalc;
    }

    public BigDecimal getFmdrSignDclaAmt() {
        return fmdrSignDclaAmt;
    }

    public void setFmdrSignDclaAmt(BigDecimal fmdrSignDclaAmt) {
        this.fmdrSignDclaAmt = fmdrSignDclaAmt;
    }

    public BigDecimal getFmdrSignSelfpayPropAmt() {
        return fmdrSignSelfpayPropAmt;
    }

    public void setFmdrSignSelfpayPropAmt(BigDecimal fmdrSignSelfpayPropAmt) {
        this.fmdrSignSelfpayPropAmt = fmdrSignSelfpayPropAmt;
    }

    public BigDecimal getFmdrSignPay() {
        return fmdrSignPay;
    }

    public void setFmdrSignPay(BigDecimal fmdrSignPay) {
        this.fmdrSignPay = fmdrSignPay;
    }

    public BigDecimal getFmdrSignBalc() {
        return fmdrSignBalc;
    }

    public void setFmdrSignBalc(BigDecimal fmdrSignBalc) {
        this.fmdrSignBalc = fmdrSignBalc;
    }

    public HOSResultQueryOrderDataExtDataSetlinfoDTO getSetlinfo() {
        return setlinfo;
    }

    public void setSetlinfo(HOSResultQueryOrderDataExtDataSetlinfoDTO setlinfo) {
        this.setlinfo = setlinfo;
    }

    public List getSetldetail() {
        return setldetail;
    }

    public void setSetldetail(List setldetail) {
        this.setldetail = setldetail;
    }

    public HOSResultQueryOrderDataExtDataPayChnlInfoDTO getPayChnlInfo() {
        return payChnlInfo;
    }

    public void setPayChnlInfo(HOSResultQueryOrderDataExtDataPayChnlInfoDTO payChnlInfo) {
        this.payChnlInfo = payChnlInfo;
    }

    public HOSResultQueryOrderDataExtDataSetlinfo2DTO getSETLINFO() {
        return SETLINFO;
    }

    public void setSETLINFO(HOSResultQueryOrderDataExtDataSetlinfo2DTO SETLINFO) {
        this.SETLINFO = SETLINFO;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy