Uses of Interface
org.jainslee.resources.diameter.ro.types.vb80.PsFurnishChargingInformation
-
Packages that use PsFurnishChargingInformation Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.vb80 -
-
Uses of PsFurnishChargingInformation in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return PsFurnishChargingInformation Modifier and Type Method Description PsFurnishChargingInformation
MultipleServicesCreditControl. getPsFurnishChargingInformation()
Returns the value of the PS-Furnish-Charging-Information AVP, of type Grouped.PsFurnishChargingInformation
PsInformation. getPsFurnishChargingInformation()
Returns the value of the PS-Furnish-Charging-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type PsFurnishChargingInformation Modifier and Type Method Description void
MultipleServicesCreditControl. setPsFurnishChargingInformation(PsFurnishChargingInformation psFurnishChargingInformation)
Sets the value of the PS-Furnish-Charging-Information AVP, of type Grouped.void
PsInformation. setPsFurnishChargingInformation(PsFurnishChargingInformation psFurnishChargingInformation)
Sets the value of the PS-Furnish-Charging-Information AVP, of type Grouped. -
Uses of PsFurnishChargingInformation in org.jainslee.resources.diameter.ro.vb80
Methods in org.jainslee.resources.diameter.ro.vb80 that return PsFurnishChargingInformation Modifier and Type Method Description PsFurnishChargingInformation
MessageFactory. createPsFurnishChargingInformation()
Create an empty PsFurnishChargingInformation (Grouped AVP) instance.PsFurnishChargingInformation
MessageFactory. createPsFurnishChargingInformation(byte[] tgppChargingId, byte[] psFreeFormatData)
Create a PsFurnishChargingInformation (Grouped AVP) instance using required AVP values.
-