Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.RoutingRuleInstall
-
Packages that use RoutingRuleInstall Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of RoutingRuleInstall in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return RoutingRuleInstall Modifier and Type Method Description RoutingRuleInstall
CreditControlRequest. getRoutingRuleInstall()
Returns the value of the Routing-Rule-Install AVP, of type Grouped.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type RoutingRuleInstall Modifier and Type Method Description void
CreditControlRequest. setRoutingRuleInstall(RoutingRuleInstall routingRuleInstall)
Sets the value of the Routing-Rule-Install AVP, of type Grouped. -
Uses of RoutingRuleInstall in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return RoutingRuleInstall Modifier and Type Method Description RoutingRuleInstall
MessageFactory. createRoutingRuleInstall()
Create an empty RoutingRuleInstall (Grouped AVP) instance.
-