📄 s_respundo.java
字号:
/**
* S_RespUndo.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_RespUndo implements java.io.Serializable {
private java.lang.String SNID;
private java.lang.String SPID;
private java.lang.String undoSNID;
private java.lang.String userAccount;
private java.lang.String state;
private java.lang.String digest;
public S_RespUndo() {
}
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 getUndoSNID() {
return undoSNID;
}
public void setUndoSNID(java.lang.String undoSNID) {
this.undoSNID = undoSNID;
}
public java.lang.String getUserAccount() {
return userAccount;
}
public void setUserAccount(java.lang.String userAccount) {
this.userAccount = userAccount;
}
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_RespUndo)) return false;
S_RespUndo other = (S_RespUndo) 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.undoSNID==null && other.getUndoSNID()==null) ||
(this.undoSNID!=null &&
this.undoSNID.equals(other.getUndoSNID()))) &&
((this.userAccount==null && other.getUserAccount()==null) ||
(this.userAccount!=null &&
this.userAccount.equals(other.getUserAccount()))) &&
((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 (getUndoSNID() != null) {
_hashCode += getUndoSNID().hashCode();
}
if (getUserAccount() != null) {
_hashCode += getUserAccount().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_RespUndo.class);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "s_RespUndo"));
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("undoSNID");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.chinatelecom.com.cn/wsdl/ctcc/mpss/", "UndoSNID"));
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("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 + -