org.csapi.jr.se.mm
Class PeriodicLocationRequestSetEntry

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

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

Defines the Sequence of Data Elements that specify a set of triggered requests and an indication whether more periodic location requests can be requested.

See Also:
Serialized Form

Constructor Summary
PeriodicLocationRequestSetEntry()
          Creates a new PeriodicLocationRequestSetEntry instance.
PeriodicLocationRequestSetEntry(org.csapi.jr.se.mm.PeriodicLocationRequest[] _requests, boolean _final)
          Creates a new PeriodicLocationRequestSetEntry instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 boolean getFinal()
          This method returns a _final.
 org.csapi.jr.se.mm.PeriodicLocationRequest[] getRequests()
          This method returns a requests.
 int hashCode()
          Returns a hashcode value for the object.
 void setFinal(boolean _final)
          This method sets a _final.
 void setRequests(org.csapi.jr.se.mm.PeriodicLocationRequest[] requests)
          This method sets a requests.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicLocationRequestSetEntry

public PeriodicLocationRequestSetEntry()
Creates a new PeriodicLocationRequestSetEntry instance.


PeriodicLocationRequestSetEntry

public PeriodicLocationRequestSetEntry(org.csapi.jr.se.mm.PeriodicLocationRequest[] _requests,
                                       boolean _final)
Creates a new PeriodicLocationRequestSetEntry instance.

Parameters:
_requests - Numbered set of requests.
_final - Indication whether the set of triggered requests is the final set (TRUE)or if there are more triggered requests (FALSE).
Method Detail

getRequests

public org.csapi.jr.se.mm.PeriodicLocationRequest[] getRequests()
This method returns a requests.

Returns:
a org.csapi.jr.se.mm.PeriodicLocationRequest[] value

getFinal

public boolean getFinal()
This method returns a _final.

Returns:
a boolean value

setRequests

public void setRequests(org.csapi.jr.se.mm.PeriodicLocationRequest[] requests)
This method sets a requests.


setFinal

public void setFinal(boolean _final)
This method sets a _final.


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