|
||||||||||
| 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.MbmsInformationImpl
public class MbmsInformationImpl
MbmsInformationImpl.java
Project: mobicents
12:22:57 PM Apr 12, 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, log, mnd, name, parser, prt, type, 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 | |
|---|---|
MbmsInformationImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| Method Summary | |
|---|---|
FileRepairSupported |
getFileRepairSupported()
Returns the value of the File-Repair-Supported AVP, of type Enumerated. |
byte[] |
getMbms2g3gIndicator()
Returns the value of the MBMS-2G-3G-Indicator AVP, of type OctetString. |
byte[][] |
getMbmsServiceAreas()
Returns the set of MBMS-Service-Area AVPs. |
byte[] |
getMbmsServiceType()
Returns the value of the MBMS-Service-Type AVP, of type OctetString. |
byte[] |
getMbmsSessionIdentity()
Returns the value of the MBMS-Session-Identity AVP, of type OctetString. |
MbmsUserServiceType |
getMbmsUserServiceType()
Returns the value of the MBMS-User-Service-Type AVP, of type Enumerated. |
byte[] |
getRai()
Returns the value of the RAI AVP, of type OctetString. |
byte[] |
getRequiredMbmsBearerCapabilities()
Returns the value of the Required-MBMS-Bearer-Capabilities AVP, of type OctetString. |
byte[] |
getTmgi()
Returns the value of the TMGI AVP, of type OctetString. |
boolean |
hasFileRepairSupported()
Returns true if the File-Repair-Supported AVP is present in the message. |
boolean |
hasMbms2g3gIndicator()
Returns true if the MBMS-2G-3G-Indicator AVP is present in the message. |
boolean |
hasMbmsServiceType()
Returns true if the MBMS-Service-Type AVP is present in the message. |
boolean |
hasMbmsSessionIdentity()
Returns true if the MBMS-Session-Identity AVP is present in the message. |
boolean |
hasMbmsUserServiceType()
Returns true if the MBMS-User-Service-Type AVP is present in the message. |
boolean |
hasRai()
Returns true if the RAI AVP is present in the message. |
boolean |
hasRequiredMbmsBearerCapabilities()
Returns true if the Required-MBMS-Bearer-Capabilities AVP is present in the message. |
boolean |
hasTmgi()
Returns true if the TMGI AVP is present in the message. |
void |
setFileRepairSupported(FileRepairSupported fileRepairSupported)
Sets the value of the File-Repair-Supported AVP, of type Enumerated. |
void |
setMbms2g3gIndicator(byte[] mbms2g3gIndicator)
Sets the value of the MBMS-2G-3G-Indicator AVP, of type OctetString. |
void |
setMbmsServiceArea(byte[] mbmsServiceArea)
Sets a single MBMS-Service-Area AVP in the message, of type OctetString. |
void |
setMbmsServiceAreas(byte[][] mbmsServiceAreas)
Sets the set of MBMS-Service-Area AVPs, with all the values in the given array. |
void |
setMbmsServiceType(byte[] mbmsServiceType)
Sets the value of the MBMS-Service-Type AVP, of type OctetString. |
void |
setMbmsSessionIdentity(byte[] mbmsSessionIdentity)
Sets the value of the MBMS-Session-Identity AVP, of type OctetString. |
void |
setMbmsUserServiceType(MbmsUserServiceType mbmsUserServiceType)
Sets the value of the MBMS-User-Service-Type AVP, of type Enumerated. |
void |
setRai(byte[] rai)
Sets the value of the RAI AVP, of type OctetString. |
void |
setRequiredMbmsBearerCapabilities(byte[] requiredMbmsBearerCapabilities)
Sets the value of the Required-MBMS-Bearer-Capabilities AVP, of type OctetString. |
void |
setTmgi(byte[] tmgi)
Sets the value of the TMGI AVP, of type OctetString. |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
byteArrayValue, clone, doubleValue, floatValue, getAllAvpAsUInt32, getAvpAsByteArray, getAvpAsIdentity, getAvpAsInt32, getAvpAsInt64, getAvpAsUInt32, getExtensionAvps, hasAvp, hasAvp, hasExtensionAvps, intValue, longValue, setAvpAsByteArray, setAvpAsByteArray, setAvpAsByteArray, setAvpAsIdentity, setAvpAsIdentity, setAvpAsIdentity, setAvpAsString, setAvpAsString, setAvpAsString, setAvpAsUInt32, setAvpAsUInt32, setAvpAsUInt64, setAvpAsUInt64, setExtensionAvps, stringValue |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, octetStringValue, reportAvpFetchError, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, hasExtensionAvps, 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 |
| Constructor Detail |
|---|
public MbmsInformationImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
code - vendorId - mnd - prt - value - | Method Detail |
|---|
public FileRepairSupported getFileRepairSupported()
MbmsInformation
getFileRepairSupported in interface MbmsInformationpublic byte[] getMbms2g3gIndicator()
MbmsInformation
getMbms2g3gIndicator in interface MbmsInformationpublic byte[][] getMbmsServiceAreas()
MbmsInformation
getMbmsServiceAreas in interface MbmsInformationpublic byte[] getMbmsServiceType()
MbmsInformation
getMbmsServiceType in interface MbmsInformationpublic byte[] getMbmsSessionIdentity()
MbmsInformation
getMbmsSessionIdentity in interface MbmsInformationpublic MbmsUserServiceType getMbmsUserServiceType()
MbmsInformation
getMbmsUserServiceType in interface MbmsInformationpublic byte[] getRai()
MbmsInformation
getRai in interface MbmsInformationpublic byte[] getRequiredMbmsBearerCapabilities()
MbmsInformation
getRequiredMbmsBearerCapabilities in interface MbmsInformationpublic byte[] getTmgi()
MbmsInformation
getTmgi in interface MbmsInformationpublic boolean hasFileRepairSupported()
MbmsInformation
hasFileRepairSupported in interface MbmsInformationpublic boolean hasMbms2g3gIndicator()
MbmsInformation
hasMbms2g3gIndicator in interface MbmsInformationpublic boolean hasMbmsServiceType()
MbmsInformation
hasMbmsServiceType in interface MbmsInformationpublic boolean hasMbmsSessionIdentity()
MbmsInformation
hasMbmsSessionIdentity in interface MbmsInformationpublic boolean hasMbmsUserServiceType()
MbmsInformation
hasMbmsUserServiceType in interface MbmsInformationpublic boolean hasRai()
MbmsInformation
hasRai in interface MbmsInformationpublic boolean hasRequiredMbmsBearerCapabilities()
MbmsInformation
hasRequiredMbmsBearerCapabilities in interface MbmsInformationpublic boolean hasTmgi()
MbmsInformation
hasTmgi in interface MbmsInformationpublic void setFileRepairSupported(FileRepairSupported fileRepairSupported)
MbmsInformation
setFileRepairSupported in interface MbmsInformationpublic void setMbms2g3gIndicator(byte[] mbms2g3gIndicator)
MbmsInformation
setMbms2g3gIndicator in interface MbmsInformationpublic void setMbmsServiceArea(byte[] mbmsServiceArea)
MbmsInformation
setMbmsServiceArea in interface MbmsInformationpublic void setMbmsServiceAreas(byte[][] mbmsServiceAreas)
MbmsInformation
setMbmsServiceAreas in interface MbmsInformationpublic void setMbmsServiceType(byte[] mbmsServiceType)
MbmsInformation
setMbmsServiceType in interface MbmsInformationpublic void setMbmsSessionIdentity(byte[] mbmsSessionIdentity)
MbmsInformation
setMbmsSessionIdentity in interface MbmsInformationpublic void setMbmsUserServiceType(MbmsUserServiceType mbmsUserServiceType)
MbmsInformation
setMbmsUserServiceType in interface MbmsInformationpublic void setRai(byte[] rai)
MbmsInformation
setRai in interface MbmsInformationpublic void setRequiredMbmsBearerCapabilities(byte[] requiredMbmsBearerCapabilities)
MbmsInformation
setRequiredMbmsBearerCapabilities in interface MbmsInformationpublic void setTmgi(byte[] tmgi)
MbmsInformation
setTmgi in interface MbmsInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||