public class Roaming extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Roaming.ServingMccMnc
the inner class CurrentLocation contains the serving network country code/ network code
|
| Constructor and Description |
|---|
Roaming() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
return the MSISDN of the mobile terminal
|
String |
getCallbackData() |
String |
getCurrentRoaming()
return the status of the roaming
|
HlrResponseData |
getExtendedData() |
String |
getResourceURL()
return the url
|
String |
getRetrievalStatus() |
Roaming.ServingMccMnc |
getServingMccMnc()
return the location details for a successful terminal location request
|
void |
setAddress(String address)
set the MSISDN of the mobile terminal.
|
void |
setCallbackData(String callbackData) |
void |
setCurrentRoaming(HlrResponseData extendedData) |
void |
setCurrentRoaming(String currentRoaming)
set the status of the roaming.
|
void |
setExtendedData(HlrResponseData extendedData) |
void |
setResourceURL(String resourceURL)
set the url
|
void |
setRetrievalStatus(String retrievalStatus) |
void |
setServingMccMnc(Roaming.ServingMccMnc servingMccMnc)
set the location details for a successful terminal location request.
|
void |
setServingMccMnc(String mccMnc)
set the location details for a successful terminal location request parsed from IB format.
|
String |
toString()
generate a textual representation of the Roaming instance including all nested elements and classes
|
public String getAddress()
public void setAddress(String address)
public String getCurrentRoaming()
public void setCurrentRoaming(String currentRoaming)
public void setCurrentRoaming(HlrResponseData extendedData)
public Roaming.ServingMccMnc getServingMccMnc()
public void setServingMccMnc(Roaming.ServingMccMnc servingMccMnc)
public void setServingMccMnc(String mccMnc)
public String getResourceURL()
public void setResourceURL(String resourceURL)
public String getRetrievalStatus()
public void setRetrievalStatus(String retrievalStatus)
public HlrResponseData getExtendedData()
public void setExtendedData(HlrResponseData extendedData)
public String getCallbackData()
public void setCallbackData(String callbackData)
Copyright © 2014. All rights reserved.