|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.GeoZone
public class GeoZone
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 |
---|
public GeoZone()
public GeoZone(java.lang.String geoZoneDescription, int geoZoneId, java.lang.String geoZoneName)
Method Detail |
---|
public java.lang.String getGeoZoneDescription()
public void setGeoZoneDescription(java.lang.String geoZoneDescription)
geoZoneDescription
- public int getGeoZoneId()
public void setGeoZoneId(int geoZoneId)
geoZoneId
- public java.lang.String getGeoZoneName()
public void setGeoZoneName(java.lang.String geoZoneName)
geoZoneName
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |