Uses of Interface
org.jainslee.resources.diameter.gx.types.vcd0.ChargingRuleInstall
-
Packages that use ChargingRuleInstall Package Description org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.gx.vcd0 -
-
Uses of ChargingRuleInstall in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return ChargingRuleInstall Modifier and Type Method Description ChargingRuleInstall[]
CreditControlAnswer. getChargingRuleInstalls()
Returns the set of Charging-Rule-Install AVPs.ChargingRuleInstall[]
ReAuthRequest. getChargingRuleInstalls()
Returns the set of Charging-Rule-Install AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type ChargingRuleInstall Modifier and Type Method Description void
CreditControlAnswer. setChargingRuleInstall(ChargingRuleInstall chargingRuleInstall)
Sets a single Charging-Rule-Install AVP in the message, of type Grouped.void
ReAuthRequest. setChargingRuleInstall(ChargingRuleInstall chargingRuleInstall)
Sets a single Charging-Rule-Install AVP in the message, of type Grouped.void
CreditControlAnswer. setChargingRuleInstalls(ChargingRuleInstall[] chargingRuleInstalls)
Sets the set of Charging-Rule-Install AVPs, with all the values in the given array.void
ReAuthRequest. setChargingRuleInstalls(ChargingRuleInstall[] chargingRuleInstalls)
Sets the set of Charging-Rule-Install AVPs, with all the values in the given array. -
Uses of ChargingRuleInstall in org.jainslee.resources.diameter.gx.vcd0
Methods in org.jainslee.resources.diameter.gx.vcd0 that return ChargingRuleInstall Modifier and Type Method Description ChargingRuleInstall
MessageFactory. createChargingRuleInstall()
Create an empty ChargingRuleInstall (Grouped AVP) instance.
-