|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.MobilityStopAssignmentData
Defines the Sequence of Data Elements that specify a request to stop whole or parts of an assignment. Assignments are used for periodic or triggered reporting of a user's location or status. Note that the parameter 'Users' is optional. If the parameter 'StopScope' is set to P_M_ALL_IN_ASSIGNMENT the parameter 'Users' is undefined. If the parameter 'StopScope' is set to P_M_SPECIFIED_USERS, then the assignment shall be stopped only for those users specified in the 'Users' list.
Constructor Summary | |
MobilityStopAssignmentData()
Creates a new MobilityStopAssignmentData instance. |
|
MobilityStopAssignmentData(int _assignmentId,
org.csapi.jr.se.mm.MobilityStopScope _stopScope,
org.csapi.jr.se.Address[] _users)
Creates a new MobilityStopAssignmentData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getAssignmentId()
This method returns a assignmentId. |
org.csapi.jr.se.mm.MobilityStopScope |
getStopScope()
This method returns a stopScope. |
org.csapi.jr.se.Address[] |
getUsers()
This method returns a users. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAssignmentId(int assignmentId)
This method sets a assignmentId. |
void |
setStopScope(org.csapi.jr.se.mm.MobilityStopScope stopScope)
This method sets a stopScope. |
void |
setUsers(org.csapi.jr.se.Address[] users)
This method sets a users. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MobilityStopAssignmentData()
public MobilityStopAssignmentData(int _assignmentId, org.csapi.jr.se.mm.MobilityStopScope _stopScope, org.csapi.jr.se.Address[] _users)
_assignmentId
- Identity of the assignment that shall be stopped._stopScope
- Specify if only a part of the assignment or if all the assignment shall be stopped._users
- Optional parameter describing which users a stop request is addressing, when only a part of an assignment is to be stopped.Method Detail |
public int getAssignmentId()
public org.csapi.jr.se.mm.MobilityStopScope getStopScope()
public org.csapi.jr.se.Address[] getUsers()
public void setAssignmentId(int assignmentId)
public void setStopScope(org.csapi.jr.se.mm.MobilityStopScope stopScope)
public void setUsers(org.csapi.jr.se.Address[] users)
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 |