Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.AfCorrelationInformation
-
Packages that use AfCorrelationInformation Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.vb80 -
-
Uses of AfCorrelationInformation in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return AfCorrelationInformation Modifier and Type Method Description AfCorrelationInformation
ServiceDataContainer. getAfCorrelationInformation()
Returns the value of the AF-Correlation-Information AVP, of type Grouped.AfCorrelationInformation[]
MultipleServicesCreditControl. getAfCorrelationInformations()
Returns the set of AF-Correlation-Information AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type AfCorrelationInformation Modifier and Type Method Description void
MultipleServicesCreditControl. setAfCorrelationInformation(AfCorrelationInformation afCorrelationInformation)
Sets a single AF-Correlation-Information AVP in the Multiple-Services-Credit-Control AVP, of type Grouped.void
ServiceDataContainer. setAfCorrelationInformation(AfCorrelationInformation afCorrelationInformation)
Sets the value of the AF-Correlation-Information AVP, of type Grouped.void
MultipleServicesCreditControl. setAfCorrelationInformations(AfCorrelationInformation[] afCorrelationInformations)
Sets the set of AF-Correlation-Information AVPs, with all the values in the given array. -
Uses of AfCorrelationInformation in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return AfCorrelationInformation Modifier and Type Method Description AfCorrelationInformation
MessageFactory. createAfCorrelationInformation()
Create an empty AfCorrelationInformation (Grouped AVP) instance.AfCorrelationInformation
MessageFactory. createAfCorrelationInformation(byte[] afChargingIdentifier)
Create a AfCorrelationInformation (Grouped AVP) instance using required AVP values.
-