Uses of Interface
org.jainslee.resources.diameter.base.DiameterAvp
-
Packages that use DiameterAvp Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server.org.jainslee.resources.diameter.base.types This package contains the definitions of Diameter base messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.cca The Diameter CCA Resource Adaptor type based on RFC 4006.org.jainslee.resources.diameter.cca.types This package contains the definitions of Diameter CCA messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.rf The Diameter Rf Resource Adaptor type is based on RFC 6733 and 3GPP specifications of Rf interface defined in:org.jainslee.resources.diameter.rf.types.v710 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.1.0.
org.jainslee.resources.diameter.rf.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
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.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
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.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.rf.v710 org.jainslee.resources.diameter.rf.v790 org.jainslee.resources.diameter.rf.v8d0 org.jainslee.resources.diameter.rf.v960 org.jainslee.resources.diameter.rf.va00 org.jainslee.resources.diameter.rf.vb80 org.jainslee.resources.diameter.rf.vcb0 org.jainslee.resources.diameter.ro.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.ro.types.v820 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.2.0.
org.jainslee.resources.diameter.ro.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.ro.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.ro.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
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.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.sh Diameter Sh Resource Adaptor Types based on following 3GPP specifications:org.jainslee.resources.diameter.sh.types.v780 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v7.8.0.
org.jainslee.resources.diameter.sh.types.v880 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v8.8.0.
org.jainslee.resources.diameter.sh.types.v940 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v9.4.0.
org.jainslee.resources.diameter.sh.types.va10 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v10.1.0.
org.jainslee.resources.diameter.sh.types.vb60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v11.6.0.
org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
org.jainslee.resources.diameter.sh.v780 org.jainslee.resources.diameter.sh.v880 org.jainslee.resources.diameter.sh.v940 org.jainslee.resources.diameter.sh.va10 org.jainslee.resources.diameter.sh.vb60 org.jainslee.resources.diameter.sh.vc60 -
-
Uses of DiameterAvp in org.jainslee.resources.diameter.base
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.base Modifier and Type Interface Description interface
GroupedAvp
A GroupedAvp represents a Diameter Grouped AVP type.interface
UndefinedAvp
Represents an AVP that was not recognised by the stack.Methods in org.jainslee.resources.diameter.base that return DiameterAvp Modifier and Type Method Description DiameterAvp
AvpFilter. apply(DiameterAvp avp, AvpFilterContext context)
Convert avps to another version or protocol.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, byte[] value)
Create an AVP containing a DiameterAvpValue from the byte[] value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, double value)
Create an AVP containing a DiameterAvpValue from the double value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, float value)
Create an AVP containing a DiameterAvpValue from the float value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, int value)
Create an AVP containing a DiameterAvpValue from the int value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, byte[] value)
Create a vendor-specific AVP containing a DiameterAvpValue from the byte[] value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, double value)
Create a vendor-specific AVP containing a DiameterAvpValue from the double value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, float value)
Create a vendor-specific AVP containing a DiameterAvpValue from the float value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, int value)
Create a vendor-specific AVP containing a DiameterAvpValue from the int value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, long value)
Create a vendor-specific AVP containing a DiameterAvpValue from the long value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, String value)
Create a vendor-specific AVP containing a DiameterAvpValue from the java.lang.String value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, InetAddress value)
Create a vendor-specific AVP containing a DiameterAvpValue from the java.net.InetAddress value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, Date value)
Create a vendor-specific AVP containing a DiameterAvpValue from the java.util.Date value provided.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, DiameterAvp[] avps)
Create a value for a vendor-specific Grouped AVP.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, Enumerated value)
Create a vendor-specific AVP containing a DiameterAvpValue from the org.jainslee.resources.diameter.base.types.Enumerated value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, long value)
Create an AVP containing a DiameterAvpValue from the long value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, String value)
Create an AVP containing a DiameterAvpValue from the java.lang.String value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, InetAddress value)
Create an AVP containing a DiameterAvpValue from the java.net.InetAddress value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, Date value)
Create an AVP containing a DiameterAvpValue from the java.util.Date value provided.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, DiameterAvp[] avps)
Create a value for a Grouped AVP.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, Enumerated value)
Create an AVP containing a DiameterAvpValue from the org.jainslee.resources.diameter.base.types.Enumerated value provided.DiameterAvp
DiameterMessageFactory. createAvp(String name, int vendorID, int avpCode, boolean isMandatory, boolean isProtected, DiameterAvp[] avps)
Creates an undefined grouped AVP, a grouped AVP that is not configured in the Diameter stack.DiameterAvp
UndefinedAvp. decode(DiameterAvpType type, String name)
Attempt to decode this undefined AVP to an AVP of a known type.DiameterAvp
DiameterMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.DiameterAvp
DiameterProvider. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.DiameterAvp[]
DiameterMessage. getAvps()
Return the AVPs contained in this message, as an array of DiameterAvp objects.DiameterAvp
AvpNotAllowedException. getNotAllowedAvp()
DiameterAvp
AvpFilterContext. getParentAvp()
DiameterAvp[]
DiameterAvp. groupedAvpValue()
Return the AVPs contained in this GroupedAvp as an array of DiameterAvp objects if the AVP is a Grouped AVP.Methods in org.jainslee.resources.diameter.base with parameters of type DiameterAvp Modifier and Type Method Description DiameterAvp
AvpFilter. apply(DiameterAvp avp, AvpFilterContext context)
Convert avps to another version or protocol.AbortSessionAnswer
DiameterMessageFactory. createAbortSessionAnswer(DiameterAvp[] avps)
Create a AbortSessionAnswer DiameterMessage for a ASA command containing the given AVPs.AbortSessionRequest
DiameterMessageFactory. createAbortSessionRequest(DiameterAvp[] avps)
Create a AbortSessionRequest DiameterMessage for a ASR command containing the given AVPs.AccountingAnswer
DiameterMessageFactory. createAccountingAnswer(DiameterAvp[] avps)
Create a AccountingAnswer DiameterMessage for a ACA command containing the given AVPs.AccountingRequest
DiameterMessageFactory. createAccountingRequest(DiameterAvp[] avps)
Create a AccountingRequest DiameterMessage for a ACR command containing the given AVPs.DiameterAvp
DiameterMessageFactory. createAvp(int vendorID, int avpCode, DiameterAvp[] avps)
Create a value for a vendor-specific Grouped AVP.DiameterAvp
DiameterMessageFactory. createAvp(int avpCode, DiameterAvp[] avps)
Create a value for a Grouped AVP.DiameterAvp
DiameterMessageFactory. createAvp(String name, int vendorID, int avpCode, boolean isMandatory, boolean isProtected, DiameterAvp[] avps)
Creates an undefined grouped AVP, a grouped AVP that is not configured in the Diameter stack.CapabilitiesExchangeAnswer
DiameterMessageFactory. createCapabilitiesExchangeAnswer(DiameterAvp[] avps)
Create a CapabilitiesExchangeAnswer DiameterMessage for a CEA command containing the given AVPs.CapabilitiesExchangeRequest
DiameterMessageFactory. createCapabilitiesExchangeRequest(DiameterAvp[] avps)
Create a CapabilitiesExchangeRequest DiameterMessage for a CER command containing the given AVPs.CapabilitiesUpdateAnswer
DiameterMessageFactory. createCapabilitiesUpdateAnswer(DiameterAvp[] avps)
Create a CapabilitiesUpdateAnswer DiameterMessage for a CUA command containing the given AVPs.CapabilitiesUpdateRequest
DiameterMessageFactory. createCapabilitiesUpdateRequest(DiameterAvp[] avps)
Create a CapabilitiesUpdateRequest DiameterMessage for a CUR command containing the given AVPs.DeviceWatchdogAnswer
DiameterMessageFactory. createDeviceWatchdogAnswer(DiameterAvp[] avps)
Create a DeviceWatchdogAnswer DiameterMessage for a DWA command containing the given AVPs.DeviceWatchdogRequest
DiameterMessageFactory. createDeviceWatchdogRequest(DiameterAvp[] avps)
Create a DeviceWatchdogRequest DiameterMessage for a DWR command containing the given AVPs.DisconnectPeerAnswer
DiameterMessageFactory. createDisconnectPeerAnswer(DiameterAvp[] avps)
Create a DisconnectPeerAnswer DiameterMessage for a DPA command containing the given AVPs.DisconnectPeerRequest
DiameterMessageFactory. createDisconnectPeerRequest(DiameterAvp[] avps)
Create a DisconnectPeerRequest DiameterMessage for a DPR command containing the given AVPs.ExperimentalResult
DiameterMessageFactory. createExperimentalResult(DiameterAvp avp)
Create a ExperimentalResult (Grouped AVP) instance, populating one AVP.ExperimentalResult
DiameterMessageFactory. createExperimentalResult(DiameterAvp[] avps)
Create a ExperimentalResult (Grouped AVP) instance using the given array to populate the AVPs.FailedAvp
DiameterMessageFactory. createFailedAvp(DiameterAvp avp)
Create a FailedAvp (Grouped AVP) instance, populating one AVP.FailedAvp
DiameterMessageFactory. createFailedAvp(DiameterAvp[] avps)
Create a FailedAvp (Grouped AVP) instance using the given array to populate the AVPs.ExtensionDiameterMessage
DiameterMessageFactory. createMessage(DiameterCommand command, DiameterAvp[] avps)
Create an instance of a DiameterMessage concrete implementation using the given arguments and default AVPs required for the command (must be known to the factory).DiameterMessage
DiameterMessageFactory. createMessage(DiameterHeader header, DiameterAvp[] avps)
ProxyInfo
DiameterMessageFactory. createProxyInfo(DiameterAvp avp)
Create a ProxyInfo (Grouped AVP) instance, populating one AVP.ProxyInfo
DiameterMessageFactory. createProxyInfo(DiameterAvp[] avps)
Create a ProxyInfo (Grouped AVP) instance using the given array to populate the AVPs.ReAuthAnswer
DiameterMessageFactory. createReAuthAnswer(DiameterAvp[] avps)
Create a ReAuthAnswer DiameterMessage for a RAA command containing the given AVPs.ReAuthRequest
DiameterMessageFactory. createReAuthRequest(DiameterAvp[] avps)
Create a ReAuthRequest DiameterMessage for a RAR command containing the given AVPs.SessionTerminationAnswer
DiameterMessageFactory. createSessionTerminationAnswer(DiameterAvp[] avps)
Create a SessionTerminationAnswer DiameterMessage for a STA command containing the given AVPs.SessionTerminationRequest
DiameterMessageFactory. createSessionTerminationRequest(DiameterAvp[] avps)
Create a SessionTerminationRequest DiameterMessage for a STR command containing the given AVPs.VendorSpecificApplicationId
DiameterMessageFactory. createVendorSpecificApplicationId(DiameterAvp avp)
Create a VendorSpecificApplicationId (Grouped AVP) instance, populating one AVP.VendorSpecificApplicationId
DiameterMessageFactory. createVendorSpecificApplicationId(DiameterAvp[] avps)
Create a VendorSpecificApplicationId (Grouped AVP) instance using the given array to populate the AVPs.byte[]
DiameterMessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.byte[]
DiameterProvider. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
DiameterMessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this DiameterMessageFactory.void
AvpFilterContext. push(DiameterAvp parentAvp)
Constructors in org.jainslee.resources.diameter.base with parameters of type DiameterAvp Constructor Description AvpNotAllowedException(String message, DiameterAvp avp)
-
Uses of DiameterAvp in org.jainslee.resources.diameter.base.types
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.base.types Modifier and Type Interface Description interface
ExperimentalResult
Defines an interface representing the Experimental-Result grouped AVP type.interface
ExtensionGroupedAvp
An extension of the GroupedAvp interface to represent extension AVPs--those not defined by the Diameter RA being used.interface
FailedAvp
Defines an interface representing the Failed-AVP grouped AVP type.interface
ProxyInfo
Defines an interface representing the Proxy-Info grouped AVP type.interface
VendorSpecificApplicationId
Defines an interface representing the Vendor-Specific-Application-Id grouped AVP type.Methods in org.jainslee.resources.diameter.base.types that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AbortSessionAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AbortSessionRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CapabilitiesExchangeAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CapabilitiesExchangeRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CapabilitiesUpdateAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CapabilitiesUpdateRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DeviceWatchdogAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DeviceWatchdogRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DisconnectPeerAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DisconnectPeerRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ErrorAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ExperimentalResult. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ExtensionDiameterMessage. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ExtensionGroupedAvp. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FailedAvp. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ProxyInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SessionTerminationAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SessionTerminationRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
VendorSpecificApplicationId. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.base.types with parameters of type DiameterAvp Modifier and Type Method Description void
AbortSessionAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AbortSessionRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CapabilitiesExchangeAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CapabilitiesExchangeRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CapabilitiesUpdateAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CapabilitiesUpdateRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DeviceWatchdogAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DeviceWatchdogRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DisconnectPeerAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DisconnectPeerRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ErrorAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ExperimentalResult. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ExtensionDiameterMessage. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ExtensionGroupedAvp. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FailedAvp. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ProxyInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SessionTerminationAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SessionTerminationRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
VendorSpecificApplicationId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.cca
Methods in org.jainslee.resources.diameter.cca with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TCreditControlMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.cca with parameters of type DiameterAvp Modifier and Type Method Description byte[]
CreditControlMessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
CreditControlMessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.cca.types
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.cca.types Modifier and Type Interface Description interface
CcMoney
Defines an interface representing the CC-Money grouped AVP type.interface
CostInformation
Defines an interface representing the Cost-Information grouped AVP type.interface
FinalUnitIndication
Defines an interface representing the Final-Unit-Indication grouped AVP type.interface
GrantedServiceUnit
Defines an interface representing the Granted-Service-Unit grouped AVP type.interface
GsuPoolReference
Defines an interface representing the G-S-U-Pool-Reference grouped AVP type.interface
MultipleServicesCreditControl
Defines an interface representing the Multiple-Services-Credit-Control grouped AVP type.interface
RedirectServer
Defines an interface representing the Redirect-Server grouped AVP type.interface
RequestedServiceUnit
Defines an interface representing the Requested-Service-Unit grouped AVP type.interface
ServiceParameterInfo
Defines an interface representing the Service-Parameter-Info grouped AVP type.interface
SubscriptionId
Defines an interface representing the Subscription-Id grouped AVP type.interface
UnitValue
Defines an interface representing the Unit-Value grouped AVP type.interface
UsedServiceUnit
Defines an interface representing the Used-Service-Unit grouped AVP type.interface
UserEquipmentInfo
Defines an interface representing the User-Equipment-Info grouped AVP type.Methods in org.jainslee.resources.diameter.cca.types that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AbortSessionAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AbortSessionRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CcMoney. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CostInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FinalUnitIndication. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
GrantedServiceUnit. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
GsuPoolReference. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MultipleServicesCreditControl. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RedirectServer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RequestedServiceUnit. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceParameterInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SubscriptionId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UnitValue. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsedServiceUnit. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserEquipmentInfo. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.cca.types with parameters of type DiameterAvp Modifier and Type Method Description void
AbortSessionAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AbortSessionRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CcMoney. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CostInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FinalUnitIndication. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
GrantedServiceUnit. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
GsuPoolReference. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MultipleServicesCreditControl. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RedirectServer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RequestedServiceUnit. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceParameterInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SubscriptionId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UnitValue. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsedServiceUnit. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserEquipmentInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.gx.types.va10
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.gx.types.va10 Modifier and Type Interface Description interface
AccessNetworkChargingIdentifierGx
Defines an interface representing the Access-Network-Charging-Identifier-Gx grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
AreaScope
Defines an interface representing the Area-Scope grouped AVP type.interface
ChargingInformation
Defines an interface representing the Charging-Information grouped AVP type.interface
ChargingRuleDefinition
Defines an interface representing the Charging-Rule-Definition grouped AVP type.interface
ChargingRuleInstall
Defines an interface representing the Charging-Rule-Install grouped AVP type.interface
ChargingRuleRemove
Defines an interface representing the Charging-Rule-Remove grouped AVP type.interface
ChargingRuleReport
Defines an interface representing the Charging-Rule-Report grouped AVP type.interface
CoaInformation
Defines an interface representing the CoA-Information grouped AVP type.interface
DefaultEpsBearerQos
Defines an interface representing the Default-EPS-Bearer-QoS grouped AVP type.interface
EventReportIndication
Defines an interface representing the Event-Report-Indication grouped AVP type.interface
FlowInformation
Defines an interface representing the Flow-Information grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
MdtConfiguration
Defines an interface representing the MDT-Configuration grouped AVP type.interface
PacketFilterInformation
Defines an interface representing the Packet-Filter-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RoutingFilter
Defines an interface representing the Routing-Filter grouped AVP type.interface
RoutingRuleDefinition
Defines an interface representing the Routing-Rule-Definition grouped AVP type.interface
RoutingRuleInstall
Defines an interface representing the Routing-Rule-Install grouped AVP type.interface
RoutingRuleRemove
Defines an interface representing the Routing-Rule-Remove grouped AVP type.interface
SupportedFeatures
Defines an interface representing the Supported-Features grouped AVP type.interface
TftPacketFilterInformation
Defines an interface representing the TFT-Packet-Filter-Information grouped AVP type.interface
TraceData
Defines an interface representing the Trace-Data grouped AVP type.interface
TunnelInformation
Defines an interface representing the Tunnel-Information grouped AVP type.interface
UsageMonitoringInformation
Defines an interface representing the Usage-Monitoring-Information grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.Methods in org.jainslee.resources.diameter.gx.types.va10 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccessNetworkChargingIdentifierGx. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AreaScope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleDefinition. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleInstall. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleRemove. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleReport. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CoaInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DefaultEpsBearerQos. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventReportIndication. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FlowInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MdtConfiguration. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PacketFilterInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingFilter. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleDefinition. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleInstall. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleRemove. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupportedFeatures. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TftPacketFilterInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TraceData. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TunnelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsageMonitoringInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type DiameterAvp Modifier and Type Method Description void
AccessNetworkChargingIdentifierGx. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AreaScope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleDefinition. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleInstall. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleRemove. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleReport. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CoaInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DefaultEpsBearerQos. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventReportIndication. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FlowInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MdtConfiguration. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PacketFilterInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingFilter. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleDefinition. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleInstall. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleRemove. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupportedFeatures. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TftPacketFilterInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TraceData. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TunnelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsageMonitoringInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.gx.types.vb90
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.gx.types.vb90 Modifier and Type Interface Description interface
AccessNetworkChargingIdentifierGx
Defines an interface representing the Access-Network-Charging-Identifier-Gx grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
ApplicationDetectionInformation
Defines an interface representing the Application-Detection-Information grouped AVP type.interface
AreaScope
Defines an interface representing the Area-Scope grouped AVP type.interface
ChargingInformation
Defines an interface representing the Charging-Information grouped AVP type.interface
ChargingRuleDefinition
Defines an interface representing the Charging-Rule-Definition grouped AVP type.interface
ChargingRuleInstall
Defines an interface representing the Charging-Rule-Install grouped AVP type.interface
ChargingRuleRemove
Defines an interface representing the Charging-Rule-Remove grouped AVP type.interface
ChargingRuleReport
Defines an interface representing the Charging-Rule-Report grouped AVP type.interface
CoaInformation
Defines an interface representing the CoA-Information grouped AVP type.interface
DefaultEpsBearerQos
Defines an interface representing the Default-EPS-Bearer-QoS grouped AVP type.interface
EventReportIndication
Defines an interface representing the Event-Report-Indication grouped AVP type.interface
FlowInformation
Defines an interface representing the Flow-Information grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
MdtConfiguration
Defines an interface representing the MDT-Configuration grouped AVP type.interface
PacketFilterInformation
Defines an interface representing the Packet-Filter-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RedirectInformation
Defines an interface representing the Redirect-Information grouped AVP type.interface
RoutingFilter
Defines an interface representing the Routing-Filter grouped AVP type.interface
RoutingRuleDefinition
Defines an interface representing the Routing-Rule-Definition grouped AVP type.interface
RoutingRuleInstall
Defines an interface representing the Routing-Rule-Install grouped AVP type.interface
RoutingRuleRemove
Defines an interface representing the Routing-Rule-Remove grouped AVP type.interface
SupportedFeatures
Defines an interface representing the Supported-Features grouped AVP type.interface
TdfInformation
Defines an interface representing the TDF-Information grouped AVP type.interface
TftPacketFilterInformation
Defines an interface representing the TFT-Packet-Filter-Information grouped AVP type.interface
TraceData
Defines an interface representing the Trace-Data grouped AVP type.interface
TunnelInformation
Defines an interface representing the Tunnel-Information grouped AVP type.interface
UsageMonitoringInformation
Defines an interface representing the Usage-Monitoring-Information grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.Methods in org.jainslee.resources.diameter.gx.types.vb90 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccessNetworkChargingIdentifierGx. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationDetectionInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AreaScope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleDefinition. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleInstall. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleRemove. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleReport. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CoaInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DefaultEpsBearerQos. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventReportIndication. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FlowInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MdtConfiguration. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PacketFilterInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RedirectInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingFilter. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleDefinition. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleInstall. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleRemove. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupportedFeatures. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TdfInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TftPacketFilterInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TraceData. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TunnelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsageMonitoringInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type DiameterAvp Modifier and Type Method Description void
AccessNetworkChargingIdentifierGx. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationDetectionInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AreaScope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleDefinition. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleInstall. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleRemove. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleReport. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CoaInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DefaultEpsBearerQos. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventReportIndication. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FlowInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MdtConfiguration. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PacketFilterInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RedirectInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingFilter. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleDefinition. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleInstall. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleRemove. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupportedFeatures. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TdfInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TftPacketFilterInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TraceData. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TunnelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsageMonitoringInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.gx.types.vcd0
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.gx.types.vcd0 Modifier and Type Interface Description interface
AccessNetworkChargingIdentifierGx
Defines an interface representing the Access-Network-Charging-Identifier-Gx grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
ApplicationDetectionInformation
Defines an interface representing the Application-Detection-Information grouped AVP type.interface
AreaScope
Defines an interface representing the Area-Scope grouped AVP type.interface
ChargingInformation
Defines an interface representing the Charging-Information grouped AVP type.interface
ChargingRuleDefinition
Defines an interface representing the Charging-Rule-Definition grouped AVP type.interface
ChargingRuleInstall
Defines an interface representing the Charging-Rule-Install grouped AVP type.interface
ChargingRuleRemove
Defines an interface representing the Charging-Rule-Remove grouped AVP type.interface
ChargingRuleReport
Defines an interface representing the Charging-Rule-Report grouped AVP type.interface
CoaInformation
Defines an interface representing the CoA-Information grouped AVP type.interface
ConditionalApnAggregateMaxBitrate
Defines an interface representing the Conditional-APN-Aggregate-Max-Bitrate grouped AVP type.interface
DefaultEpsBearerQos
Defines an interface representing the Default-EPS-Bearer-QoS grouped AVP type.interface
DefaultQosInformation
Defines an interface representing the Default-QoS-Information grouped AVP type.interface
EventReportIndication
Defines an interface representing the Event-Report-Indication grouped AVP type.interface
FixedUserLocationInfo
Defines an interface representing the Fixed-User-Location-Info grouped AVP type.interface
FlowInformation
Defines an interface representing the Flow-Information grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
MdtConfiguration
Defines an interface representing the MDT-Configuration grouped AVP type.interface
OcOlr
Defines an interface representing the OC-OLR grouped AVP type.interface
OcSupportedFeatures
Defines an interface representing the OC-Supported-Features grouped AVP type.interface
PacketFilterInformation
Defines an interface representing the Packet-Filter-Information grouped AVP type.interface
PresenceReportingAreaInformation
Defines an interface representing the Presence-Reporting-Area-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RedirectInformation
Defines an interface representing the Redirect-Information grouped AVP type.interface
RoutingFilter
Defines an interface representing the Routing-Filter grouped AVP type.interface
RoutingRuleDefinition
Defines an interface representing the Routing-Rule-Definition grouped AVP type.interface
RoutingRuleInstall
Defines an interface representing the Routing-Rule-Install grouped AVP type.interface
RoutingRuleRemove
Defines an interface representing the Routing-Rule-Remove grouped AVP type.interface
SupportedFeatures
Defines an interface representing the Supported-Features grouped AVP type.interface
TdfInformation
Defines an interface representing the TDF-Information grouped AVP type.interface
TftPacketFilterInformation
Defines an interface representing the TFT-Packet-Filter-Information grouped AVP type.interface
TraceData
Defines an interface representing the Trace-Data grouped AVP type.interface
TunnelInformation
Defines an interface representing the Tunnel-Information grouped AVP type.interface
UsageMonitoringInformation
Defines an interface representing the Usage-Monitoring-Information grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccessNetworkChargingIdentifierGx. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationDetectionInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AreaScope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleDefinition. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleInstall. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleRemove. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ChargingRuleReport. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CoaInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ConditionalApnAggregateMaxBitrate. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DefaultEpsBearerQos. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DefaultQosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventReportIndication. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FixedUserLocationInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FlowInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MdtConfiguration. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OcOlr. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OcSupportedFeatures. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PacketFilterInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PresenceReportingAreaInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ReAuthRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RedirectInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingFilter. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleDefinition. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleInstall. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RoutingRuleRemove. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupportedFeatures. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TdfInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TftPacketFilterInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TraceData. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TunnelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsageMonitoringInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type DiameterAvp Modifier and Type Method Description void
AccessNetworkChargingIdentifierGx. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationDetectionInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AreaScope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleDefinition. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleInstall. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleRemove. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ChargingRuleReport. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CoaInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ConditionalApnAggregateMaxBitrate. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CreditControlRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DefaultEpsBearerQos. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DefaultQosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventReportIndication. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FixedUserLocationInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FlowInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MdtConfiguration. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OcOlr. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OcSupportedFeatures. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PacketFilterInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PresenceReportingAreaInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ReAuthRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RedirectInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingFilter. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleDefinition. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleInstall. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RoutingRuleRemove. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupportedFeatures. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TdfInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TftPacketFilterInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TraceData. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TunnelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsageMonitoringInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf
Methods in org.jainslee.resources.diameter.rf that return DiameterAvp Modifier and Type Method Description DiameterAvp
RoToRfAvpFilter. apply(DiameterAvp avp, AvpFilterContext context)
Methods in org.jainslee.resources.diameter.rf with parameters of type DiameterAvp Modifier and Type Method Description DiameterAvp
RoToRfAvpFilter. apply(DiameterAvp avp, AvpFilterContext context)
boolean
RoToRfAvpFilter. isExtensionAvp(DiameterAvp avp)
-
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.v710
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.v710 Modifier and Type Interface Description interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-Id grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.v710 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanRadioContainer. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type DiameterAvp Modifier and Type Method Description void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanRadioContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.v790
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.v790 Modifier and Type Interface Description interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-Id grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.v790 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EarlyMediaDescription. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Envelope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OfflineCharging. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ParticipantGroup. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocUserRole. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpTimestamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceSpecificInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeQuotaMechanism. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Trigger. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanRadioContainer. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.v790 with parameters of type DiameterAvp Modifier and Type Method Description void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AfCorrelationInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EarlyMediaDescription. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Envelope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OfflineCharging. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ParticipantGroup. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocUserRole. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpTimestamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceSpecificInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeQuotaMechanism. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Trigger. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanRadioContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.v8d0
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.v8d0 Modifier and Type Interface Description interface
AccumulatedCost
Defines an interface representing the Accumulated-Cost grouped AVP type.interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
AocCostInformation
Defines an interface representing the AoC-Cost-Information grouped AVP type.interface
AocInformation
Defines an interface representing the AoC-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
CurrentTariff
Defines an interface representing the Current-Tariff grouped AVP type.interface
DcdInformation
Defines an interface representing the DCD-Information grouped AVP type.interface
DestinationInterface
Defines an interface representing the Destination-Interface grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImInformation
Defines an interface representing the IM-Information grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
IncrementalCost
Defines an interface representing the Incremental-Cost grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-Id grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
MmtelInformation
Defines an interface representing the MMTel-Information grouped AVP type.interface
NextTariff
Defines an interface representing the Next-Tariff grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
OriginatorInterface
Defines an interface representing the Originator-Interface grouped AVP type.interface
OriginatorReceivedAddress
Defines an interface representing the Originator-Received-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RateElement
Defines an interface representing the Rate-Element grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
RecipientInfo
Defines an interface representing the Recipient-Info grouped AVP type.interface
RecipientReceivedAddress
Defines an interface representing the Recipient-Received-Address grouped AVP type.interface
RemainingBalance
Defines an interface representing the Remaining-Balance grouped AVP type.interface
ScaleFactor
Defines an interface representing the Scale-Factor grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceDataContainer
Defines an interface representing the Service-Data-Container grouped AVP type.interface
ServiceGenericInformation
Defines an interface representing the Service-Generic-Information grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
SmsInformation
Defines an interface representing the SMS-Information grouped AVP type.interface
SupplementaryService
Defines an interface representing the Supplementary-Service grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TariffInformation
Defines an interface representing the Tariff-Information grouped AVP type.interface
TerminalInformation
Defines an interface representing the Terminal-Information grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
TrafficDataVolumes
Defines an interface representing the Traffic-Data-Volumes grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
UnitCost
Defines an interface representing the Unit-Cost grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccumulatedCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocCostInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CurrentTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DcdInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DestinationInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EarlyMediaDescription. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Envelope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
IncrementalCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmtelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NextTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OfflineCharging. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ParticipantGroup. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocUserRole. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RateElement. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RemainingBalance. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ScaleFactor. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpTimestamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceGenericInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceSpecificInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupplementaryService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TerminalInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeQuotaMechanism. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrafficDataVolumes. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Trigger. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UnitCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanRadioContainer. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type DiameterAvp Modifier and Type Method Description void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccumulatedCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AfCorrelationInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocCostInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CurrentTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DcdInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DestinationInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EarlyMediaDescription. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Envelope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
IncrementalCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmtelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NextTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OfflineCharging. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ParticipantGroup. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocUserRole. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RateElement. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RemainingBalance. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ScaleFactor. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpTimestamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceGenericInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceSpecificInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupplementaryService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TerminalInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeQuotaMechanism. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrafficDataVolumes. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Trigger. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UnitCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanRadioContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.v960
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.v960 Modifier and Type Interface Description interface
AccumulatedCost
Defines an interface representing the Accumulated-Cost grouped AVP type.interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
AocCostInformation
Defines an interface representing the AoC-Cost-Information grouped AVP type.interface
AocInformation
Defines an interface representing the AoC-Information grouped AVP type.interface
AocService
Defines an interface representing the AoC-Service grouped AVP type.interface
AocSubscriptionInformation
Defines an interface representing the AoC-Subscription-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
CurrentTariff
Defines an interface representing the Current-Tariff grouped AVP type.interface
DcdInformation
Defines an interface representing the DCD-Information grouped AVP type.interface
DestinationInterface
Defines an interface representing the Destination-Interface grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImInformation
Defines an interface representing the IM-Information grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
IncrementalCost
Defines an interface representing the Incremental-Cost grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-Id grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
MmtelInformation
Defines an interface representing the MMTel-Information grouped AVP type.interface
MultipleServicesCreditControl
Defines an interface representing the Multiple-Services-Credit-Control grouped AVP type.interface
NextTariff
Defines an interface representing the Next-Tariff grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
OriginatorInterface
Defines an interface representing the Originator-Interface grouped AVP type.interface
OriginatorReceivedAddress
Defines an interface representing the Originator-Received-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RateElement
Defines an interface representing the Rate-Element grouped AVP type.interface
RealTimeTariffInformation
Defines an interface representing the Real-Time-Tariff-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
RecipientInfo
Defines an interface representing the Recipient-Info grouped AVP type.interface
RecipientReceivedAddress
Defines an interface representing the Recipient-Received-Address grouped AVP type.interface
RemainingBalance
Defines an interface representing the Remaining-Balance grouped AVP type.interface
ScaleFactor
Defines an interface representing the Scale-Factor grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceDataContainer
Defines an interface representing the Service-Data-Container grouped AVP type.interface
ServiceGenericInformation
Defines an interface representing the Service-Generic-Information grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
SmsInformation
Defines an interface representing the SMS-Information grouped AVP type.interface
SupplementaryService
Defines an interface representing the Supplementary-Service grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TariffInformation
Defines an interface representing the Tariff-Information grouped AVP type.interface
TerminalInformation
Defines an interface representing the Terminal-Information grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
TrafficDataVolumes
Defines an interface representing the Traffic-Data-Volumes grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
UnitCost
Defines an interface representing the Unit-Cost grouped AVP type.interface
UsedServiceUnit
Defines an interface representing the Used-Service-Unit grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.v960 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccumulatedCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocCostInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocSubscriptionInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CurrentTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DcdInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DestinationInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EarlyMediaDescription. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Envelope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
IncrementalCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmtelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MultipleServicesCreditControl. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NextTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OfflineCharging. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ParticipantGroup. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocUserRole. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RateElement. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RealTimeTariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RemainingBalance. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ScaleFactor. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpTimestamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceGenericInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceSpecificInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupplementaryService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TerminalInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeQuotaMechanism. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrafficDataVolumes. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Trigger. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UnitCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsedServiceUnit. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanRadioContainer. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.v960 with parameters of type DiameterAvp Modifier and Type Method Description void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccumulatedCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AfCorrelationInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocCostInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocSubscriptionInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CurrentTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DcdInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DestinationInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EarlyMediaDescription. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Envelope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
IncrementalCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmtelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MultipleServicesCreditControl. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NextTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OfflineCharging. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ParticipantGroup. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocUserRole. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RateElement. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RealTimeTariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RemainingBalance. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ScaleFactor. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpTimestamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceGenericInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceSpecificInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupplementaryService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TerminalInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeQuotaMechanism. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrafficDataVolumes. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Trigger. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UnitCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsedServiceUnit. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanRadioContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.va00
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.va00 Modifier and Type Interface Description interface
AccumulatedCost
Defines an interface representing the Accumulated-Cost grouped AVP type.interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
AocCostInformation
Defines an interface representing the AoC-Cost-Information grouped AVP type.interface
AocInformation
Defines an interface representing the AoC-Information grouped AVP type.interface
AocService
Defines an interface representing the AoC-Service grouped AVP type.interface
AocSubscriptionInformation
Defines an interface representing the AoC-Subscription-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
CurrentTariff
Defines an interface representing the Current-Tariff grouped AVP type.interface
DcdInformation
Defines an interface representing the DCD-Information grouped AVP type.interface
DestinationInterface
Defines an interface representing the Destination-Interface grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImInformation
Defines an interface representing the IM-Information grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
IncrementalCost
Defines an interface representing the Incremental-Cost grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-Id grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
MmtelInformation
Defines an interface representing the MMTel-Information grouped AVP type.interface
MultipleServicesCreditControl
Defines an interface representing the Multiple-Services-Credit-Control grouped AVP type.interface
NextTariff
Defines an interface representing the Next-Tariff grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
OriginatorInterface
Defines an interface representing the Originator-Interface grouped AVP type.interface
OriginatorReceivedAddress
Defines an interface representing the Originator-Received-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RateElement
Defines an interface representing the Rate-Element grouped AVP type.interface
RealTimeTariffInformation
Defines an interface representing the Real-Time-Tariff-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
RecipientInfo
Defines an interface representing the Recipient-Info grouped AVP type.interface
RecipientReceivedAddress
Defines an interface representing the Recipient-Received-Address grouped AVP type.interface
RemainingBalance
Defines an interface representing the Remaining-Balance grouped AVP type.interface
ScaleFactor
Defines an interface representing the Scale-Factor grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceDataContainer
Defines an interface representing the Service-Data-Container grouped AVP type.interface
ServiceGenericInformation
Defines an interface representing the Service-Generic-Information grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
SmsInformation
Defines an interface representing the SMS-Information grouped AVP type.interface
SupplementaryService
Defines an interface representing the Supplementary-Service grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TariffInformation
Defines an interface representing the Tariff-Information grouped AVP type.interface
TerminalInformation
Defines an interface representing the Terminal-Information grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
TrafficDataVolumes
Defines an interface representing the Traffic-Data-Volumes grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
UnitCost
Defines an interface representing the Unit-Cost grouped AVP type.interface
UsedServiceUnit
Defines an interface representing the Used-Service-Unit grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.va00 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccumulatedCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocCostInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocSubscriptionInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CurrentTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DcdInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DestinationInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EarlyMediaDescription. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Envelope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
IncrementalCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmtelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MultipleServicesCreditControl. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NextTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OfflineCharging. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ParticipantGroup. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocUserRole. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RateElement. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RealTimeTariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RemainingBalance. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ScaleFactor. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpTimestamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceGenericInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceSpecificInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupplementaryService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TerminalInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeQuotaMechanism. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrafficDataVolumes. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Trigger. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UnitCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsedServiceUnit. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanRadioContainer. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type DiameterAvp Modifier and Type Method Description void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccumulatedCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AfCorrelationInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocCostInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocSubscriptionInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CurrentTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DcdInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DestinationInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EarlyMediaDescription. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Envelope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
IncrementalCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmtelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MultipleServicesCreditControl. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NextTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OfflineCharging. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ParticipantGroup. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocUserRole. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RateElement. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RealTimeTariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RemainingBalance. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ScaleFactor. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpTimestamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceGenericInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceSpecificInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupplementaryService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TerminalInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeQuotaMechanism. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrafficDataVolumes. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Trigger. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UnitCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsedServiceUnit. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanRadioContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.vb80
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.vb80 Modifier and Type Interface Description interface
AccessTransferInformation
Defines an interface representing the Access-Transfer-Information grouped AVP type.interface
AccumulatedCost
Defines an interface representing the Accumulated-Cost grouped AVP type.interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
AocCostInformation
Defines an interface representing the AoC-Cost-Information grouped AVP type.interface
AocInformation
Defines an interface representing the AoC-Information grouped AVP type.interface
AocService
Defines an interface representing the AoC-Service grouped AVP type.interface
AocSubscriptionInformation
Defines an interface representing the AoC-Subscription-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
CurrentTariff
Defines an interface representing the Current-Tariff grouped AVP type.interface
DcdInformation
Defines an interface representing the DCD-Information grouped AVP type.interface
DestinationInterface
Defines an interface representing the Destination-Interface grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImInformation
Defines an interface representing the IM-Information grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
IncrementalCost
Defines an interface representing the Incremental-Cost grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-ID grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
MmtelInformation
Defines an interface representing the MMTel-Information grouped AVP type.interface
MultipleServicesCreditControl
Defines an interface representing the Multiple-Services-Credit-Control grouped AVP type.interface
NextTariff
Defines an interface representing the Next-Tariff grouped AVP type.interface
NniInformation
Defines an interface representing the NNI-Information grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
OriginatorInterface
Defines an interface representing the Originator-Interface grouped AVP type.interface
OriginatorReceivedAddress
Defines an interface representing the Originator-Received-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RateElement
Defines an interface representing the Rate-Element grouped AVP type.interface
RealTimeTariffInformation
Defines an interface representing the Real-Time-Tariff-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
RecipientInfo
Defines an interface representing the Recipient-Info grouped AVP type.interface
RecipientReceivedAddress
Defines an interface representing the Recipient-Received-Address grouped AVP type.interface
RemainingBalance
Defines an interface representing the Remaining-Balance grouped AVP type.interface
ScaleFactor
Defines an interface representing the Scale-Factor grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceDataContainer
Defines an interface representing the Service-Data-Container grouped AVP type.interface
ServiceGenericInformation
Defines an interface representing the Service-Generic-Information grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
SmsInformation
Defines an interface representing the SMS-Information grouped AVP type.interface
SupplementaryService
Defines an interface representing the Supplementary-Service grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TariffInformation
Defines an interface representing the Tariff-Information grouped AVP type.interface
TerminalInformation
Defines an interface representing the Terminal-Information grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
TrafficDataVolumes
Defines an interface representing the Traffic-Data-Volumes grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
TwanUserLocationInfo
Defines an interface representing the TWAN-User-Location-Info grouped AVP type.interface
UnitCost
Defines an interface representing the Unit-Cost grouped AVP type.interface
UsedServiceUnit
Defines an interface representing the Used-Service-Unit grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.interface
UserEquipmentInfo
Defines an interface representing the User-Equipment-Info grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.vb80 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccessTransferInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccumulatedCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocCostInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocSubscriptionInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CurrentTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DcdInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DestinationInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EarlyMediaDescription. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Envelope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
IncrementalCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmtelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MultipleServicesCreditControl. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NextTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NniInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OfflineCharging. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ParticipantGroup. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocUserRole. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RateElement. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RealTimeTariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RemainingBalance. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ScaleFactor. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpTimestamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceGenericInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceSpecificInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupplementaryService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TerminalInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeQuotaMechanism. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrafficDataVolumes. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Trigger. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TwanUserLocationInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UnitCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UsedServiceUnit. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserEquipmentInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
WlanRadioContainer. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type DiameterAvp Modifier and Type Method Description void
AccessTransferInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccumulatedCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AfCorrelationInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocCostInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocSubscriptionInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CurrentTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DcdInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DestinationInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EarlyMediaDescription. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Envelope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
IncrementalCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmtelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MultipleServicesCreditControl. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NextTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NniInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OfflineCharging. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ParticipantGroup. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocUserRole. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RateElement. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RealTimeTariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RemainingBalance. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ScaleFactor. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpTimestamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceGenericInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceSpecificInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupplementaryService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TerminalInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeQuotaMechanism. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrafficDataVolumes. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Trigger. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TwanUserLocationInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UnitCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UsedServiceUnit. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserEquipmentInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
WlanRadioContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.types.vcb0
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.rf.types.vcb0 Modifier and Type Interface Description interface
AccessTransferInformation
Defines an interface representing the Access-Transfer-Information grouped AVP type.interface
AccumulatedCost
Defines an interface representing the Accumulated-Cost grouped AVP type.interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
AllocationRetentionPriority
Defines an interface representing the Allocation-Retention-Priority grouped AVP type.interface
AocCostInformation
Defines an interface representing the AoC-Cost-Information grouped AVP type.interface
AocInformation
Defines an interface representing the AoC-Information grouped AVP type.interface
AocService
Defines an interface representing the AoC-Service grouped AVP type.interface
AocSubscriptionInformation
Defines an interface representing the AoC-Subscription-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
BasicServiceCode
Defines an interface representing the Basic-Service-Code grouped AVP type.interface
ConditionalApnAggregateMaxBitrate
Defines an interface representing the Conditional-APN-Aggregate-Max-Bitrate grouped AVP type.interface
CoverageInfo
Defines an interface representing the Coverage-Info grouped AVP type.interface
CurrentTariff
Defines an interface representing the Current-Tariff grouped AVP type.interface
DcdInformation
Defines an interface representing the DCD-Information grouped AVP type.interface
DestinationInterface
Defines an interface representing the Destination-Interface grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
FixedUserLocationInfo
Defines an interface representing the Fixed-User-Location-Info grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImInformation
Defines an interface representing the IM-Information grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
IncrementalCost
Defines an interface representing the Incremental-Cost grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
IsupCause
Defines an interface representing the ISUP-Cause grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-ID grouped AVP type.interface
LocationInfo
Defines an interface representing the Location-Info grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
MmtelInformation
Defines an interface representing the MMTel-Information grouped AVP type.interface
MultipleServicesCreditControl
Defines an interface representing the Multiple-Services-Credit-Control grouped AVP type.interface
NextTariff
Defines an interface representing the Next-Tariff grouped AVP type.interface
NniInformation
Defines an interface representing the NNI-Information grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
OriginatorInterface
Defines an interface representing the Originator-Interface grouped AVP type.interface
OriginatorReceivedAddress
Defines an interface representing the Originator-Received-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PresenceReportingAreaInformation
Defines an interface representing the Presence-Reporting-Area-Information grouped AVP type.interface
ProseDirectCommunicationReceptionDataContainer
Defines an interface representing the ProSe-Direct-Communication-Reception-Data-Container grouped AVP type.interface
ProseDirectCommunicationTransmissionDataContainer
Defines an interface representing the ProSe-Direct-Communication-Transmission-Data-Container grouped AVP type.interface
ProseInformation
Defines an interface representing the ProSe-Information grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
QosInformation
Defines an interface representing the QoS-Information grouped AVP type.interface
RadioParameterSetInfo
Defines an interface representing the Radio-Parameter-Set-Info grouped AVP type.interface
RateElement
Defines an interface representing the Rate-Element grouped AVP type.interface
RealTimeTariffInformation
Defines an interface representing the Real-Time-Tariff-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
RecipientInfo
Defines an interface representing the Recipient-Info grouped AVP type.interface
RecipientReceivedAddress
Defines an interface representing the Recipient-Received-Address grouped AVP type.interface
RemainingBalance
Defines an interface representing the Remaining-Balance grouped AVP type.interface
ScaleFactor
Defines an interface representing the Scale-Factor grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceDataContainer
Defines an interface representing the Service-Data-Container grouped AVP type.interface
ServiceGenericInformation
Defines an interface representing the Service-Generic-Information grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
ServingNode
Defines an interface representing the Serving-Node grouped AVP type.interface
SmDeviceTriggerInformation
Defines an interface representing the SM-Device-Trigger-Information grouped AVP type.interface
SmsInformation
Defines an interface representing the SMS-Information grouped AVP type.interface
SupplementaryService
Defines an interface representing the Supplementary-Service grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TariffInformation
Defines an interface representing the Tariff-Information grouped AVP type.interface
TerminalInformation
Defines an interface representing the Terminal-Information grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
TrafficDataVolumes
Defines an interface representing the Traffic-Data-Volumes grouped AVP type.interface
TransmitterInfo
Defines an interface representing the Transmitter-Info grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
TwanUserLocationInfo
Defines an interface representing the TWAN-User-Location-Info grouped AVP type.interface
UnitCost
Defines an interface representing the Unit-Cost grouped AVP type.interface
UserCsgInformation
Defines an interface representing the User-CSG-Information grouped AVP type.interface
VcsInformation
Defines an interface representing the VCS-Information grouped AVP type.Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AccessTransferInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccountingRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AccumulatedCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AllocationRetentionPriority. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocCostInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AocSubscriptionInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
BasicServiceCode. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ConditionalApnAggregateMaxBitrate. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CoverageInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CurrentTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DcdInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
DestinationInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EarlyMediaDescription. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Envelope. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
EventType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
FixedUserLocationInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Flows. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ImsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
IncrementalCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
InterOperatorIdentifier. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
IsupCause. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsClientName. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LcsRequestorId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
LocationType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MbmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageBody. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MessageClass. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmContentType. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MmtelInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
MultipleServicesCreditControl. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NextTariff. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
NniInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OfflineCharging. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorInterface. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
OriginatorReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ParticipantGroup. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PocUserRole. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PresenceReportingAreaInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ProseDirectCommunicationReceptionDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ProseDirectCommunicationTransmissionDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ProseInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsFurnishChargingInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
PsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
QosInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RadioParameterSetInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RateElement. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RealTimeTariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RecipientReceivedAddress. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
RemainingBalance. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ScaleFactor. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpMediaComponent. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SdpTimestamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServerCapabilities. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceDataContainer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceGenericInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServiceSpecificInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ServingNode. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SmDeviceTriggerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SmsInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
SupplementaryService. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TalkBurstExchange. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TariffInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TerminalInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeQuotaMechanism. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TimeStamps. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrafficDataVolumes. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TransmitterInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
Trigger. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TrunkGroupId. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
TwanUserLocationInfo. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UnitCost. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
UserCsgInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
VcsInformation. getExtensionAvps()
Returns the set of extension AVPs.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type DiameterAvp Modifier and Type Method Description void
AccessTransferInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingAnswer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccountingRequest. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AccumulatedCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AdditionalContentInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AddressDomain. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AfCorrelationInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AllocationRetentionPriority. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocCostInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
AocSubscriptionInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ApplicationServerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
BasicServiceCode. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ConditionalApnAggregateMaxBitrate. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CoverageInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
CurrentTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DcdInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
DestinationInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EarlyMediaDescription. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Envelope. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
EventType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
FixedUserLocationInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Flows. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ImsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
IncrementalCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
InterOperatorIdentifier. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
IsupCause. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsClientName. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LcsRequestorId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
LocationType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MbmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageBody. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MessageClass. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmContentType. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MmtelInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
MultipleServicesCreditControl. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NextTariff. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
NniInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OfflineCharging. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorInterface. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
OriginatorReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ParticipantGroup. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PocUserRole. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PresenceReportingAreaInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ProseDirectCommunicationReceptionDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ProseDirectCommunicationTransmissionDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ProseInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsFurnishChargingInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
PsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
QosInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RadioParameterSetInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RateElement. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RealTimeTariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RecipientReceivedAddress. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
RemainingBalance. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ScaleFactor. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpMediaComponent. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SdpTimestamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServerCapabilities. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceDataContainer. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceGenericInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServiceSpecificInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
ServingNode. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SmDeviceTriggerInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SmsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
SupplementaryService. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TalkBurstExchange. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TariffInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TerminalInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeQuotaMechanism. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TimeStamps. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrafficDataVolumes. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TransmitterInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
Trigger. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TrunkGroupId. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
TwanUserLocationInfo. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UnitCost. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
UserCsgInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array.void
VcsInformation. setExtensionAvps(DiameterAvp[] avps)
Sets the set of extension AVPs with all the values in the given array. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.v710
Methods in org.jainslee.resources.diameter.rf.v710 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.v710 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.v790
Methods in org.jainslee.resources.diameter.rf.v790 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.v790 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.v8d0 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.v960
Methods in org.jainslee.resources.diameter.rf.v960 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.v960 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.va00
Methods in org.jainslee.resources.diameter.rf.va00 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.va00 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.vb80 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.rf.vcb0
Methods in org.jainslee.resources.diameter.rf.vcb0 with type parameters of type DiameterAvp Modifier and Type Method Description <T extends DiameterAvp>
TMessageFactory. decodeAvp(byte[] bytes)
Decodes an AVP from a byte array using standard Diameter AVP data formats.Methods in org.jainslee.resources.diameter.rf.vcb0 with parameters of type DiameterAvp Modifier and Type Method Description byte[]
MessageFactory. encodeAvp(DiameterAvp avp)
Encodes an AVP to a byte array using standard Diameter AVP data formats.boolean
MessageFactory. isRecognizedAvp(DiameterAvp avp)
Returns true if the specified AVP is recognized by this MessageFactory. -
Uses of DiameterAvp in org.jainslee.resources.diameter.ro.types.v790
Subinterfaces of DiameterAvp in org.jainslee.resources.diameter.ro.types.v790 Modifier and Type Interface Description interface
AdditionalContentInformation
Defines an interface representing the Additional-Content-Information grouped AVP type.interface
AddressDomain
Defines an interface representing the Address-Domain grouped AVP type.interface
AfCorrelationInformation
Defines an interface representing the AF-Correlation-Information grouped AVP type.interface
ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.interface
EarlyMediaDescription
Defines an interface representing the Early-Media-Description grouped AVP type.interface
Envelope
Defines an interface representing the Envelope grouped AVP type.interface
EventType
Defines an interface representing the Event-Type grouped AVP type.interface
Flows
Defines an interface representing the Flows grouped AVP type.interface
ImsInformation
Defines an interface representing the IMS-Information grouped AVP type.interface
InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.interface
LcsClientId
Defines an interface representing the LCS-Client-Id grouped AVP type.interface
LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.interface
LcsInformation
Defines an interface representing the LCS-Information grouped AVP type.interface
LcsRequestorId
Defines an interface representing the LCS-Requestor-Id grouped AVP type.interface
LocationType
Defines an interface representing the Location-Type grouped AVP type.interface
MbmsInformation
Defines an interface representing the MBMS-Information grouped AVP type.interface
MessageBody
Defines an interface representing the Message-Body grouped AVP type.interface
MessageClass
Defines an interface representing the Message-Class grouped AVP type.interface
MmContentType
Defines an interface representing the MM-Content-Type grouped AVP type.interface
MmsInformation
Defines an interface representing the MMS-Information grouped AVP type.interface
MultipleServicesCreditControl
Defines an interface representing the Multiple-Services-Credit-Control grouped AVP type.interface
OfflineCharging
Defines an interface representing the Offline-Charging grouped AVP type.interface
OriginatorAddress
Defines an interface representing the Originator-Address grouped AVP type.interface
ParticipantGroup
Defines an interface representing the Participant-Group grouped AVP type.interface
PocInformation
Defines an interface representing the PoC-Information grouped AVP type.interface
PocUserRole
Defines an interface representing the PoC-User-Role grouped AVP type.interface
PsFurnishChargingInformation
Defines an interface representing the PS-Furnish-Charging-Information grouped AVP type.interface
PsInformation
Defines an interface representing the PS-Information grouped AVP type.interface
RecipientAddress
Defines an interface representing the Recipient-Address grouped AVP type.interface
SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.interface
SdpTimestamps
Defines an interface representing the SDP-TimeStamps grouped AVP type.interface
ServerCapabilities
Defines an interface representing the Server-Capabilities grouped AVP type.interface
ServiceInformation
Defines an interface representing the Service-Information grouped AVP type.interface
ServiceSpecificInfo
Defines an interface representing the Service-Specific-Info grouped AVP type.interface
TalkBurstExchange
Defines an interface representing the Talk-Burst-Exchange grouped AVP type.interface
TimeQuotaMechanism
Defines an interface representing the Time-Quota-Mechanism grouped AVP type.interface
TimeStamps
Defines an interface representing the Time-Stamps grouped AVP type.interface
Trigger
Defines an interface representing the Trigger grouped AVP type.interface
TrunkGroupId
Defines an interface representing the Trunk-Group-ID grouped AVP type.interface
WlanInformation
Defines an interface representing the WLAN-Information grouped AVP type.interface
WlanRadioContainer
Defines an interface representing the WLAN-Radio-Container grouped AVP type.Methods in org.jainslee.resources.diameter.ro.types.v790 that return DiameterAvp Modifier and Type Method Description DiameterAvp[]
AdditionalContentInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AddressDomain. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
AfCorrelationInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
ApplicationServerInformation. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlAnswer. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
CreditControlRequest. getExtensionAvps()
Returns the set of extension AVPs.DiameterAvp[]
-