/** * PersonMasterData.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.vci.ubcs.example.entity; public class PersonMasterData implements java.io.Serializable { private java.lang.String admin_division; private java.lang.String admin_division_code; private java.lang.String birthday; private java.lang.String birthplace; private java.lang.String cittizenship; private java.lang.String country; private java.lang.String createtime; private java.lang.String creator; private java.lang.String deptName; private java.lang.String dept_type; private int dr; private java.lang.String dr_mdm_code; private java.lang.String education; private java.lang.String employer; private java.lang.String employer_code; private java.lang.String employment_form; private java.lang.String employment_type; private EnumerableData employment_type_entity; private java.lang.String employment_type_nane; private java.lang.String flow_middatastatus; private EnumerableData gender_entity; private java.lang.String gender_name; private java.lang.String gerder; private java.lang.String group_code; private java.lang.String id; private java.lang.String id_number; private java.lang.String id_type; private java.lang.String is_keyposion; private java.lang.String link_fieldvalue; private java.lang.String lm_code; private java.lang.String marital_status; private java.lang.String mdm_cleanstatus; private java.lang.String mdm_code; private int mdm_datastatus; private int mdm_duplicate; private java.lang.String mdm_parentcode; private int mdm_workflow; private java.lang.String mdm_yersion; private java.lang.String mobile_phone; private java.lang.String modifier; private java.lang.String modifytime; private java.lang.String name; private java.lang.String nationality; private java.lang.String office_telephone; private java.lang.String outer_email; private java.lang.String parent_dept_code; private java.lang.String parent_dept_name; private java.lang.String pk_mdm; private java.lang.String politiccountenance; private java.lang.String position; private java.lang.String ts; private java.lang.String work_title; private java.lang.String worker_category; private java.lang.String worker_duty; private java.lang.String worker_email; private java.lang.String worker_level; private java.lang.String worker_security_level; public PersonMasterData() { } public PersonMasterData( java.lang.String admin_division, java.lang.String admin_division_code, java.lang.String birthday, java.lang.String birthplace, java.lang.String cittizenship, java.lang.String country, java.lang.String createtime, java.lang.String creator, java.lang.String deptName, java.lang.String dept_type, int dr, java.lang.String dr_mdm_code, java.lang.String education, java.lang.String employer, java.lang.String employer_code, java.lang.String employment_form, java.lang.String employment_type, EnumerableData employment_type_entity, java.lang.String employment_type_nane, java.lang.String flow_middatastatus, EnumerableData gender_entity, java.lang.String gender_name, java.lang.String gerder, java.lang.String group_code, java.lang.String id, java.lang.String id_number, java.lang.String id_type, java.lang.String is_keyposion, java.lang.String link_fieldvalue, java.lang.String lm_code, java.lang.String marital_status, java.lang.String mdm_cleanstatus, java.lang.String mdm_code, int mdm_datastatus, int mdm_duplicate, java.lang.String mdm_parentcode, int mdm_workflow, java.lang.String mdm_yersion, java.lang.String mobile_phone, java.lang.String modifier, java.lang.String modifytime, java.lang.String name, java.lang.String nationality, java.lang.String office_telephone, java.lang.String outer_email, java.lang.String parent_dept_code, java.lang.String parent_dept_name, java.lang.String pk_mdm, java.lang.String politiccountenance, java.lang.String position, java.lang.String ts, java.lang.String work_title, java.lang.String worker_category, java.lang.String worker_duty, java.lang.String worker_email, java.lang.String worker_level, java.lang.String worker_security_level) { this.admin_division = admin_division; this.admin_division_code = admin_division_code; this.birthday = birthday; this.birthplace = birthplace; this.cittizenship = cittizenship; this.country = country; this.createtime = createtime; this.creator = creator; this.deptName = deptName; this.dept_type = dept_type; this.dr = dr; this.dr_mdm_code = dr_mdm_code; this.education = education; this.employer = employer; this.employer_code = employer_code; this.employment_form = employment_form; this.employment_type = employment_type; this.employment_type_entity = employment_type_entity; this.employment_type_nane = employment_type_nane; this.flow_middatastatus = flow_middatastatus; this.gender_entity = gender_entity; this.gender_name = gender_name; this.gerder = gerder; this.group_code = group_code; this.id = id; this.id_number = id_number; this.id_type = id_type; this.is_keyposion = is_keyposion; this.link_fieldvalue = link_fieldvalue; this.lm_code = lm_code; this.marital_status = marital_status; this.mdm_cleanstatus = mdm_cleanstatus; this.mdm_code = mdm_code; this.mdm_datastatus = mdm_datastatus; this.mdm_duplicate = mdm_duplicate; this.mdm_parentcode = mdm_parentcode; this.mdm_workflow = mdm_workflow; this.mdm_yersion = mdm_yersion; this.mobile_phone = mobile_phone; this.modifier = modifier; this.modifytime = modifytime; this.name = name; this.nationality = nationality; this.office_telephone = office_telephone; this.outer_email = outer_email; this.parent_dept_code = parent_dept_code; this.parent_dept_name = parent_dept_name; this.pk_mdm = pk_mdm; this.politiccountenance = politiccountenance; this.position = position; this.ts = ts; this.work_title = work_title; this.worker_category = worker_category; this.worker_duty = worker_duty; this.worker_email = worker_email; this.worker_level = worker_level; this.worker_security_level = worker_security_level; } /** * Gets the admin_division value for this PersonMasterData. * * @return admin_division */ public java.lang.String getAdmin_division() { return admin_division; } /** * Sets the admin_division value for this PersonMasterData. * * @param admin_division */ public void setAdmin_division(java.lang.String admin_division) { this.admin_division = admin_division; } /** * Gets the admin_division_code value for this PersonMasterData. * * @return admin_division_code */ public java.lang.String getAdmin_division_code() { return admin_division_code; } /** * Sets the admin_division_code value for this PersonMasterData. * * @param admin_division_code */ public void setAdmin_division_code(java.lang.String admin_division_code) { this.admin_division_code = admin_division_code; } /** * Gets the birthday value for this PersonMasterData. * * @return birthday */ public java.lang.String getBirthday() { return birthday; } /** * Sets the birthday value for this PersonMasterData. * * @param birthday */ public void setBirthday(java.lang.String birthday) { this.birthday = birthday; } /** * Gets the birthplace value for this PersonMasterData. * * @return birthplace */ public java.lang.String getBirthplace() { return birthplace; } /** * Sets the birthplace value for this PersonMasterData. * * @param birthplace */ public void setBirthplace(java.lang.String birthplace) { this.birthplace = birthplace; } /** * Gets the cittizenship value for this PersonMasterData. * * @return cittizenship */ public java.lang.String getCittizenship() { return cittizenship; } /** * Sets the cittizenship value for this PersonMasterData. * * @param cittizenship */ public void setCittizenship(java.lang.String cittizenship) { this.cittizenship = cittizenship; } /** * Gets the country value for this PersonMasterData. * * @return country */ public java.lang.String getCountry() { return country; } /** * Sets the country value for this PersonMasterData. * * @param country */ public void setCountry(java.lang.String country) { this.country = country; } /** * Gets the createtime value for this PersonMasterData. * * @return createtime */ public java.lang.String getCreatetime() { return createtime; } /** * Sets the createtime value for this PersonMasterData. * * @param createtime */ public void setCreatetime(java.lang.String createtime) { this.createtime = createtime; } /** * Gets the creator value for this PersonMasterData. * * @return creator */ public java.lang.String getCreator() { return creator; } /** * Sets the creator value for this PersonMasterData. * * @param creator */ public void setCreator(java.lang.String creator) { this.creator = creator; } /** * Gets the deptName value for this PersonMasterData. * * @return deptName */ public java.lang.String getDeptName() { return deptName; } /** * Sets the deptName value for this PersonMasterData. * * @param deptName */ public void setDeptName(java.lang.String deptName) { this.deptName = deptName; } /** * Gets the dept_type value for this PersonMasterData. * * @return dept_type */ public java.lang.String getDept_type() { return dept_type; } /** * Sets the dept_type value for this PersonMasterData. * * @param dept_type */ public void setDept_type(java.lang.String dept_type) { this.dept_type = dept_type; } /** * Gets the dr value for this PersonMasterData. * * @return dr */ public int getDr() { return dr; } /** * Sets the dr value for this PersonMasterData. * * @param dr */ public void setDr(int dr) { this.dr = dr; } /** * Gets the dr_mdm_code value for this PersonMasterData. * * @return dr_mdm_code */ public java.lang.String getDr_mdm_code() { return dr_mdm_code; } /** * Sets the dr_mdm_code value for this PersonMasterData. * * @param dr_mdm_code */ public void setDr_mdm_code(java.lang.String dr_mdm_code) { this.dr_mdm_code = dr_mdm_code; } /** * Gets the education value for this PersonMasterData. * * @return education */ public java.lang.String getEducation() { return education; } /** * Sets the education value for this PersonMasterData. * * @param education */ public void setEducation(java.lang.String education) { this.education = education; } /** * Gets the employer value for this PersonMasterData. * * @return employer */ public java.lang.String getEmployer() { return employer; } /** * Sets the employer value for this PersonMasterData. * * @param employer */ public void setEmployer(java.lang.String employer) { this.employer = employer; } /** * Gets the employer_code value for this PersonMasterData. * * @return employer_code */ public java.lang.String getEmployer_code() { return employer_code; } /** * Sets the employer_code value for this PersonMasterData. * * @param employer_code */ public void setEmployer_code(java.lang.String employer_code) { this.employer_code = employer_code; } /** * Gets the employment_form value for this PersonMasterData. * * @return employment_form */ public java.lang.String getEmployment_form() { return employment_form; } /** * Sets the employment_form value for this PersonMasterData. * * @param employment_form */ public void setEmployment_form(java.lang.String employment_form) { this.employment_form = employment_form; } /** * Gets the employment_type value for this PersonMasterData. * * @return employment_type */ public java.lang.String getEmployment_type() { return employment_type; } /** * Sets the employment_type value for this PersonMasterData. * * @param employment_type */ public void setEmployment_type(java.lang.String employment_type) { this.employment_type = employment_type; } /** * Gets the employment_type_entity value for this PersonMasterData. * * @return employment_type_entity */ public EnumerableData getEmployment_type_entity() { return employment_type_entity; } /** * Sets the employment_type_entity value for this PersonMasterData. * * @param employment_type_entity */ public void setEmployment_type_entity(EnumerableData employment_type_entity) { this.employment_type_entity = employment_type_entity; } /** * Gets the employment_type_nane value for this PersonMasterData. * * @return employment_type_nane */ public java.lang.String getEmployment_type_nane() { return employment_type_nane; } /** * Sets the employment_type_nane value for this PersonMasterData. * * @param employment_type_nane */ public void setEmployment_type_nane(java.lang.String employment_type_nane) { this.employment_type_nane = employment_type_nane; } /** * Gets the flow_middatastatus value for this PersonMasterData. * * @return flow_middatastatus */ public java.lang.String getFlow_middatastatus() { return flow_middatastatus; } /** * Sets the flow_middatastatus value for this PersonMasterData. * * @param flow_middatastatus */ public void setFlow_middatastatus(java.lang.String flow_middatastatus) { this.flow_middatastatus = flow_middatastatus; } /** * Gets the gender_entity value for this PersonMasterData. * * @return gender_entity */ public EnumerableData getGender_entity() { return gender_entity; } /** * Sets the gender_entity value for this PersonMasterData. * * @param gender_entity */ public void setGender_entity(EnumerableData gender_entity) { this.gender_entity = gender_entity; } /** * Gets the gender_name value for this PersonMasterData. * * @return gender_name */ public java.lang.String getGender_name() { return gender_name; } /** * Sets the gender_name value for this PersonMasterData. * * @param gender_name */ public void setGender_name(java.lang.String gender_name) { this.gender_name = gender_name; } /** * Gets the gerder value for this PersonMasterData. * * @return gerder */ public java.lang.String getGerder() { return gerder; } /** * Sets the gerder value for this PersonMasterData. * * @param gerder */ public void setGerder(java.lang.String gerder) { this.gerder = gerder; } /** * Gets the group_code value for this PersonMasterData. * * @return group_code */ public java.lang.String getGroup_code() { return group_code; } /** * Sets the group_code value for this PersonMasterData. * * @param group_code */ public void setGroup_code(java.lang.String group_code) { this.group_code = group_code; } /** * Gets the id value for this PersonMasterData. * * @return id */ public java.lang.String getId() { return id; } /** * Sets the id value for this PersonMasterData. * * @param id */ public void setId(java.lang.String id) { this.id = id; } /** * Gets the id_number value for this PersonMasterData. * * @return id_number */ public java.lang.String getId_number() { return id_number; } /** * Sets the id_number value for this PersonMasterData. * * @param id_number */ public void setId_number(java.lang.String id_number) { this.id_number = id_number; } /** * Gets the id_type value for this PersonMasterData. * * @return id_type */ public java.lang.String getId_type() { return id_type; } /** * Sets the id_type value for this PersonMasterData. * * @param id_type */ public void setId_type(java.lang.String id_type) { this.id_type = id_type; } /** * Gets the is_keyposion value for this PersonMasterData. * * @return is_keyposion */ public java.lang.String getIs_keyposion() { return is_keyposion; } /** * Sets the is_keyposion value for this PersonMasterData. * * @param is_keyposion */ public void setIs_keyposion(java.lang.String is_keyposion) { this.is_keyposion = is_keyposion; } /** * Gets the link_fieldvalue value for this PersonMasterData. * * @return link_fieldvalue */ public java.lang.String getLink_fieldvalue() { return link_fieldvalue; } /** * Sets the link_fieldvalue value for this PersonMasterData. * * @param link_fieldvalue */ public void setLink_fieldvalue(java.lang.String link_fieldvalue) { this.link_fieldvalue = link_fieldvalue; } /** * Gets the lm_code value for this PersonMasterData. * * @return lm_code */ public java.lang.String getLm_code() { return lm_code; } /** * Sets the lm_code value for this PersonMasterData. * * @param lm_code */ public void setLm_code(java.lang.String lm_code) { this.lm_code = lm_code; } /** * Gets the marital_status value for this PersonMasterData. * * @return marital_status */ public java.lang.String getMarital_status() { return marital_status; } /** * Sets the marital_status value for this PersonMasterData. * * @param marital_status */ public void setMarital_status(java.lang.String marital_status) { this.marital_status = marital_status; } /** * Gets the mdm_cleanstatus value for this PersonMasterData. * * @return mdm_cleanstatus */ public java.lang.String getMdm_cleanstatus() { return mdm_cleanstatus; } /** * Sets the mdm_cleanstatus value for this PersonMasterData. * * @param mdm_cleanstatus */ public void setMdm_cleanstatus(java.lang.String mdm_cleanstatus) { this.mdm_cleanstatus = mdm_cleanstatus; } /** * Gets the mdm_code value for this PersonMasterData. * * @return mdm_code */ public java.lang.String getMdm_code() { return mdm_code; } /** * Sets the mdm_code value for this PersonMasterData. * * @param mdm_code */ public void setMdm_code(java.lang.String mdm_code) { this.mdm_code = mdm_code; } /** * Gets the mdm_datastatus value for this PersonMasterData. * * @return mdm_datastatus */ public int getMdm_datastatus() { return mdm_datastatus; } /** * Sets the mdm_datastatus value for this PersonMasterData. * * @param mdm_datastatus */ public void setMdm_datastatus(int mdm_datastatus) { this.mdm_datastatus = mdm_datastatus; } /** * Gets the mdm_duplicate value for this PersonMasterData. * * @return mdm_duplicate */ public int getMdm_duplicate() { return mdm_duplicate; } /** * Sets the mdm_duplicate value for this PersonMasterData. * * @param mdm_duplicate */ public void setMdm_duplicate(int mdm_duplicate) { this.mdm_duplicate = mdm_duplicate; } /** * Gets the mdm_parentcode value for this PersonMasterData. * * @return mdm_parentcode */ public java.lang.String getMdm_parentcode() { return mdm_parentcode; } /** * Sets the mdm_parentcode value for this PersonMasterData. * * @param mdm_parentcode */ public void setMdm_parentcode(java.lang.String mdm_parentcode) { this.mdm_parentcode = mdm_parentcode; } /** * Gets the mdm_workflow value for this PersonMasterData. * * @return mdm_workflow */ public int getMdm_workflow() { return mdm_workflow; } /** * Sets the mdm_workflow value for this PersonMasterData. * * @param mdm_workflow */ public void setMdm_workflow(int mdm_workflow) { this.mdm_workflow = mdm_workflow; } /** * Gets the mdm_yersion value for this PersonMasterData. * * @return mdm_yersion */ public java.lang.String getMdm_yersion() { return mdm_yersion; } /** * Sets the mdm_yersion value for this PersonMasterData. * * @param mdm_yersion */ public void setMdm_yersion(java.lang.String mdm_yersion) { this.mdm_yersion = mdm_yersion; } /** * Gets the mobile_phone value for this PersonMasterData. * * @return mobile_phone */ public java.lang.String getMobile_phone() { return mobile_phone; } /** * Sets the mobile_phone value for this PersonMasterData. * * @param mobile_phone */ public void setMobile_phone(java.lang.String mobile_phone) { this.mobile_phone = mobile_phone; } /** * Gets the modifier value for this PersonMasterData. * * @return modifier */ public java.lang.String getModifier() { return modifier; } /** * Sets the modifier value for this PersonMasterData. * * @param modifier */ public void setModifier(java.lang.String modifier) { this.modifier = modifier; } /** * Gets the modifytime value for this PersonMasterData. * * @return modifytime */ public java.lang.String getModifytime() { return modifytime; } /** * Sets the modifytime value for this PersonMasterData. * * @param modifytime */ public void setModifytime(java.lang.String modifytime) { this.modifytime = modifytime; } /** * Gets the name value for this PersonMasterData. * * @return name */ public java.lang.String getName() { return name; } /** * Sets the name value for this PersonMasterData. * * @param name */ public void setName(java.lang.String name) { this.name = name; } /** * Gets the nationality value for this PersonMasterData. * * @return nationality */ public java.lang.String getNationality() { return nationality; } /** * Sets the nationality value for this PersonMasterData. * * @param nationality */ public void setNationality(java.lang.String nationality) { this.nationality = nationality; } /** * Gets the office_telephone value for this PersonMasterData. * * @return office_telephone */ public java.lang.String getOffice_telephone() { return office_telephone; } /** * Sets the office_telephone value for this PersonMasterData. * * @param office_telephone */ public void setOffice_telephone(java.lang.String office_telephone) { this.office_telephone = office_telephone; } /** * Gets the outer_email value for this PersonMasterData. * * @return outer_email */ public java.lang.String getOuter_email() { return outer_email; } /** * Sets the outer_email value for this PersonMasterData. * * @param outer_email */ public void setOuter_email(java.lang.String outer_email) { this.outer_email = outer_email; } /** * Gets the parent_dept_code value for this PersonMasterData. * * @return parent_dept_code */ public java.lang.String getParent_dept_code() { return parent_dept_code; } /** * Sets the parent_dept_code value for this PersonMasterData. * * @param parent_dept_code */ public void setParent_dept_code(java.lang.String parent_dept_code) { this.parent_dept_code = parent_dept_code; } /** * Gets the parent_dept_name value for this PersonMasterData. * * @return parent_dept_name */ public java.lang.String getParent_dept_name() { return parent_dept_name; } /** * Sets the parent_dept_name value for this PersonMasterData. * * @param parent_dept_name */ public void setParent_dept_name(java.lang.String parent_dept_name) { this.parent_dept_name = parent_dept_name; } /** * Gets the pk_mdm value for this PersonMasterData. * * @return pk_mdm */ public java.lang.String getPk_mdm() { return pk_mdm; } /** * Sets the pk_mdm value for this PersonMasterData. * * @param pk_mdm */ public void setPk_mdm(java.lang.String pk_mdm) { this.pk_mdm = pk_mdm; } /** * Gets the politiccountenance value for this PersonMasterData. * * @return politiccountenance */ public java.lang.String getPoliticcountenance() { return politiccountenance; } /** * Sets the politiccountenance value for this PersonMasterData. * * @param politiccountenance */ public void setPoliticcountenance(java.lang.String politiccountenance) { this.politiccountenance = politiccountenance; } /** * Gets the position value for this PersonMasterData. * * @return position */ public java.lang.String getPosition() { return position; } /** * Sets the position value for this PersonMasterData. * * @param position */ public void setPosition(java.lang.String position) { this.position = position; } /** * Gets the ts value for this PersonMasterData. * * @return ts */ public java.lang.String getTs() { return ts; } /** * Sets the ts value for this PersonMasterData. * * @param ts */ public void setTs(java.lang.String ts) { this.ts = ts; } /** * Gets the work_title value for this PersonMasterData. * * @return work_title */ public java.lang.String getWork_title() { return work_title; } /** * Sets the work_title value for this PersonMasterData. * * @param work_title */ public void setWork_title(java.lang.String work_title) { this.work_title = work_title; } /** * Gets the worker_category value for this PersonMasterData. * * @return worker_category */ public java.lang.String getWorker_category() { return worker_category; } /** * Sets the worker_category value for this PersonMasterData. * * @param worker_category */ public void setWorker_category(java.lang.String worker_category) { this.worker_category = worker_category; } /** * Gets the worker_duty value for this PersonMasterData. * * @return worker_duty */ public java.lang.String getWorker_duty() { return worker_duty; } /** * Sets the worker_duty value for this PersonMasterData. * * @param worker_duty */ public void setWorker_duty(java.lang.String worker_duty) { this.worker_duty = worker_duty; } /** * Gets the worker_email value for this PersonMasterData. * * @return worker_email */ public java.lang.String getWorker_email() { return worker_email; } /** * Sets the worker_email value for this PersonMasterData. * * @param worker_email */ public void setWorker_email(java.lang.String worker_email) { this.worker_email = worker_email; } /** * Gets the worker_level value for this PersonMasterData. * * @return worker_level */ public java.lang.String getWorker_level() { return worker_level; } /** * Sets the worker_level value for this PersonMasterData. * * @param worker_level */ public void setWorker_level(java.lang.String worker_level) { this.worker_level = worker_level; } /** * Gets the worker_security_level value for this PersonMasterData. * * @return worker_security_level */ public java.lang.String getWorker_security_level() { return worker_security_level; } /** * Sets the worker_security_level value for this PersonMasterData. * * @param worker_security_level */ public void setWorker_security_level(java.lang.String worker_security_level) { this.worker_security_level = worker_security_level; } private java.lang.Object __equalsCalc = null; public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof PersonMasterData)) return false; PersonMasterData other = (PersonMasterData) obj; if (obj == null) return false; if (this == obj) return true; if (__equalsCalc != null) { return (__equalsCalc == obj); } __equalsCalc = obj; boolean _equals; _equals = true && ((this.admin_division==null && other.getAdmin_division()==null) || (this.admin_division!=null && this.admin_division.equals(other.getAdmin_division()))) && ((this.admin_division_code==null && other.getAdmin_division_code()==null) || (this.admin_division_code!=null && this.admin_division_code.equals(other.getAdmin_division_code()))) && ((this.birthday==null && other.getBirthday()==null) || (this.birthday!=null && this.birthday.equals(other.getBirthday()))) && ((this.birthplace==null && other.getBirthplace()==null) || (this.birthplace!=null && this.birthplace.equals(other.getBirthplace()))) && ((this.cittizenship==null && other.getCittizenship()==null) || (this.cittizenship!=null && this.cittizenship.equals(other.getCittizenship()))) && ((this.country==null && other.getCountry()==null) || (this.country!=null && this.country.equals(other.getCountry()))) && ((this.createtime==null && other.getCreatetime()==null) || (this.createtime!=null && this.createtime.equals(other.getCreatetime()))) && ((this.creator==null && other.getCreator()==null) || (this.creator!=null && this.creator.equals(other.getCreator()))) && ((this.deptName==null && other.getDeptName()==null) || (this.deptName!=null && this.deptName.equals(other.getDeptName()))) && ((this.dept_type==null && other.getDept_type()==null) || (this.dept_type!=null && this.dept_type.equals(other.getDept_type()))) && this.dr == other.getDr() && ((this.dr_mdm_code==null && other.getDr_mdm_code()==null) || (this.dr_mdm_code!=null && this.dr_mdm_code.equals(other.getDr_mdm_code()))) && ((this.education==null && other.getEducation()==null) || (this.education!=null && this.education.equals(other.getEducation()))) && ((this.employer==null && other.getEmployer()==null) || (this.employer!=null && this.employer.equals(other.getEmployer()))) && ((this.employer_code==null && other.getEmployer_code()==null) || (this.employer_code!=null && this.employer_code.equals(other.getEmployer_code()))) && ((this.employment_form==null && other.getEmployment_form()==null) || (this.employment_form!=null && this.employment_form.equals(other.getEmployment_form()))) && ((this.employment_type==null && other.getEmployment_type()==null) || (this.employment_type!=null && this.employment_type.equals(other.getEmployment_type()))) && ((this.employment_type_entity==null && other.getEmployment_type_entity()==null) || (this.employment_type_entity!=null && this.employment_type_entity.equals(other.getEmployment_type_entity()))) && ((this.employment_type_nane==null && other.getEmployment_type_nane()==null) || (this.employment_type_nane!=null && this.employment_type_nane.equals(other.getEmployment_type_nane()))) && ((this.flow_middatastatus==null && other.getFlow_middatastatus()==null) || (this.flow_middatastatus!=null && this.flow_middatastatus.equals(other.getFlow_middatastatus()))) && ((this.gender_entity==null && other.getGender_entity()==null) || (this.gender_entity!=null && this.gender_entity.equals(other.getGender_entity()))) && ((this.gender_name==null && other.getGender_name()==null) || (this.gender_name!=null && this.gender_name.equals(other.getGender_name()))) && ((this.gerder==null && other.getGerder()==null) || (this.gerder!=null && this.gerder.equals(other.getGerder()))) && ((this.group_code==null && other.getGroup_code()==null) || (this.group_code!=null && this.group_code.equals(other.getGroup_code()))) && ((this.id==null && other.getId()==null) || (this.id!=null && this.id.equals(other.getId()))) && ((this.id_number==null && other.getId_number()==null) || (this.id_number!=null && this.id_number.equals(other.getId_number()))) && ((this.id_type==null && other.getId_type()==null) || (this.id_type!=null && this.id_type.equals(other.getId_type()))) && ((this.is_keyposion==null && other.getIs_keyposion()==null) || (this.is_keyposion!=null && this.is_keyposion.equals(other.getIs_keyposion()))) && ((this.link_fieldvalue==null && other.getLink_fieldvalue()==null) || (this.link_fieldvalue!=null && this.link_fieldvalue.equals(other.getLink_fieldvalue()))) && ((this.lm_code==null && other.getLm_code()==null) || (this.lm_code!=null && this.lm_code.equals(other.getLm_code()))) && ((this.marital_status==null && other.getMarital_status()==null) || (this.marital_status!=null && this.marital_status.equals(other.getMarital_status()))) && ((this.mdm_cleanstatus==null && other.getMdm_cleanstatus()==null) || (this.mdm_cleanstatus!=null && this.mdm_cleanstatus.equals(other.getMdm_cleanstatus()))) && ((this.mdm_code==null && other.getMdm_code()==null) || (this.mdm_code!=null && this.mdm_code.equals(other.getMdm_code()))) && this.mdm_datastatus == other.getMdm_datastatus() && this.mdm_duplicate == other.getMdm_duplicate() && ((this.mdm_parentcode==null && other.getMdm_parentcode()==null) || (this.mdm_parentcode!=null && this.mdm_parentcode.equals(other.getMdm_parentcode()))) && this.mdm_workflow == other.getMdm_workflow() && ((this.mdm_yersion==null && other.getMdm_yersion()==null) || (this.mdm_yersion!=null && this.mdm_yersion.equals(other.getMdm_yersion()))) && ((this.mobile_phone==null && other.getMobile_phone()==null) || (this.mobile_phone!=null && this.mobile_phone.equals(other.getMobile_phone()))) && ((this.modifier==null && other.getModifier()==null) || (this.modifier!=null && this.modifier.equals(other.getModifier()))) && ((this.modifytime==null && other.getModifytime()==null) || (this.modifytime!=null && this.modifytime.equals(other.getModifytime()))) && ((this.name==null && other.getName()==null) || (this.name!=null && this.name.equals(other.getName()))) && ((this.nationality==null && other.getNationality()==null) || (this.nationality!=null && this.nationality.equals(other.getNationality()))) && ((this.office_telephone==null && other.getOffice_telephone()==null) || (this.office_telephone!=null && this.office_telephone.equals(other.getOffice_telephone()))) && ((this.outer_email==null && other.getOuter_email()==null) || (this.outer_email!=null && this.outer_email.equals(other.getOuter_email()))) && ((this.parent_dept_code==null && other.getParent_dept_code()==null) || (this.parent_dept_code!=null && this.parent_dept_code.equals(other.getParent_dept_code()))) && ((this.parent_dept_name==null && other.getParent_dept_name()==null) || (this.parent_dept_name!=null && this.parent_dept_name.equals(other.getParent_dept_name()))) && ((this.pk_mdm==null && other.getPk_mdm()==null) || (this.pk_mdm!=null && this.pk_mdm.equals(other.getPk_mdm()))) && ((this.politiccountenance==null && other.getPoliticcountenance()==null) || (this.politiccountenance!=null && this.politiccountenance.equals(other.getPoliticcountenance()))) && ((this.position==null && other.getPosition()==null) || (this.position!=null && this.position.equals(other.getPosition()))) && ((this.ts==null && other.getTs()==null) || (this.ts!=null && this.ts.equals(other.getTs()))) && ((this.work_title==null && other.getWork_title()==null) || (this.work_title!=null && this.work_title.equals(other.getWork_title()))) && ((this.worker_category==null && other.getWorker_category()==null) || (this.worker_category!=null && this.worker_category.equals(other.getWorker_category()))) && ((this.worker_duty==null && other.getWorker_duty()==null) || (this.worker_duty!=null && this.worker_duty.equals(other.getWorker_duty()))) && ((this.worker_email==null && other.getWorker_email()==null) || (this.worker_email!=null && this.worker_email.equals(other.getWorker_email()))) && ((this.worker_level==null && other.getWorker_level()==null) || (this.worker_level!=null && this.worker_level.equals(other.getWorker_level()))) && ((this.worker_security_level==null && other.getWorker_security_level()==null) || (this.worker_security_level!=null && this.worker_security_level.equals(other.getWorker_security_level()))); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; public synchronized int hashCode() { if (__hashCodeCalc) { return 0; } __hashCodeCalc = true; int _hashCode = 1; if (getAdmin_division() != null) { _hashCode += getAdmin_division().hashCode(); } if (getAdmin_division_code() != null) { _hashCode += getAdmin_division_code().hashCode(); } if (getBirthday() != null) { _hashCode += getBirthday().hashCode(); } if (getBirthplace() != null) { _hashCode += getBirthplace().hashCode(); } if (getCittizenship() != null) { _hashCode += getCittizenship().hashCode(); } if (getCountry() != null) { _hashCode += getCountry().hashCode(); } if (getCreatetime() != null) { _hashCode += getCreatetime().hashCode(); } if (getCreator() != null) { _hashCode += getCreator().hashCode(); } if (getDeptName() != null) { _hashCode += getDeptName().hashCode(); } if (getDept_type() != null) { _hashCode += getDept_type().hashCode(); } _hashCode += getDr(); if (getDr_mdm_code() != null) { _hashCode += getDr_mdm_code().hashCode(); } if (getEducation() != null) { _hashCode += getEducation().hashCode(); } if (getEmployer() != null) { _hashCode += getEmployer().hashCode(); } if (getEmployer_code() != null) { _hashCode += getEmployer_code().hashCode(); } if (getEmployment_form() != null) { _hashCode += getEmployment_form().hashCode(); } if (getEmployment_type() != null) { _hashCode += getEmployment_type().hashCode(); } if (getEmployment_type_entity() != null) { _hashCode += getEmployment_type_entity().hashCode(); } if (getEmployment_type_nane() != null) { _hashCode += getEmployment_type_nane().hashCode(); } if (getFlow_middatastatus() != null) { _hashCode += getFlow_middatastatus().hashCode(); } if (getGender_entity() != null) { _hashCode += getGender_entity().hashCode(); } if (getGender_name() != null) { _hashCode += getGender_name().hashCode(); } if (getGerder() != null) { _hashCode += getGerder().hashCode(); } if (getGroup_code() != null) { _hashCode += getGroup_code().hashCode(); } if (getId() != null) { _hashCode += getId().hashCode(); } if (getId_number() != null) { _hashCode += getId_number().hashCode(); } if (getId_type() != null) { _hashCode += getId_type().hashCode(); } if (getIs_keyposion() != null) { _hashCode += getIs_keyposion().hashCode(); } if (getLink_fieldvalue() != null) { _hashCode += getLink_fieldvalue().hashCode(); } if (getLm_code() != null) { _hashCode += getLm_code().hashCode(); } if (getMarital_status() != null) { _hashCode += getMarital_status().hashCode(); } if (getMdm_cleanstatus() != null) { _hashCode += getMdm_cleanstatus().hashCode(); } if (getMdm_code() != null) { _hashCode += getMdm_code().hashCode(); } _hashCode += getMdm_datastatus(); _hashCode += getMdm_duplicate(); if (getMdm_parentcode() != null) { _hashCode += getMdm_parentcode().hashCode(); } _hashCode += getMdm_workflow(); if (getMdm_yersion() != null) { _hashCode += getMdm_yersion().hashCode(); } if (getMobile_phone() != null) { _hashCode += getMobile_phone().hashCode(); } if (getModifier() != null) { _hashCode += getModifier().hashCode(); } if (getModifytime() != null) { _hashCode += getModifytime().hashCode(); } if (getName() != null) { _hashCode += getName().hashCode(); } if (getNationality() != null) { _hashCode += getNationality().hashCode(); } if (getOffice_telephone() != null) { _hashCode += getOffice_telephone().hashCode(); } if (getOuter_email() != null) { _hashCode += getOuter_email().hashCode(); } if (getParent_dept_code() != null) { _hashCode += getParent_dept_code().hashCode(); } if (getParent_dept_name() != null) { _hashCode += getParent_dept_name().hashCode(); } if (getPk_mdm() != null) { _hashCode += getPk_mdm().hashCode(); } if (getPoliticcountenance() != null) { _hashCode += getPoliticcountenance().hashCode(); } if (getPosition() != null) { _hashCode += getPosition().hashCode(); } if (getTs() != null) { _hashCode += getTs().hashCode(); } if (getWork_title() != null) { _hashCode += getWork_title().hashCode(); } if (getWorker_category() != null) { _hashCode += getWorker_category().hashCode(); } if (getWorker_duty() != null) { _hashCode += getWorker_duty().hashCode(); } if (getWorker_email() != null) { _hashCode += getWorker_email().hashCode(); } if (getWorker_level() != null) { _hashCode += getWorker_level().hashCode(); } if (getWorker_security_level() != null) { _hashCode += getWorker_security_level().hashCode(); } __hashCodeCalc = false; return _hashCode; } // Type metadata private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(PersonMasterData.class, true); static { typeDesc.setXmlType(new javax.xml.namespace.QName("http://code.ubcs.vci.com/", "personMasterData")); org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("admin_division"); elemField.setXmlName(new javax.xml.namespace.QName("", "admin_division")); 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("admin_division_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "admin_division_code")); 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("birthday"); elemField.setXmlName(new javax.xml.namespace.QName("", "birthday")); 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("birthplace"); elemField.setXmlName(new javax.xml.namespace.QName("", "birthplace")); 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("cittizenship"); elemField.setXmlName(new javax.xml.namespace.QName("", "cittizenship")); 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("country"); elemField.setXmlName(new javax.xml.namespace.QName("", "country")); 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("createtime"); elemField.setXmlName(new javax.xml.namespace.QName("", "createtime")); 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("creator"); elemField.setXmlName(new javax.xml.namespace.QName("", "creator")); 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("deptName"); elemField.setXmlName(new javax.xml.namespace.QName("", "deptName")); 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("dept_type"); elemField.setXmlName(new javax.xml.namespace.QName("", "dept_type")); 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("dr"); elemField.setXmlName(new javax.xml.namespace.QName("", "dr")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("dr_mdm_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "dr_mdm_code")); 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("education"); elemField.setXmlName(new javax.xml.namespace.QName("", "education")); 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("employer"); elemField.setXmlName(new javax.xml.namespace.QName("", "employer")); 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("employer_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "employer_code")); 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("employment_form"); elemField.setXmlName(new javax.xml.namespace.QName("", "employment_form")); 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("employment_type"); elemField.setXmlName(new javax.xml.namespace.QName("", "employment_type")); 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("employment_type_entity"); elemField.setXmlName(new javax.xml.namespace.QName("", "employment_type_entity")); elemField.setXmlType(new javax.xml.namespace.QName("http://code.ubcs.vci.com/", "enumerableData")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("employment_type_nane"); elemField.setXmlName(new javax.xml.namespace.QName("", "employment_type_nane")); 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("flow_middatastatus"); elemField.setXmlName(new javax.xml.namespace.QName("", "flow_middatastatus")); 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("gender_entity"); elemField.setXmlName(new javax.xml.namespace.QName("", "gender_entity")); elemField.setXmlType(new javax.xml.namespace.QName("http://code.ubcs.vci.com/", "enumerableData")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("gender_name"); elemField.setXmlName(new javax.xml.namespace.QName("", "gender_name")); 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("gerder"); elemField.setXmlName(new javax.xml.namespace.QName("", "gerder")); 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("group_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "group_code")); 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("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("id_number"); elemField.setXmlName(new javax.xml.namespace.QName("", "id_number")); 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("id_type"); elemField.setXmlName(new javax.xml.namespace.QName("", "id_type")); 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("is_keyposion"); elemField.setXmlName(new javax.xml.namespace.QName("", "is_keyposion")); 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("link_fieldvalue"); elemField.setXmlName(new javax.xml.namespace.QName("", "link_fieldvalue")); 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("lm_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "lm_code")); 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("marital_status"); elemField.setXmlName(new javax.xml.namespace.QName("", "marital_status")); 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("mdm_cleanstatus"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_cleanstatus")); 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("mdm_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_code")); 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("mdm_datastatus"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_datastatus")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_duplicate"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_duplicate")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_parentcode"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_parentcode")); 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("mdm_workflow"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_workflow")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mdm_yersion"); elemField.setXmlName(new javax.xml.namespace.QName("", "mdm_yersion")); 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("mobile_phone"); elemField.setXmlName(new javax.xml.namespace.QName("", "mobile_phone")); 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("modifier"); elemField.setXmlName(new javax.xml.namespace.QName("", "modifier")); 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("modifytime"); elemField.setXmlName(new javax.xml.namespace.QName("", "modifytime")); 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(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("nationality"); elemField.setXmlName(new javax.xml.namespace.QName("", "nationality")); 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("office_telephone"); elemField.setXmlName(new javax.xml.namespace.QName("", "office_telephone")); 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("outer_email"); elemField.setXmlName(new javax.xml.namespace.QName("", "outer_email")); 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("parent_dept_code"); elemField.setXmlName(new javax.xml.namespace.QName("", "parent_dept_code")); 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("parent_dept_name"); elemField.setXmlName(new javax.xml.namespace.QName("", "parent_dept_name")); 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("pk_mdm"); elemField.setXmlName(new javax.xml.namespace.QName("", "pk_mdm")); 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("politiccountenance"); elemField.setXmlName(new javax.xml.namespace.QName("", "politiccountenance")); 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("position"); elemField.setXmlName(new javax.xml.namespace.QName("", "position")); 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("ts"); elemField.setXmlName(new javax.xml.namespace.QName("", "ts")); 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("work_title"); elemField.setXmlName(new javax.xml.namespace.QName("", "work_title")); 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("worker_category"); elemField.setXmlName(new javax.xml.namespace.QName("", "worker_category")); 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("worker_duty"); elemField.setXmlName(new javax.xml.namespace.QName("", "worker_duty")); 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("worker_email"); elemField.setXmlName(new javax.xml.namespace.QName("", "worker_email")); 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("worker_level"); elemField.setXmlName(new javax.xml.namespace.QName("", "worker_level")); 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("worker_security_level"); elemField.setXmlName(new javax.xml.namespace.QName("", "worker_security_level")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); 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); } }