Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.AocService
-
Packages that use AocService Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of AocService in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return AocService Modifier and Type Method Description AocService[]
AocSubscriptionInformation. getAocServices()
Returns the set of AoC-Service AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type AocService Modifier and Type Method Description void
AocSubscriptionInformation. setAocService(AocService aocService)
Sets a single AoC-Service AVP in the AoC-Subscription-Information AVP, of type Grouped.void
AocSubscriptionInformation. setAocServices(AocService[] aocServices)
Sets the set of AoC-Service AVPs, with all the values in the given array. -
Uses of AocService in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return AocService Modifier and Type Method Description AocService
MessageFactory. createAocService()
Create an empty AocService (Grouped AVP) instance.
-