📄 s_respbuy.java
字号:
/**
* S_RespBuy.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.wsdl.ctcc.mpss;
public class S_RespBuy implements java.io.Serializable {
private java.lang.String SNID;
private java.lang.String SPID;
private java.lang.String serviceID;
private java.lang.String userAccount;
private java.lang.String goodsID;
private java.math.BigInteger goodsAmount;
private java.lang.String note;
private java.lang.String state;
private java.lang.String digest;
public S_RespBuy() {
}
public java.lang.String getSNID() {
return SNID;
}
public void setSNID(java.lang.String SNID) {
this.SNID = SNID;
}
public java.lang.String getSPID() {
return SPID;
}
public void setSPID(java.lang.String SPID) {
this.SPID = SPID;
}
public java.lang.String getServiceID() {
return serviceID;
}
public void setServiceID(java.lang.String serviceID) {
this.serviceID = serviceID;
}
public java.lang.String getUserAccount() {
return userAccount;
}
public void setUserAccount(java.lang.String userAccount) {
this.userAccount = userAccount;
}
public java.lang.String getGoodsID() {
return goodsID;
}
public void setGoodsID(java.lang.String goodsID) {
this.goodsID = goodsID;
}
public java.math.BigInteger getGoodsAmount() {
return goodsAmount;
}
public void setGoodsAmount(java.math.BigInteger goodsAmount) {
this.goodsAmount = goodsAmount;
}
public java.lang.String getNote() {
return note;
}
public void setNote(java.lang.String note) {
this.note = note;
}
public java.lang.String getState() {
return state;
}
public void setState(java.lang.String state) {
this.state = state;
}
public java.lang.String getDigest() {
return digest;
}
public void setDigest(java.lang.String digest) {
this.digest = digest;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof S_RespBuy)) return false;
S_RespBuy other = (S_RespBuy) 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.SPID==null && other.getSPID()==null) ||
(this.SPID!=null &&
this.SPID.equals(other.getSPID()))) &&
((this.serviceID==null && other.getServiceID()==null) ||
(this.serviceID!=null &&
this.serviceID.equals(other.getServiceID()))) &&
((this.userAccount==null && other.getUserAccount()==null) ||
(this.userAccount!=null &&
this.userAccount.equals(other.getUserAccount()))) &&
((this.goodsID==null && other.getGoodsID()==null) ||
(this.goodsID!=null &&
this.goodsID.equals(other.getGoodsID()))) &&
((this.goodsAmount==null && other.getGoodsAmount()==null) ||
(this.goodsAmount!=null &&
this.goodsAmount.equals(other.getGoodsAmount()))) &&
((this.note==null && other.getNote()==null) ||
(this.note!=null &&
this.note.equals(other.getNote()))) &&
((this.state==null && other.getState()==null) ||
(this.state!=null &&
this.state.equals(other.getState()))) &&
((this.digest==null && other.getDigest()==null) ||
(this.digest!=null &&
this.digest.equals(other.getDigest())));
__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 (getSPID() != null) {
_hashCode += getSPID().hashCode();
}
if (getServiceID() != null) {
_hashCode += getServiceID().hashCode();
}
if (getUserAccount() != null) {
_hashCode += getUserAccount().hashCode();
}
if (getGoodsID() != null) {
_hashCode += getGoodsID().hashCode();
}
if (getGoodsAmount() != null) {
_hashCode += getGoodsAmount().hashCode();
}
if (getNote() != null) {
_hashCode += getNote().hashCode();
}
if (getState() != null) {
_hashCode += getState().hashCode();
}
if (getDigest() != null) {
_hashCode += getDigest().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(S_RespBuy.class);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "s_RespBuy"));
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/wsdl/ctcc/mpss/", "SNID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("SPID");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "SPID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("serviceID");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "ServiceID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("userAccount");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "UserAccount"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("goodsID");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "GoodsID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("goodsAmount");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "GoodsAmount"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "integer"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("note");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "note"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("state");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "State"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("digest");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "Digest"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
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 + -