com.microsoft.search
Class Location

java.lang.Object
  extended by com.microsoft.search.Location
All Implemented Interfaces:
Serializable

public class Location
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Location()
           
Location(double latitude, double longitude, Double radius)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 double getLatitude()
          Gets the latitude value for this Location.
 double getLongitude()
          Gets the longitude value for this Location.
 Double getRadius()
          Gets the radius value for this Location.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLatitude(double latitude)
          Sets the latitude value for this Location.
 void setLongitude(double longitude)
          Sets the longitude value for this Location.
 void setRadius(Double radius)
          Sets the radius value for this Location.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()

Location

public Location(double latitude,
                double longitude,
                Double radius)
Method Detail

getLatitude

public double getLatitude()
Gets the latitude value for this Location.

Returns:
latitude

setLatitude

public void setLatitude(double latitude)
Sets the latitude value for this Location.

Parameters:
latitude -

getLongitude

public double getLongitude()
Gets the longitude value for this Location.

Returns:
longitude

setLongitude

public void setLongitude(double longitude)
Sets the longitude value for this Location.

Parameters:
longitude -

getRadius

public Double getRadius()
Gets the radius value for this Location.

Returns:
radius

setRadius

public void setRadius(Double radius)
Sets the radius value for this Location.

Parameters:
radius -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer