|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SdpMediaComponent
Defines an interface representing the SDP-Media-Component grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.95 SDP-Media-Component AVP
The SDP-Media-Component AVP (AVP code 843) is of type Grouped and contains information about media used for a IMS
session.
It has the following ABNF grammar:
SDP-Media-Component ::= AVP Header: 843
[ SDP-Media-Name ]
* [ SDP-Media-Description ]
[ Media-Initiator-Flag]
[ Authorized-QoS ]
[ TGPP-Charging-Id ]
| Field Summary |
|---|
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Method Summary | |
|---|---|
java.lang.String |
getAuthorizedQos()
Returns the value of the Authorized-QoS AVP, of type UTF8String. |
MediaInitiatorFlag |
getMediaInitiatorFlag()
Returns the value of the Media-Initiator-Flag AVP, of type Enumerated. |
java.lang.String[] |
getSdpMediaDescriptions()
Returns the set of SDP-Media-Description AVPs. |
java.lang.String |
getSdpMediaName()
Returns the value of the SDP-Media-Name AVP, of type UTF8String. |
java.lang.String |
getTgppChargingId()
Returns the value of the TGPP-Charging-Id AVP, of type OctetString. |
boolean |
hasAuthorizedQos()
Returns true if the Authorized-QoS AVP is present in the message. |
boolean |
hasMediaInitiatorFlag()
Returns true if the Media-Initiator-Flag AVP is present in the message. |
boolean |
hasSdpMediaName()
Returns true if the SDP-Media-Name AVP is present in the message. |
boolean |
hasTgppChargingId()
Returns true if the TGPP-Charging-Id AVP is present in the message. |
void |
setAuthorizedQos(java.lang.String authorizedQos)
Sets the value of the Authorized-QoS AVP, of type UTF8String. |
void |
setMediaInitiatorFlag(MediaInitiatorFlag mediaInitiatorFlag)
Sets the value of the Media-Initiator-Flag AVP, of type Enumerated. |
void |
setSdpMediaDescription(java.lang.String sdpMediaDescription)
Sets a single SDP-Media-Description AVP in the message, of type UTF8String. |
void |
setSdpMediaDescriptions(java.lang.String[] sdpMediaDescriptions)
Sets the set of SDP-Media-Description AVPs, with all the values in the given array. |
void |
setSdpMediaName(java.lang.String sdpMediaName)
Sets the value of the SDP-Media-Name AVP, of type UTF8String. |
void |
setTgppChargingId(java.lang.String tgppChargingId)
Sets the value of the TGPP-Charging-Id AVP, of type OctetString. |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, setExtensionAvps |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, octetStringValue, stringValue |
| Method Detail |
|---|
java.lang.String getAuthorizedQos()
MediaInitiatorFlag getMediaInitiatorFlag()
java.lang.String[] getSdpMediaDescriptions()
java.lang.String getSdpMediaName()
java.lang.String getTgppChargingId()
boolean hasAuthorizedQos()
boolean hasMediaInitiatorFlag()
boolean hasSdpMediaName()
boolean hasTgppChargingId()
void setAuthorizedQos(java.lang.String authorizedQos)
void setMediaInitiatorFlag(MediaInitiatorFlag mediaInitiatorFlag)
void setSdpMediaDescription(java.lang.String sdpMediaDescription)
void setSdpMediaDescriptions(java.lang.String[] sdpMediaDescriptions)
void setSdpMediaName(java.lang.String sdpMediaName)
void setTgppChargingId(java.lang.String tgppChargingId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||