Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLocationInfoWithLMSI_v3
-
Packages that use MAPLocationInfoWithLMSI_v3 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_v3 in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationInfoWithLMSI_v3 Modifier and Type Method Description MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. clone()
Constructs a copy of this object and everything reachable from it.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.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setAdditional_Number(MAPAdditional_Number value)
Sets the value of the field additional-Number.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setGprsNodeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsNodeIndicator.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setLocationInfo(MAPLocationInfo value)
Sets the value of the field locationInfo. -
Uses of MAPLocationInfoWithLMSI_v3 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLocationInfoWithLMSI_v3 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-v3
-