Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.AddressDomain
-
Packages that use AddressDomain 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 AddressDomain in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return AddressDomain Modifier and Type Method Description AddressDomain
OriginatorAddress. getAddressDomain()
Returns the value of the Address-Domain AVP, of type Grouped.AddressDomain
OriginatorReceivedAddress. getAddressDomain()
Returns the value of the Address-Domain AVP, of type Grouped.AddressDomain
RecipientAddress. getAddressDomain()
Returns the value of the Address-Domain AVP, of type Grouped.AddressDomain
RecipientReceivedAddress. getAddressDomain()
Returns the value of the Address-Domain AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type AddressDomain Modifier and Type Method Description void
OriginatorAddress. setAddressDomain(AddressDomain addressDomain)
Sets the value of the Address-Domain AVP, of type Grouped.void
OriginatorReceivedAddress. setAddressDomain(AddressDomain addressDomain)
Sets the value of the Address-Domain AVP, of type Grouped.void
RecipientAddress. setAddressDomain(AddressDomain addressDomain)
Sets the value of the Address-Domain AVP, of type Grouped.void
RecipientReceivedAddress. setAddressDomain(AddressDomain addressDomain)
Sets the value of the Address-Domain AVP, of type Grouped. -
Uses of AddressDomain in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return AddressDomain Modifier and Type Method Description AddressDomain
MessageFactory. createAddressDomain()
Create an empty AddressDomain (Grouped AVP) instance.
-