Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.NniInformation
-
Packages that use NniInformation 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 NniInformation in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return NniInformation Modifier and Type Method Description NniInformation[]
ImsInformation. getNniInformations()
Returns the set of NNI-Information AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type NniInformation Modifier and Type Method Description void
ImsInformation. setNniInformation(NniInformation nniInformation)
Sets a single NNI-Information AVP in the IMS-Information AVP, of type Grouped.void
ImsInformation. setNniInformations(NniInformation[] nniInformations)
Sets the set of NNI-Information AVPs, with all the values in the given array. -
Uses of NniInformation in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return NniInformation Modifier and Type Method Description NniInformation
MessageFactory. createNniInformation()
Create an empty NniInformation (Grouped AVP) instance.
-