Uses of Interface
org.jainslee.resources.diameter.ro.types.va00.ServiceInformation
-
Packages that use ServiceInformation Package Description org.jainslee.resources.diameter.ro.types.va00 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v10.0.0.org.jainslee.resources.diameter.ro.va00 -
-
Uses of ServiceInformation in org.jainslee.resources.diameter.ro.types.va00
Methods in org.jainslee.resources.diameter.ro.types.va00 that return ServiceInformation Modifier and Type Method Description ServiceInformationCreditControlAnswer. getServiceInformation()Returns the value of the Service-Information AVP, of type Grouped.ServiceInformationCreditControlRequest. getServiceInformation()Returns the value of the Service-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.ro.types.va00 with parameters of type ServiceInformation Modifier and Type Method Description voidCreditControlAnswer. setServiceInformation(ServiceInformation serviceInformation)Sets the value of the Service-Information AVP, of type Grouped.voidCreditControlRequest. setServiceInformation(ServiceInformation serviceInformation)Sets the value of the Service-Information AVP, of type Grouped. -
Uses of ServiceInformation in org.jainslee.resources.diameter.ro.va00
Methods in org.jainslee.resources.diameter.ro.va00 that return ServiceInformation Modifier and Type Method Description ServiceInformationMessageFactory. createServiceInformation()Create an empty ServiceInformation (Grouped AVP) instance.
-