Uses of Interface
org.jainslee.resources.diameter.ro.types.vb80.AdditionalContentInformation
-
Packages that use AdditionalContentInformation Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v11.8.0.org.jainslee.resources.diameter.ro.vb80 -
-
Uses of AdditionalContentInformation in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return AdditionalContentInformation Modifier and Type Method Description AdditionalContentInformation[]MmContentType. getAdditionalContentInformations()Returns the set of Additional-Content-Information AVPs.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type AdditionalContentInformation Modifier and Type Method Description voidMmContentType. setAdditionalContentInformation(AdditionalContentInformation additionalContentInformation)Sets a single Additional-Content-Information AVP in the MM-Content-Type AVP, of type Grouped.voidMmContentType. setAdditionalContentInformations(AdditionalContentInformation[] additionalContentInformations)Sets the set of Additional-Content-Information AVPs, with all the values in the given array. -
Uses of AdditionalContentInformation in org.jainslee.resources.diameter.ro.vb80
Methods in org.jainslee.resources.diameter.ro.vb80 that return AdditionalContentInformation Modifier and Type Method Description AdditionalContentInformationMessageFactory. createAdditionalContentInformation()Create an empty AdditionalContentInformation (Grouped AVP) instance.
-