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

com.egzosn.pay.common.bean.outbuilder.PayXmlOutMessage Maven / Gradle / Ivy

There is a newer version: 2.14.7
Show newest version
package com.egzosn.pay.common.bean.outbuilder;

import com.egzosn.pay.common.bean.MsgType;
import com.egzosn.pay.common.bean.PayOutMessage;

/**
 * @author egan
 * 
 *     email [email protected]
 *     date 2016-6-1 13:53:3
 *  
*/ public class PayXmlOutMessage extends PayOutMessage{ private String code; public PayXmlOutMessage() { this.msgType = MsgType.xml.name(); } public String getCode() { return code; } public void setCode(String code) { this.code = code; } @Override public String toMessage() { return ""; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy