package com.tenwa.app.invoice.request; import javax.xml.bind.annotation.*; @XmlAccessorType(XmlAccessType.FIELD) @XmlRootElement(name = "group") public class InvoiceRequestGroup { @XmlAttribute private String xh ; @XmlElement private String fphxz; @XmlElement private String spmc; @XmlElement private String spsm; @XmlElement private String ggxh; @XmlElement private String dw; @XmlElement private String spsl; @XmlElement private String dj; @XmlElement private String je; @XmlElement private String sl; @XmlElement private String se; @XmlElement private String hsbz; @XmlElement private String spbm; @XmlElement private String zxbm; @XmlElement private String yhzcbs; @XmlElement private String slbs; @XmlElement private String zzstsgl; //发票打印返回报文 @XmlElement private String fpdm; @XmlElement private String fphm; public String getXh() { return xh; } public void setXh(String xh) { this.xh = xh; } public String getFphxz() { return fphxz; } public void setFphxz(String fphxz) { this.fphxz = fphxz; } public String getSpmc() { return spmc; } public void setSpmc(String spmc) { this.spmc = spmc; } public String getSpsm() { return spsm; } public void setSpsm(String spsm) { this.spsm = spsm; } public String getGgxh() { return ggxh; } public void setGgxh(String ggxh) { this.ggxh = ggxh; } public String getDw() { return dw; } public void setDw(String dw) { this.dw = dw; } public String getSpsl() { return spsl; } public void setSpsl(String spsl) { this.spsl = spsl; } public String getDj() { return dj; } public void setDj(String dj) { this.dj = dj; } public String getJe() { return je; } public void setJe(String je) { this.je = je; } public String getSl() { return sl; } public void setSl(String sl) { this.sl = sl; } public String getSe() { return se; } public void setSe(String se) { this.se = se; } public String getHsbz() { return hsbz; } public void setHsbz(String hsbz) { this.hsbz = hsbz; } public String getSpbm() { return spbm; } public void setSpbm(String spbm) { this.spbm = spbm; } public String getZxbm() { return zxbm; } public void setZxbm(String zxbm) { this.zxbm = zxbm; } public String getYhzcbs() { return yhzcbs; } public void setYhzcbs(String yhzcbs) { this.yhzcbs = yhzcbs; } public String getSlbs() { return slbs; } public void setSlbs(String slbs) { this.slbs = slbs; } public String getZzstsgl() { return zzstsgl; } public void setZzstsgl(String zzstsgl) { this.zzstsgl = zzstsgl; } public String getFpdm() { return fpdm; } public void setFpdm(String fpdm) { this.fpdm = fpdm; } public String getFphm() { return fphm; } public void setFphm(String fphm) { this.fphm = fphm; } }