Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.InterOperatorIdentifier
-
Packages that use InterOperatorIdentifier Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.vb80 -
-
Uses of InterOperatorIdentifier in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return InterOperatorIdentifier Modifier and Type Method Description InterOperatorIdentifier[]
ImsInformation. getInterOperatorIdentifiers()
Returns the set of Inter-Operator-Identifier AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type InterOperatorIdentifier Modifier and Type Method Description void
ImsInformation. setInterOperatorIdentifier(InterOperatorIdentifier interOperatorIdentifier)
Sets a single Inter-Operator-Identifier AVP in the IMS-Information AVP, of type Grouped.void
ImsInformation. setInterOperatorIdentifiers(InterOperatorIdentifier[] interOperatorIdentifiers)
Sets the set of Inter-Operator-Identifier AVPs, with all the values in the given array. -
Uses of InterOperatorIdentifier in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return InterOperatorIdentifier Modifier and Type Method Description InterOperatorIdentifier
MessageFactory. createInterOperatorIdentifier()
Create an empty InterOperatorIdentifier (Grouped AVP) instance.
-