com.konakart.wsapp
Class Country

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

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

See Also:
Serialized Form

Constructor Summary
Country()
           
Country(int addressFormatId, int id, java.lang.String isoCode2, java.lang.String isoCode3, java.lang.String msgCatKey, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAddressFormatId()
          Gets the addressFormatId value for this Country.
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 Country.
 java.lang.String getIsoCode2()
          Gets the isoCode2 value for this Country.
 java.lang.String getIsoCode3()
          Gets the isoCode3 value for this Country.
 java.lang.String getMsgCatKey()
          Gets the msgCatKey value for this Country.
 java.lang.String getName()
          Gets the name value for this Country.
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 setAddressFormatId(int addressFormatId)
          Sets the addressFormatId value for this Country.
 void setId(int id)
          Sets the id value for this Country.
 void setIsoCode2(java.lang.String isoCode2)
          Sets the isoCode2 value for this Country.
 void setIsoCode3(java.lang.String isoCode3)
          Sets the isoCode3 value for this Country.
 void setMsgCatKey(java.lang.String msgCatKey)
          Sets the msgCatKey value for this Country.
 void setName(java.lang.String name)
          Sets the name value for this Country.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country()

Country

public Country(int addressFormatId,
               int id,
               java.lang.String isoCode2,
               java.lang.String isoCode3,
               java.lang.String msgCatKey,
               java.lang.String name)
Method Detail

getAddressFormatId

public int getAddressFormatId()
Gets the addressFormatId value for this Country.

Returns:
addressFormatId

setAddressFormatId

public void setAddressFormatId(int addressFormatId)
Sets the addressFormatId value for this Country.

Parameters:
addressFormatId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getIsoCode2

public java.lang.String getIsoCode2()
Gets the isoCode2 value for this Country.

Returns:
isoCode2

setIsoCode2

public void setIsoCode2(java.lang.String isoCode2)
Sets the isoCode2 value for this Country.

Parameters:
isoCode2 -

getIsoCode3

public java.lang.String getIsoCode3()
Gets the isoCode3 value for this Country.

Returns:
isoCode3

setIsoCode3

public void setIsoCode3(java.lang.String isoCode3)
Sets the isoCode3 value for this Country.

Parameters:
isoCode3 -

getMsgCatKey

public java.lang.String getMsgCatKey()
Gets the msgCatKey value for this Country.

Returns:
msgCatKey

setMsgCatKey

public void setMsgCatKey(java.lang.String msgCatKey)
Sets the msgCatKey value for this Country.

Parameters:
msgCatKey -

getName

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

Returns:
name

setName

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

Parameters:
name -

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.