|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.UserLocationCamel
Defines the Sequence of Data Elements that specify the location of a mobile telephony user. Note that if the StatusCode is indicating an error, then neither GeographicalPosition, Timestamp, VlrNumber, LocationNumber, CellIdOrLai nor their associated presence flags are defined. NOTE: The location number is the number to the MSC or in rare cases the roaming number.
Constructor Summary | |
UserLocationCamel()
Creates a new UserLocationCamel instance. |
|
UserLocationCamel(org.csapi.jr.se.Address _userID,
org.csapi.jr.se.mm.MobilityError _statusCode,
boolean _geographicalPositionPresent,
org.csapi.jr.se.mm.GeographicalPosition _geographicalPosition,
boolean _timestampPresent,
java.lang.String _timestamp,
boolean _vlrNumberPresent,
org.csapi.jr.se.Address _vlrNumber,
boolean _locationNumberPresent,
org.csapi.jr.se.Address _locationNumber,
boolean _cellIdOrLaiPresent,
java.lang.String _cellIdOrLai)
Creates a new UserLocationCamel instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getCellIdOrLai()
This method returns a cellIdOrLai. |
boolean |
getCellIdOrLaiPresent()
This method returns a cellIdOrLaiPresent. |
org.csapi.jr.se.mm.GeographicalPosition |
getGeographicalPosition()
This method returns a geographicalPosition. |
boolean |
getGeographicalPositionPresent()
This method returns a geographicalPositionPresent. |
org.csapi.jr.se.Address |
getLocationNumber()
This method returns a locationNumber. |
boolean |
getLocationNumberPresent()
This method returns a locationNumberPresent. |
org.csapi.jr.se.mm.MobilityError |
getStatusCode()
This method returns a statusCode. |
java.lang.String |
getTimestamp()
This method returns a timestamp. |
boolean |
getTimestampPresent()
This method returns a timestampPresent. |
org.csapi.jr.se.Address |
getUserID()
This method returns a userID. |
org.csapi.jr.se.Address |
getVlrNumber()
This method returns a vlrNumber. |
boolean |
getVlrNumberPresent()
This method returns a vlrNumberPresent. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCellIdOrLai(java.lang.String cellIdOrLai)
This method sets a cellIdOrLai. |
void |
setCellIdOrLaiPresent(boolean cellIdOrLaiPresent)
This method sets a cellIdOrLaiPresent. |
void |
setGeographicalPosition(org.csapi.jr.se.mm.GeographicalPosition geographicalPosition)
This method sets a geographicalPosition. |
void |
setGeographicalPositionPresent(boolean geographicalPositionPresent)
This method sets a geographicalPositionPresent. |
void |
setLocationNumber(org.csapi.jr.se.Address locationNumber)
This method sets a locationNumber. |
void |
setLocationNumberPresent(boolean locationNumberPresent)
This method sets a locationNumberPresent. |
void |
setStatusCode(org.csapi.jr.se.mm.MobilityError statusCode)
This method sets a statusCode. |
void |
setTimestamp(java.lang.String timestamp)
This method sets a timestamp. |
void |
setTimestampPresent(boolean timestampPresent)
This method sets a timestampPresent. |
void |
setUserID(org.csapi.jr.se.Address userID)
This method sets a userID. |
void |
setVlrNumber(org.csapi.jr.se.Address vlrNumber)
This method sets a vlrNumber. |
void |
setVlrNumberPresent(boolean vlrNumberPresent)
This method sets a vlrNumberPresent. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserLocationCamel()
public UserLocationCamel(org.csapi.jr.se.Address _userID, org.csapi.jr.se.mm.MobilityError _statusCode, boolean _geographicalPositionPresent, org.csapi.jr.se.mm.GeographicalPosition _geographicalPosition, boolean _timestampPresent, java.lang.String _timestamp, boolean _vlrNumberPresent, org.csapi.jr.se.Address _vlrNumber, boolean _locationNumberPresent, org.csapi.jr.se.Address _locationNumber, boolean _cellIdOrLaiPresent, java.lang.String _cellIdOrLai)
_userID
- The address of the user._statusCode
- Indicator of error._geographicalPositionPresent
- Flag indicating if the geographical position is present._geographicalPosition
- Specification of a position and an area of uncertainty._timestampPresent
- Flag indicating if the timestamp is present._timestamp
- Timestamp indicating when the request was processed._vlrNumberPresent
- Flag indicating if the VLR number is present._vlrNumber
- Current VLR number for the user._locationNumberPresent
- Flag indicating if the location number is present._locationNumber
- Current location number._cellIdOrLaiPresent
- Flag indicating if cell-id or LAI of the user is present._cellIdOrLai
- Cell-id or LAI of the user.Method Detail |
public org.csapi.jr.se.Address getUserID()
public org.csapi.jr.se.mm.MobilityError getStatusCode()
public boolean getGeographicalPositionPresent()
public org.csapi.jr.se.mm.GeographicalPosition getGeographicalPosition()
public boolean getTimestampPresent()
public java.lang.String getTimestamp()
public boolean getVlrNumberPresent()
public org.csapi.jr.se.Address getVlrNumber()
public boolean getLocationNumberPresent()
public org.csapi.jr.se.Address getLocationNumber()
public boolean getCellIdOrLaiPresent()
public java.lang.String getCellIdOrLai()
public void setUserID(org.csapi.jr.se.Address userID)
public void setStatusCode(org.csapi.jr.se.mm.MobilityError statusCode)
public void setGeographicalPositionPresent(boolean geographicalPositionPresent)
public void setGeographicalPosition(org.csapi.jr.se.mm.GeographicalPosition geographicalPosition)
public void setTimestampPresent(boolean timestampPresent)
public void setTimestamp(java.lang.String timestamp)
public void setVlrNumberPresent(boolean vlrNumberPresent)
public void setVlrNumber(org.csapi.jr.se.Address vlrNumber)
public void setLocationNumberPresent(boolean locationNumberPresent)
public void setLocationNumber(org.csapi.jr.se.Address locationNumber)
public void setCellIdOrLaiPresent(boolean cellIdOrLaiPresent)
public void setCellIdOrLai(java.lang.String cellIdOrLai)
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 |