Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LMSIAddress
-
Packages that use LMSIAddress Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of LMSIAddress in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return LMSIAddress Modifier and Type Method Description LMSIAddress
MAPIMSI_WithLMSI. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPLCSLocationInfo. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPLocationInfoWithLMSI_v3. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPProvideRoamingNumberArg. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPProvideSubscriberInfoArg. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPProvideSubscriberLocation_Arg. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPRestoreDataArg. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPSetReportingStateArg. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPSM_RP_DA_v1. getLmsi()
Gets the value of the lMsId choice.LMSIAddress
MAPUpdateLocationArg. getLmsi()
Gets the value of the field lmsi.LMSIAddress
MAPLocationInfoWithLMSI. getLMsId()
Gets the value of the field lMsId.Methods in com.opencloud.slee.resources.cgin.map with parameters of type LMSIAddress Modifier and Type Method Description MAPIMSI_WithLMSI
MAPIMSI_WithLMSI. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPLCSLocationInfo
MAPLCSLocationInfo. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPProvideRoamingNumberArg_v3
MAPProvideRoamingNumberArg_v3. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPProvideSubscriberInfoArg
MAPProvideSubscriberInfoArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPProvideSubscriberLocation_Arg
MAPProvideSubscriberLocation_Arg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPRestoreDataArg
MAPRestoreDataArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPSetReportingStateArg
MAPSetReportingStateArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPSM_RP_DA_v1
MAPSM_RP_DA_v1. setLmsi(LMSIAddress value)
Sets the value of the lMsId choice.MAPSM_RP_DA
MAPSM_RP_DA. setLmsi(LMSIAddress value)
Sets the value of the lmsi choice.MAPUpdateLocationArg
MAPUpdateLocationArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. setLMsId(LMSIAddress value)
Sets the value of the field lMsId.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type LMSIAddress Constructor Description MAPIMSI_WithLMSI(IMSIAddress Imsi_param, LMSIAddress Lmsi_param)
Constructs an object from given values for all fields. -
Uses of LMSIAddress in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return LMSIAddress Modifier and Type Method Description LMSIAddress
LMSIAddress. clone()
Constructs a copy of this object and everything reachable from it.static LMSIAddress
LMSIAddress. copyOf(LMSIAddress from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.LMSIAddress
LMSIAddress. setId(int value)
Sets the value of local mobile station identifier.LMSIAddress
LMSIAddress. setIdPresent(boolean flag)
Sets the presence or absence of the field Id.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LMSIAddress Modifier and Type Method Description static LMSIAddress
LMSIAddress. copyOf(LMSIAddress from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
-