Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.ChargingInformation
-
Packages that use ChargingInformation 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 ChargingInformation in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return ChargingInformation Modifier and Type Method Description ChargingInformation
CreditControlAnswer. getChargingInformation()
Returns the value of the Charging-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type ChargingInformation Modifier and Type Method Description void
CreditControlAnswer. setChargingInformation(ChargingInformation chargingInformation)
Sets the value of the Charging-Information AVP, of type Grouped. -
Uses of ChargingInformation in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return ChargingInformation Modifier and Type Method Description ChargingInformation
MessageFactory. createChargingInformation()
Create an empty ChargingInformation (Grouped AVP) instance.
-