Uses of Interface
org.jainslee.resources.diameter.rf.types.va00.MultipleServicesCreditControl
-
Packages that use MultipleServicesCreditControl Package Description org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.rf.va00 -
-
Uses of MultipleServicesCreditControl in org.jainslee.resources.diameter.rf.types.va00
Methods in org.jainslee.resources.diameter.rf.types.va00 that return MultipleServicesCreditControl Modifier and Type Method Description MultipleServicesCreditControl[]
OfflineCharging. getMultipleServicesCreditControls()
Returns the set of Multiple-Services-Credit-Control AVPs.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type MultipleServicesCreditControl Modifier and Type Method Description void
OfflineCharging. setMultipleServicesCreditControl(MultipleServicesCreditControl multipleServicesCreditControl)
Sets a single Multiple-Services-Credit-Control AVP in the Offline-Charging AVP, of type Grouped.void
OfflineCharging. setMultipleServicesCreditControls(MultipleServicesCreditControl[] multipleServicesCreditControls)
Sets the set of Multiple-Services-Credit-Control AVPs, with all the values in the given array. -
Uses of MultipleServicesCreditControl in org.jainslee.resources.diameter.rf.va00
Methods in org.jainslee.resources.diameter.rf.va00 that return MultipleServicesCreditControl Modifier and Type Method Description MultipleServicesCreditControl
MessageFactory. createMultipleServicesCreditControl()
Create an empty MultipleServicesCreditControl (Grouped AVP) instance.
-