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