|
||||||||||
| 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.AdditionalContentInformationImpl
public class AdditionalContentInformationImpl
AdditionalContentInformationImpl.java
Project: mobicents
8:17:22 PM Apr 10, 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 | |
|---|---|
AdditionalContentInformationImpl()
|
|
AdditionalContentInformationImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdditionalTypeInformation()
Returns the value of the Additional-Type-Information AVP, of type UTF8String. |
long |
getContentSize()
Returns the value of the Content-Size AVP, of type Unsigned32. |
int |
getTypeNumber()
Returns the value of the Type-Number AVP, of type Integer32. |
boolean |
hasAdditionalTypeInformation()
Returns true if the Additional-Type-Information AVP is present in the message. |
boolean |
hasContentSize()
Returns true if the Content-Size AVP is present in the message. |
boolean |
hasTypeNumber()
Returns true if the Type-Number AVP is present in the message. |
void |
setAdditionalTypeInformation(java.lang.String additionalTypeInformation)
Sets the value of the Additional-Type-Information AVP, of type UTF8String. |
void |
setContentSize(long contentSize)
Sets the value of the Content-Size AVP, of type Unsigned32. |
void |
setTypeNumber(int typeNumber)
Sets the value of the Type-Number AVP, of type Integer32. |
| 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 AdditionalContentInformationImpl()
public AdditionalContentInformationImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
| Method Detail |
|---|
public java.lang.String getAdditionalTypeInformation()
AdditionalContentInformation
getAdditionalTypeInformation in interface AdditionalContentInformationpublic long getContentSize()
AdditionalContentInformation
getContentSize in interface AdditionalContentInformationpublic int getTypeNumber()
AdditionalContentInformation
getTypeNumber in interface AdditionalContentInformationpublic boolean hasAdditionalTypeInformation()
AdditionalContentInformation
hasAdditionalTypeInformation in interface AdditionalContentInformationpublic boolean hasContentSize()
AdditionalContentInformation
hasContentSize in interface AdditionalContentInformationpublic boolean hasTypeNumber()
AdditionalContentInformation
hasTypeNumber in interface AdditionalContentInformationpublic void setAdditionalTypeInformation(java.lang.String additionalTypeInformation)
AdditionalContentInformation
setAdditionalTypeInformation in interface AdditionalContentInformationpublic void setContentSize(long contentSize)
AdditionalContentInformation
setContentSize in interface AdditionalContentInformationpublic void setTypeNumber(int typeNumber)
AdditionalContentInformation
setTypeNumber in interface AdditionalContentInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||