com.konakart.wsapp
Class CustomerSearch

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

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

See Also:
Serialized Form

Constructor Summary
CustomerSearch()
           
CustomerSearch(java.util.Calendar birthDate, java.lang.String city, java.lang.String cityOrState, int cityRule, java.lang.String emailAddr, int emailAddrRule, java.util.Calendar eventDate, java.lang.String firstName, java.lang.String firstName1, int firstName1Rule, int firstNameRule, int id, java.lang.String lastName, java.lang.String lastName1, int lastName1Rule, int lastNameRule, java.lang.String state, int stateRule, int tmpId, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getBirthDate()
          Gets the birthDate value for this CustomerSearch.
 java.lang.String getCity()
          Gets the city value for this CustomerSearch.
 java.lang.String getCityOrState()
          Gets the cityOrState value for this CustomerSearch.
 int getCityRule()
          Gets the cityRule value for this CustomerSearch.
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 CustomerSearch.
 int getEmailAddrRule()
          Gets the emailAddrRule value for this CustomerSearch.
 java.util.Calendar getEventDate()
          Gets the eventDate value for this CustomerSearch.
 java.lang.String getFirstName()
          Gets the firstName value for this CustomerSearch.
 java.lang.String getFirstName1()
          Gets the firstName1 value for this CustomerSearch.
 int getFirstName1Rule()
          Gets the firstName1Rule value for this CustomerSearch.
 int getFirstNameRule()
          Gets the firstNameRule value for this CustomerSearch.
 int getId()
          Gets the id value for this CustomerSearch.
 java.lang.String getLastName()
          Gets the lastName value for this CustomerSearch.
 java.lang.String getLastName1()
          Gets the lastName1 value for this CustomerSearch.
 int getLastName1Rule()
          Gets the lastName1Rule value for this CustomerSearch.
 int getLastNameRule()
          Gets the lastNameRule value for this CustomerSearch.
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 CustomerSearch.
 int getStateRule()
          Gets the stateRule value for this CustomerSearch.
 int getTmpId()
          Gets the tmpId value for this CustomerSearch.
 int getType()
          Gets the type value for this CustomerSearch.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBirthDate(java.util.Calendar birthDate)
          Sets the birthDate value for this CustomerSearch.
 void setCity(java.lang.String city)
          Sets the city value for this CustomerSearch.
 void setCityOrState(java.lang.String cityOrState)
          Sets the cityOrState value for this CustomerSearch.
 void setCityRule(int cityRule)
          Sets the cityRule value for this CustomerSearch.
 void setEmailAddr(java.lang.String emailAddr)
          Sets the emailAddr value for this CustomerSearch.
 void setEmailAddrRule(int emailAddrRule)
          Sets the emailAddrRule value for this CustomerSearch.
 void setEventDate(java.util.Calendar eventDate)
          Sets the eventDate value for this CustomerSearch.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this CustomerSearch.
 void setFirstName1(java.lang.String firstName1)
          Sets the firstName1 value for this CustomerSearch.
 void setFirstName1Rule(int firstName1Rule)
          Sets the firstName1Rule value for this CustomerSearch.
 void setFirstNameRule(int firstNameRule)
          Sets the firstNameRule value for this CustomerSearch.
 void setId(int id)
          Sets the id value for this CustomerSearch.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this CustomerSearch.
 void setLastName1(java.lang.String lastName1)
          Sets the lastName1 value for this CustomerSearch.
 void setLastName1Rule(int lastName1Rule)
          Sets the lastName1Rule value for this CustomerSearch.
 void setLastNameRule(int lastNameRule)
          Sets the lastNameRule value for this CustomerSearch.
 void setState(java.lang.String state)
          Sets the state value for this CustomerSearch.
 void setStateRule(int stateRule)
          Sets the stateRule value for this CustomerSearch.
 void setTmpId(int tmpId)
          Sets the tmpId value for this CustomerSearch.
 void setType(int type)
          Sets the type value for this CustomerSearch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerSearch

public CustomerSearch()

CustomerSearch

public CustomerSearch(java.util.Calendar birthDate,
                      java.lang.String city,
                      java.lang.String cityOrState,
                      int cityRule,
                      java.lang.String emailAddr,
                      int emailAddrRule,
                      java.util.Calendar eventDate,
                      java.lang.String firstName,
                      java.lang.String firstName1,
                      int firstName1Rule,
                      int firstNameRule,
                      int id,
                      java.lang.String lastName,
                      java.lang.String lastName1,
                      int lastName1Rule,
                      int lastNameRule,
                      java.lang.String state,
                      int stateRule,
                      int tmpId,
                      int type)
Method Detail

getBirthDate

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

Returns:
birthDate

setBirthDate

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

Parameters:
birthDate -

getCity

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

Returns:
city

setCity

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

Parameters:
city -

getCityOrState

public java.lang.String getCityOrState()
Gets the cityOrState value for this CustomerSearch.

Returns:
cityOrState

setCityOrState

public void setCityOrState(java.lang.String cityOrState)
Sets the cityOrState value for this CustomerSearch.

Parameters:
cityOrState -

getCityRule

public int getCityRule()
Gets the cityRule value for this CustomerSearch.

Returns:
cityRule

setCityRule

public void setCityRule(int cityRule)
Sets the cityRule value for this CustomerSearch.

Parameters:
cityRule -

getEmailAddr

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

Returns:
emailAddr

setEmailAddr

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

Parameters:
emailAddr -

getEmailAddrRule

public int getEmailAddrRule()
Gets the emailAddrRule value for this CustomerSearch.

Returns:
emailAddrRule

setEmailAddrRule

public void setEmailAddrRule(int emailAddrRule)
Sets the emailAddrRule value for this CustomerSearch.

Parameters:
emailAddrRule -

getEventDate

public java.util.Calendar getEventDate()
Gets the eventDate value for this CustomerSearch.

Returns:
eventDate

setEventDate

public void setEventDate(java.util.Calendar eventDate)
Sets the eventDate value for this CustomerSearch.

Parameters:
eventDate -

getFirstName

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

Returns:
firstName

setFirstName

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

Parameters:
firstName -

getFirstName1

public java.lang.String getFirstName1()
Gets the firstName1 value for this CustomerSearch.

Returns:
firstName1

setFirstName1

public void setFirstName1(java.lang.String firstName1)
Sets the firstName1 value for this CustomerSearch.

Parameters:
firstName1 -

getFirstName1Rule

public int getFirstName1Rule()
Gets the firstName1Rule value for this CustomerSearch.

Returns:
firstName1Rule

setFirstName1Rule

public void setFirstName1Rule(int firstName1Rule)
Sets the firstName1Rule value for this CustomerSearch.

Parameters:
firstName1Rule -

getFirstNameRule

public int getFirstNameRule()
Gets the firstNameRule value for this CustomerSearch.

Returns:
firstNameRule

setFirstNameRule

public void setFirstNameRule(int firstNameRule)
Sets the firstNameRule value for this CustomerSearch.

Parameters:
firstNameRule -

getId

public int getId()
Gets the id value for this CustomerSearch.

Returns:
id

setId

public void setId(int id)
Sets the id value for this CustomerSearch.

Parameters:
id -

getLastName

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

Returns:
lastName

setLastName

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

Parameters:
lastName -

getLastName1

public java.lang.String getLastName1()
Gets the lastName1 value for this CustomerSearch.

Returns:
lastName1

setLastName1

public void setLastName1(java.lang.String lastName1)
Sets the lastName1 value for this CustomerSearch.

Parameters:
lastName1 -

getLastName1Rule

public int getLastName1Rule()
Gets the lastName1Rule value for this CustomerSearch.

Returns:
lastName1Rule

setLastName1Rule

public void setLastName1Rule(int lastName1Rule)
Sets the lastName1Rule value for this CustomerSearch.

Parameters:
lastName1Rule -

getLastNameRule

public int getLastNameRule()
Gets the lastNameRule value for this CustomerSearch.

Returns:
lastNameRule

setLastNameRule

public void setLastNameRule(int lastNameRule)
Sets the lastNameRule value for this CustomerSearch.

Parameters:
lastNameRule -

getState

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

Returns:
state

setState

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

Parameters:
state -

getStateRule

public int getStateRule()
Gets the stateRule value for this CustomerSearch.

Returns:
stateRule

setStateRule

public void setStateRule(int stateRule)
Sets the stateRule value for this CustomerSearch.

Parameters:
stateRule -

getTmpId

public int getTmpId()
Gets the tmpId value for this CustomerSearch.

Returns:
tmpId

setTmpId

public void setTmpId(int tmpId)
Sets the tmpId value for this CustomerSearch.

Parameters:
tmpId -

getType

public int getType()
Gets the type value for this CustomerSearch.

Returns:
type

setType

public void setType(int type)
Sets the type value for this CustomerSearch.

Parameters:
type -

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.