Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.ServiceSpecificInfo
-
Packages that use ServiceSpecificInfo 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 ServiceSpecificInfo in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return ServiceSpecificInfo Modifier and Type Method Description ServiceSpecificInfo
ServiceDataContainer. getServiceSpecificInfo()
Returns the value of the Service-Specific-Info AVP, of type Grouped.ServiceSpecificInfo[]
ImsInformation. getServiceSpecificInfos()
Returns the set of Service-Specific-Info AVPs.ServiceSpecificInfo[]
MultipleServicesCreditControl. getServiceSpecificInfos()
Returns the set of Service-Specific-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type ServiceSpecificInfo Modifier and Type Method Description void
ImsInformation. setServiceSpecificInfo(ServiceSpecificInfo serviceSpecificInfo)
Sets a single Service-Specific-Info AVP in the IMS-Information AVP, of type Grouped.void
MultipleServicesCreditControl. setServiceSpecificInfo(ServiceSpecificInfo serviceSpecificInfo)
Sets a single Service-Specific-Info AVP in the Multiple-Services-Credit-Control AVP, of type Grouped.void
ServiceDataContainer. setServiceSpecificInfo(ServiceSpecificInfo serviceSpecificInfo)
Sets the value of the Service-Specific-Info AVP, of type Grouped.void
ImsInformation. setServiceSpecificInfos(ServiceSpecificInfo[] serviceSpecificInfos)
Sets the set of Service-Specific-Info AVPs, with all the values in the given array.void
MultipleServicesCreditControl. setServiceSpecificInfos(ServiceSpecificInfo[] serviceSpecificInfos)
Sets the set of Service-Specific-Info AVPs, with all the values in the given array. -
Uses of ServiceSpecificInfo in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return ServiceSpecificInfo Modifier and Type Method Description ServiceSpecificInfo
MessageFactory. createServiceSpecificInfo()
Create an empty ServiceSpecificInfo (Grouped AVP) instance.
-