com.konakart.wsapp
Class GeoZone

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

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

See Also:
Serialized Form

Constructor Summary
GeoZone()
           
GeoZone(java.lang.String geoZoneDescription, int geoZoneId, java.lang.String geoZoneName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getGeoZoneDescription()
          Gets the geoZoneDescription value for this GeoZone.
 int getGeoZoneId()
          Gets the geoZoneId value for this GeoZone.
 java.lang.String getGeoZoneName()
          Gets the geoZoneName value for this GeoZone.
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 setGeoZoneDescription(java.lang.String geoZoneDescription)
          Sets the geoZoneDescription value for this GeoZone.
 void setGeoZoneId(int geoZoneId)
          Sets the geoZoneId value for this GeoZone.
 void setGeoZoneName(java.lang.String geoZoneName)
          Sets the geoZoneName value for this GeoZone.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoZone

public GeoZone()

GeoZone

public GeoZone(java.lang.String geoZoneDescription,
               int geoZoneId,
               java.lang.String geoZoneName)
Method Detail

getGeoZoneDescription

public java.lang.String getGeoZoneDescription()
Gets the geoZoneDescription value for this GeoZone.

Returns:
geoZoneDescription

setGeoZoneDescription

public void setGeoZoneDescription(java.lang.String geoZoneDescription)
Sets the geoZoneDescription value for this GeoZone.

Parameters:
geoZoneDescription -

getGeoZoneId

public int getGeoZoneId()
Gets the geoZoneId value for this GeoZone.

Returns:
geoZoneId

setGeoZoneId

public void setGeoZoneId(int geoZoneId)
Sets the geoZoneId value for this GeoZone.

Parameters:
geoZoneId -

getGeoZoneName

public java.lang.String getGeoZoneName()
Gets the geoZoneName value for this GeoZone.

Returns:
geoZoneName

setGeoZoneName

public void setGeoZoneName(java.lang.String geoZoneName)
Sets the geoZoneName value for this GeoZone.

Parameters:
geoZoneName -

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.