org.csapi.jr.se.mm
Class LocationResponseTime

java.lang.Object
  |
  +--org.csapi.jr.se.mm.LocationResponseTime
All Implemented Interfaces:
java.io.Serializable

public final class LocationResponseTime
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that specify the application's requirements on the mobility service's response time.

See Also:
Serialized Form

Constructor Summary
LocationResponseTime()
          Creates a new LocationResponseTime instance.
LocationResponseTime(org.csapi.jr.se.mm.LocationResponseIndicator _responseTime, int _timerValue)
          Creates a new LocationResponseTime instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.mm.LocationResponseIndicator getResponseTime()
          This method returns a responseTime.
 int getTimerValue()
          This method returns a timerValue.
 int hashCode()
          Returns a hashcode value for the object.
 void setResponseTime(org.csapi.jr.se.mm.LocationResponseIndicator responseTime)
          This method sets a responseTime.
 void setTimerValue(int timerValue)
          This method sets a timerValue.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationResponseTime

public LocationResponseTime()
Creates a new LocationResponseTime instance.


LocationResponseTime

public LocationResponseTime(org.csapi.jr.se.mm.LocationResponseIndicator _responseTime,
                            int _timerValue)
Creates a new LocationResponseTime instance.

Parameters:
_responseTime - Indicator for which kind of response time that is required, see TpLocationResponseIndicator.
_timerValue - Optional timer used in combination when ResponseTime equals P_M_USE_TIMER_VALUE.
Method Detail

getResponseTime

public org.csapi.jr.se.mm.LocationResponseIndicator getResponseTime()
This method returns a responseTime.

Returns:
a org.csapi.jr.se.mm.LocationResponseIndicator value

getTimerValue

public int getTimerValue()
This method returns a timerValue.

Returns:
a int value

setResponseTime

public void setResponseTime(org.csapi.jr.se.mm.LocationResponseIndicator responseTime)
This method sets a responseTime.


setTimerValue

public void setTimerValue(int timerValue)
This method sets a timerValue.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object