package com.tenwa.app.invoice.request; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlAccessorType(XmlAccessType.FIELD) @XmlRootElement(name = "input") public class InvoiceRequestInput { @XmlElement private String fplxdm ; @XmlElement private String kplx ; @XmlElement private String tspz ; @XmlElement private String xhdwdzdh ; @XmlElement private String xhdwyhzh ; @XmlElement private String ghdwsbh ; @XmlElement private String ghdwmc ; @XmlElement private String ghdwdzdh ; @XmlElement private String ghdwyhzh ; @XmlElement private String hsslbs ; @XmlElement private InvoiceRequestFyxm fyxm ; @XmlElement private String zhsl ; @XmlElement private String isMutiRate; @XmlElement private String hjje ; @XmlElement private String hjse ; @XmlElement private String jshj ; @XmlElement private String bz ; @XmlElement private String skr ; @XmlElement private String fhr ; @XmlElement private String kpr ; @XmlElement private String zyspmc ; @XmlElement private String spsm ; @XmlElement private String ssyf ; @XmlElement private String tzdbh ; @XmlElement private String yfpdm ; @XmlElement private String yfphm ; @XmlElement private String GMF_DZYX ; @XmlElement private String GMF_SJHM ; @XmlElement private String GMF_OPENID ; public String getFplxdm() { return fplxdm; } public void setFplxdm(String fplxdm) { this.fplxdm = fplxdm; } public String getKplx() { return kplx; } public void setKplx(String kplx) { this.kplx = kplx; } public String getTspz() { return tspz; } public void setTspz(String tspz) { this.tspz = tspz; } public String getXhdwdzdh() { return xhdwdzdh; } public void setXhdwdzdh(String xhdwdzdh) { this.xhdwdzdh = xhdwdzdh; } public String getXhdwyhzh() { return xhdwyhzh; } public void setXhdwyhzh(String xhdwyhzh) { this.xhdwyhzh = xhdwyhzh; } public String getGhdwsbh() { return ghdwsbh; } public void setGhdwsbh(String ghdwsbh) { this.ghdwsbh = ghdwsbh; } public String getGhdwmc() { return ghdwmc; } public void setGhdwmc(String ghdwmc) { this.ghdwmc = ghdwmc; } public String getGhdwdzdh() { return ghdwdzdh; } public void setGhdwdzdh(String ghdwdzdh) { this.ghdwdzdh = ghdwdzdh; } public String getGhdwyhzh() { return ghdwyhzh; } public void setGhdwyhzh(String ghdwyhzh) { this.ghdwyhzh = ghdwyhzh; } public String getHsslbs() { return hsslbs; } public void setHsslbs(String hsslbs) { this.hsslbs = hsslbs; } public InvoiceRequestFyxm getFyxm() { return fyxm; } public void setFyxm(InvoiceRequestFyxm fyxm) { this.fyxm = fyxm; } public String getZhsl() { return zhsl; } public void setZhsl(String zhsl) { this.zhsl = zhsl; } public String getIsMutiRate() { return isMutiRate; } public void setIsMutiRate(String isMutiRate) { this.isMutiRate = isMutiRate; } public String getHjje() { return hjje; } public void setHjje(String hjje) { this.hjje = hjje; } public String getHjse() { return hjse; } public void setHjse(String hjse) { this.hjse = hjse; } public String getJshj() { return jshj; } public void setJshj(String jshj) { this.jshj = jshj; } public String getBz() { return bz; } public void setBz(String bz) { this.bz = bz; } public String getSkr() { return skr; } public void setSkr(String skr) { this.skr = skr; } public String getFhr() { return fhr; } public void setFhr(String fhr) { this.fhr = fhr; } public String getKpr() { return kpr; } public void setKpr(String kpr) { this.kpr = kpr; } public String getZyspmc() { return zyspmc; } public void setZyspmc(String zyspmc) { this.zyspmc = zyspmc; } public String getSpsm() { return spsm; } public void setSpsm(String spsm) { this.spsm = spsm; } public String getSsyf() { return ssyf; } public void setSsyf(String ssyf) { this.ssyf = ssyf; } public String getTzdbh() { return tzdbh; } public void setTzdbh(String tzdbh) { this.tzdbh = tzdbh; } public String getYfpdm() { return yfpdm; } public void setYfpdm(String yfpdm) { this.yfpdm = yfpdm; } public String getYfphm() { return yfphm; } public void setYfphm(String yfphm) { this.yfphm = yfphm; } public String getGMF_DZYX() { return GMF_DZYX; } public void setGMF_DZYX(String GMF_DZYX) { this.GMF_DZYX = GMF_DZYX; } public String getGMF_SJHM() { return GMF_SJHM; } public void setGMF_SJHM(String GMF_SJHM) { this.GMF_SJHM = GMF_SJHM; } public String getGMF_OPENID() { return GMF_OPENID; } public void setGMF_OPENID(String GMF_OPENID) { this.GMF_OPENID = GMF_OPENID; } }