Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLocationInfoWithLMSI
-
Packages that use MAPLocationInfoWithLMSI Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPLocationInfoWithLMSI in com.opencloud.slee.resources.cgin.map
Subclasses of MAPLocationInfoWithLMSI in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPLocationInfoWithLMSI_v3
API for MAP-SM-DataTypes.LocationInfoWithLMSI-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationInfoWithLMSI Modifier and Type Method Description MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. clone()
Constructs a copy of this object and everything reachable from it.static MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. copyOf(MAPLocationInfoWithLMSI 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.MAPLocationInfoWithLMSI
MAPLocationOrForwarding. getLocationInfoWithLMSI()
Gets the value of the locationInfoWithLMSI choice.MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. setLMsId(LMSIAddress value)
Sets the value of the field lMsId.MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. setLocationInfo(MAPLocationInfo value)
Sets the value of the field locationInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLocationInfoWithLMSI Modifier and Type Method Description static MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. copyOf(MAPLocationInfoWithLMSI 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.static MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. copyOf(MAPLocationInfoWithLMSI 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.MAPLocationOrForwarding
MAPLocationOrForwarding. setLocationInfoWithLMSI(MAPLocationInfoWithLMSI value)
Sets the value of the locationInfoWithLMSI choice. -
Uses of MAPLocationInfoWithLMSI in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLocationInfoWithLMSI Modifier and Type Field Description static PersistCodec<MAPLocationInfoWithLMSI,MAPLocationInfoWithLMSI_v3,MAPProto.MAP_SM_DataTypes_LocationInfoWithLMSI_v3>
MAPCodecs. MAP_SM_DataTypes_LocationInfoWithLMSI_v3
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.LocationInfoWithLMSI-v3static PersistCodec<MAPLocationInfoWithLMSI,MAPLocationInfoWithLMSI,MAPProto.MAP_SM_DataTypes_ph1_LocationInfoWithLMSI>
MAPCodecs. MAP_SM_DataTypes_ph1_LocationInfoWithLMSI
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.LocationInfoWithLMSIstatic PersistCodec<MAPLocationInfoWithLMSI,MAPLocationInfoWithLMSI,MAPProto.MAP_SM_DataTypes_ph1_LocationInfoWithLMSI>
MAPCodecs. MAP_SM_DataTypes_ph1_LocationInfoWithLMSI
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.LocationInfoWithLMSI
-