Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.SupplementaryService
-
Packages that use SupplementaryService 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 SupplementaryService in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return SupplementaryService Modifier and Type Method Description SupplementaryService[]
MmtelInformation. getSupplementaryServices()
Returns the set of Supplementary-Service AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type SupplementaryService Modifier and Type Method Description void
MmtelInformation. setSupplementaryService(SupplementaryService supplementaryService)
Sets a single Supplementary-Service AVP in the MMTel-Information AVP, of type Grouped.void
MmtelInformation. setSupplementaryServices(SupplementaryService[] supplementaryServices)
Sets the set of Supplementary-Service AVPs, with all the values in the given array. -
Uses of SupplementaryService in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return SupplementaryService Modifier and Type Method Description SupplementaryService
MessageFactory. createSupplementaryService()
Create an empty SupplementaryService (Grouped AVP) instance.
-