Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.AdditionalContentInformation
-
Packages that use AdditionalContentInformation Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of AdditionalContentInformation in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 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.vcb0 with parameters of type AdditionalContentInformation Modifier and Type Method Description void
MmContentType. setAdditionalContentInformation(AdditionalContentInformation additionalContentInformation)
Sets a single Additional-Content-Information AVP in the MM-Content-Type AVP, of type Grouped.void
MmContentType. 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.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return AdditionalContentInformation Modifier and Type Method Description AdditionalContentInformation
MessageFactory. createAdditionalContentInformation()
Create an empty AdditionalContentInformation (Grouped AVP) instance.
-