cgl.axis.services.uddi.uddi_ext_schema
Class BoundingBox

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

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

See Also:
Serialized Form

Constructor Summary
BoundingBox()
           
BoundingBox(Spatial spatial, Temporal temporal)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Spatial getSpatial()
          Gets the spatial value for this BoundingBox.
 Temporal getTemporal()
          Gets the temporal value for this BoundingBox.
 int hashCode()
           
 void setSpatial(Spatial spatial)
          Sets the spatial value for this BoundingBox.
 void setTemporal(Temporal temporal)
          Sets the temporal value for this BoundingBox.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox()

BoundingBox

public BoundingBox(Spatial spatial,
                   Temporal temporal)
Method Detail

getSpatial

public Spatial getSpatial()
Gets the spatial value for this BoundingBox.

Returns:
spatial

setSpatial

public void setSpatial(Spatial spatial)
Sets the spatial value for this BoundingBox.

Parameters:
spatial -

getTemporal

public Temporal getTemporal()
Gets the temporal value for this BoundingBox.

Returns:
temporal

setTemporal

public void setTemporal(Temporal temporal)
Sets the temporal value for this BoundingBox.

Parameters:
temporal -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()