Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLocationInfo
-
Packages that use MAPLocationInfo 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 MAPLocationInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationInfo Modifier and Type Method Description MAPLocationInfo
MAPLocationInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPLocationInfo
MAPLocationInfo. copyOf(MAPLocationInfo 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.MAPLocationInfo
MAPLocationInfoWithLMSI. getLocationInfo()
Gets the value of the field locationInfo.MAPLocationInfo
MAPLocationInfo. setMscNumber(AddressString value)
Sets the value of the mscNumber choice.MAPLocationInfo
MAPLocationInfo. setRoamingNumber(AddressString value)
Sets the value of the roamingNumber choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLocationInfo Modifier and Type Method Description static MAPLocationInfo
MAPLocationInfo. copyOf(MAPLocationInfo 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_v3
MAPLocationInfoWithLMSI_v3. setLocationInfo(MAPLocationInfo value)
Sets the value of the field locationInfo.MAPLocationInfoWithLMSI
MAPLocationInfoWithLMSI. setLocationInfo(MAPLocationInfo value)
Sets the value of the field locationInfo. -
Uses of MAPLocationInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLocationInfo Modifier and Type Field Description static PersistCodec<MAPLocationInfo,MAPLocationInfo,MAPProto.MAP_SM_DataTypes_LocationInfo_v3>
MAPCodecs. MAP_SM_DataTypes_LocationInfo_v3
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.LocationInfo-v3static PersistCodec<MAPLocationInfo,MAPLocationInfo,MAPProto.MAP_SM_DataTypes_LocationInfo_v3>
MAPCodecs. MAP_SM_DataTypes_LocationInfo_v3
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.LocationInfo-v3static PersistCodec<MAPLocationInfo,MAPLocationInfo,MAPProto.MAP_SM_DataTypes_ph1_LocationInfo>
MAPCodecs. MAP_SM_DataTypes_ph1_LocationInfo
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.LocationInfostatic PersistCodec<MAPLocationInfo,MAPLocationInfo,MAPProto.MAP_SM_DataTypes_ph1_LocationInfo>
MAPCodecs. MAP_SM_DataTypes_ph1_LocationInfo
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.LocationInfo
-