Uses of Interface
org.jainslee.resources.diameter.cca.types.SubscriptionId
-
Packages that use SubscriptionId Package Description 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.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.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.
-
-
Uses of SubscriptionId in org.jainslee.resources.diameter.cca
Methods in org.jainslee.resources.diameter.cca that return SubscriptionId Modifier and Type Method Description SubscriptionId
CreditControlMessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
CreditControlMessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.cca.types
Methods in org.jainslee.resources.diameter.cca.types that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.cca.types with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.gx.types.vb90
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.types.v790
Methods in org.jainslee.resources.diameter.rf.types.v790 that return SubscriptionId Modifier and Type Method Description SubscriptionId
ServiceInformation. getSubscriptionId()
Returns the value of the Subscription-Id AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.v790 with parameters of type SubscriptionId Modifier and Type Method Description void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets the value of the Subscription-Id AVP, of type Grouped. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.types.v8d0
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type SubscriptionId Modifier and Type Method Description void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.types.v960
Methods in org.jainslee.resources.diameter.rf.types.v960 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.rf.types.v960 with parameters of type SubscriptionId Modifier and Type Method Description void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.types.va00
Methods in org.jainslee.resources.diameter.rf.types.va00 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type SubscriptionId Modifier and Type Method Description void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type SubscriptionId Modifier and Type Method Description void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.types.vcb0
Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type SubscriptionId Modifier and Type Method Description void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.v790
Methods in org.jainslee.resources.diameter.rf.v790 that return SubscriptionId Modifier and Type Method Description SubscriptionId
MessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
MessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 that return SubscriptionId Modifier and Type Method Description SubscriptionId
MessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
MessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.v960
Methods in org.jainslee.resources.diameter.rf.v960 that return SubscriptionId Modifier and Type Method Description SubscriptionId
MessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
MessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.va00
Methods in org.jainslee.resources.diameter.rf.va00 that return SubscriptionId Modifier and Type Method Description SubscriptionId
MessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
MessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return SubscriptionId Modifier and Type Method Description SubscriptionId
MessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
MessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.rf.vcb0
Methods in org.jainslee.resources.diameter.rf.vcb0 that return SubscriptionId Modifier and Type Method Description SubscriptionId
MessageFactory. createSubscriptionId()
Create an empty SubscriptionId (Grouped AVP) instance.SubscriptionId
MessageFactory. createSubscriptionId(SubscriptionIdType subscriptionIdType, String subscriptionIdData)
Create a SubscriptionId (Grouped AVP) instance using required AVP values. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.v790
Methods in org.jainslee.resources.diameter.ro.types.v790 that return SubscriptionId Modifier and Type Method Description SubscriptionId
ServiceInformation. getSubscriptionId()
Returns the value of the Subscription-Id AVP, of type Grouped.SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.v790 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets the value of the Subscription-Id AVP, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.v820
Methods in org.jainslee.resources.diameter.ro.types.v820 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.v820 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.v8d0
Methods in org.jainslee.resources.diameter.ro.types.v8d0 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.v8d0 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.v960
Methods in org.jainslee.resources.diameter.ro.types.v960 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.v960 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.va00
Methods in org.jainslee.resources.diameter.ro.types.va00 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.va00 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.vb80
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array. -
Uses of SubscriptionId in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return SubscriptionId Modifier and Type Method Description SubscriptionId[]
CreditControlRequest. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.SubscriptionId[]
ServiceInformation. getSubscriptionIds()
Returns the set of Subscription-Id AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type SubscriptionId Modifier and Type Method Description void
CreditControlRequest. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the message, of type Grouped.void
ServiceInformation. setSubscriptionId(SubscriptionId subscriptionId)
Sets a single Subscription-Id AVP in the Service-Information AVP, of type Grouped.void
CreditControlRequest. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array.void
ServiceInformation. setSubscriptionIds(SubscriptionId[] subscriptionIds)
Sets the set of Subscription-Id AVPs, with all the values in the given array.
-