Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.ImsInformation
-
Packages that use ImsInformation 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 ImsInformation in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ImsInformation Modifier and Type Method Description ImsInformation
ServiceInformation. getImsInformation()
Returns the value of the IMS-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ImsInformation Modifier and Type Method Description void
ServiceInformation. setImsInformation(ImsInformation imsInformation)
Sets the value of the IMS-Information AVP, of type Grouped. -
Uses of ImsInformation in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return ImsInformation Modifier and Type Method Description ImsInformation
MessageFactory. createImsInformation()
Create an empty ImsInformation (Grouped AVP) instance.ImsInformation
MessageFactory. createImsInformation(NodeFunctionality nodeFunctionality)
Create a ImsInformation (Grouped AVP) instance using required AVP values.
-