📄 chargeconfirm.java
字号:
/**
* ChargeConfirm.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.schema.ctcc.payment.charge.v1_0.local;
public class ChargeConfirm implements java.io.Serializable {
private java.lang.String snID;
private java.lang.String userAccout;
private java.lang.String tradeIdentifier;
private java.lang.String msgID;
private cn.com.chinatelecom.www.schema.ctcc.payment.v1_0.GoodsInfo goodsInfo;
public ChargeConfirm() {
}
public java.lang.String getSnID() {
return snID;
}
public void setSnID(java.lang.String snID) {
this.snID = snID;
}
public java.lang.String getUserAccout() {
return userAccout;
}
public void setUserAccout(java.lang.String userAccout) {
this.userAccout = userAccout;
}
public java.lang.String getTradeIdentifier() {
return tradeIdentifier;
}
public void setTradeIdentifier(java.lang.String tradeIdentifier) {
this.tradeIdentifier = tradeIdentifier;
}
public java.lang.String getMsgID() {
return msgID;
}
public void setMsgID(java.lang.String msgID) {
this.msgID = msgID;
}
public cn.com.chinatelecom.www.schema.ctcc.payment.v1_0.GoodsInfo getGoodsInfo() {
return goodsInfo;
}
public void setGoodsInfo(cn.com.chinatelecom.www.schema.ctcc.payment.v1_0.GoodsInfo goodsInfo) {
this.goodsInfo = goodsInfo;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof ChargeConfirm)) return false;
ChargeConfirm other = (ChargeConfirm) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.snID==null && other.getSnID()==null) ||
(this.snID!=null &&
this.snID.equals(other.getSnID()))) &&
((this.userAccout==null && other.getUserAccout()==null) ||
(this.userAccout!=null &&
this.userAccout.equals(other.getUserAccout()))) &&
((this.tradeIdentifier==null && other.getTradeIdentifier()==null) ||
(this.tradeIdentifier!=null &&
this.tradeIdentifier.equals(other.getTradeIdentifier()))) &&
((this.msgID==null && other.getMsgID()==null) ||
(this.msgID!=null &&
this.msgID.equals(other.getMsgID()))) &&
((this.goodsInfo==null && other.getGoodsInfo()==null) ||
(this.goodsInfo!=null &&
this.goodsInfo.equals(other.getGoodsInfo())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getSnID() != null) {
_hashCode += getSnID().hashCode();
}
if (getUserAccout() != null) {
_hashCode += getUserAccout().hashCode();
}
if (getTradeIdentifier() != null) {
_hashCode += getTradeIdentifier().hashCode();
}
if (getMsgID() != null) {
_hashCode += getMsgID().hashCode();
}
if (getGoodsInfo() != null) {
_hashCode += getGoodsInfo().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(ChargeConfirm.class);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/charge/v1_0/local", "chargeConfirm"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("snID");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/charge/v1_0/local", "snID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("userAccout");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/charge/v1_0/local", "userAccout"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("tradeIdentifier");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/charge/v1_0/local", "tradeIdentifier"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("msgID");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/charge/v1_0/local", "msgID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("goodsInfo");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/charge/v1_0/local", "goodsInfo"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/schema/ctcc/payment/v1_0", "GoodsInfo"));
typeDesc.addFieldDesc(elemField);
}
/**
* Return type metadata object
*/
public static org.apache.axis.description.TypeDesc getTypeDesc() {
return typeDesc;
}
/**
* Get Custom Serializer
*/
public static org.apache.axis.encoding.Serializer getSerializer(
java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanSerializer(
_javaType, _xmlType, typeDesc);
}
/**
* Get Custom Deserializer
*/
public static org.apache.axis.encoding.Deserializer getDeserializer(
java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanDeserializer(
_javaType, _xmlType, typeDesc);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -