com.konakart.wsapp
Class ZoneSearch

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

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

See Also:
Serialized Form

Constructor Summary
ZoneSearch()
           
ZoneSearch(java.lang.String code, int codeRule, int countryId, java.lang.String custom1, int custom1Rule, java.lang.String custom2, int custom2Rule, java.lang.String custom3, int custom3Rule, int id, java.lang.Boolean invisible, java.lang.String name, int nameRule, java.lang.String searchString, int searchStringRule)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this ZoneSearch.
 int getCodeRule()
          Gets the codeRule value for this ZoneSearch.
 int getCountryId()
          Gets the countryId value for this ZoneSearch.
 java.lang.String getCustom1()
          Gets the custom1 value for this ZoneSearch.
 int getCustom1Rule()
          Gets the custom1Rule value for this ZoneSearch.
 java.lang.String getCustom2()
          Gets the custom2 value for this ZoneSearch.
 int getCustom2Rule()
          Gets the custom2Rule value for this ZoneSearch.
 java.lang.String getCustom3()
          Gets the custom3 value for this ZoneSearch.
 int getCustom3Rule()
          Gets the custom3Rule value for this ZoneSearch.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this ZoneSearch.
 java.lang.Boolean getInvisible()
          Gets the invisible value for this ZoneSearch.
 java.lang.String getName()
          Gets the name value for this ZoneSearch.
 int getNameRule()
          Gets the nameRule value for this ZoneSearch.
 java.lang.String getSearchString()
          Gets the searchString value for this ZoneSearch.
 int getSearchStringRule()
          Gets the searchStringRule value for this ZoneSearch.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCode(java.lang.String code)
          Sets the code value for this ZoneSearch.
 void setCodeRule(int codeRule)
          Sets the codeRule value for this ZoneSearch.
 void setCountryId(int countryId)
          Sets the countryId value for this ZoneSearch.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this ZoneSearch.
 void setCustom1Rule(int custom1Rule)
          Sets the custom1Rule value for this ZoneSearch.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this ZoneSearch.
 void setCustom2Rule(int custom2Rule)
          Sets the custom2Rule value for this ZoneSearch.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this ZoneSearch.
 void setCustom3Rule(int custom3Rule)
          Sets the custom3Rule value for this ZoneSearch.
 void setId(int id)
          Sets the id value for this ZoneSearch.
 void setInvisible(java.lang.Boolean invisible)
          Sets the invisible value for this ZoneSearch.
 void setName(java.lang.String name)
          Sets the name value for this ZoneSearch.
 void setNameRule(int nameRule)
          Sets the nameRule value for this ZoneSearch.
 void setSearchString(java.lang.String searchString)
          Sets the searchString value for this ZoneSearch.
 void setSearchStringRule(int searchStringRule)
          Sets the searchStringRule value for this ZoneSearch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoneSearch

public ZoneSearch()

ZoneSearch

public ZoneSearch(java.lang.String code,
                  int codeRule,
                  int countryId,
                  java.lang.String custom1,
                  int custom1Rule,
                  java.lang.String custom2,
                  int custom2Rule,
                  java.lang.String custom3,
                  int custom3Rule,
                  int id,
                  java.lang.Boolean invisible,
                  java.lang.String name,
                  int nameRule,
                  java.lang.String searchString,
                  int searchStringRule)
Method Detail

getCode

public java.lang.String getCode()
Gets the code value for this ZoneSearch.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this ZoneSearch.

Parameters:
code -

getCodeRule

public int getCodeRule()
Gets the codeRule value for this ZoneSearch.

Returns:
codeRule

setCodeRule

public void setCodeRule(int codeRule)
Sets the codeRule value for this ZoneSearch.

Parameters:
codeRule -

getCountryId

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

Returns:
countryId

setCountryId

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

Parameters:
countryId -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this ZoneSearch.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this ZoneSearch.

Parameters:
custom1 -

getCustom1Rule

public int getCustom1Rule()
Gets the custom1Rule value for this ZoneSearch.

Returns:
custom1Rule

setCustom1Rule

public void setCustom1Rule(int custom1Rule)
Sets the custom1Rule value for this ZoneSearch.

Parameters:
custom1Rule -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this ZoneSearch.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this ZoneSearch.

Parameters:
custom2 -

getCustom2Rule

public int getCustom2Rule()
Gets the custom2Rule value for this ZoneSearch.

Returns:
custom2Rule

setCustom2Rule

public void setCustom2Rule(int custom2Rule)
Sets the custom2Rule value for this ZoneSearch.

Parameters:
custom2Rule -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this ZoneSearch.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this ZoneSearch.

Parameters:
custom3 -

getCustom3Rule

public int getCustom3Rule()
Gets the custom3Rule value for this ZoneSearch.

Returns:
custom3Rule

setCustom3Rule

public void setCustom3Rule(int custom3Rule)
Sets the custom3Rule value for this ZoneSearch.

Parameters:
custom3Rule -

getId

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

Returns:
id

setId

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

Parameters:
id -

getInvisible

public java.lang.Boolean getInvisible()
Gets the invisible value for this ZoneSearch.

Returns:
invisible

setInvisible

public void setInvisible(java.lang.Boolean invisible)
Sets the invisible value for this ZoneSearch.

Parameters:
invisible -

getName

public java.lang.String getName()
Gets the name value for this ZoneSearch.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ZoneSearch.

Parameters:
name -

getNameRule

public int getNameRule()
Gets the nameRule value for this ZoneSearch.

Returns:
nameRule

setNameRule

public void setNameRule(int nameRule)
Sets the nameRule value for this ZoneSearch.

Parameters:
nameRule -

getSearchString

public java.lang.String getSearchString()
Gets the searchString value for this ZoneSearch.

Returns:
searchString

setSearchString

public void setSearchString(java.lang.String searchString)
Sets the searchString value for this ZoneSearch.

Parameters:
searchString -

getSearchStringRule

public int getSearchStringRule()
Gets the searchStringRule value for this ZoneSearch.

Returns:
searchStringRule

setSearchStringRule

public void setSearchStringRule(int searchStringRule)
Sets the searchStringRule value for this ZoneSearch.

Parameters:
searchStringRule -

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.