Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.ServiceDataContainer
-
Packages that use ServiceDataContainer 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 ServiceDataContainer in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ServiceDataContainer Modifier and Type Method Description ServiceDataContainer[]
PsInformation. getServiceDataContainers()
Returns the set of Service-Data-Container AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ServiceDataContainer Modifier and Type Method Description void
PsInformation. setServiceDataContainer(ServiceDataContainer serviceDataContainer)
Sets a single Service-Data-Container AVP in the PS-Information AVP, of type Grouped.void
PsInformation. setServiceDataContainers(ServiceDataContainer[] serviceDataContainers)
Sets the set of Service-Data-Container AVPs, with all the values in the given array. -
Uses of ServiceDataContainer in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return ServiceDataContainer Modifier and Type Method Description ServiceDataContainer
MessageFactory. createServiceDataContainer()
Create an empty ServiceDataContainer (Grouped AVP) instance.
-