|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
Defines the Sequence of Data Elements that specify a set of triggered requests and an indication whether more triggered location requests can be requested.
Constructor Summary | |
TriggeredLocationRequestSetEntry()
Creates a new TriggeredLocationRequestSetEntry instance. |
|
TriggeredLocationRequestSetEntry(org.csapi.jr.se.mm.TriggeredLocationRequest[] _requests,
boolean _final)
Creates a new TriggeredLocationRequestSetEntry 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.TriggeredLocationRequest[] |
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.TriggeredLocationRequest[] requests)
This method sets a requests. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TriggeredLocationRequestSetEntry()
public TriggeredLocationRequestSetEntry(org.csapi.jr.se.mm.TriggeredLocationRequest[] _requests, boolean _final)
_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 |
public org.csapi.jr.se.mm.TriggeredLocationRequest[] getRequests()
public boolean getFinal()
public void setRequests(org.csapi.jr.se.mm.TriggeredLocationRequest[] requests)
public void setFinal(boolean _final)
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 |