Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.NniInformation
-
Packages that use NniInformation Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP 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 voidImsInformation. setNniInformation(NniInformation nniInformation)Sets a single NNI-Information AVP in the IMS-Information AVP, of type Grouped.voidImsInformation. 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 NniInformationMessageFactory. createNniInformation()Create an empty NniInformation (Grouped AVP) instance.
-