|
package com.jttech.pfcs.vo.resp.trade;
|
|
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlType;
|
|
|
/**
|
* <p>RspEPCSnglTranType complex type的 Java 类。
|
*
|
* <p>以下模式片段指定包含在此类中的预期内容。
|
*
|
* <pre>
|
* <complexType name="RspEPCSnglTranType">
|
* <complexContent>
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <sequence>
|
* <element name="RspSvcHeader" type="{http://esb.spdbbiz.com/services/S080030795}RspSvcHeaderType"/>
|
* <element name="SvcBody" minOccurs="0">
|
* <complexType>
|
* <complexContent>
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <sequence>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PcsStatus1"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}TranPcsCd"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PcsInfo"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}AcceptDate"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}AcceptTime"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PyAcctNo" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PyeAcctNm" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PymtAcctNo" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PymtAcctName" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}MrchSeqNo"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}HndlSeqNo"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}TranCcy"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}TransAmt4"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}ChrgAmt2" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}RsrvFldVal4" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}RsrvFldVal5" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}RsrvFldVal6" minOccurs="0"/>
|
* </sequence>
|
* </restriction>
|
* </complexContent>
|
* </complexType>
|
* </element>
|
* </sequence>
|
* </restriction>
|
* </complexContent>
|
* </complexType>
|
* </pre>
|
*
|
*
|
*/
|
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlType(name = "RspEPCSnglTranType", propOrder = {
|
"rspSvcHeader",
|
"svcBody"
|
})
|
public class RspEPCSnglTranType {
|
|
@XmlElement(name = "RspSvcHeader", required = true)
|
protected RspSvcHeaderType rspSvcHeader;
|
@XmlElement(name = "SvcBody")
|
protected RspEPCSnglTranType.SvcBody svcBody;
|
|
/**
|
* 获取rspSvcHeader属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link RspSvcHeaderType }
|
*
|
*/
|
public RspSvcHeaderType getRspSvcHeader() {
|
return rspSvcHeader;
|
}
|
|
/**
|
* 设置rspSvcHeader属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link RspSvcHeaderType }
|
*
|
*/
|
public void setRspSvcHeader(RspSvcHeaderType value) {
|
this.rspSvcHeader = value;
|
}
|
|
/**
|
* 获取svcBody属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link RspEPCSnglTranType.SvcBody }
|
*
|
*/
|
public RspEPCSnglTranType.SvcBody getSvcBody() {
|
return svcBody;
|
}
|
|
/**
|
* 设置svcBody属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link RspEPCSnglTranType.SvcBody }
|
*
|
*/
|
public void setSvcBody(RspEPCSnglTranType.SvcBody value) {
|
this.svcBody = value;
|
}
|
|
|
/**
|
* <p>anonymous complex type的 Java 类。
|
*
|
* <p>以下模式片段指定包含在此类中的预期内容。
|
*
|
* <pre>
|
* <complexType>
|
* <complexContent>
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <sequence>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PcsStatus1"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}TranPcsCd"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PcsInfo"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}AcceptDate"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}AcceptTime"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PyAcctNo" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PyeAcctNm" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PymtAcctNo" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}PymtAcctName" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}MrchSeqNo"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}HndlSeqNo"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}TranCcy"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}TransAmt4"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}ChrgAmt2" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}RsrvFldVal4" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}RsrvFldVal5" minOccurs="0"/>
|
* <element ref="{http://esb.spdbbiz.com/services/S080030795}RsrvFldVal6" minOccurs="0"/>
|
* </sequence>
|
* </restriction>
|
* </complexContent>
|
* </complexType>
|
* </pre>
|
*
|
*
|
*/
|
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlType(name = "", propOrder = {
|
"pcsStatus1",
|
"tranPcsCd",
|
"pcsInfo",
|
"acceptDate",
|
"acceptTime",
|
"pyAcctNo",
|
"pyeAcctNm",
|
"pymtAcctNo",
|
"pymtAcctName",
|
"mrchSeqNo",
|
"hndlSeqNo",
|
"tranCcy",
|
"transAmt4",
|
"chrgAmt2",
|
"rsrvFldVal4",
|
"rsrvFldVal5",
|
"rsrvFldVal6"
|
})
|
public static class SvcBody {
|
|
@XmlElement(name = "PcsStatus1", required = true)
|
protected String pcsStatus1;
|
@XmlElement(name = "TranPcsCd", required = true)
|
protected String tranPcsCd;
|
@XmlElement(name = "PcsInfo", required = true)
|
protected String pcsInfo;
|
@XmlElement(name = "AcceptDate", required = true)
|
protected String acceptDate;
|
@XmlElement(name = "AcceptTime", required = true)
|
protected String acceptTime;
|
@XmlElement(name = "PyAcctNo")
|
protected String pyAcctNo;
|
@XmlElement(name = "PyeAcctNm")
|
protected String pyeAcctNm;
|
@XmlElement(name = "PymtAcctNo")
|
protected String pymtAcctNo;
|
@XmlElement(name = "PymtAcctName")
|
protected String pymtAcctName;
|
@XmlElement(name = "MrchSeqNo", required = true)
|
protected String mrchSeqNo;
|
@XmlElement(name = "HndlSeqNo", required = true)
|
protected String hndlSeqNo;
|
@XmlElement(name = "TranCcy", required = true)
|
protected String tranCcy;
|
@XmlElement(name = "TransAmt4", required = true)
|
protected String transAmt4;
|
@XmlElement(name = "ChrgAmt2")
|
protected String chrgAmt2;
|
@XmlElement(name = "RsrvFldVal4")
|
protected String rsrvFldVal4;
|
@XmlElement(name = "RsrvFldVal5")
|
protected String rsrvFldVal5;
|
@XmlElement(name = "RsrvFldVal6")
|
protected String rsrvFldVal6;
|
|
/**
|
* 获取pcsStatus1属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPcsStatus1() {
|
return pcsStatus1;
|
}
|
|
/**
|
* 设置pcsStatus1属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPcsStatus1(String value) {
|
this.pcsStatus1 = value;
|
}
|
|
/**
|
* 获取tranPcsCd属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getTranPcsCd() {
|
return tranPcsCd;
|
}
|
|
/**
|
* 设置tranPcsCd属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setTranPcsCd(String value) {
|
this.tranPcsCd = value;
|
}
|
|
/**
|
* 获取pcsInfo属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPcsInfo() {
|
return pcsInfo;
|
}
|
|
/**
|
* 设置pcsInfo属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPcsInfo(String value) {
|
this.pcsInfo = value;
|
}
|
|
/**
|
* 获取acceptDate属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getAcceptDate() {
|
return acceptDate;
|
}
|
|
/**
|
* 设置acceptDate属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setAcceptDate(String value) {
|
this.acceptDate = value;
|
}
|
|
/**
|
* 获取acceptTime属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getAcceptTime() {
|
return acceptTime;
|
}
|
|
/**
|
* 设置acceptTime属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setAcceptTime(String value) {
|
this.acceptTime = value;
|
}
|
|
/**
|
* 获取pyAcctNo属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPyAcctNo() {
|
return pyAcctNo;
|
}
|
|
/**
|
* 设置pyAcctNo属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPyAcctNo(String value) {
|
this.pyAcctNo = value;
|
}
|
|
/**
|
* 获取pyeAcctNm属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPyeAcctNm() {
|
return pyeAcctNm;
|
}
|
|
/**
|
* 设置pyeAcctNm属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPyeAcctNm(String value) {
|
this.pyeAcctNm = value;
|
}
|
|
/**
|
* 获取pymtAcctNo属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPymtAcctNo() {
|
return pymtAcctNo;
|
}
|
|
/**
|
* 设置pymtAcctNo属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPymtAcctNo(String value) {
|
this.pymtAcctNo = value;
|
}
|
|
/**
|
* 获取pymtAcctName属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPymtAcctName() {
|
return pymtAcctName;
|
}
|
|
/**
|
* 设置pymtAcctName属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPymtAcctName(String value) {
|
this.pymtAcctName = value;
|
}
|
|
/**
|
* 获取mrchSeqNo属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getMrchSeqNo() {
|
return mrchSeqNo;
|
}
|
|
/**
|
* 设置mrchSeqNo属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setMrchSeqNo(String value) {
|
this.mrchSeqNo = value;
|
}
|
|
/**
|
* 获取hndlSeqNo属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getHndlSeqNo() {
|
return hndlSeqNo;
|
}
|
|
/**
|
* 设置hndlSeqNo属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setHndlSeqNo(String value) {
|
this.hndlSeqNo = value;
|
}
|
|
/**
|
* 获取tranCcy属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getTranCcy() {
|
return tranCcy;
|
}
|
|
/**
|
* 设置tranCcy属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setTranCcy(String value) {
|
this.tranCcy = value;
|
}
|
|
/**
|
* 获取transAmt4属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getTransAmt4() {
|
return transAmt4;
|
}
|
|
/**
|
* 设置transAmt4属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setTransAmt4(String value) {
|
this.transAmt4 = value;
|
}
|
|
/**
|
* 获取chrgAmt2属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getChrgAmt2() {
|
return chrgAmt2;
|
}
|
|
/**
|
* 设置chrgAmt2属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setChrgAmt2(String value) {
|
this.chrgAmt2 = value;
|
}
|
|
/**
|
* 获取rsrvFldVal4属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getRsrvFldVal4() {
|
return rsrvFldVal4;
|
}
|
|
/**
|
* 设置rsrvFldVal4属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setRsrvFldVal4(String value) {
|
this.rsrvFldVal4 = value;
|
}
|
|
/**
|
* 获取rsrvFldVal5属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getRsrvFldVal5() {
|
return rsrvFldVal5;
|
}
|
|
/**
|
* 设置rsrvFldVal5属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setRsrvFldVal5(String value) {
|
this.rsrvFldVal5 = value;
|
}
|
|
/**
|
* 获取rsrvFldVal6属性的值。
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getRsrvFldVal6() {
|
return rsrvFldVal6;
|
}
|
|
/**
|
* 设置rsrvFldVal6属性的值。
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setRsrvFldVal6(String value) {
|
this.rsrvFldVal6 = value;
|
}
|
|
}
|
|
}
|