Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendRoutingInfoForSMArg
-
Packages that use MAPSendRoutingInfoForSMArg 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 MAPSendRoutingInfoForSMArg in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSendRoutingInfoForSMArg in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPRoutingInfoForSM_Arg
API for MAP-SM-DataTypes.RoutingInfoForSM-Arg.Methods in com.opencloud.slee.resources.cgin.map that return MAPSendRoutingInfoForSMArg Modifier and Type Method Description MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. copyOf(MAPSendRoutingInfoForSMArg 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.MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. setMsisdn(AddressString value)
Sets the value of the field msIsdn.MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. setSm_RP_PRI(boolean value)
Sets the value of the field sm-RP-PRI and marks the field as present.MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. setTeleserviceCode(byte[] value)
Sets the value of the field teleserviceCode.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendRoutingInfoForSMArg Modifier and Type Method Description static MAPRoutingInfoForSM_Arg
MAPRoutingInfoForSM_Arg. copyOf(MAPSendRoutingInfoForSMArg 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 MAPSendRoutingInfoForSMArg
MAPSendRoutingInfoForSMArg. copyOf(MAPSendRoutingInfoForSMArg 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. sendSendRoutingInfoForSM(long timeout, MAPSendRoutingInfoForSMArg argument)
Issues a sendRoutingInfoForSM_v1 operation request on the dialog. -
Uses of MAPSendRoutingInfoForSMArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendRoutingInfoForSMArg Constructor Description MAPSendRoutingInfoForSMRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSendRoutingInfoForSMArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoForSMRequestEvent -
Uses of MAPSendRoutingInfoForSMArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendRoutingInfoForSMArg Modifier and Type Field Description static PersistCodec<MAPSendRoutingInfoForSMArg,MAPSendRoutingInfoForSMArg,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg>
MAPCodecs. MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMArgstatic PersistCodec<MAPSendRoutingInfoForSMArg,MAPSendRoutingInfoForSMArg,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg>
MAPCodecs. MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMArgstatic PersistCodec<MAPSendRoutingInfoForSMArg,MAPRoutingInfoForSM_Arg,MAPProto.MAP_SM_DataTypes_RoutingInfoForSM_Arg>
MAPCodecs. MAP_SM_DataTypes_RoutingInfoForSM_Arg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.RoutingInfoForSM-Arg
-