📄 webconsult.java
字号:
return customerNo;
}
/**
* Sets the customerNo value for this WebConsult.
*
* @param customerNo
*/
public void setCustomerNo(java.lang.String customerNo) {
this.customerNo = customerNo;
}
/**
* Gets the dealFlag value for this WebConsult.
*
* @return dealFlag
*/
public java.lang.String getDealFlag() {
return dealFlag;
}
/**
* Sets the dealFlag value for this WebConsult.
*
* @param dealFlag
*/
public void setDealFlag(java.lang.String dealFlag) {
this.dealFlag = dealFlag;
}
/**
* Gets the insurNo value for this WebConsult.
*
* @return insurNo
*/
public java.lang.String getInsurNo() {
return insurNo;
}
/**
* Sets the insurNo value for this WebConsult.
*
* @param insurNo
*/
public void setInsurNo(java.lang.String insurNo) {
this.insurNo = insurNo;
}
/**
* Gets the dealStatusCode value for this WebConsult.
*
* @return dealStatusCode
*/
public java.lang.String getDealStatusCode() {
return dealStatusCode;
}
/**
* Sets the dealStatusCode value for this WebConsult.
*
* @param dealStatusCode
*/
public void setDealStatusCode(java.lang.String dealStatusCode) {
this.dealStatusCode = dealStatusCode;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof WebConsult)) return false;
WebConsult other = (WebConsult) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.userId==null && other.getUserId()==null) ||
(this.userId!=null &&
this.userId.equals(other.getUserId()))) &&
((this.ID==null && other.getID()==null) ||
(this.ID!=null &&
this.ID.equals(other.getID()))) &&
((this.name==null && other.getName()==null) ||
(this.name!=null &&
this.name.equals(other.getName()))) &&
((this.sex==null && other.getSex()==null) ||
(this.sex!=null &&
this.sex.equals(other.getSex()))) &&
((this.provinceCode==null && other.getProvinceCode()==null) ||
(this.provinceCode!=null &&
this.provinceCode.equals(other.getProvinceCode()))) &&
((this.cityCode==null && other.getCityCode()==null) ||
(this.cityCode!=null &&
this.cityCode.equals(other.getCityCode()))) &&
((this.telephone==null && other.getTelephone()==null) ||
(this.telephone!=null &&
this.telephone.equals(other.getTelephone()))) &&
((this.extension==null && other.getExtension()==null) ||
(this.extension!=null &&
this.extension.equals(other.getExtension()))) &&
((this.mobile==null && other.getMobile()==null) ||
(this.mobile!=null &&
this.mobile.equals(other.getMobile()))) &&
((this.email==null && other.getEmail()==null) ||
(this.email!=null &&
this.email.equals(other.getEmail()))) &&
((this.type==null && other.getType()==null) ||
(this.type!=null &&
this.type.equals(other.getType()))) &&
((this.content==null && other.getContent()==null) ||
(this.content!=null &&
this.content.equals(other.getContent()))) &&
((this.makeDate==null && other.getMakeDate()==null) ||
(this.makeDate!=null &&
this.makeDate.equals(other.getMakeDate()))) &&
((this.flag==null && other.getFlag()==null) ||
(this.flag!=null &&
this.flag.equals(other.getFlag()))) &&
((this.customerNo==null && other.getCustomerNo()==null) ||
(this.customerNo!=null &&
this.customerNo.equals(other.getCustomerNo()))) &&
((this.dealFlag==null && other.getDealFlag()==null) ||
(this.dealFlag!=null &&
this.dealFlag.equals(other.getDealFlag()))) &&
((this.insurNo==null && other.getInsurNo()==null) ||
(this.insurNo!=null &&
this.insurNo.equals(other.getInsurNo()))) &&
((this.dealStatusCode==null && other.getDealStatusCode()==null) ||
(this.dealStatusCode!=null &&
this.dealStatusCode.equals(other.getDealStatusCode())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getUserId() != null) {
_hashCode += getUserId().hashCode();
}
if (getID() != null) {
_hashCode += getID().hashCode();
}
if (getName() != null) {
_hashCode += getName().hashCode();
}
if (getSex() != null) {
_hashCode += getSex().hashCode();
}
if (getProvinceCode() != null) {
_hashCode += getProvinceCode().hashCode();
}
if (getCityCode() != null) {
_hashCode += getCityCode().hashCode();
}
if (getTelephone() != null) {
_hashCode += getTelephone().hashCode();
}
if (getExtension() != null) {
_hashCode += getExtension().hashCode();
}
if (getMobile() != null) {
_hashCode += getMobile().hashCode();
}
if (getEmail() != null) {
_hashCode += getEmail().hashCode();
}
if (getType() != null) {
_hashCode += getType().hashCode();
}
if (getContent() != null) {
_hashCode += getContent().hashCode();
}
if (getMakeDate() != null) {
_hashCode += getMakeDate().hashCode();
}
if (getFlag() != null) {
_hashCode += getFlag().hashCode();
}
if (getCustomerNo() != null) {
_hashCode += getCustomerNo().hashCode();
}
if (getDealFlag() != null) {
_hashCode += getDealFlag().hashCode();
}
if (getInsurNo() != null) {
_hashCode += getInsurNo().hashCode();
}
if (getDealStatusCode() != null) {
_hashCode += getDealStatusCode().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(WebConsult.class, true);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://CallCenter.axis.NCL.com", "WebConsult"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("userId");
elemField.setXmlName(new javax.xml.namespace.QName("", "UserId"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ID");
elemField.setXmlName(new javax.xml.namespace.QName("", "ID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("", "Name"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("sex");
elemField.setXmlName(new javax.xml.namespace.QName("", "Sex"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("provinceCode");
elemField.setXmlName(new javax.xml.namespace.QName("", "ProvinceCode"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("cityCode");
elemField.setXmlName(new javax.xml.namespace.QName("", "CityCode"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("telephone");
elemField.setXmlName(new javax.xml.namespace.QName("", "Telephone"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("extension");
elemField.setXmlName(new javax.xml.namespace.QName("", "Extension"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("mobile");
elemField.setXmlName(new javax.xml.namespace.QName("", "Mobile"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("email");
elemField.setXmlName(new javax.xml.namespace.QName("", "Email"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("type");
elemField.setXmlName(new javax.xml.namespace.QName("", "Type"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("content");
elemField.setXmlName(new javax.xml.namespace.QName("", "Content"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("makeDate");
elemField.setXmlName(new javax.xml.namespace.QName("", "MakeDate"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("flag");
elemField.setXmlName(new javax.xml.namespace.QName("", "Flag"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("customerNo");
elemField.setXmlName(new javax.xml.namespace.QName("", "CustomerNo"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("dealFlag");
elemField.setXmlName(new javax.xml.namespace.QName("", "DealFlag"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("insurNo");
elemField.setXmlName(new javax.xml.namespace.QName("", "InsurNo"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("dealStatusCode");
elemField.setXmlName(new javax.xml.namespace.QName("", "DealStatusCode"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
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 + -