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.mapMethods in com.opencloud.slee.resources.cgin.map that return MAPNoteMM_EventArg Modifier and Type Method Description MAPNoteMM_EventArgMAPNoteMM_EventArg. clone()Constructs a copy of this object and everything reachable from it.static MAPNoteMM_EventArgMAPNoteMM_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_EventArgMAPNoteMM_EventArg. setEventMet(MMCode value)Sets the value of the field eventMet.MAPNoteMM_EventArgMAPNoteMM_EventArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPNoteMM_EventArgMAPNoteMM_EventArg. setImsi(IMSIAddress value)Sets the value of the field imsi.MAPNoteMM_EventArgMAPNoteMM_EventArg. setLocationInformation(MAPLocationInformation value)Sets the value of the field locationInformation.MAPNoteMM_EventArgMAPNoteMM_EventArg. setLocationInformationGPRS(MAPLocationInformationGPRS value)Sets the value of the field locationInformationGPRS.MAPNoteMM_EventArgMAPNoteMM_EventArg. setMsisdn(AddressString value)Sets the value of the field msisdn.MAPNoteMM_EventArgMAPNoteMM_EventArg. setOfferedCamel4Functionalities(MAPOfferedCamel4Functionalities value)Sets the value of the field offeredCamel4Functionalities.MAPNoteMM_EventArgMAPNoteMM_EventArg. setServiceKey(int value)Sets the value of the field serviceKey and marks the field as present.MAPNoteMM_EventArgMAPNoteMM_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_EventArgMAPNoteMM_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.intMAPDialog. 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.eventsConstructors 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.persistFields 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_EventArgSingleton 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_EventArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes.NoteMM-EventArg
 
-