|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl
org.mobicents.slee.resource.diameter.ro.events.avp.SdpMediaComponentImpl
public class SdpMediaComponentImpl
SdpMediaComponentImpl.java
Project: mobicents
11:19:56 PM Apr 11, 2009
| Field Summary |
|---|
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
avpSet |
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
code, mnd, name, prt, type, value, vendorId |
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Constructor Summary | |
|---|---|
SdpMediaComponentImpl()
|
|
SdpMediaComponentImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| 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 class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
addAvp, addAvp, addAvp, addAvp, byteArrayValue, clone, doubleValue, equals, floatValue, getAvp, getAvp, getAvp, getAvpAsAddress, getAvpAsAddress, getAvpAsCustom, getAvpAsCustom, getAvpAsDiameterIdentity, getAvpAsDiameterIdentity, getAvpAsDiameterURI, getAvpAsDiameterURI, getAvpAsEnumerated, getAvpAsEnumerated, getAvpAsFloat32, getAvpAsFloat32, getAvpAsFloat64, getAvpAsFloat64, getAvpAsGrouped, getAvpAsGrouped, getAvpAsInteger32, getAvpAsInteger32, getAvpAsInteger64, getAvpAsInteger64, getAvpAsIPFilterRule, getAvpAsIPFilterRule, getAvpAsOctetString, getAvpAsOctetString, getAvpAsRaw, getAvpAsRaw, getAvpAsTime, getAvpAsTime, getAvpAsUnsigned32, getAvpAsUnsigned32, getAvpAsUnsigned64, getAvpAsUnsigned64, getAvpAsUTF8String, getAvpAsUTF8String, getAvpsAsAddress, getAvpsAsAddress, getAvpsAsCustom, getAvpsAsCustom, getAvpsAsDiameterIdentity, getAvpsAsDiameterIdentity, getAvpsAsDiameterURI, getAvpsAsDiameterURI, getAvpsAsEnumerated, getAvpsAsEnumerated, getAvpsAsFloat32, getAvpsAsFloat32, getAvpsAsFloat64, getAvpsAsFloat64, getAvpsAsGrouped, getAvpsAsGrouped, getAvpsAsInteger32, getAvpsAsInteger32, getAvpsAsInteger64, getAvpsAsInteger64, getAvpsAsIPFilterRule, getAvpsAsIPFilterRule, getAvpsAsOctetString, getAvpsAsOctetString, getAvpsAsRaw, getAvpsAsRaw, getAvpsAsTime, getAvpsAsTime, getAvpsAsUnsigned32, getAvpsAsUnsigned32, getAvpsAsUnsigned64, getAvpsAsUnsigned64, getAvpsAsUTF8String, getAvpsAsUTF8String, getExtensionAvps, getGenericData, getValue, hasAvp, hasAvp, intValue, longValue, setAvpAsFloat32, setAvpAsFloat64, setAvpAsGrouped, setAvpAsInteger32, setAvpAsInteger64, setAvpAsOctetString, setAvpAsRaw, setAvpAsTime, setAvpAsUnsigned32, setAvpAsUnsigned64, setAvpAsUTF8String, setExtensionAvps, setValue, stringValue |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, hashCode, octetStringValue, readExternal, toString, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Constructor Detail |
|---|
public SdpMediaComponentImpl()
public SdpMediaComponentImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
code - vendorId - mnd - prt - value - | Method Detail |
|---|
public java.lang.String getAuthorizedQos()
SdpMediaComponent
getAuthorizedQos in interface SdpMediaComponentpublic MediaInitiatorFlag getMediaInitiatorFlag()
SdpMediaComponent
getMediaInitiatorFlag in interface SdpMediaComponentpublic java.lang.String[] getSdpMediaDescriptions()
SdpMediaComponent
getSdpMediaDescriptions in interface SdpMediaComponentpublic java.lang.String getSdpMediaName()
SdpMediaComponent
getSdpMediaName in interface SdpMediaComponentpublic java.lang.String getTgppChargingId()
SdpMediaComponent
getTgppChargingId in interface SdpMediaComponentpublic boolean hasAuthorizedQos()
SdpMediaComponent
hasAuthorizedQos in interface SdpMediaComponentpublic boolean hasMediaInitiatorFlag()
SdpMediaComponent
hasMediaInitiatorFlag in interface SdpMediaComponentpublic boolean hasSdpMediaName()
SdpMediaComponent
hasSdpMediaName in interface SdpMediaComponentpublic boolean hasTgppChargingId()
SdpMediaComponent
hasTgppChargingId in interface SdpMediaComponentpublic void setAuthorizedQos(java.lang.String authorizedQos)
SdpMediaComponent
setAuthorizedQos in interface SdpMediaComponentpublic void setMediaInitiatorFlag(MediaInitiatorFlag mediaInitiatorFlag)
SdpMediaComponent
setMediaInitiatorFlag in interface SdpMediaComponentpublic void setSdpMediaDescription(java.lang.String sdpMediaDescription)
SdpMediaComponent
setSdpMediaDescription in interface SdpMediaComponentpublic void setSdpMediaDescriptions(java.lang.String[] sdpMediaDescriptions)
SdpMediaComponent
setSdpMediaDescriptions in interface SdpMediaComponentpublic void setSdpMediaName(java.lang.String sdpMediaName)
SdpMediaComponent
setSdpMediaName in interface SdpMediaComponentpublic void setTgppChargingId(java.lang.String tgppChargingId)
SdpMediaComponent
setTgppChargingId in interface SdpMediaComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||