Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.RecipientReceivedAddress
-
Packages that use RecipientReceivedAddress 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 RecipientReceivedAddress in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 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.ro.types.vcb0 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.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return RecipientReceivedAddress Modifier and Type Method Description RecipientReceivedAddress
MessageFactory. createRecipientReceivedAddress()
Create an empty RecipientReceivedAddress (Grouped AVP) instance.
-