Uses of Class
com.opencloud.slee.resources.cgin.map.MAPNoteMM_EventArg
-
Packages that use MAPNoteMM_EventArg 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 MAPNoteMM_EventArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPNoteMM_EventArg Modifier and Type Method Description MAPNoteMM_EventArg
MAPNoteMM_EventArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPNoteMM_EventArg
MAPNoteMM_EventArg. copyOf(MAPNoteMM_EventArg 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.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setEventMet(MMCode value)
Sets the value of the field eventMet.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setLocationInformation(MAPLocationInformation value)
Sets the value of the field locationInformation.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setLocationInformationGPRS(MAPLocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setMsisdn(AddressString value)
Sets the value of the field msisdn.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setOfferedCamel4Functionalities(MAPOfferedCamel4Functionalities value)
Sets the value of the field offeredCamel4Functionalities.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setSupportedCAMELPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCAMELPhases.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPNoteMM_EventArg Modifier and Type Method Description static MAPNoteMM_EventArg
MAPNoteMM_EventArg. copyOf(MAPNoteMM_EventArg 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. sendNoteMM_Event(long timeout, MAPNoteMM_EventArg argument)
Issues a noteMM_Event operation request on the dialog. -
Uses of MAPNoteMM_EventArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPNoteMM_EventArg Constructor Description MAPNoteMM_EventRequestEvent(MAPDialog dialog, TcapOperation operation, MAPNoteMM_EventArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPNoteMM_EventRequestEvent -
Uses of MAPNoteMM_EventArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPNoteMM_EventArg Modifier and Type Field Description static PersistCodec<MAPNoteMM_EventArg,MAPNoteMM_EventArg,MAPProto.MAP_MS_DataTypes_NoteMM_EventArg>
MAPCodecs. MAP_MS_DataTypes_NoteMM_EventArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.NoteMM-EventArgstatic PersistCodec<MAPNoteMM_EventArg,MAPNoteMM_EventArg,MAPProto.MAP_MS_DataTypes_NoteMM_EventArg>
MAPCodecs. MAP_MS_DataTypes_NoteMM_EventArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.NoteMM-EventArg
-