|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_ext_schema.Spatial
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 |
public Spatial()
public Spatial(java.lang.String maxLat, java.lang.String maxLon, java.lang.String minLat, java.lang.String minLon)
Method Detail |
public java.lang.String getMaxLat()
public void setMaxLat(java.lang.String maxLat)
maxLat
- public java.lang.String getMaxLon()
public void setMaxLon(java.lang.String maxLon)
maxLon
- public java.lang.String getMinLat()
public void setMinLat(java.lang.String minLat)
minLat
- public java.lang.String getMinLon()
public void setMinLon(java.lang.String minLon)
minLon
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |