///** // * // */ //package com.ynxbd.common.bean; // //import java.io.Serializable; //import java.util.List; // //import javax.xml.bind.annotation.XmlAccessType; //import javax.xml.bind.annotation.XmlAccessorType; //import javax.xml.bind.annotation.XmlRootElement; //import javax.xml.bind.annotation.XmlType; // ///** // * @Project:微信公众号 // * @author 张剑峰 // * @date 2017年8月7日下午6:08:51 // * @version v1.0.0 // * @Copyright: 2017云南新八达科技有限公司 All rights reserved. // */ //@XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "Response") //@XmlType(propOrder = { "TransactionCode", "ResponseCode", "ResponseMessage", "PatientID", "PatientName", "IDCardNo", // "Tel", "Recipe" }) //public class QueryPayedBean implements Serializable { // /** // * // */ // private static final long serialVersionUID = 1L; // /** // * // */ // String TransactionCode; // String ResponseCode; // String ResponseMessage; // String PatientID; // String PatientName; // String IDCardNo; // String Tel; // List Recipe; // // public QueryPayedBean() { // super(); // } // // public QueryPayedBean(String TransactionCode, String ResponseCode, String ResponseMessage, String PatientID, // String PatientName, String IDCardNo, String Tel, List Recipe) { // this.TransactionCode = TransactionCode; // this.ResponseCode = ResponseCode; // this.ResponseMessage = ResponseMessage; // this.PatientID = PatientID; // this.PatientName = PatientName; // this.IDCardNo = IDCardNo; // this.Tel = Tel; // this.Recipe = Recipe; // } // // public String getTel() { // return Tel; // } // // public void setTel(String tel) { // Tel = tel; // } // // public String getTransactionCode() { // return TransactionCode; // } // // public void setTransactionCode(String transactionCode) { // TransactionCode = transactionCode; // } // // public String getResponseCode() { // return ResponseCode; // } // // public void setResponseCode(String responseCode) { // ResponseCode = responseCode; // } // // public String getResponseMessage() { // return ResponseMessage; // } // // public void setResponseMessage(String responseMessage) { // ResponseMessage = responseMessage; // } // // public String getPatientID() { // return PatientID; // } // // public void setPatientID(String patientID) { // PatientID = patientID; // } // // public String getPatientName() { // return PatientName; // } // // public void setPatientName(String patientName) { // PatientName = patientName; // } // // public String getIDCardNo() { // return IDCardNo; // } // // public void setIDCardNo(String iDCardNo) { // IDCardNo = iDCardNo; // } // // public List getRecipe() { // return Recipe; // } // // public void setRecipe(List recipe) { // Recipe = recipe; // } // //}