Uses of Interface
org.jainslee.resources.diameter.ro.types.vb80.RecipientAddress
-
Packages that use RecipientAddress Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.vb80 -
-
Uses of RecipientAddress in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return RecipientAddress Modifier and Type Method Description RecipientAddress[]
MmsInformation. getRecipientAddresses()
Returns the set of Recipient-Address AVPs.RecipientAddress[]
RecipientInfo. getRecipientAddresses()
Returns the set of Recipient-Address AVPs.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type RecipientAddress Modifier and Type Method Description void
MmsInformation. setRecipientAddress(RecipientAddress recipientAddress)
Sets a single Recipient-Address AVP in the MMS-Information AVP, of type Grouped.void
RecipientInfo. setRecipientAddress(RecipientAddress recipientAddress)
Sets a single Recipient-Address AVP in the Recipient-Info AVP, of type Grouped.void
MmsInformation. setRecipientAddresses(RecipientAddress[] recipientAddresses)
Sets the set of Recipient-Address AVPs, with all the values in the given array.void
RecipientInfo. setRecipientAddresses(RecipientAddress[] recipientAddresses)
Sets the set of Recipient-Address AVPs, with all the values in the given array. -
Uses of RecipientAddress in org.jainslee.resources.diameter.ro.vb80
Methods in org.jainslee.resources.diameter.ro.vb80 that return RecipientAddress Modifier and Type Method Description RecipientAddress
MessageFactory. createRecipientAddress()
Create an empty RecipientAddress (Grouped AVP) instance.
-