Uses of Interface
org.jainslee.resources.diameter.rf.types.va00.ParticipantGroup
-
Packages that use ParticipantGroup Package Description org.jainslee.resources.diameter.rf.types.va00 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v10.0.0.org.jainslee.resources.diameter.rf.va00 -
-
Uses of ParticipantGroup in org.jainslee.resources.diameter.rf.types.va00
Methods in org.jainslee.resources.diameter.rf.types.va00 that return ParticipantGroup Modifier and Type Method Description ParticipantGroup[]PocInformation. getParticipantGroups()Returns the set of Participant-Group AVPs.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type ParticipantGroup Modifier and Type Method Description voidPocInformation. setParticipantGroup(ParticipantGroup participantGroup)Sets a single Participant-Group AVP in the PoC-Information AVP, of type Grouped.voidPocInformation. setParticipantGroups(ParticipantGroup[] participantGroups)Sets the set of Participant-Group AVPs, with all the values in the given array. -
Uses of ParticipantGroup in org.jainslee.resources.diameter.rf.va00
Methods in org.jainslee.resources.diameter.rf.va00 that return ParticipantGroup Modifier and Type Method Description ParticipantGroupMessageFactory. createParticipantGroup()Create an empty ParticipantGroup (Grouped AVP) instance.
-