Uses of Interface
org.jainslee.resources.diameter.ro.types.v790.ServiceInformation
-
Packages that use ServiceInformation Package Description org.jainslee.resources.diameter.ro.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.ro.v790 -
-
Uses of ServiceInformation in org.jainslee.resources.diameter.ro.types.v790
Methods in org.jainslee.resources.diameter.ro.types.v790 that return ServiceInformation Modifier and Type Method Description ServiceInformation
CreditControlAnswer. getServiceInformation()
Returns the value of the Service-Information AVP, of type Grouped.ServiceInformation
CreditControlRequest. getServiceInformation()
Returns the value of the Service-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.v790 with parameters of type ServiceInformation Modifier and Type Method Description void
CreditControlAnswer. setServiceInformation(ServiceInformation serviceInformation)
Sets the value of the Service-Information AVP, of type Grouped.void
CreditControlRequest. setServiceInformation(ServiceInformation serviceInformation)
Sets the value of the Service-Information AVP, of type Grouped. -
Uses of ServiceInformation in org.jainslee.resources.diameter.ro.v790
Methods in org.jainslee.resources.diameter.ro.v790 that return ServiceInformation Modifier and Type Method Description ServiceInformation
MessageFactory. createServiceInformation()
Create an empty ServiceInformation (Grouped AVP) instance.
-