|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.LocationResponseTime
Defines the Sequence of Data Elements that specify the application's requirements on the mobility service's response time.
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 |
public LocationResponseTime()
public LocationResponseTime(org.csapi.jr.se.mm.LocationResponseIndicator _responseTime, int _timerValue)
_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 |
public org.csapi.jr.se.mm.LocationResponseIndicator getResponseTime()
public int getTimerValue()
public void setResponseTime(org.csapi.jr.se.mm.LocationResponseIndicator responseTime)
public void setTimerValue(int timerValue)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |