Uses of Class
com.opencloud.slee.resources.cgin.map.MAPUpdateLocation_v1ResSeq
-
Packages that use MAPUpdateLocation_v1ResSeq 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 MAPUpdateLocation_v1ResSeq in com.opencloud.slee.resources.cgin.map
Subclasses of MAPUpdateLocation_v1ResSeq in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPUpdateLocationRes
API for MAP-MS-DataTypes.UpdateLocationRes.Methods in com.opencloud.slee.resources.cgin.map that return MAPUpdateLocation_v1ResSeq Modifier and Type Method Description MAPUpdateLocation_v1ResSeq
MAPUpdateLocation_v1ResSeq. clone()
Constructs a copy of this object and everything reachable from it.static MAPUpdateLocation_v1ResSeq
MAPUpdateLocation_v1ResSeq. copyOf(MAPUpdateLocation_v1ResSeq 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.MAPUpdateLocation_v1ResSeq
MAPUpdateLocation_v1ResSeq. setHlr_Number(AddressString value)
Sets the value of the field hlr-Number.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPUpdateLocation_v1ResSeq Modifier and Type Method Description static MAPUpdateLocation_v1ResSeq
MAPUpdateLocation_v1ResSeq. copyOf(MAPUpdateLocation_v1ResSeq 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 MAPUpdateLocationRes
MAPUpdateLocationRes. copyOf(MAPUpdateLocation_v1ResSeq 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.void
MAPDialog. sendUpdateLocationResponse(int invokeId, MAPUpdateLocation_v1ResSeq result)
Issues a (last) response to an updateLocation_v1 operation on the dialog.void
MAPDialog. sendUpdateLocationResponse(int invokeId, MAPUpdateLocation_v1ResSeq result, boolean isLast)
Issues a response to an updateLocation_v1 operation on the dialog. -
Uses of MAPUpdateLocation_v1ResSeq in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPUpdateLocation_v1ResSeq Constructor Description MAPUpdateLocationResultEvent(MAPDialog dialog, TcapOperation operation, MAPUpdateLocation_v1ResSeq argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPUpdateLocationResultEvent -
Uses of MAPUpdateLocation_v1ResSeq in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPUpdateLocation_v1ResSeq Modifier and Type Field Description static PersistCodec<MAPUpdateLocation_v1ResSeq,MAPUpdateLocation_v1ResSeq,MAPProto.MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq>
MAPCodecs. MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.updateLocation-v1.UpdateLocation-v1ResSeqstatic PersistCodec<MAPUpdateLocation_v1ResSeq,MAPUpdateLocation_v1ResSeq,MAPProto.MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq>
MAPCodecs. MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.updateLocation-v1.UpdateLocation-v1ResSeqstatic PersistCodec<MAPUpdateLocation_v1ResSeq,MAPUpdateLocationRes,MAPProto.MAP_MS_DataTypes_UpdateLocationRes>
MAPCodecs. MAP_MS_DataTypes_UpdateLocationRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateLocationRes
-