|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.NetworkStatusIndicator
Specifies the country code, mobile network code, access network technology used by the user for the data session and roaming status.
Constructor Summary | |
NetworkStatusIndicator()
Creates a new NetworkStatusIndicator instance. |
|
NetworkStatusIndicator(java.lang.String _countryCode,
java.lang.String _mobileNetworkCode,
org.csapi.jr.se.mm.AccessTechnology _accessTechnology,
org.csapi.jr.se.mm.RoamingStatus _roamingStatus)
Creates a new NetworkStatusIndicator instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.mm.AccessTechnology |
getAccessTechnology()
This method returns a accessTechnology. |
java.lang.String |
getCountryCode()
This method returns a countryCode. |
java.lang.String |
getMobileNetworkCode()
This method returns a mobileNetworkCode. |
org.csapi.jr.se.mm.RoamingStatus |
getRoamingStatus()
This method returns a roamingStatus. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAccessTechnology(org.csapi.jr.se.mm.AccessTechnology accessTechnology)
This method sets a accessTechnology. |
void |
setCountryCode(java.lang.String countryCode)
This method sets a countryCode. |
void |
setMobileNetworkCode(java.lang.String mobileNetworkCode)
This method sets a mobileNetworkCode. |
void |
setRoamingStatus(org.csapi.jr.se.mm.RoamingStatus roamingStatus)
This method sets a roamingStatus. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NetworkStatusIndicator()
public NetworkStatusIndicator(java.lang.String _countryCode, java.lang.String _mobileNetworkCode, org.csapi.jr.se.mm.AccessTechnology _accessTechnology, org.csapi.jr.se.mm.RoamingStatus _roamingStatus)
_countryCode
- Network CC Identification, Country code_mobileNetworkCode
- Network MNC Identification, Mobile network code_accessTechnology
- Network access technology used by the user to connect_roamingStatus
- Roaming StatusMethod Detail |
public java.lang.String getCountryCode()
public java.lang.String getMobileNetworkCode()
public org.csapi.jr.se.mm.AccessTechnology getAccessTechnology()
public org.csapi.jr.se.mm.RoamingStatus getRoamingStatus()
public void setCountryCode(java.lang.String countryCode)
public void setMobileNetworkCode(java.lang.String mobileNetworkCode)
public void setAccessTechnology(org.csapi.jr.se.mm.AccessTechnology accessTechnology)
public void setRoamingStatus(org.csapi.jr.se.mm.RoamingStatus roamingStatus)
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 |