com.konakart.wsapp
Class CustomerRegistration

java.lang.Object
  extended by com.konakart.wsapp.CustomerRegistration
All Implemented Interfaces:
java.io.Serializable

public class CustomerRegistration
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CustomerRegistration()
           
CustomerRegistration(java.lang.String addressCustom1, java.lang.String addressCustom2, java.lang.String addressCustom3, java.lang.String addressCustom4, java.lang.String addressCustom5, java.util.Calendar birthDate, java.lang.String city, java.lang.String company, int countryId, java.lang.String customerCustom1, java.lang.String customerCustom2, java.lang.String customerCustom3, java.lang.String customerCustom4, java.lang.String customerCustom5, java.lang.String emailAddr, boolean enabled, java.lang.String faxNumber, java.lang.String firstName, java.lang.String gender, int groupId, boolean invisible, java.lang.String lastName, java.lang.String locale, java.lang.String newsletter, java.lang.String password, java.lang.String postcode, int productNotifications, java.lang.String state, java.lang.String streetAddress, java.lang.String streetAddress1, java.lang.String suburb, java.lang.String telephoneNumber, java.lang.String telephoneNumber1, int zoneId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressCustom1()
          Gets the addressCustom1 value for this CustomerRegistration.
 java.lang.String getAddressCustom2()
          Gets the addressCustom2 value for this CustomerRegistration.
 java.lang.String getAddressCustom3()
          Gets the addressCustom3 value for this CustomerRegistration.
 java.lang.String getAddressCustom4()
          Gets the addressCustom4 value for this CustomerRegistration.
 java.lang.String getAddressCustom5()
          Gets the addressCustom5 value for this CustomerRegistration.
 java.util.Calendar getBirthDate()
          Gets the birthDate value for this CustomerRegistration.
 java.lang.String getCity()
          Gets the city value for this CustomerRegistration.
 java.lang.String getCompany()
          Gets the company value for this CustomerRegistration.
 int getCountryId()
          Gets the countryId value for this CustomerRegistration.
 java.lang.String getCustomerCustom1()
          Gets the customerCustom1 value for this CustomerRegistration.
 java.lang.String getCustomerCustom2()
          Gets the customerCustom2 value for this CustomerRegistration.
 java.lang.String getCustomerCustom3()
          Gets the customerCustom3 value for this CustomerRegistration.
 java.lang.String getCustomerCustom4()
          Gets the customerCustom4 value for this CustomerRegistration.
 java.lang.String getCustomerCustom5()
          Gets the customerCustom5 value for this CustomerRegistration.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmailAddr()
          Gets the emailAddr value for this CustomerRegistration.
 java.lang.String getFaxNumber()
          Gets the faxNumber value for this CustomerRegistration.
 java.lang.String getFirstName()
          Gets the firstName value for this CustomerRegistration.
 java.lang.String getGender()
          Gets the gender value for this CustomerRegistration.
 int getGroupId()
          Gets the groupId value for this CustomerRegistration.
 java.lang.String getLastName()
          Gets the lastName value for this CustomerRegistration.
 java.lang.String getLocale()
          Gets the locale value for this CustomerRegistration.
 java.lang.String getNewsletter()
          Gets the newsletter value for this CustomerRegistration.
 java.lang.String getPassword()
          Gets the password value for this CustomerRegistration.
 java.lang.String getPostcode()
          Gets the postcode value for this CustomerRegistration.
 int getProductNotifications()
          Gets the productNotifications value for this CustomerRegistration.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getState()
          Gets the state value for this CustomerRegistration.
 java.lang.String getStreetAddress()
          Gets the streetAddress value for this CustomerRegistration.
 java.lang.String getStreetAddress1()
          Gets the streetAddress1 value for this CustomerRegistration.
 java.lang.String getSuburb()
          Gets the suburb value for this CustomerRegistration.
 java.lang.String getTelephoneNumber()
          Gets the telephoneNumber value for this CustomerRegistration.
 java.lang.String getTelephoneNumber1()
          Gets the telephoneNumber1 value for this CustomerRegistration.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getZoneId()
          Gets the zoneId value for this CustomerRegistration.
 int hashCode()
           
 boolean isEnabled()
          Gets the enabled value for this CustomerRegistration.
 boolean isInvisible()
          Gets the invisible value for this CustomerRegistration.
 void setAddressCustom1(java.lang.String addressCustom1)
          Sets the addressCustom1 value for this CustomerRegistration.
 void setAddressCustom2(java.lang.String addressCustom2)
          Sets the addressCustom2 value for this CustomerRegistration.
 void setAddressCustom3(java.lang.String addressCustom3)
          Sets the addressCustom3 value for this CustomerRegistration.
 void setAddressCustom4(java.lang.String addressCustom4)
          Sets the addressCustom4 value for this CustomerRegistration.
 void setAddressCustom5(java.lang.String addressCustom5)
          Sets the addressCustom5 value for this CustomerRegistration.
 void setBirthDate(java.util.Calendar birthDate)
          Sets the birthDate value for this CustomerRegistration.
 void setCity(java.lang.String city)
          Sets the city value for this CustomerRegistration.
 void setCompany(java.lang.String company)
          Sets the company value for this CustomerRegistration.
 void setCountryId(int countryId)
          Sets the countryId value for this CustomerRegistration.
 void setCustomerCustom1(java.lang.String customerCustom1)
          Sets the customerCustom1 value for this CustomerRegistration.
 void setCustomerCustom2(java.lang.String customerCustom2)
          Sets the customerCustom2 value for this CustomerRegistration.
 void setCustomerCustom3(java.lang.String customerCustom3)
          Sets the customerCustom3 value for this CustomerRegistration.
 void setCustomerCustom4(java.lang.String customerCustom4)
          Sets the customerCustom4 value for this CustomerRegistration.
 void setCustomerCustom5(java.lang.String customerCustom5)
          Sets the customerCustom5 value for this CustomerRegistration.
 void setEmailAddr(java.lang.String emailAddr)
          Sets the emailAddr value for this CustomerRegistration.
 void setEnabled(boolean enabled)
          Sets the enabled value for this CustomerRegistration.
 void setFaxNumber(java.lang.String faxNumber)
          Sets the faxNumber value for this CustomerRegistration.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this CustomerRegistration.
 void setGender(java.lang.String gender)
          Sets the gender value for this CustomerRegistration.
 void setGroupId(int groupId)
          Sets the groupId value for this CustomerRegistration.
 void setInvisible(boolean invisible)
          Sets the invisible value for this CustomerRegistration.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this CustomerRegistration.
 void setLocale(java.lang.String locale)
          Sets the locale value for this CustomerRegistration.
 void setNewsletter(java.lang.String newsletter)
          Sets the newsletter value for this CustomerRegistration.
 void setPassword(java.lang.String password)
          Sets the password value for this CustomerRegistration.
 void setPostcode(java.lang.String postcode)
          Sets the postcode value for this CustomerRegistration.
 void setProductNotifications(int productNotifications)
          Sets the productNotifications value for this CustomerRegistration.
 void setState(java.lang.String state)
          Sets the state value for this CustomerRegistration.
 void setStreetAddress(java.lang.String streetAddress)
          Sets the streetAddress value for this CustomerRegistration.
 void setStreetAddress1(java.lang.String streetAddress1)
          Sets the streetAddress1 value for this CustomerRegistration.
 void setSuburb(java.lang.String suburb)
          Sets the suburb value for this CustomerRegistration.
 void setTelephoneNumber(java.lang.String telephoneNumber)
          Sets the telephoneNumber value for this CustomerRegistration.
 void setTelephoneNumber1(java.lang.String telephoneNumber1)
          Sets the telephoneNumber1 value for this CustomerRegistration.
 void setZoneId(int zoneId)
          Sets the zoneId value for this CustomerRegistration.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerRegistration

public CustomerRegistration()

CustomerRegistration

public CustomerRegistration(java.lang.String addressCustom1,
                            java.lang.String addressCustom2,
                            java.lang.String addressCustom3,
                            java.lang.String addressCustom4,
                            java.lang.String addressCustom5,
                            java.util.Calendar birthDate,
                            java.lang.String city,
                            java.lang.String company,
                            int countryId,
                            java.lang.String customerCustom1,
                            java.lang.String customerCustom2,
                            java.lang.String customerCustom3,
                            java.lang.String customerCustom4,
                            java.lang.String customerCustom5,
                            java.lang.String emailAddr,
                            boolean enabled,
                            java.lang.String faxNumber,
                            java.lang.String firstName,
                            java.lang.String gender,
                            int groupId,
                            boolean invisible,
                            java.lang.String lastName,
                            java.lang.String locale,
                            java.lang.String newsletter,
                            java.lang.String password,
                            java.lang.String postcode,
                            int productNotifications,
                            java.lang.String state,
                            java.lang.String streetAddress,
                            java.lang.String streetAddress1,
                            java.lang.String suburb,
                            java.lang.String telephoneNumber,
                            java.lang.String telephoneNumber1,
                            int zoneId)
Method Detail

getAddressCustom1

public java.lang.String getAddressCustom1()
Gets the addressCustom1 value for this CustomerRegistration.

Returns:
addressCustom1

setAddressCustom1

public void setAddressCustom1(java.lang.String addressCustom1)
Sets the addressCustom1 value for this CustomerRegistration.

Parameters:
addressCustom1 -

getAddressCustom2

public java.lang.String getAddressCustom2()
Gets the addressCustom2 value for this CustomerRegistration.

Returns:
addressCustom2

setAddressCustom2

public void setAddressCustom2(java.lang.String addressCustom2)
Sets the addressCustom2 value for this CustomerRegistration.

Parameters:
addressCustom2 -

getAddressCustom3

public java.lang.String getAddressCustom3()
Gets the addressCustom3 value for this CustomerRegistration.

Returns:
addressCustom3

setAddressCustom3

public void setAddressCustom3(java.lang.String addressCustom3)
Sets the addressCustom3 value for this CustomerRegistration.

Parameters:
addressCustom3 -

getAddressCustom4

public java.lang.String getAddressCustom4()
Gets the addressCustom4 value for this CustomerRegistration.

Returns:
addressCustom4

setAddressCustom4

public void setAddressCustom4(java.lang.String addressCustom4)
Sets the addressCustom4 value for this CustomerRegistration.

Parameters:
addressCustom4 -

getAddressCustom5

public java.lang.String getAddressCustom5()
Gets the addressCustom5 value for this CustomerRegistration.

Returns:
addressCustom5

setAddressCustom5

public void setAddressCustom5(java.lang.String addressCustom5)
Sets the addressCustom5 value for this CustomerRegistration.

Parameters:
addressCustom5 -

getBirthDate

public java.util.Calendar getBirthDate()
Gets the birthDate value for this CustomerRegistration.

Returns:
birthDate

setBirthDate

public void setBirthDate(java.util.Calendar birthDate)
Sets the birthDate value for this CustomerRegistration.

Parameters:
birthDate -

getCity

public java.lang.String getCity()
Gets the city value for this CustomerRegistration.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this CustomerRegistration.

Parameters:
city -

getCompany

public java.lang.String getCompany()
Gets the company value for this CustomerRegistration.

Returns:
company

setCompany

public void setCompany(java.lang.String company)
Sets the company value for this CustomerRegistration.

Parameters:
company -

getCountryId

public int getCountryId()
Gets the countryId value for this CustomerRegistration.

Returns:
countryId

setCountryId

public void setCountryId(int countryId)
Sets the countryId value for this CustomerRegistration.

Parameters:
countryId -

getCustomerCustom1

public java.lang.String getCustomerCustom1()
Gets the customerCustom1 value for this CustomerRegistration.

Returns:
customerCustom1

setCustomerCustom1

public void setCustomerCustom1(java.lang.String customerCustom1)
Sets the customerCustom1 value for this CustomerRegistration.

Parameters:
customerCustom1 -

getCustomerCustom2

public java.lang.String getCustomerCustom2()
Gets the customerCustom2 value for this CustomerRegistration.

Returns:
customerCustom2

setCustomerCustom2

public void setCustomerCustom2(java.lang.String customerCustom2)
Sets the customerCustom2 value for this CustomerRegistration.

Parameters:
customerCustom2 -

getCustomerCustom3

public java.lang.String getCustomerCustom3()
Gets the customerCustom3 value for this CustomerRegistration.

Returns:
customerCustom3

setCustomerCustom3

public void setCustomerCustom3(java.lang.String customerCustom3)
Sets the customerCustom3 value for this CustomerRegistration.

Parameters:
customerCustom3 -

getCustomerCustom4

public java.lang.String getCustomerCustom4()
Gets the customerCustom4 value for this CustomerRegistration.

Returns:
customerCustom4

setCustomerCustom4

public void setCustomerCustom4(java.lang.String customerCustom4)
Sets the customerCustom4 value for this CustomerRegistration.

Parameters:
customerCustom4 -

getCustomerCustom5

public java.lang.String getCustomerCustom5()
Gets the customerCustom5 value for this CustomerRegistration.

Returns:
customerCustom5

setCustomerCustom5

public void setCustomerCustom5(java.lang.String customerCustom5)
Sets the customerCustom5 value for this CustomerRegistration.

Parameters:
customerCustom5 -

getEmailAddr

public java.lang.String getEmailAddr()
Gets the emailAddr value for this CustomerRegistration.

Returns:
emailAddr

setEmailAddr

public void setEmailAddr(java.lang.String emailAddr)
Sets the emailAddr value for this CustomerRegistration.

Parameters:
emailAddr -

isEnabled

public boolean isEnabled()
Gets the enabled value for this CustomerRegistration.

Returns:
enabled

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled value for this CustomerRegistration.

Parameters:
enabled -

getFaxNumber

public java.lang.String getFaxNumber()
Gets the faxNumber value for this CustomerRegistration.

Returns:
faxNumber

setFaxNumber

public void setFaxNumber(java.lang.String faxNumber)
Sets the faxNumber value for this CustomerRegistration.

Parameters:
faxNumber -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this CustomerRegistration.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this CustomerRegistration.

Parameters:
firstName -

getGender

public java.lang.String getGender()
Gets the gender value for this CustomerRegistration.

Returns:
gender

setGender

public void setGender(java.lang.String gender)
Sets the gender value for this CustomerRegistration.

Parameters:
gender -

getGroupId

public int getGroupId()
Gets the groupId value for this CustomerRegistration.

Returns:
groupId

setGroupId

public void setGroupId(int groupId)
Sets the groupId value for this CustomerRegistration.

Parameters:
groupId -

isInvisible

public boolean isInvisible()
Gets the invisible value for this CustomerRegistration.

Returns:
invisible

setInvisible

public void setInvisible(boolean invisible)
Sets the invisible value for this CustomerRegistration.

Parameters:
invisible -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this CustomerRegistration.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this CustomerRegistration.

Parameters:
lastName -

getLocale

public java.lang.String getLocale()
Gets the locale value for this CustomerRegistration.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this CustomerRegistration.

Parameters:
locale -

getNewsletter

public java.lang.String getNewsletter()
Gets the newsletter value for this CustomerRegistration.

Returns:
newsletter

setNewsletter

public void setNewsletter(java.lang.String newsletter)
Sets the newsletter value for this CustomerRegistration.

Parameters:
newsletter -

getPassword

public java.lang.String getPassword()
Gets the password value for this CustomerRegistration.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this CustomerRegistration.

Parameters:
password -

getPostcode

public java.lang.String getPostcode()
Gets the postcode value for this CustomerRegistration.

Returns:
postcode

setPostcode

public void setPostcode(java.lang.String postcode)
Sets the postcode value for this CustomerRegistration.

Parameters:
postcode -

getProductNotifications

public int getProductNotifications()
Gets the productNotifications value for this CustomerRegistration.

Returns:
productNotifications

setProductNotifications

public void setProductNotifications(int productNotifications)
Sets the productNotifications value for this CustomerRegistration.

Parameters:
productNotifications -

getState

public java.lang.String getState()
Gets the state value for this CustomerRegistration.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this CustomerRegistration.

Parameters:
state -

getStreetAddress

public java.lang.String getStreetAddress()
Gets the streetAddress value for this CustomerRegistration.

Returns:
streetAddress

setStreetAddress

public void setStreetAddress(java.lang.String streetAddress)
Sets the streetAddress value for this CustomerRegistration.

Parameters:
streetAddress -

getStreetAddress1

public java.lang.String getStreetAddress1()
Gets the streetAddress1 value for this CustomerRegistration.

Returns:
streetAddress1

setStreetAddress1

public void setStreetAddress1(java.lang.String streetAddress1)
Sets the streetAddress1 value for this CustomerRegistration.

Parameters:
streetAddress1 -

getSuburb

public java.lang.String getSuburb()
Gets the suburb value for this CustomerRegistration.

Returns:
suburb

setSuburb

public void setSuburb(java.lang.String suburb)
Sets the suburb value for this CustomerRegistration.

Parameters:
suburb -

getTelephoneNumber

public java.lang.String getTelephoneNumber()
Gets the telephoneNumber value for this CustomerRegistration.

Returns:
telephoneNumber

setTelephoneNumber

public void setTelephoneNumber(java.lang.String telephoneNumber)
Sets the telephoneNumber value for this CustomerRegistration.

Parameters:
telephoneNumber -

getTelephoneNumber1

public java.lang.String getTelephoneNumber1()
Gets the telephoneNumber1 value for this CustomerRegistration.

Returns:
telephoneNumber1

setTelephoneNumber1

public void setTelephoneNumber1(java.lang.String telephoneNumber1)
Sets the telephoneNumber1 value for this CustomerRegistration.

Parameters:
telephoneNumber1 -

getZoneId

public int getZoneId()
Gets the zoneId value for this CustomerRegistration.

Returns:
zoneId

setZoneId

public void setZoneId(int zoneId)
Sets the zoneId value for this CustomerRegistration.

Parameters:
zoneId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.