Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.PocUserRole
-
Packages that use PocUserRole 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 PocUserRole in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PocUserRole Modifier and Type Method Description PocUserRole
PocInformation. getPocUserRole()
Returns the value of the PoC-User-Role AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PocUserRole Modifier and Type Method Description void
PocInformation. setPocUserRole(PocUserRole pocUserRole)
Sets the value of the PoC-User-Role AVP, of type Grouped. -
Uses of PocUserRole in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return PocUserRole Modifier and Type Method Description PocUserRole
MessageFactory. createPocUserRole()
Create an empty PocUserRole (Grouped AVP) instance.
-