Uses of Class
com.opencloud.slee.resources.cgin.map.MAPProvideRoamingNumberArg
-
Packages that use MAPProvideRoamingNumberArg 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 MAPProvideRoamingNumberArg in com.opencloud.slee.resources.cgin.map
Subclasses of MAPProvideRoamingNumberArg in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPProvideRoamingNumberArg_v3
API for MAP-CH-DataTypes.ProvideRoamingNumberArg-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPProvideRoamingNumberArg Modifier and Type Method Description MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. copyOf(MAPProvideRoamingNumberArg 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.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setGsm_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field gsm-BearerCapability.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setMsc_Number(AddressString value)
Sets the value of the field msc-Number.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setMsisdn(AddressString value)
Sets the value of the field msisdn.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. setPreviousRoamingNumber(AddressString value)
Sets the value of the field previousRoamingNumber.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPProvideRoamingNumberArg Modifier and Type Method Description static MAPProvideRoamingNumberArg_v3
MAPProvideRoamingNumberArg_v3. copyOf(MAPProvideRoamingNumberArg 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 MAPProvideRoamingNumberArg
MAPProvideRoamingNumberArg. copyOf(MAPProvideRoamingNumberArg 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. sendProvideRoamingNumber(long timeout, MAPProvideRoamingNumberArg argument)
Issues a provideRoamingNumber_v1 operation request on the dialog. -
Uses of MAPProvideRoamingNumberArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPProvideRoamingNumberArg Constructor Description MAPProvideRoamingNumberRequestEvent(MAPDialog dialog, TcapOperation operation, MAPProvideRoamingNumberArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProvideRoamingNumberRequestEvent -
Uses of MAPProvideRoamingNumberArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPProvideRoamingNumberArg Modifier and Type Field Description static PersistCodec<MAPProvideRoamingNumberArg,MAPProvideRoamingNumberArg,MAPProto.MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg>
MAPCodecs. MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.ProvideRoamingNumberArgstatic PersistCodec<MAPProvideRoamingNumberArg,MAPProvideRoamingNumberArg,MAPProto.MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg>
MAPCodecs. MAP_CH_DataTypes_ph2_ProvideRoamingNumberArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.ProvideRoamingNumberArgstatic PersistCodec<MAPProvideRoamingNumberArg,MAPProvideRoamingNumberArg_v3,MAPProto.MAP_CH_DataTypes_ProvideRoamingNumberArg_v3>
MAPCodecs. MAP_CH_DataTypes_ProvideRoamingNumberArg_v3
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ProvideRoamingNumberArg-v3
-