Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.AddressDomain
-
Packages that use AddressDomain Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP 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 AddressDomainOriginatorAddress. getAddressDomain()Returns the value of the Address-Domain AVP, of type Grouped.AddressDomainOriginatorReceivedAddress. getAddressDomain()Returns the value of the Address-Domain AVP, of type Grouped.AddressDomainRecipientAddress. getAddressDomain()Returns the value of the Address-Domain AVP, of type Grouped.AddressDomainRecipientReceivedAddress. 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 voidOriginatorAddress. setAddressDomain(AddressDomain addressDomain)Sets the value of the Address-Domain AVP, of type Grouped.voidOriginatorReceivedAddress. setAddressDomain(AddressDomain addressDomain)Sets the value of the Address-Domain AVP, of type Grouped.voidRecipientAddress. setAddressDomain(AddressDomain addressDomain)Sets the value of the Address-Domain AVP, of type Grouped.voidRecipientReceivedAddress. 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 AddressDomainMessageFactory. createAddressDomain()Create an empty AddressDomain (Grouped AVP) instance.
-