/**
|
* Subscriber.java
|
*
|
* This file was auto-generated from WSDL
|
* by the Apache Axis 1.4.1-SNAPSHOT Nov 07, 2023 (07:57:58 UTC) WSDL2Java emitter.
|
*/
|
|
package com.gear.common.utils.emailsq.service;
|
|
public class Subscriber implements java.io.Serializable {
|
private java.lang.String email;
|
|
private java.lang.String firstName;
|
|
private java.lang.String middleName;
|
|
private java.lang.String lastName;
|
|
private java.lang.String jobTitle;
|
|
private java.lang.String company;
|
|
private java.lang.String homePhone;
|
|
private java.lang.String address1;
|
|
private java.lang.String address2;
|
|
private java.lang.String address3;
|
|
private java.lang.String city;
|
|
private java.lang.String state;
|
|
private java.lang.String country;
|
|
private java.lang.String postalCode;
|
|
private java.lang.String subPostalCode;
|
|
private java.lang.String fax;
|
|
private java.lang.String webUrl;
|
|
private java.lang.String title;
|
|
private java.lang.String gender;
|
|
private java.util.Calendar date1;
|
|
private java.util.Calendar date2;
|
|
private java.lang.String customField1;
|
|
private java.lang.String customField2;
|
|
private java.lang.String customField3;
|
|
private java.lang.String customField4;
|
|
private java.lang.String customField5;
|
|
private java.lang.String customField6;
|
|
private java.lang.String customField7;
|
|
private java.lang.String customField8;
|
|
private java.lang.String customField9;
|
|
private java.lang.String customField10;
|
|
private java.lang.String customField11;
|
|
private java.lang.String customField12;
|
|
private java.lang.String customField13;
|
|
private java.lang.String customField14;
|
|
private java.lang.String customField15;
|
|
public Subscriber() {
|
}
|
|
public Subscriber(
|
java.lang.String email,
|
java.lang.String firstName,
|
java.lang.String middleName,
|
java.lang.String lastName,
|
java.lang.String jobTitle,
|
java.lang.String company,
|
java.lang.String homePhone,
|
java.lang.String address1,
|
java.lang.String address2,
|
java.lang.String address3,
|
java.lang.String city,
|
java.lang.String state,
|
java.lang.String country,
|
java.lang.String postalCode,
|
java.lang.String subPostalCode,
|
java.lang.String fax,
|
java.lang.String webUrl,
|
java.lang.String title,
|
java.lang.String gender,
|
java.util.Calendar date1,
|
java.util.Calendar date2,
|
java.lang.String customField1,
|
java.lang.String customField2,
|
java.lang.String customField3,
|
java.lang.String customField4,
|
java.lang.String customField5,
|
java.lang.String customField6,
|
java.lang.String customField7,
|
java.lang.String customField8,
|
java.lang.String customField9,
|
java.lang.String customField10,
|
java.lang.String customField11,
|
java.lang.String customField12,
|
java.lang.String customField13,
|
java.lang.String customField14,
|
java.lang.String customField15) {
|
this.email = email;
|
this.firstName = firstName;
|
this.middleName = middleName;
|
this.lastName = lastName;
|
this.jobTitle = jobTitle;
|
this.company = company;
|
this.homePhone = homePhone;
|
this.address1 = address1;
|
this.address2 = address2;
|
this.address3 = address3;
|
this.city = city;
|
this.state = state;
|
this.country = country;
|
this.postalCode = postalCode;
|
this.subPostalCode = subPostalCode;
|
this.fax = fax;
|
this.webUrl = webUrl;
|
this.title = title;
|
this.gender = gender;
|
this.date1 = date1;
|
this.date2 = date2;
|
this.customField1 = customField1;
|
this.customField2 = customField2;
|
this.customField3 = customField3;
|
this.customField4 = customField4;
|
this.customField5 = customField5;
|
this.customField6 = customField6;
|
this.customField7 = customField7;
|
this.customField8 = customField8;
|
this.customField9 = customField9;
|
this.customField10 = customField10;
|
this.customField11 = customField11;
|
this.customField12 = customField12;
|
this.customField13 = customField13;
|
this.customField14 = customField14;
|
this.customField15 = customField15;
|
}
|
|
|
/**
|
* Gets the email value for this Subscriber.
|
*
|
* @return email
|
*/
|
public java.lang.String getEmail() {
|
return email;
|
}
|
|
|
/**
|
* Sets the email value for this Subscriber.
|
*
|
* @param email
|
*/
|
public void setEmail(java.lang.String email) {
|
this.email = email;
|
}
|
|
|
/**
|
* Gets the firstName value for this Subscriber.
|
*
|
* @return firstName
|
*/
|
public java.lang.String getFirstName() {
|
return firstName;
|
}
|
|
|
/**
|
* Sets the firstName value for this Subscriber.
|
*
|
* @param firstName
|
*/
|
public void setFirstName(java.lang.String firstName) {
|
this.firstName = firstName;
|
}
|
|
|
/**
|
* Gets the middleName value for this Subscriber.
|
*
|
* @return middleName
|
*/
|
public java.lang.String getMiddleName() {
|
return middleName;
|
}
|
|
|
/**
|
* Sets the middleName value for this Subscriber.
|
*
|
* @param middleName
|
*/
|
public void setMiddleName(java.lang.String middleName) {
|
this.middleName = middleName;
|
}
|
|
|
/**
|
* Gets the lastName value for this Subscriber.
|
*
|
* @return lastName
|
*/
|
public java.lang.String getLastName() {
|
return lastName;
|
}
|
|
|
/**
|
* Sets the lastName value for this Subscriber.
|
*
|
* @param lastName
|
*/
|
public void setLastName(java.lang.String lastName) {
|
this.lastName = lastName;
|
}
|
|
|
/**
|
* Gets the jobTitle value for this Subscriber.
|
*
|
* @return jobTitle
|
*/
|
public java.lang.String getJobTitle() {
|
return jobTitle;
|
}
|
|
|
/**
|
* Sets the jobTitle value for this Subscriber.
|
*
|
* @param jobTitle
|
*/
|
public void setJobTitle(java.lang.String jobTitle) {
|
this.jobTitle = jobTitle;
|
}
|
|
|
/**
|
* Gets the company value for this Subscriber.
|
*
|
* @return company
|
*/
|
public java.lang.String getCompany() {
|
return company;
|
}
|
|
|
/**
|
* Sets the company value for this Subscriber.
|
*
|
* @param company
|
*/
|
public void setCompany(java.lang.String company) {
|
this.company = company;
|
}
|
|
|
/**
|
* Gets the homePhone value for this Subscriber.
|
*
|
* @return homePhone
|
*/
|
public java.lang.String getHomePhone() {
|
return homePhone;
|
}
|
|
|
/**
|
* Sets the homePhone value for this Subscriber.
|
*
|
* @param homePhone
|
*/
|
public void setHomePhone(java.lang.String homePhone) {
|
this.homePhone = homePhone;
|
}
|
|
|
/**
|
* Gets the address1 value for this Subscriber.
|
*
|
* @return address1
|
*/
|
public java.lang.String getAddress1() {
|
return address1;
|
}
|
|
|
/**
|
* Sets the address1 value for this Subscriber.
|
*
|
* @param address1
|
*/
|
public void setAddress1(java.lang.String address1) {
|
this.address1 = address1;
|
}
|
|
|
/**
|
* Gets the address2 value for this Subscriber.
|
*
|
* @return address2
|
*/
|
public java.lang.String getAddress2() {
|
return address2;
|
}
|
|
|
/**
|
* Sets the address2 value for this Subscriber.
|
*
|
* @param address2
|
*/
|
public void setAddress2(java.lang.String address2) {
|
this.address2 = address2;
|
}
|
|
|
/**
|
* Gets the address3 value for this Subscriber.
|
*
|
* @return address3
|
*/
|
public java.lang.String getAddress3() {
|
return address3;
|
}
|
|
|
/**
|
* Sets the address3 value for this Subscriber.
|
*
|
* @param address3
|
*/
|
public void setAddress3(java.lang.String address3) {
|
this.address3 = address3;
|
}
|
|
|
/**
|
* Gets the city value for this Subscriber.
|
*
|
* @return city
|
*/
|
public java.lang.String getCity() {
|
return city;
|
}
|
|
|
/**
|
* Sets the city value for this Subscriber.
|
*
|
* @param city
|
*/
|
public void setCity(java.lang.String city) {
|
this.city = city;
|
}
|
|
|
/**
|
* Gets the state value for this Subscriber.
|
*
|
* @return state
|
*/
|
public java.lang.String getState() {
|
return state;
|
}
|
|
|
/**
|
* Sets the state value for this Subscriber.
|
*
|
* @param state
|
*/
|
public void setState(java.lang.String state) {
|
this.state = state;
|
}
|
|
|
/**
|
* Gets the country value for this Subscriber.
|
*
|
* @return country
|
*/
|
public java.lang.String getCountry() {
|
return country;
|
}
|
|
|
/**
|
* Sets the country value for this Subscriber.
|
*
|
* @param country
|
*/
|
public void setCountry(java.lang.String country) {
|
this.country = country;
|
}
|
|
|
/**
|
* Gets the postalCode value for this Subscriber.
|
*
|
* @return postalCode
|
*/
|
public java.lang.String getPostalCode() {
|
return postalCode;
|
}
|
|
|
/**
|
* Sets the postalCode value for this Subscriber.
|
*
|
* @param postalCode
|
*/
|
public void setPostalCode(java.lang.String postalCode) {
|
this.postalCode = postalCode;
|
}
|
|
|
/**
|
* Gets the subPostalCode value for this Subscriber.
|
*
|
* @return subPostalCode
|
*/
|
public java.lang.String getSubPostalCode() {
|
return subPostalCode;
|
}
|
|
|
/**
|
* Sets the subPostalCode value for this Subscriber.
|
*
|
* @param subPostalCode
|
*/
|
public void setSubPostalCode(java.lang.String subPostalCode) {
|
this.subPostalCode = subPostalCode;
|
}
|
|
|
/**
|
* Gets the fax value for this Subscriber.
|
*
|
* @return fax
|
*/
|
public java.lang.String getFax() {
|
return fax;
|
}
|
|
|
/**
|
* Sets the fax value for this Subscriber.
|
*
|
* @param fax
|
*/
|
public void setFax(java.lang.String fax) {
|
this.fax = fax;
|
}
|
|
|
/**
|
* Gets the webUrl value for this Subscriber.
|
*
|
* @return webUrl
|
*/
|
public java.lang.String getWebUrl() {
|
return webUrl;
|
}
|
|
|
/**
|
* Sets the webUrl value for this Subscriber.
|
*
|
* @param webUrl
|
*/
|
public void setWebUrl(java.lang.String webUrl) {
|
this.webUrl = webUrl;
|
}
|
|
|
/**
|
* Gets the title value for this Subscriber.
|
*
|
* @return title
|
*/
|
public java.lang.String getTitle() {
|
return title;
|
}
|
|
|
/**
|
* Sets the title value for this Subscriber.
|
*
|
* @param title
|
*/
|
public void setTitle(java.lang.String title) {
|
this.title = title;
|
}
|
|
|
/**
|
* Gets the gender value for this Subscriber.
|
*
|
* @return gender
|
*/
|
public java.lang.String getGender() {
|
return gender;
|
}
|
|
|
/**
|
* Sets the gender value for this Subscriber.
|
*
|
* @param gender
|
*/
|
public void setGender(java.lang.String gender) {
|
this.gender = gender;
|
}
|
|
|
/**
|
* Gets the date1 value for this Subscriber.
|
*
|
* @return date1
|
*/
|
public java.util.Calendar getDate1() {
|
return date1;
|
}
|
|
|
/**
|
* Sets the date1 value for this Subscriber.
|
*
|
* @param date1
|
*/
|
public void setDate1(java.util.Calendar date1) {
|
this.date1 = date1;
|
}
|
|
|
/**
|
* Gets the date2 value for this Subscriber.
|
*
|
* @return date2
|
*/
|
public java.util.Calendar getDate2() {
|
return date2;
|
}
|
|
|
/**
|
* Sets the date2 value for this Subscriber.
|
*
|
* @param date2
|
*/
|
public void setDate2(java.util.Calendar date2) {
|
this.date2 = date2;
|
}
|
|
|
/**
|
* Gets the customField1 value for this Subscriber.
|
*
|
* @return customField1
|
*/
|
public java.lang.String getCustomField1() {
|
return customField1;
|
}
|
|
|
/**
|
* Sets the customField1 value for this Subscriber.
|
*
|
* @param customField1
|
*/
|
public void setCustomField1(java.lang.String customField1) {
|
this.customField1 = customField1;
|
}
|
|
|
/**
|
* Gets the customField2 value for this Subscriber.
|
*
|
* @return customField2
|
*/
|
public java.lang.String getCustomField2() {
|
return customField2;
|
}
|
|
|
/**
|
* Sets the customField2 value for this Subscriber.
|
*
|
* @param customField2
|
*/
|
public void setCustomField2(java.lang.String customField2) {
|
this.customField2 = customField2;
|
}
|
|
|
/**
|
* Gets the customField3 value for this Subscriber.
|
*
|
* @return customField3
|
*/
|
public java.lang.String getCustomField3() {
|
return customField3;
|
}
|
|
|
/**
|
* Sets the customField3 value for this Subscriber.
|
*
|
* @param customField3
|
*/
|
public void setCustomField3(java.lang.String customField3) {
|
this.customField3 = customField3;
|
}
|
|
|
/**
|
* Gets the customField4 value for this Subscriber.
|
*
|
* @return customField4
|
*/
|
public java.lang.String getCustomField4() {
|
return customField4;
|
}
|
|
|
/**
|
* Sets the customField4 value for this Subscriber.
|
*
|
* @param customField4
|
*/
|
public void setCustomField4(java.lang.String customField4) {
|
this.customField4 = customField4;
|
}
|
|
|
/**
|
* Gets the customField5 value for this Subscriber.
|
*
|
* @return customField5
|
*/
|
public java.lang.String getCustomField5() {
|
return customField5;
|
}
|
|
|
/**
|
* Sets the customField5 value for this Subscriber.
|
*
|
* @param customField5
|
*/
|
public void setCustomField5(java.lang.String customField5) {
|
this.customField5 = customField5;
|
}
|
|
|
/**
|
* Gets the customField6 value for this Subscriber.
|
*
|
* @return customField6
|
*/
|
public java.lang.String getCustomField6() {
|
return customField6;
|
}
|
|
|
/**
|
* Sets the customField6 value for this Subscriber.
|
*
|
* @param customField6
|
*/
|
public void setCustomField6(java.lang.String customField6) {
|
this.customField6 = customField6;
|
}
|
|
|
/**
|
* Gets the customField7 value for this Subscriber.
|
*
|
* @return customField7
|
*/
|
public java.lang.String getCustomField7() {
|
return customField7;
|
}
|
|
|
/**
|
* Sets the customField7 value for this Subscriber.
|
*
|
* @param customField7
|
*/
|
public void setCustomField7(java.lang.String customField7) {
|
this.customField7 = customField7;
|
}
|
|
|
/**
|
* Gets the customField8 value for this Subscriber.
|
*
|
* @return customField8
|
*/
|
public java.lang.String getCustomField8() {
|
return customField8;
|
}
|
|
|
/**
|
* Sets the customField8 value for this Subscriber.
|
*
|
* @param customField8
|
*/
|
public void setCustomField8(java.lang.String customField8) {
|
this.customField8 = customField8;
|
}
|
|
|
/**
|
* Gets the customField9 value for this Subscriber.
|
*
|
* @return customField9
|
*/
|
public java.lang.String getCustomField9() {
|
return customField9;
|
}
|
|
|
/**
|
* Sets the customField9 value for this Subscriber.
|
*
|
* @param customField9
|
*/
|
public void setCustomField9(java.lang.String customField9) {
|
this.customField9 = customField9;
|
}
|
|
|
/**
|
* Gets the customField10 value for this Subscriber.
|
*
|
* @return customField10
|
*/
|
public java.lang.String getCustomField10() {
|
return customField10;
|
}
|
|
|
/**
|
* Sets the customField10 value for this Subscriber.
|
*
|
* @param customField10
|
*/
|
public void setCustomField10(java.lang.String customField10) {
|
this.customField10 = customField10;
|
}
|
|
|
/**
|
* Gets the customField11 value for this Subscriber.
|
*
|
* @return customField11
|
*/
|
public java.lang.String getCustomField11() {
|
return customField11;
|
}
|
|
|
/**
|
* Sets the customField11 value for this Subscriber.
|
*
|
* @param customField11
|
*/
|
public void setCustomField11(java.lang.String customField11) {
|
this.customField11 = customField11;
|
}
|
|
|
/**
|
* Gets the customField12 value for this Subscriber.
|
*
|
* @return customField12
|
*/
|
public java.lang.String getCustomField12() {
|
return customField12;
|
}
|
|
|
/**
|
* Sets the customField12 value for this Subscriber.
|
*
|
* @param customField12
|
*/
|
public void setCustomField12(java.lang.String customField12) {
|
this.customField12 = customField12;
|
}
|
|
|
/**
|
* Gets the customField13 value for this Subscriber.
|
*
|
* @return customField13
|
*/
|
public java.lang.String getCustomField13() {
|
return customField13;
|
}
|
|
|
/**
|
* Sets the customField13 value for this Subscriber.
|
*
|
* @param customField13
|
*/
|
public void setCustomField13(java.lang.String customField13) {
|
this.customField13 = customField13;
|
}
|
|
|
/**
|
* Gets the customField14 value for this Subscriber.
|
*
|
* @return customField14
|
*/
|
public java.lang.String getCustomField14() {
|
return customField14;
|
}
|
|
|
/**
|
* Sets the customField14 value for this Subscriber.
|
*
|
* @param customField14
|
*/
|
public void setCustomField14(java.lang.String customField14) {
|
this.customField14 = customField14;
|
}
|
|
|
/**
|
* Gets the customField15 value for this Subscriber.
|
*
|
* @return customField15
|
*/
|
public java.lang.String getCustomField15() {
|
return customField15;
|
}
|
|
|
/**
|
* Sets the customField15 value for this Subscriber.
|
*
|
* @param customField15
|
*/
|
public void setCustomField15(java.lang.String customField15) {
|
this.customField15 = customField15;
|
}
|
|
private java.lang.Object __equalsCalc = null;
|
public synchronized boolean equals(java.lang.Object obj) {
|
if (!(obj instanceof Subscriber)) return false;
|
Subscriber other = (Subscriber) obj;
|
if (this == obj) return true;
|
if (__equalsCalc != null) {
|
return (__equalsCalc == obj);
|
}
|
__equalsCalc = obj;
|
boolean _equals;
|
_equals = true &&
|
((this.email==null && other.getEmail()==null) ||
|
(this.email!=null &&
|
this.email.equals(other.getEmail()))) &&
|
((this.firstName==null && other.getFirstName()==null) ||
|
(this.firstName!=null &&
|
this.firstName.equals(other.getFirstName()))) &&
|
((this.middleName==null && other.getMiddleName()==null) ||
|
(this.middleName!=null &&
|
this.middleName.equals(other.getMiddleName()))) &&
|
((this.lastName==null && other.getLastName()==null) ||
|
(this.lastName!=null &&
|
this.lastName.equals(other.getLastName()))) &&
|
((this.jobTitle==null && other.getJobTitle()==null) ||
|
(this.jobTitle!=null &&
|
this.jobTitle.equals(other.getJobTitle()))) &&
|
((this.company==null && other.getCompany()==null) ||
|
(this.company!=null &&
|
this.company.equals(other.getCompany()))) &&
|
((this.homePhone==null && other.getHomePhone()==null) ||
|
(this.homePhone!=null &&
|
this.homePhone.equals(other.getHomePhone()))) &&
|
((this.address1==null && other.getAddress1()==null) ||
|
(this.address1!=null &&
|
this.address1.equals(other.getAddress1()))) &&
|
((this.address2==null && other.getAddress2()==null) ||
|
(this.address2!=null &&
|
this.address2.equals(other.getAddress2()))) &&
|
((this.address3==null && other.getAddress3()==null) ||
|
(this.address3!=null &&
|
this.address3.equals(other.getAddress3()))) &&
|
((this.city==null && other.getCity()==null) ||
|
(this.city!=null &&
|
this.city.equals(other.getCity()))) &&
|
((this.state==null && other.getState()==null) ||
|
(this.state!=null &&
|
this.state.equals(other.getState()))) &&
|
((this.country==null && other.getCountry()==null) ||
|
(this.country!=null &&
|
this.country.equals(other.getCountry()))) &&
|
((this.postalCode==null && other.getPostalCode()==null) ||
|
(this.postalCode!=null &&
|
this.postalCode.equals(other.getPostalCode()))) &&
|
((this.subPostalCode==null && other.getSubPostalCode()==null) ||
|
(this.subPostalCode!=null &&
|
this.subPostalCode.equals(other.getSubPostalCode()))) &&
|
((this.fax==null && other.getFax()==null) ||
|
(this.fax!=null &&
|
this.fax.equals(other.getFax()))) &&
|
((this.webUrl==null && other.getWebUrl()==null) ||
|
(this.webUrl!=null &&
|
this.webUrl.equals(other.getWebUrl()))) &&
|
((this.title==null && other.getTitle()==null) ||
|
(this.title!=null &&
|
this.title.equals(other.getTitle()))) &&
|
((this.gender==null && other.getGender()==null) ||
|
(this.gender!=null &&
|
this.gender.equals(other.getGender()))) &&
|
((this.date1==null && other.getDate1()==null) ||
|
(this.date1!=null &&
|
this.date1.equals(other.getDate1()))) &&
|
((this.date2==null && other.getDate2()==null) ||
|
(this.date2!=null &&
|
this.date2.equals(other.getDate2()))) &&
|
((this.customField1==null && other.getCustomField1()==null) ||
|
(this.customField1!=null &&
|
this.customField1.equals(other.getCustomField1()))) &&
|
((this.customField2==null && other.getCustomField2()==null) ||
|
(this.customField2!=null &&
|
this.customField2.equals(other.getCustomField2()))) &&
|
((this.customField3==null && other.getCustomField3()==null) ||
|
(this.customField3!=null &&
|
this.customField3.equals(other.getCustomField3()))) &&
|
((this.customField4==null && other.getCustomField4()==null) ||
|
(this.customField4!=null &&
|
this.customField4.equals(other.getCustomField4()))) &&
|
((this.customField5==null && other.getCustomField5()==null) ||
|
(this.customField5!=null &&
|
this.customField5.equals(other.getCustomField5()))) &&
|
((this.customField6==null && other.getCustomField6()==null) ||
|
(this.customField6!=null &&
|
this.customField6.equals(other.getCustomField6()))) &&
|
((this.customField7==null && other.getCustomField7()==null) ||
|
(this.customField7!=null &&
|
this.customField7.equals(other.getCustomField7()))) &&
|
((this.customField8==null && other.getCustomField8()==null) ||
|
(this.customField8!=null &&
|
this.customField8.equals(other.getCustomField8()))) &&
|
((this.customField9==null && other.getCustomField9()==null) ||
|
(this.customField9!=null &&
|
this.customField9.equals(other.getCustomField9()))) &&
|
((this.customField10==null && other.getCustomField10()==null) ||
|
(this.customField10!=null &&
|
this.customField10.equals(other.getCustomField10()))) &&
|
((this.customField11==null && other.getCustomField11()==null) ||
|
(this.customField11!=null &&
|
this.customField11.equals(other.getCustomField11()))) &&
|
((this.customField12==null && other.getCustomField12()==null) ||
|
(this.customField12!=null &&
|
this.customField12.equals(other.getCustomField12()))) &&
|
((this.customField13==null && other.getCustomField13()==null) ||
|
(this.customField13!=null &&
|
this.customField13.equals(other.getCustomField13()))) &&
|
((this.customField14==null && other.getCustomField14()==null) ||
|
(this.customField14!=null &&
|
this.customField14.equals(other.getCustomField14()))) &&
|
((this.customField15==null && other.getCustomField15()==null) ||
|
(this.customField15!=null &&
|
this.customField15.equals(other.getCustomField15())));
|
__equalsCalc = null;
|
return _equals;
|
}
|
|
private boolean __hashCodeCalc = false;
|
public synchronized int hashCode() {
|
if (__hashCodeCalc) {
|
return 0;
|
}
|
__hashCodeCalc = true;
|
int _hashCode = 1;
|
if (getEmail() != null) {
|
_hashCode += getEmail().hashCode();
|
}
|
if (getFirstName() != null) {
|
_hashCode += getFirstName().hashCode();
|
}
|
if (getMiddleName() != null) {
|
_hashCode += getMiddleName().hashCode();
|
}
|
if (getLastName() != null) {
|
_hashCode += getLastName().hashCode();
|
}
|
if (getJobTitle() != null) {
|
_hashCode += getJobTitle().hashCode();
|
}
|
if (getCompany() != null) {
|
_hashCode += getCompany().hashCode();
|
}
|
if (getHomePhone() != null) {
|
_hashCode += getHomePhone().hashCode();
|
}
|
if (getAddress1() != null) {
|
_hashCode += getAddress1().hashCode();
|
}
|
if (getAddress2() != null) {
|
_hashCode += getAddress2().hashCode();
|
}
|
if (getAddress3() != null) {
|
_hashCode += getAddress3().hashCode();
|
}
|
if (getCity() != null) {
|
_hashCode += getCity().hashCode();
|
}
|
if (getState() != null) {
|
_hashCode += getState().hashCode();
|
}
|
if (getCountry() != null) {
|
_hashCode += getCountry().hashCode();
|
}
|
if (getPostalCode() != null) {
|
_hashCode += getPostalCode().hashCode();
|
}
|
if (getSubPostalCode() != null) {
|
_hashCode += getSubPostalCode().hashCode();
|
}
|
if (getFax() != null) {
|
_hashCode += getFax().hashCode();
|
}
|
if (getWebUrl() != null) {
|
_hashCode += getWebUrl().hashCode();
|
}
|
if (getTitle() != null) {
|
_hashCode += getTitle().hashCode();
|
}
|
if (getGender() != null) {
|
_hashCode += getGender().hashCode();
|
}
|
if (getDate1() != null) {
|
_hashCode += getDate1().hashCode();
|
}
|
if (getDate2() != null) {
|
_hashCode += getDate2().hashCode();
|
}
|
if (getCustomField1() != null) {
|
_hashCode += getCustomField1().hashCode();
|
}
|
if (getCustomField2() != null) {
|
_hashCode += getCustomField2().hashCode();
|
}
|
if (getCustomField3() != null) {
|
_hashCode += getCustomField3().hashCode();
|
}
|
if (getCustomField4() != null) {
|
_hashCode += getCustomField4().hashCode();
|
}
|
if (getCustomField5() != null) {
|
_hashCode += getCustomField5().hashCode();
|
}
|
if (getCustomField6() != null) {
|
_hashCode += getCustomField6().hashCode();
|
}
|
if (getCustomField7() != null) {
|
_hashCode += getCustomField7().hashCode();
|
}
|
if (getCustomField8() != null) {
|
_hashCode += getCustomField8().hashCode();
|
}
|
if (getCustomField9() != null) {
|
_hashCode += getCustomField9().hashCode();
|
}
|
if (getCustomField10() != null) {
|
_hashCode += getCustomField10().hashCode();
|
}
|
if (getCustomField11() != null) {
|
_hashCode += getCustomField11().hashCode();
|
}
|
if (getCustomField12() != null) {
|
_hashCode += getCustomField12().hashCode();
|
}
|
if (getCustomField13() != null) {
|
_hashCode += getCustomField13().hashCode();
|
}
|
if (getCustomField14() != null) {
|
_hashCode += getCustomField14().hashCode();
|
}
|
if (getCustomField15() != null) {
|
_hashCode += getCustomField15().hashCode();
|
}
|
__hashCodeCalc = false;
|
return _hashCode;
|
}
|
|
// Type metadata
|
private static org.apache.axis.description.TypeDesc typeDesc =
|
new org.apache.axis.description.TypeDesc(Subscriber.class, true);
|
|
static {
|
typeDesc.setXmlType(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "Subscriber"));
|
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
|
elemField.setFieldName("email");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "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("firstName");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "firstName"));
|
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("middleName");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "middleName"));
|
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("lastName");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "lastName"));
|
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("jobTitle");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "jobTitle"));
|
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("company");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "company"));
|
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("homePhone");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "homePhone"));
|
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("address1");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "address1"));
|
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("address2");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "address2"));
|
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("address3");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "address3"));
|
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("city");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "city"));
|
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("state");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "state"));
|
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("http://service.reasonablespread.com/", "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("postalCode");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "postalCode"));
|
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("subPostalCode");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "subPostalCode"));
|
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("fax");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "fax"));
|
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("webUrl");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "webUrl"));
|
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("title");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "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("gender");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "gender"));
|
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("date1");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "date1"));
|
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "dateTime"));
|
elemField.setNillable(false);
|
typeDesc.addFieldDesc(elemField);
|
elemField = new org.apache.axis.description.ElementDesc();
|
elemField.setFieldName("date2");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "date2"));
|
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "dateTime"));
|
elemField.setNillable(false);
|
typeDesc.addFieldDesc(elemField);
|
elemField = new org.apache.axis.description.ElementDesc();
|
elemField.setFieldName("customField1");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField1"));
|
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("customField2");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField2"));
|
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("customField3");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField3"));
|
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("customField4");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField4"));
|
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("customField5");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField5"));
|
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("customField6");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField6"));
|
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("customField7");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField7"));
|
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("customField8");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField8"));
|
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("customField9");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField9"));
|
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("customField10");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField10"));
|
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("customField11");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField11"));
|
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("customField12");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField12"));
|
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("customField13");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField13"));
|
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("customField14");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField14"));
|
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("customField15");
|
elemField.setXmlName(new javax.xml.namespace.QName("http://service.reasonablespread.com/", "customField15"));
|
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);
|
}
|
|
}
|