Uses of Interface
org.jainslee.resources.diameter.rf.types.v8d0.OriginatorInterface
-
Packages that use OriginatorInterface Package Description org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.rf.v8d0 -
-
Uses of OriginatorInterface in org.jainslee.resources.diameter.rf.types.v8d0
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return OriginatorInterface Modifier and Type Method Description OriginatorInterface
SmsInformation. getOriginatorInterface()
Returns the value of the Originator-Interface AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type OriginatorInterface Modifier and Type Method Description void
SmsInformation. setOriginatorInterface(OriginatorInterface originatorInterface)
Sets the value of the Originator-Interface AVP, of type Grouped. -
Uses of OriginatorInterface in org.jainslee.resources.diameter.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 that return OriginatorInterface Modifier and Type Method Description OriginatorInterface
MessageFactory. createOriginatorInterface()
Create an empty OriginatorInterface (Grouped AVP) instance.
-