Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.TrunkGroupId
-
Packages that use TrunkGroupId 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 TrunkGroupId in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return TrunkGroupId Modifier and Type Method Description TrunkGroupId
ImsInformation. getTrunkGroupId()
Returns the value of the Trunk-Group-ID AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type TrunkGroupId Modifier and Type Method Description void
ImsInformation. setTrunkGroupId(TrunkGroupId trunkGroupId)
Sets the value of the Trunk-Group-ID AVP, of type Grouped. -
Uses of TrunkGroupId in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return TrunkGroupId Modifier and Type Method Description TrunkGroupId
MessageFactory. createTrunkGroupId()
Create an empty TrunkGroupId (Grouped AVP) instance.
-