cgl.axis.services.uddi.uddi_ext_schema
Class Spatial

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.Spatial
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Spatial()
           
Spatial(java.lang.String maxLat, java.lang.String maxLon, java.lang.String minLat, java.lang.String minLon)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMaxLat()
          Gets the maxLat value for this Spatial.
 java.lang.String getMaxLon()
          Gets the maxLon value for this Spatial.
 java.lang.String getMinLat()
          Gets the minLat value for this Spatial.
 java.lang.String getMinLon()
          Gets the minLon value for this Spatial.
 int hashCode()
           
 void setMaxLat(java.lang.String maxLat)
          Sets the maxLat value for this Spatial.
 void setMaxLon(java.lang.String maxLon)
          Sets the maxLon value for this Spatial.
 void setMinLat(java.lang.String minLat)
          Sets the minLat value for this Spatial.
 void setMinLon(java.lang.String minLon)
          Sets the minLon value for this Spatial.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spatial

public Spatial()

Spatial

public Spatial(java.lang.String maxLat,
               java.lang.String maxLon,
               java.lang.String minLat,
               java.lang.String minLon)
Method Detail

getMaxLat

public java.lang.String getMaxLat()
Gets the maxLat value for this Spatial.

Returns:
maxLat

setMaxLat

public void setMaxLat(java.lang.String maxLat)
Sets the maxLat value for this Spatial.

Parameters:
maxLat -

getMaxLon

public java.lang.String getMaxLon()
Gets the maxLon value for this Spatial.

Returns:
maxLon

setMaxLon

public void setMaxLon(java.lang.String maxLon)
Sets the maxLon value for this Spatial.

Parameters:
maxLon -

getMinLat

public java.lang.String getMinLat()
Gets the minLat value for this Spatial.

Returns:
minLat

setMinLat

public void setMinLat(java.lang.String minLat)
Sets the minLat value for this Spatial.

Parameters:
minLat -

getMinLon

public java.lang.String getMinLon()
Gets the minLon value for this Spatial.

Returns:
minLon

setMinLon

public void setMinLon(java.lang.String minLon)
Sets the minLon value for this Spatial.

Parameters:
minLon -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()