Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.CurrentTariff
-
Packages that use CurrentTariff Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v11.8.0.org.jainslee.resources.diameter.rf.vb80 -
-
Uses of CurrentTariff in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return CurrentTariff Modifier and Type Method Description CurrentTariffTariffInformation. getCurrentTariff()Returns the value of the Current-Tariff AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type CurrentTariff Modifier and Type Method Description voidTariffInformation. setCurrentTariff(CurrentTariff currentTariff)Sets the value of the Current-Tariff AVP, of type Grouped. -
Uses of CurrentTariff in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return CurrentTariff Modifier and Type Method Description CurrentTariffMessageFactory. createCurrentTariff()Create an empty CurrentTariff (Grouped AVP) instance.Methods in org.jainslee.resources.diameter.rf.vb80 with parameters of type CurrentTariff Modifier and Type Method Description TariffInformationMessageFactory. createTariffInformation(CurrentTariff currentTariff)Create a TariffInformation (Grouped AVP) instance using required AVP values.
-