Uses of Class
com.opencloud.slee.resources.cgin.map.MAPUpdateLocationArg
-
Packages that use MAPUpdateLocationArg Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPUpdateLocationArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPUpdateLocationArg Modifier and Type Method Description MAPUpdateLocationArg
MAPUpdateLocationArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPUpdateLocationArg
MAPUpdateLocationArg. copyOf(MAPUpdateLocationArg 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.MAPUpdateLocationArg
MAPUpdateLocationArg. setAdd_info(MAPADD_Info value)
Sets the value of the field add-info.MAPUpdateLocationArg
MAPUpdateLocationArg. setCs_LCS_NotSupportedByUEPresent(boolean flag)
Sets the presence or absence of the optional field cs-LCS-NotSupportedByUE.MAPUpdateLocationArg
MAPUpdateLocationArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPUpdateLocationArg
MAPUpdateLocationArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPUpdateLocationArg
MAPUpdateLocationArg. setInformPreviousNetworkEntityPresent(boolean flag)
Sets the presence or absence of the optional field informPreviousNetworkEntity.MAPUpdateLocationArg
MAPUpdateLocationArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPUpdateLocationArg
MAPUpdateLocationArg. setMsc_Number(AddressString value)
Sets the value of the field msc-Number.MAPUpdateLocationArg
MAPUpdateLocationArg. setPagingArea(MAPLocationArea[] value)
Sets the value of the field pagingArea.MAPUpdateLocationArg
MAPUpdateLocationArg. setRestorationIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field restorationIndicator.MAPUpdateLocationArg
MAPUpdateLocationArg. setSkipSubscriberDataUpdatePresent(boolean flag)
Sets the presence or absence of the optional field skipSubscriberDataUpdate.MAPUpdateLocationArg
MAPUpdateLocationArg. setV_gmlc_Address(GSNAddress value)
Sets the value of the field v-gmlc-Address.MAPUpdateLocationArg
MAPUpdateLocationArg. setVlr_Capability(MAPVLR_Capability value)
Sets the value of the field vlr-Capability.MAPUpdateLocationArg
MAPUpdateLocationArg. setVlr_Number(AddressString value)
Sets the value of the field vlr-Number.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPUpdateLocationArg Modifier and Type Method Description static MAPUpdateLocationArg
MAPUpdateLocationArg. copyOf(MAPUpdateLocationArg 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.int
MAPDialog. sendUpdateLocation(long timeout, MAPUpdateLocationArg argument)
Issues an updateLocation_v1 operation request on the dialog. -
Uses of MAPUpdateLocationArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPUpdateLocationArg Constructor Description MAPUpdateLocationRequestEvent(MAPDialog dialog, TcapOperation operation, MAPUpdateLocationArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPUpdateLocationRequestEvent -
Uses of MAPUpdateLocationArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPUpdateLocationArg Modifier and Type Field Description static PersistCodec<MAPUpdateLocationArg,MAPUpdateLocationArg,MAPProto.MAP_MS_DataTypes_UpdateLocationArg>
MAPCodecs. MAP_MS_DataTypes_UpdateLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateLocationArgstatic PersistCodec<MAPUpdateLocationArg,MAPUpdateLocationArg,MAPProto.MAP_MS_DataTypes_UpdateLocationArg>
MAPCodecs. MAP_MS_DataTypes_UpdateLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateLocationArg
-