Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.PocUserRole
-
Packages that use PocUserRole Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.vb80 -
-
Uses of PocUserRole in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 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.rf.types.vb80 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.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return PocUserRole Modifier and Type Method Description PocUserRole
MessageFactory. createPocUserRole()
Create an empty PocUserRole (Grouped AVP) instance.
-