Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.RecipientReceivedAddress
-
Packages that use RecipientReceivedAddress 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 RecipientReceivedAddress in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return RecipientReceivedAddress Modifier and Type Method Description RecipientReceivedAddress[]
RecipientInfo. getRecipientReceivedAddresses()
Returns the set of Recipient-Received-Address AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type RecipientReceivedAddress Modifier and Type Method Description void
RecipientInfo. setRecipientReceivedAddress(RecipientReceivedAddress recipientReceivedAddress)
Sets a single Recipient-Received-Address AVP in the Recipient-Info AVP, of type Grouped.void
RecipientInfo. setRecipientReceivedAddresses(RecipientReceivedAddress[] recipientReceivedAddresses)
Sets the set of Recipient-Received-Address AVPs, with all the values in the given array. -
Uses of RecipientReceivedAddress in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return RecipientReceivedAddress Modifier and Type Method Description RecipientReceivedAddress
MessageFactory. createRecipientReceivedAddress()
Create an empty RecipientReceivedAddress (Grouped AVP) instance.
-