📄 adcsiresponse.java
字号:
/**
* AdcSiResponse.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package mcm.adc.client;
public class AdcSiResponse implements java.io.Serializable {
private java.lang.String bizCode;
private java.lang.String transID;
private int actionCode;
private java.lang.String timeStamp;
private java.lang.String SIAppID;
private int testFlag;
private int dealkind;
private int priority;
private java.lang.String version;
private java.lang.String resultCode;
private java.lang.String resultMsg;
private java.lang.String svcCont;
public AdcSiResponse() {
}
public AdcSiResponse(
java.lang.String bizCode,
java.lang.String transID,
int actionCode,
java.lang.String timeStamp,
java.lang.String SIAppID,
int testFlag,
int dealkind,
int priority,
java.lang.String version,
java.lang.String resultCode,
java.lang.String resultMsg,
java.lang.String svcCont) {
this.bizCode = bizCode;
this.transID = transID;
this.actionCode = actionCode;
this.timeStamp = timeStamp;
this.SIAppID = SIAppID;
this.testFlag = testFlag;
this.dealkind = dealkind;
this.priority = priority;
this.version = version;
this.resultCode = resultCode;
this.resultMsg = resultMsg;
this.svcCont = svcCont;
}
/**
* Gets the bizCode value for this AdcSiResponse.
*
* @return bizCode
*/
public java.lang.String getBizCode() {
return bizCode;
}
/**
* Sets the bizCode value for this AdcSiResponse.
*
* @param bizCode
*/
public void setBizCode(java.lang.String bizCode) {
this.bizCode = bizCode;
}
/**
* Gets the transID value for this AdcSiResponse.
*
* @return transID
*/
public java.lang.String getTransID() {
return transID;
}
/**
* Sets the transID value for this AdcSiResponse.
*
* @param transID
*/
public void setTransID(java.lang.String transID) {
this.transID = transID;
}
/**
* Gets the actionCode value for this AdcSiResponse.
*
* @return actionCode
*/
public int getActionCode() {
return actionCode;
}
/**
* Sets the actionCode value for this AdcSiResponse.
*
* @param actionCode
*/
public void setActionCode(int actionCode) {
this.actionCode = actionCode;
}
/**
* Gets the timeStamp value for this AdcSiResponse.
*
* @return timeStamp
*/
public java.lang.String getTimeStamp() {
return timeStamp;
}
/**
* Sets the timeStamp value for this AdcSiResponse.
*
* @param timeStamp
*/
public void setTimeStamp(java.lang.String timeStamp) {
this.timeStamp = timeStamp;
}
/**
* Gets the SIAppID value for this AdcSiResponse.
*
* @return SIAppID
*/
public java.lang.String getSIAppID() {
return SIAppID;
}
/**
* Sets the SIAppID value for this AdcSiResponse.
*
* @param SIAppID
*/
public void setSIAppID(java.lang.String SIAppID) {
this.SIAppID = SIAppID;
}
/**
* Gets the testFlag value for this AdcSiResponse.
*
* @return testFlag
*/
public int getTestFlag() {
return testFlag;
}
/**
* Sets the testFlag value for this AdcSiResponse.
*
* @param testFlag
*/
public void setTestFlag(int testFlag) {
this.testFlag = testFlag;
}
/**
* Gets the dealkind value for this AdcSiResponse.
*
* @return dealkind
*/
public int getDealkind() {
return dealkind;
}
/**
* Sets the dealkind value for this AdcSiResponse.
*
* @param dealkind
*/
public void setDealkind(int dealkind) {
this.dealkind = dealkind;
}
/**
* Gets the priority value for this AdcSiResponse.
*
* @return priority
*/
public int getPriority() {
return priority;
}
/**
* Sets the priority value for this AdcSiResponse.
*
* @param priority
*/
public void setPriority(int priority) {
this.priority = priority;
}
/**
* Gets the version value for this AdcSiResponse.
*
* @return version
*/
public java.lang.String getVersion() {
return version;
}
/**
* Sets the version value for this AdcSiResponse.
*
* @param version
*/
public void setVersion(java.lang.String version) {
this.version = version;
}
/**
* Gets the resultCode value for this AdcSiResponse.
*
* @return resultCode
*/
public java.lang.String getResultCode() {
return resultCode;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -