Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.LocationInfo
-
Packages that use LocationInfo 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 LocationInfo in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return LocationInfo Modifier and Type Method Description LocationInfo[]
CoverageInfo. getLocationInfos()
Returns the set of Location-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type LocationInfo Modifier and Type Method Description void
CoverageInfo. setLocationInfo(LocationInfo locationInfo)
Sets a single Location-Info AVP in the Coverage-Info AVP, of type Grouped.void
CoverageInfo. setLocationInfos(LocationInfo[] locationInfos)
Sets the set of Location-Info AVPs, with all the values in the given array. -
Uses of LocationInfo in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return LocationInfo Modifier and Type Method Description LocationInfo
MessageFactory. createLocationInfo()
Create an empty LocationInfo (Grouped AVP) instance.
-